Użytkownik:Sir Damiinho/monobook.css: Różnice pomiędzy wersjami

Z Nonsensopedii, polskiej encyklopedii humoru
M (nowa strona)
 
M
Linia 7: Linia 7:
#column-google {display: none;}
#column-google {display: none;}
#content {width: 81.9%;}
#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>
</pre>

Wersja z 19:10, 27 wrz 2007

<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>