Diferencia entre revisiones de «MediaWiki:Common.css»

m
sin resumen de edición
m (+navbar definitions)
m
 
(No se muestran 44 ediciones intermedias de 3 usuarios)
/* CSS placed here will be applied to all skins */
 
/* <quote> tag css - 2018-07-25 */
.quote-tag cite::before { content: "\2014 \0020"; }
.right-quote { float: right; }
.left-quote { float: left; }
 
 
/* information boxes and navigation bars */
text-align: center;
}
.infobox .kv td, .navbar td {
text-align: left;
}
font-size: 90%;
}
 
/* putting the ToC in the infobox (2016-12-20) */
.infobox #toc {
width: 100%!important;
padding: initial!important;
}
 
/* make sure images fit mobile screens (2018-06-13) */
.thumbinner { max-width: 80vw; }
.thumbimage { max-width: 80vw; height: auto; }
 
/* Notice */
padding: 0.5em;
}
div.notice.stubquality {
font-style: italic;
}
width: 1em;
}
/* Coppermind: Objective styles*/
.objective-complete:before { content: '\2714\FE0F'; }
 
/* curved */
#footer-places { clear: both; }
 
/* Notes sectionauto columns*/
.notesreferences {
-moz-column-width: 300px;
clear: both;
-webkit-column-width: 300px;
column-width: 300px;
list-style-position: inside;
}
 
/* keep long references in blocks */
.references li {
column-break-inside: avoid;
-webkit-column-break-inside: avoid;
-moz-column-break-inside: avoid;
-webkit-column-break-inside: avoid;
column-break-inside: avoid;
}
 
/* bibliography styles */
/* highlight clicked reference in blue */
.bib td { text-align: center; }
ol.references li:target {
.bib .other td { background-color: #ddeeffF2F2CE; }
.bib .cosmere td { background-color: #CEF2CE; }
.bib .unreleased td:first-of-type { background-color: #F2CED4; }
 
/* page indicators */
.mw-indicators {
width: 50%;
text-align: right;
}
#mw-indicator-series, #mw-indicator-cosmere {
sup.reference:target {
float: left;
background-color: #ddeeff;
}
 
/* awards css */
.award {
border: 1px solid #999;
margin: 1px;
width: 20em;
}
.award table {
border-collapse: collapse;
width: 100%;
margin-bottom: 0;
background: #eee;
}
.award td {
height: 45px;
vertical-align: middle;
}
.award-l, .award-r {
width: 45px;
background: #ddd;
text-align: center;
font-size: 14pt;
color: black;
line-height: 1.25em;
}
.award-1 {
padding: 0 4px 0 4px;
}
 
/* hide things */
.hidden { display: none; }
 
.cm-tracking {
vertical-align: sub;
font-size: xx-small;
}
/* hide the cite tracking {{t|tracking-link}} */
.references .cm-tracking { display: none; }
/* REMOVE: hide the cite tracking <sub>#</sub> */
.reference-text sub { display: none; }
/* hide the date ? error */
.rosharan-date .error { display: none; }
 
/* some helper classes for table column styling 2018-11-08 */
.center-col-1 td:nth-child(1) { text-align: center; }
.center-col-2 td:nth-child(2) { text-align: center; }
.center-col-3 td:nth-child(3) { text-align: center; }
.center-col-4 td:nth-child(4) { text-align: center; }
.center-col-5 td:nth-child(5) { text-align: center; }
.center-col-6 td:nth-child(6) { text-align: center; }
.center-col-7 td:nth-child(7) { text-align: center; }
 
 
/* thumbnail attribution style */
.attribution { font-size: smaller; text-align: center; }
 
 
/* Main page overviews */
.cosmere-overview {
column-count: 3;
font-size: 110%;
width: 80%;
margin: auto;
}
 
.series-overview p {
width: 100%;
display: grid;
grid-template-columns: repeat(5, 1fr);
font-size: 130%;
padding: 1px;
grid-gap: 2px;
text-align: center;
font-weight: bold;
}
 
@media (max-width: 640px) {
.coppermind-spoiler-warning {
font-size: 1em !important;
}
}
 
@font-face {
font-family: "Trajan Pro";
src: url('https://coppermind.net/TrajanProBold.ttf') format("truetype");
}
5572

ediciones