Медијавики:Modern.css — разлика између измена

Iz Vojne Enciklopedije
Пређи на навигацију Пређи на претрагу
м (1 измена увезена)
 
м (1 измена увезена)
 

Тренутна верзија на датум 4. фебруар 2021. у 23:33

/* CSS постављен овде ће утицати на све кориснике теме „Савремено“ */



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

body.page-Main_Page #t-cite,
body.page-Main_Page #lastmod, 
body.page-Main_Page #siteSub {
    display: none !important;
}

/* 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;
}

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