MediaWiki:Monobook.css

Izvor: Wikiknjige

Napomena: Nakon snimanja, trebate očistiti memoriju svog programa za Internet kako biste odmah vidjeli promjene: Mozilla: kliknite reload (ili ctrl-r), IE / Opera: ctrl-f5, Safari: cmd-r, Konqueror ctrl-r.

/*<pre>*/

/* podebljano  'uredi' */
#ca-edit a { font-weight: bold !important; }

/* donacije  */
#siteNotice {
    margin-top:5px;
    padding-left: 4px;
    font-style: italic;
    text-align: center;
}

.NavToggle {
       font-size: x-small;
       float:right;
}

/* podebljano 'prijavi se' */
#pt-login {
       font-weight: bold;
}

#pt-anonlogin {
       font-weight: bold;
}

/* Pozicioniranje desnog gornjeg kuta, za neke predloške */

div.topicon {
  position:absolute; 
  z-index:100; 
  top:10px;
  display: block !important;
}
 /****************************/
 /* BEGIN LIGHT BLUE SECTION */
 /****************************/
 /* Make all non-namespace pages have a light blue content area. This is done by
    setting the background color for all #content areas to light blue and then
    overriding it for any #content enclosed in a .ns-0 (main namespace). I then
    do the same for the "tab" background colors. --Lupo */
 
 #content {
     background: #F8FCFF; /* a light blue */
 }
 
 #content div.thumb {
     border-color: #F8FCFF;
 }
 
 .ns-0 * #content {
     background: white;
 }
 
 #mytabs li {
     background: #F8FCFF;
 }
 
 .ns-0 * #mytabs li {
     background: white;
 }
 
 #mytabs li a {
     background-color: #F8FCFF;
 }
 
 .ns-0 * #mytabs li a {
     background-color: white;
 }
 
 #p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {
     background-color: #F8FCFF;
 }
 
 .ns-0 * #p-cactions li a {
     background-color: #fbfbfb;
 }
 
 .ns-0 * #p-cactions li.selected a, .ns-0 * #p-cactions li a:hover {
     background-color: white;
 }
 
 .ns-0 * #content div.thumb {
     border-color: white;
 }
 
ol.references {
   font-size: 100%;
}

.references-small { font-size: 90%;}

 /**************************/
 /* END LIGHT BLUE SECTION */
 /**************************/

/*</pre>*/