Uporabnik:XJamRastafire/monobook.css
Iz Wikipedije, proste enciklopedije
Opomba: Da bodo spremembe prišle do veljave, po shranitvi izpraznite predpomnilnik svojega brskalnika: Mozilla/Safari: držite Shift in kliknite Reload (ali pritisnite Ctrl-Shift-R), Internet Explorer: Ctrl-F5, Opera/Konqueror: F5.
/* make the background behind the content area and the tabs a light grey */ /* #content, */ /* #p-cactions ul li a { background: #f5f5f5; } */ /* replace the book in the background with something else */ /* body { background: Purple; } */ /* changes the colour of pre areas */ pre { background: rgb(254,242,196) } /* change the logo */ #p-logo a { background: url(http://sl.wikipedia.org/upload/b/bc/Wiki.png) 35% 50% no-repeat !important; } /* don't use any logo, move the boxes onto that area instead */ /* #p-logo { display: none } */ /* #column-one { padding-top: 0; } */ /* supress the person icon by your username */ li#pt-userpage { background: none } /* use browser prefs for text size and font */ body, #globalWrapper { font: inherit !important; } /* always underline links */ a { text-decoration: underline; } /* change colour of unselected tabs */ #p-cactions ul li a { background: #C7FDC7; } /* change colour of selected tabs */ #p-cactions ul li.selected a { background: white; } /* change border colour of selected tabs */ #p-cactions li.selected { border-color: #aaaaaa; } /* tab bottom not removed on hover */ #p-cactions li a:hover { z-index: 0; text-decoration: none; } #p-cactions li.selected a:hover { z-index: 3; } /* style the search box and the buttons below it */ input.searchButton { background-color: #efefef !important; border: 1px outset !important; } #searchInput { border: 1px inset !important; }