MediaWiki:Modern.css – razlika između verzija

Izvor: Wikipedija
Prijeđi na navigaciju Prijeđi na pretragu
Uklonjeni sadržaj Dodani sadržaj
Nema sažetka izmjene
povratak na kompromisno rješenje
Red 9: Red 9:
}
}


body.page-Glavna_stranica #t-cite,
body.page-Glavna_stranica_Главна_страница #t-cite,
body.page-Glavna_stranica #lastmod,
body.page-Glavna_stranica_Главна_страница #lastmod,
body.page-Glavna_stranica #siteSub {
body.page-Glavna_stranica_Главна_страница #siteSub {
display: none !important;
display: none !important;
}
}

Verzija na datum 15 februar 2016 u 09:47

/* CSS placed here will affect users of the Modern skin */
/* bugzilla:60857 */
h1, .firstHeading, #firstHeading {
    color: white;
}

#firstHeading .mw-editsection a {
    color: white;
}

body.page-Glavna_stranica_Главна_страница #t-cite,
body.page-Glavna_stranica_Главна_страница #lastmod, 
body.page-Glavna_stranica_Главна_страница #siteSub {
    display: none !important;
}

/* block quotations */
#mw_content blockquote {
    font-size: 93.75%;  /* equivalent of 15px in 16px default */
    margin: 1em 1.6em;  /* same indent as an unordered list */
}
#mw_content blockquote p {
    line-height:inherit;
}

/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
    display: block;
}

p.error {
    font-weight: bold;
}

/* some headroom for #coordinates to go in without #siteSub */
#mw_contentholder {
    padding-top: .4em;
}

/* position coordinates */
#coordinates {  
    position: absolute;
    z-index: 1;
    border: none;
    background: none;
    right: 1.17em;
    top: 6.1em;
    float: right;
    margin: 0em;
    padding: 0em;
    padding-right: 1.17em;
    line-height: 1.5em;
    text-align: right;
    text-indent: 0;
    font-size: 85%;
    text-transform: none;
    white-space: nowrap;
}

/* important to keep the text predictably positioned */
#coordinates img {
    vertical-align: top;
}

/* allow disabling of "external" color on internal links in some situations */
#bodyContent .plainlinks2 a.external[href^="http://en.wikipedia.org/"] {
    color: #003366 !important;
}

div.topicon {
    display: block !important;
    position: absolute;
    top: 2px;
    z-index: 100;
}

/* Bullets for Good and Featured interwiki links */
li.GA {
    list-style-image: url(//upload.wikimedia.org/wikipedia/commons/4/42/Monobook-bullet-ga.png);
}
li.FA {
    list-style-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Modern-bullet-star.svg/9px-Modern-bullet-star.svg.png);
}

/* Styling for updated markers on watchlist, history and recent/related changes */
li.mw-changeslist-line-watched,
li.mw-history-line-updated {
    list-style-image: url(//upload.wikimedia.org/wikipedia/commons/f/fa/ChangedBulletMono.png);
}

/* table of contents */
.toccolours {
    background-color: #F0F0F0;
    border: 1px solid #BBBBBB;
    border-spacing: 0pt;
    margin: 0pt;
    padding: 0pt;
}

.mw-topboxes {
    margin-top: -0.4em;
}

/* blue instead of yellow padlock for secure links. */
#mw_content a.external[href ^="https://"],
.link-https {
    background: url(//upload.wikimedia.org/wikipedia/en/0/00/Lock_icon_blue.gif) center right no-repeat;
    padding-right: 16px;
}