Медијавики:Monobook.css

Напомена: Пошто објавите измене, можда ћете морати да обришете кеш прегледача како бисте их видели.

  • Firefox / Safari: Држите Shift и кликните на Reload или притисните Ctrl-F5 или Ctrl-R (⌘-R на Mac-у).
  • Google Chrome: Притисните Ctrl-Shift-R (⌘-Shift-R на Mac-у).
  • Internet Explorer / Edge: Држите Ctrl и кликните на Refresh или притисните Ctrl-F5.
  • Opera: Притисните Ctrl-F5.
/*
==edit this file to customize the monobook skin for the entire site==
 */
/*No auto preview. save and then use shift+ctrlR in moz/Fx or ctrl+F5 in Ie */
/*If you put a background image, add it to [[Wikinews:Important images not directly linked that if are deleted you will incur many peoples wrath]] and make sure it's protected.*/


body {
background: #F8F8F8;
}

#siteSub {
    display: inline;
    font-size: 100%;
    font-weight: normal;
    font-style: italic;
}

/* Thanks to Wikipedia BIG TIME. */
body.page-Main_Page #deleteconfirm, body.page-Portal_Wikipedia #deleteconfirm,
body.page-Main_Page #t-cite,
body.page-Main_Page #lastmod, body.page-Portal_Wikipedia #lastmod, 
body.page-Main_Page #siteSub, body.page-Portal_Wikipedia #siteSub, 
body.page-Main_Page #mw-revisiontag, body.page-Portal_Wikipedia #contentSub, 
body.page-Main_Page h1.firstHeading, body.page-Portal_Wikipedia h1.firstHeading {
    display: none !important;
}


/*rss icon. see [[template talk:latest news]] */

*.rss {
color: #FFFFFF; background-color: #FF5500; background-image: none !important; border-color: #FF5500; border-style: outset; text-decoration: none !important; padding-left: 0.2em; padding-right: 0.2em; border-width: 0.15em; font-size: 95%; line-height: 95%; font-family: verdana, sans-serif; font-weight: bold;
}

/* hide heading for Main Page (Monobook skin only) */

BODY.page-Main_Page H1.firstHeading {
    display: none;
  }

/* hide category links for main page */
BODY.page-Main_Page #catlinks {
    display: none;
}

s, strike {
        color: #777 !important;
}

/* move comment tab closer to talk tab */
li#ca-talk {
	margin-right: 0.3em !important;
}

li#ca-edit {
	margin-left: 1.6em !important;
}

#coordinates {  
    position: absolute;
    z-index: 1;
    border: none;
    background: none;
    right: 30px;
    top: 3.7em;
    float: right;
    margin: 0.0em;
    padding: 0.0em;
    line-height: 1.5em;
    text-align: right;
    text-indent: 0;
    font-size: 85%;
    text-transform: none;
    white-space: nowrap;
}
/* float in the title bar (Ex little FA icons in top-right corner) */
/*! important is to overide legacy inline stuff */
.float_in_title { position: absolute; z-index: 100; right: 20px; top: 20px  !important;}