Użytkownik:Sir Damiinho/monobook.css

Z Nonsensopedii, polskiej encyklopedii humoru

Uwaga: aby zobaczyć zmiany po zapisaniu, może zajść potrzeba wyczyszczenia pamięci podręcznej przeglądarki.

  • Firefox / Safari: Przytrzymaj Shift podczas klikania Odśwież bieżącą stronę, lub naciśnij klawisze Ctrl+F5 lub Ctrl+R (⌘-R na komputerze Mac)
  • Google Chrome: Naciśnij Ctrl-Shift-R (⌘-Shift-R na komputerze Mac)
  • Internet Explorer: Przytrzymaj Ctrl jednocześnie klikając Odśwież lub naciśnij klawisze Ctrl+F5
  • Konqueror: Kliknij polecenie Odśwież lub naciśnij klawisz F5
  • Opera: Wyczyść pamięć podręczną w Narzędzia → Preferencje
<pre>
.allpagesredirect {
     font-style: italic;
}

body{background: #f9f9f9 url("/images/a/a6/Headbg.jpg") 0 0 no-repeat;}
#column-google {display: none;}
#content {width: 81.9%;}

/***************************************/
/* Section with JaBoJa's modyfications */
/***************************************/
/* make a few corners round, only supported by moz/opera/other gecko browsers for now, i reduced this from 1em to 4px to make it very illnoticable */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
}
#content, #footer {
   -moz-border-radius-topleft: 8px;
   -moz-border-radius-bottomleft: 8px;
}
div.pBody {
   -moz-border-radius-topright: 8px;
   -moz-border-radius-bottomright: 8px;
}

.portlet li, #BodyContent li {
    list-style-type: square;
    list-style-image: url("http://en.wikipedia.org/upload/6/69/AAAAAA_Bullet.png");
}
.portlet li:hover, #BodyContent li:hover {
    list-style-type: square;
    list-style-image: url("http://en.wikipedia.org/upload/4/44/000000_Bullet.png");
}
.portlet a {text-decoration: none;  color: #666 !important;}
.portlet a:hover {text-decoration: none; color: #000 !important;}
.portlet .new a {text-decoration: none;  color: #c30 !important;}
.portlet .selected a {text-decoration: none;  color: #000 !important;}

</pre>