2018-03-23 22:40:02 -04:00
|
|
|
/*
|
|
|
|
** Desktop-specific styles for MonoBook
|
|
|
|
*/
|
|
|
|
|
2020-09-14 01:59:59 -04:00
|
|
|
@import 'variables.less';
|
|
|
|
|
2020-03-21 23:39:46 -04:00
|
|
|
#column-content {
|
2018-03-23 22:40:02 -04:00
|
|
|
float: right;
|
|
|
|
margin: 0 0 0.6em -12.2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-body {
|
2020-09-14 01:59:59 -04:00
|
|
|
margin: @top-area-height 0 0 12.2em;
|
2018-03-23 22:40:02 -04:00
|
|
|
border-right: 0;
|
|
|
|
}
|
|
|
|
|
2019-06-20 13:43:25 -04:00
|
|
|
#mw-data-after-content {
|
|
|
|
margin-left: 12.2em;
|
|
|
|
}
|
|
|
|
|
2020-03-21 23:39:46 -04:00
|
|
|
#column-one {
|
2018-03-23 22:40:02 -04:00
|
|
|
padding-top: 160px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
** edit views etc
|
|
|
|
*/
|
|
|
|
.special li {
|
|
|
|
line-height: 1.4em;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
** Structural Elements
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
** general portlet styles (elements in the quickbar)
|
|
|
|
*/
|
|
|
|
.portlet {
|
|
|
|
border: 0;
|
|
|
|
margin: 0 0 0.5em;
|
|
|
|
padding: 0;
|
|
|
|
float: none;
|
|
|
|
width: 11.6em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.portlet h3 {
|
|
|
|
padding: 0 1em 0 0.5em;
|
2018-05-03 15:45:10 -04:00
|
|
|
text-transform: lowercase;
|
|
|
|
font-weight: normal;
|
2018-03-23 22:40:02 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.pBody {
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
padding: 0 0.8em 0.3em 0.5em;
|
|
|
|
}
|
|
|
|
|
2018-05-03 15:45:10 -04:00
|
|
|
/* Don't lowercase username */
|
|
|
|
li#pt-userpage {
|
|
|
|
text-transform: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Override text-transform on languages where capitalization is significant */
|
2020-01-07 10:34:37 -05:00
|
|
|
.monobook-capitalize-all-nouns {
|
|
|
|
.portlet h3,
|
|
|
|
#p-personal ul,
|
|
|
|
#p-cactions ul li a {
|
|
|
|
text-transform: none;
|
|
|
|
}
|
2018-05-03 15:45:10 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Sometimes people don't want personal tools to be lowercase! */
|
|
|
|
.no-text-transform {
|
|
|
|
text-transform: none;
|
|
|
|
}
|
|
|
|
|
2018-03-23 22:40:02 -04:00
|
|
|
/*
|
|
|
|
** Logo properties
|
|
|
|
*/
|
|
|
|
#p-logo {
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
height: 155px;
|
|
|
|
width: 12em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#p-logo a,
|
|
|
|
#p-logo a:hover {
|
|
|
|
height: 155px;
|
|
|
|
width: 12.2em;
|
|
|
|
background-position: 35% 50% !important; /* stylelint-disable-line declaration-no-important */
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
** Search portlet
|
|
|
|
*/
|
|
|
|
#p-search {
|
|
|
|
position: relative;
|
|
|
|
z-index: 3;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.searchButton {
|
|
|
|
margin-top: 1px;
|
|
|
|
font-size: 95%;
|
|
|
|
}
|
|
|
|
|
2020-07-31 07:38:25 -04:00
|
|
|
#searchButton {
|
2018-03-23 22:40:02 -04:00
|
|
|
padding-left: 0.5em;
|
|
|
|
padding-right: 0.5em;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchInput {
|
|
|
|
width: 10.9em;
|
|
|
|
margin: 0;
|
|
|
|
font-size: 95%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#p-search .pBody {
|
|
|
|
padding: 0.5em 0.4em 0.4em 0.4em;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#p-search #searchform div div {
|
|
|
|
margin-top: 0.4em;
|
|
|
|
font-size: 95%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
** the personal toolbar
|
|
|
|
*/
|
|
|
|
#p-personal {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
z-index: 3;
|
|
|
|
width: 100%;
|
|
|
|
white-space: nowrap;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
border: 0;
|
|
|
|
background: none;
|
|
|
|
overflow: visible;
|
|
|
|
line-height: 1.2em;
|
|
|
|
}
|
|
|
|
|
2018-05-01 15:44:43 -04:00
|
|
|
#p-personal h3 {
|
|
|
|
position: absolute;
|
|
|
|
top: -9999px;
|
|
|
|
}
|
|
|
|
|
2018-03-23 22:40:02 -04:00
|
|
|
#p-personal .portlet,
|
|
|
|
#p-personal .pBody {
|
|
|
|
z-index: 0;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
border: 0;
|
|
|
|
overflow: visible;
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* this is the ul contained in the portlet */
|
|
|
|
#p-personal ul {
|
|
|
|
border: 0;
|
|
|
|
line-height: 1.4em;
|
|
|
|
color: #2f6fab;
|
|
|
|
padding: 0;
|
|
|
|
padding-right: 2em;
|
|
|
|
/* Avoid overlap with the logo. */
|
|
|
|
padding-left: 14em;
|
|
|
|
margin: 0;
|
2019-06-27 22:18:17 -04:00
|
|
|
float: right;
|
2018-03-23 22:40:02 -04:00
|
|
|
list-style-type: none;
|
|
|
|
list-style-image: none;
|
|
|
|
z-index: 0;
|
|
|
|
background: none;
|
|
|
|
cursor: default;
|
|
|
|
text-transform: lowercase;
|
2019-07-12 15:30:21 -04:00
|
|
|
box-sizing: border-box;
|
|
|
|
max-width: 100%;
|
2018-03-23 22:40:02 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#p-personal li {
|
|
|
|
z-index: 0;
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
2018-05-01 15:44:43 -04:00
|
|
|
color: #2f6fab;
|
2018-03-23 22:40:02 -04:00
|
|
|
display: inline;
|
|
|
|
margin-left: 1em;
|
|
|
|
line-height: 1.2em;
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#p-personal li a {
|
2018-05-01 15:44:43 -04:00
|
|
|
color: #005896;
|
2018-03-23 22:40:02 -04:00
|
|
|
text-decoration: none;
|
|
|
|
padding-bottom: 0.2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#p-personal li a:hover {
|
|
|
|
background-color: #fff;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#p-personal li.active a:hover {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* The icon in front of the username / login link */
|
|
|
|
li#pt-userpage,
|
|
|
|
li#pt-anonuserpage {
|
2018-04-18 19:02:36 -04:00
|
|
|
/* @embed */
|
2020-07-23 22:00:13 -04:00
|
|
|
background-image: url( images/icon-user.svg );
|
2018-03-23 22:40:02 -04:00
|
|
|
background-position: top left;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
|
2018-05-01 15:44:43 -04:00
|
|
|
#p-lang {
|
|
|
|
position: relative;
|
|
|
|
z-index: 3;
|
|
|
|
}
|
|
|
|
|
2018-03-23 22:40:02 -04:00
|
|
|
/*
|
|
|
|
** the page-related actions- page/talk, edit etc
|
|
|
|
*/
|
|
|
|
#p-cactions {
|
|
|
|
position: absolute;
|
|
|
|
top: 1.3em;
|
|
|
|
left: 11.5em;
|
|
|
|
margin: 0;
|
|
|
|
white-space: nowrap;
|
|
|
|
width: 76%;
|
|
|
|
line-height: 1.1em;
|
|
|
|
overflow: visible;
|
|
|
|
background: none;
|
|
|
|
border-collapse: collapse;
|
|
|
|
padding-left: 1em;
|
|
|
|
font-size: 95%;
|
|
|
|
}
|
|
|
|
|
2018-05-01 15:44:43 -04:00
|
|
|
#p-cactions h3 {
|
|
|
|
position: absolute;
|
|
|
|
top: -9999px;
|
|
|
|
}
|
|
|
|
|
2018-03-23 22:40:02 -04:00
|
|
|
#p-cactions ul {
|
|
|
|
list-style-type: none;
|
|
|
|
list-style-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#p-cactions li {
|
|
|
|
display: inline;
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
border-bottom: 0;
|
2018-05-01 15:44:43 -04:00
|
|
|
margin: 0 0.5em 0 0;
|
2018-03-23 22:40:02 -04:00
|
|
|
padding: 0 0 1em 0;
|
|
|
|
overflow: visible;
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#p-cactions li.selected {
|
|
|
|
border-color: #fabd23;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2018-05-01 15:44:43 -04:00
|
|
|
#p-cactions li.selected a {
|
|
|
|
z-index: 3;
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
2018-03-23 22:40:02 -04:00
|
|
|
#p-cactions li a {
|
|
|
|
background-color: #fbfbfb;
|
|
|
|
color: #002bb8;
|
|
|
|
border: 0;
|
|
|
|
padding: 0 0.8em 0.3em;
|
|
|
|
position: relative;
|
|
|
|
z-index: 0;
|
|
|
|
margin: 0;
|
|
|
|
text-decoration: none;
|
|
|
|
text-transform: lowercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
#p-cactions li a:hover {
|
|
|
|
z-index: 3;
|
|
|
|
text-decoration: none;
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#p-cactions li.istalk {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#p-cactions li.istalk a {
|
|
|
|
padding-right: 0.5em;
|
|
|
|
}
|
|
|
|
|
2018-05-01 15:44:43 -04:00
|
|
|
#p-cactions .new a {
|
|
|
|
color: #c20;
|
|
|
|
}
|
|
|
|
|
2018-03-23 22:40:02 -04:00
|
|
|
#p-cactions #ca-addsection a {
|
|
|
|
padding-left: 0.4em;
|
|
|
|
padding-right: 0.4em;
|
|
|
|
}
|
|
|
|
|
2018-05-01 15:44:43 -04:00
|
|
|
#p-cactions .pBody {
|
|
|
|
font-size: 1em;
|
|
|
|
background-color: transparent;
|
|
|
|
color: inherit;
|
|
|
|
border-collapse: inherit;
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2018-03-23 22:40:02 -04:00
|
|
|
/* offsets to distinguish the tab groups */
|
|
|
|
li#ca-talk {
|
|
|
|
margin-right: 1.6em;
|
|
|
|
}
|
|
|
|
|
|
|
|
li#ca-watch,
|
|
|
|
li#ca-unwatch,
|
|
|
|
li#ca-varlang-0,
|
|
|
|
li#ca-print {
|
|
|
|
margin-left: 1.6em;
|
|
|
|
}
|
|
|
|
|
2018-05-01 15:44:43 -04:00
|
|
|
/*
|
|
|
|
** mobile toggles; not used here
|
|
|
|
*/
|
2018-05-19 14:42:05 -04:00
|
|
|
#p-personal #pt-notifications,
|
|
|
|
#echo-hack-badges,
|
2018-05-01 15:44:43 -04:00
|
|
|
#p-cactions-mobile,
|
2018-05-03 15:45:10 -04:00
|
|
|
#sidebar-mobilejs,
|
|
|
|
.mobile-close-button,
|
|
|
|
.menu-toggle,
|
|
|
|
.menus-cover {
|
2018-05-01 15:44:43 -04:00
|
|
|
display: none;
|
2018-03-23 22:40:02 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
** footer
|
|
|
|
*/
|
|
|
|
#f-poweredbyico,
|
|
|
|
#f-copyrightico {
|
|
|
|
margin: 0 8px;
|
|
|
|
position: relative;
|
|
|
|
top: -2px; /* Bump it up just a tad */
|
|
|
|
}
|
|
|
|
|
|
|
|
#f-poweredbyico {
|
|
|
|
float: right;
|
|
|
|
height: 1%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#f-copyrightico {
|
|
|
|
float: left;
|
|
|
|
height: 1%;
|
|
|
|
}
|