User:Wayoshi/monobook.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 5: Line 5:


  body {
  body {
  font-size: 10px;
   font-color: #a0f0a0;
   font-color: #a0f0a0;
   background #d9ffd9;
   background #d9ffd9;

Revision as of 16:24, August 2, 2006

 /* Wayoshi's custom .css (Cascading Style Sheet) */ 

 @import "/index.php?title=Mediawiki:Monobook.css&action=raw&ctype=text/css";
 @import "/index.php?title=User:Wayoshi/monobook.css&action=raw&ctype=text/css";

 body {
   font-size: 10px;
   font-color: #a0f0a0;
   background #d9ffd9;
 }
 textarea {
   font-face: Arial;
   font-size: 12px;
 }
 #p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
 }