Difference between revisions of "Template:Main Page toolbox/styles.css"
Jump to navigation
Jump to search
imported>Izno (poke -daily) |
imported>Izno (border: none) |
||
| Line 58: | Line 58: | ||
} | } | ||
| + | .mp-toolbox-daily, | ||
| + | body.ns-talk .mp-toolbox-daily, | ||
| + | .mp-toolbox-tfl td, | ||
| + | body.ns-talk .mp-toolbox-tfl td { | ||
| + | border-bottom: none; | ||
| + | } | ||
| + | |||
| + | |||
| + | /* | ||
| + | -following from here | ||
| + | */ | ||
.mp-toolbox-following { | .mp-toolbox-following { | ||
clear: both; | clear: both; | ||
Revision as of 03:42, 6 December 2020
.mp-toolbox {
width: 26em;
padding: 0;
margin: 0;
font-size: 90%;
}
.mp-toolbox-label {
padding: 1px;
font-size: larger;
font-weight: bold;
}
.mp-toolbox-daily {
width: 100%;
font-size: inherit;
padding: 0;
margin: 0 -1px -1px;
}
.mp-toolbox,
.mp-toolbox-daily td,
.mp-toolbox-daily th {
text-align: center;
}
.mp-toolbox-daily th,
td.mp-toolbox-tfl-not {
background: #efefef;
}
body.ns-talk .mp-toolbox,
body.ns-talk .mp-toolbox-daily {
border: 1px solid #c0c090;
background-color: #f8eaba;
}
body.ns-talk .mp-toolbox-daily td,
body.ns-talk .mp-toolbox-daily th {
border: 1px solid #c0c090;
}
body.ns-talk .mp-toolbox-daily th,
body.ns-talk .mp-toolbox-tfl-not {
background: #e8dbae;
}
.mp-toolbox-potd-mp td,
body.ns-talk .mp-toolbox-potd-mp td {
border-bottom: none;
white-space: nowrap;
}
.mp-toolbox-potd td,
body.ns-talk .mp-toolbox-potd td {
border-top: none;
white-space: nowrap;
}
.mp-toolbox-daily,
body.ns-talk .mp-toolbox-daily,
.mp-toolbox-tfl td,
body.ns-talk .mp-toolbox-tfl td {
border-bottom: none;
}
/*
-following from here
*/
.mp-toolbox-following {
clear: both;
}
.mp-toolbox-following > div {
border-top: 1px solid #a2a9b1;
padding: 1px;
}
body.ns-talk .mp-toolbox-following > div {
border-top: 1px solid #c0c090;
}
.mp-toolbox-tfl span,
.mp-toolbox-following span,
.mp-toolbox-purge {
font-weight: bold;
}