Uporabnik:Smihael/clean-blue.css

Opomba: Da bodo spremembe prišle do veljave, po objavi izpraznite predpomnilnik svojega brskalnika.

  • Firefox/Safari: Držite Shift in kliknite Znova naloži (Reload) ali pritisnite Ctrl + Shift + R ali Ctrl + R (⌘ + R v sistemu Mac)
  • Internet Explorer/Edge: Držite Ctrl + F5 in kliknite Osveži (Refresh) ali pritisnite Ctrl + F5
  • Google Chrome: Pritisnite Ctrl + Shift + R (⌘ + Shift + R v sistemu Mac)
  • Opera: Pritisnite Ctrl + F5.
/* Temelji na http://meta.wikimedia.org/wiki/Gallery_of_user_styles#Clean_and_Blue */

/*#p-navigation h5, #p-obcestvo h5, #p-podpora h5, #p-search h5, #p-lang h5, #p-tb h5, #p-regions h5, #p-wikinews h5 {border:1px solid #232323;background:#3934B4 url('http://www.micahclemens.com/wikipedia/new_message_blue.png') repeat-x scroll left top;color:#FFFFFF;padding:1px 10em 1px 1em;margin:0 3px 0.5em 0;font-size:125%;text-align:left;}

#content, #mytabs li a, #p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {background-color: #EBF1FA;}
#content div.thumb {border-color: #EBF1FA;}*/


/* Dotted borders on pre look ugly, replace with a solid one */
#bodyContent pre {
    border: 1px solid #aaa;
}

/* suppress the person icon by your username 
li#pt-userpage { background: none }*/


/* Avoid offpage text */

/* Eliminate yellow colour everywhere in borders */
#p-cactions li.selected {
    border-color: #aaa;
}
/* Make the footer not 100% wide, but as wide as the content box, and change it from the annoying yellow colour */
#footer {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    margin: 0.6em 0em 1em 155px;
}

/*Junk I'm glad to get rid of 
li#f-copyright,
li#f-lastmod,
#editpage-copywarn,
h3#siteSub,
#fundraising,
#editpage-specialchars,
#editpage-copywarn2,
#pabanner { display: none; }*/

/* Nice borders for (almost) all boxes */
input[type="radio"],
input[type="checkbox"] { border:none; }
input[type="text"], input[type="submit"], textarea {
    border: 1px solid #aaa !important;
}
/* make round corners for the rest */
input[type="text"], input[type="submit"], textarea, pre, #toc {
   -moz-border-radius: 2px;
}

/*
** Diff rendering
*/
table.diff { background:white; }
td.diff-otitle { background:#ffffff; }
td.diff-ntitle { background:#ffffff; }
td.diff-addedline { 
    background: #C5CC00;
    color: #333333;
    font-size: 95%;
}
td.diff-deletedline { 
    background: #CC1100;
    color: #FFFFFF;
    font-size: 95%;
}
td.diff-context {
    background:#CCCCCC
    color: #708090;
    font-size: 95%;
}
span.diffchange { color: #00008b; }


/* this is the ul contained in the portlet 
#p-tb ul, #p-tb li, #p-tb li a, #p-navigation ul, #p-navigation li, #p-navigation li a, #p-personal ul, #p-personal li, #p-personal li a {color: #003399;}*/


/*
pre {
    padding: 1em;
    border: 1px solid #003399;
    color: #003399;
    background-color: #F4F6FE;
    line-height: 1.1em;
}
*/