Jump to content

User:MichaelQSchmidt/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
div.template-filmography-div ul
{
 list-style-image: none; /* hate that monobook teal square */
 list-style-type: circle;/* normal ;) */
}
 
/*
 * lulz
 */
 
div.template-filmography-div
{
 background-color: #E6E6FA;
 border: 1px solid #ccc;
 
         border-radius: 0.5em;
    -moz-border-radius: 0.5em;
 -webkit-border-radius: 0.5em;
}