MediaWiki:Monobook.css: Difference between revisions
From MI2wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 49: | Line 49: | ||
.generated-sidebar .pBody, #p-search .pBody, #p-tb .pBody, #p-lang .pBody { | .generated-sidebar .pBody, #p-search .pBody, #p-tb .pBody, #p-lang .pBody { | ||
background: #dbd1f7; | background: #dbd1f7; | ||
} | |||
.portlet { | |||
- | border: none; | ||
margin: 0 0 .5em; | |||
padding: 0; | |||
float: none; | |||
width: 11.6em; | |||
overflow: hidden; | |||
} | |||
.portlet h4 { | |||
font-size: 95%; | |||
font-weight: bold; | |||
white-space: nowrap; | |||
} | |||
.portlet h5 { | |||
background: transparent; | |||
padding: 0 1em 0 .5em; | |||
display: inline; | |||
height: 1em; | |||
text-transform: uppercase; | |||
font-size: 91%; | |||
font-weight: bold; | |||
white-space: nowrap; | |||
} | |||
.portlet h6 { | |||
background: transparent; | |||
border: 1px solid orange; | |||
border-style: solid solid none solid; | |||
padding: 0 1em 0 1em; | |||
text-transform: uppercase; | |||
display: block; | |||
font-size: 1em; | |||
height: 1.2em; | |||
font-weight: normal; | |||
white-space: nowrap; | |||
} | |||
.pBody { | |||
font-size: 95%; | |||
background:transparent; | |||
color: #6666CC; | |||
border-collapse: collapse; | |||
border: 1px solid #AAAAAA; | |||
padding: 0 .8em .3em .5em; | |||
} | |||
.portlet h1, | |||
.portlet h2, | |||
.portlet h3, | |||
.portlet h4 { | |||
margin: 0; | |||
padding: 0; | |||
} | |||
.portlet li { | |||
padding: 0; | |||
margin: 0; | |||
} | } | ||
Revision as of 12:41, 30 January 2013
/* CSS placed here will affect users of the Monobook skin */
/* tabs */
#p-cactions li {
border-collapse: separate;
border-bottom: 1px solid #aaa;
padding-bottom: 0.4em;
}
#p-cactions li.selected {
border-collapse: collapse;
border-color: #000000;
border-bottom: none;
font-weight: bold;
padding: 0 0 0.2em;
padding-bottom: 0.5em;
}
#p-cactions li.selected a {
background-color: #865ab7;
color: #FFFFFF;
padding: 0 1em 0.2em !important;
z-index: 3;
}
#p-cactions .new a {
color: #0000FF;
}
#p-cactions li a {
text-transform: lowercase;
}
#p-cactions li a {
background-color: #dbd1f7;
border: medium none;
color: #000000;
margin: 0;
padding: 0 0.8em 0.3em;
position: relative;
text-decoration: none;
z-index: 0;
}
/* toolbox */
.generated-sidebar .pBody, #p-search .pBody, #p-tb .pBody, #p-lang .pBody {
background: #dbd1f7;
}
.portlet {
border: none;
margin: 0 0 .5em;
padding: 0;
float: none;
width: 11.6em;
overflow: hidden;
}
.portlet h4 {
font-size: 95%;
font-weight: bold;
white-space: nowrap;
}
.portlet h5 {
background: transparent;
padding: 0 1em 0 .5em;
display: inline;
height: 1em;
text-transform: uppercase;
font-size: 91%;
font-weight: bold;
white-space: nowrap;
}
.portlet h6 {
background: transparent;
border: 1px solid orange;
border-style: solid solid none solid;
padding: 0 1em 0 1em;
text-transform: uppercase;
display: block;
font-size: 1em;
height: 1.2em;
font-weight: normal;
white-space: nowrap;
}
.pBody {
font-size: 95%;
background:transparent;
color: #6666CC;
border-collapse: collapse;
border: 1px solid #AAAAAA;
padding: 0 .8em .3em .5em;
}
.portlet h1,
.portlet h2,
.portlet h3,
.portlet h4 {
margin: 0;
padding: 0;
}
.portlet li {
padding: 0;
margin: 0;
}