Корисник:Саша Стефановић/monobook.css

С Википедије, слободне енциклопедије

Напомена: Пошто објавите измене, можда ћете морати да обришете кеш меморију прегледача како бисте их видели. Google Chrome, Firefox, Microsoft Edge и Safari: Држите ⇧ Shift и кликните дугме Reload на траци са алаткама. За детаље и упутства о другим прегледачима, погледајте en:Wikipedia:Bypass your cache.

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

/* Dont need this copyright notice on every page */

/*li#f-copyright,
li#f-lastmod,
#editpage-copywarn { display: none; }*/

/* The 'Edit summary' box is way to crammed in the textarea box by default */
textarea { margin-bottom: 4px; }


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

/* make a few corners round, only supported by moz/firefox/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: 5px;
  -moz-border-radius-topright: 5px;
}

#content, #footer {
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-bottomleft: 5px;
}

div.pBody {
   -moz-border-radius-topright: 4px;
   -moz-border-radius-bottomright: 4px;
}