m |
m |
||
| (17 intermediate revisions by 2 users not shown) | |||
| Line 38: | Line 38: | ||
/* Messagebox templates */ | /* Messagebox templates */ | ||
.messagebox { | .messagebox { | ||
| − | border: 1px | + | border: 1px dotted black; |
| − | background-color: # | + | background-color: #e8e8e8; |
width: 80%; | width: 80%; | ||
margin: 0 auto 1em auto; | margin: 0 auto 1em auto; | ||
| Line 46: | Line 46: | ||
.messagebox.merge { | .messagebox.merge { | ||
border: 1px solid #c0b8cc; | border: 1px solid #c0b8cc; | ||
| − | background-color: # | + | background-color: #e8e8e8; |
text-align: center; | text-align: center; | ||
} | } | ||
.messagebox.cleanup { | .messagebox.cleanup { | ||
border: 1px solid #9f9fff; | border: 1px solid #9f9fff; | ||
| − | background-color: # | + | background-color: #e8e8e8; |
text-align: center; | text-align: center; | ||
} | } | ||
.messagebox.standard-talk { | .messagebox.standard-talk { | ||
| − | border: | + | border: 1px solid black; |
| − | background-color: # | + | background-color: #e8e8e8; |
} | } | ||
.messagebox.nested-talk { | .messagebox.nested-talk { | ||
border: 1px solid #c0c090; | border: 1px solid #c0c090; | ||
| − | background-color: # | + | background-color: #e8e8e8; |
width: 100%; | width: 100%; | ||
margin: 2px 4px 2px 4px; | margin: 2px 4px 2px 4px; | ||
| Line 79: | Line 79: | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
line-height: 1.25em; | line-height: 1.25em; | ||
| − | background: # | + | background: #e8e8e8; |
} | } | ||
| Line 89: | Line 89: | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
width: 22em; | width: 22em; | ||
| − | background-color: # | + | background-color: #e8e8e8; |
| − | border: | + | border: 1px dotted black; |
text-align: center; | text-align: center; | ||
} | } | ||
| Line 112: | Line 112: | ||
h2 { | h2 { | ||
| − | border-bottom: | + | border-bottom: 0px dashed #2ba6cb; |
| − | + | } | |
/* Allow limiting of which header levels are shown in a TOC; | /* Allow limiting of which header levels are shown in a TOC; | ||
| Line 134: | Line 134: | ||
margin: 0.6em 0; | margin: 0.6em 0; | ||
} | } | ||
| + | |||
@media (max-width: 800px) { | @media (max-width: 800px) { | ||
| Line 141: | Line 142: | ||
#navwrapper nav { | #navwrapper nav { | ||
margin-bottom: 0 | margin-bottom: 0 | ||
| + | } | ||
| + | .top-bar-section ul li ul.dropdown li > a:hover { | ||
| + | color: white | ||
| + | } | ||
| + | .top-bar-section ul li.hover > a, .top-bar-section ul li ul.dropdown li.hover > a { | ||
| + | color: white; | ||
} | } | ||
} | } | ||
| + | @media (min-width: 800px) { | ||
| + | #topsearchbar .small-12.columns { | ||
| + | padding-right : 0; | ||
| + | } | ||
| + | } | ||
| + | |||
| + | /* I overflow <strike>man</strike> mobile pages */ | ||
| + | #bocsense-bottom { | ||
| + | overflow: hidden | ||
| + | } | ||
| + | |||
| + | ol.references { | ||
| + | background-color: none; | ||
| + | } | ||
| + | |||
| + | ol.references li:target { | ||
| + | background-color: none; | ||
| + | } | ||
/* </nowiki></pre> */ | /* </nowiki></pre> */ | ||
/* CSS placed here will be applied to all skins */
/* <pre><nowiki> */
/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
border: 1px #aaa solid;
padding: 0.2em;
}
table.wikitable th,
table.prettytable th {
background: #f2f2f2;
text-align: center;
}
table.wikitable caption,
table.prettytable caption {
margin-left: inherit;
margin-right: inherit;
font-weight: bold;
}
table.prettytable code,
table.wikitable code {
background-color: transparent;
}
/* Messagebox templates */
.messagebox {
border: 1px dotted black;
background-color: #e8e8e8;
width: 80%;
margin: 0 auto 1em auto;
padding: .2em;
}
.messagebox.merge {
border: 1px solid #c0b8cc;
background-color: #e8e8e8;
text-align: center;
}
.messagebox.cleanup {
border: 1px solid #9f9fff;
background-color: #e8e8e8;
text-align: center;
}
.messagebox.standard-talk {
border: 1px solid black;
background-color: #e8e8e8;
}
.messagebox.nested-talk {
border: 1px solid #c0c090;
background-color: #e8e8e8;
width: 100%;
margin: 2px 4px 2px 4px;
}
.messagebox.small {
width: 238px;
font-size: 85%;
float: right;
clear: both;
margin: 0 0 1em 1em;
line-height: 1.25em;
}
.messagebox.small-talk {
width: 238px;
font-size: 85%;
float: right;
clear: both;
margin: 0 0 1em 1em;
line-height: 1.25em;
background: #e8e8e8;
}
/* Infobox style */
.infobox {
float: right;
clear: right;
margin: 0 0 1em 1em;
width: 22em;
background-color: #e8e8e8;
border: 1px dotted black;
text-align: center;
}
table.infobox th {
font-size: 100%;
}
table.infobox th img {
padding-bottom: 1em;
border: 1px solid black;
}
table.infobox td {
font-size:12px;
text-align: center;
background-color:#ffedcc;
border: 1px solid black;
}
h2 {
border-bottom: 0px dashed #2ba6cb;
}
/* Allow limiting of which header levels are shown in a TOC;
<div class="toclimit-3">, for instance, will limit to
showing ==headings== and ===headings=== but no further
(as long as there are no =headings= on the page, which
there shouldn't be according to the MoS).
*/
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
display: none;
}
#topsearchbar .row {
margin: 0.6em 0;
}
@media (max-width: 800px) {
#navwrapper {
position: initial;
}
#navwrapper nav {
margin-bottom: 0
}
.top-bar-section ul li ul.dropdown li > a:hover {
color: white
}
.top-bar-section ul li.hover > a, .top-bar-section ul li ul.dropdown li.hover > a {
color: white;
}
}
@media (min-width: 800px) {
#topsearchbar .small-12.columns {
padding-right : 0;
}
}
/* I overflow <strike>man</strike> mobile pages */
#bocsense-bottom {
overflow: hidden
}
ol.references {
background-color: none;
}
ol.references li:target {
background-color: none;
}
/* </nowiki></pre> */