User:Its-a-me Yoshi!/monobook.css: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (New logo!) |
m (That looks AWESOME! :D) |
||
Line 1: | Line 1: | ||
#content, #content table | #content, #content table | ||
#p-cactions ul li a { background: | #p-cactions ul li a { background: red; } | ||
.usermessage { | .usermessage { | ||
Line 12: | Line 12: | ||
ul { list-style-image: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/uldot.png); } | ul { list-style-image: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/uldot.png); } | ||
h1 { font-family: | h1 { font-family:AR BONNIE; font-size:28px;color:yellow;} | ||
h2,h3,h4,h5,h6 { color: | h2,h3,h4,h5,h6 { color:red } | ||
#catlinks { | #catlinks { | ||
border: 1px dotted #F60; | border: 1px dotted #F60; | ||
background-color: | background-color: green; | ||
padding: 4px; | padding: 4px; | ||
} | } | ||
#siteNotice { | #siteNotice { | ||
background: | background: red; | ||
} | } | ||
select { | select { | ||
border: 1px solid | border: 1px solid green; | ||
} | } | ||
input { | input { | ||
background-color: | background-color: red; | ||
} | } | ||
textarea { | textarea { | ||
font-family: | font-family:Rockwell ; | ||
font-size: 14px; | font-size: 14px; | ||
} | |||
/*Customizes sidebar*/ | |||
div.pBody { | |||
border: 1px red; | |||
background: green; | |||
-moz-border-radius: 1em; | |||
margin-left:.4em; | |||
margin-bottom:.4em; | |||
} | |||
body { | |||
background-image: url("http://i111.photobucket.com/albums/n159/YYXJKQJ/background.gif"); | |||
background-attachment:fixed; | |||
} | } |
Revision as of 22:12, November 12, 2010
#content, #content table
#p-cactions ul li a { background: red; }
.usermessage {
background:#;F60
border: 1.1px dashed #060;
}
#p-logo a { background: url(http://www.mariowiki.com/images/mariowiki_logo.png) 35% 50% no-repeat !important; }
pre { border: 1px dashed #F60; }
ul { list-style-image: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/uldot.png); }
h1 { font-family:AR BONNIE; font-size:28px;color:yellow;}
h2,h3,h4,h5,h6 { color:red }
#catlinks {
border: 1px dotted #F60;
background-color: green;
padding: 4px;
}
#siteNotice {
background: red;
}
select {
border: 1px solid green;
}
input {
background-color: red;
}
textarea {
font-family:Rockwell ;
font-size: 14px;
}
/*Customizes sidebar*/
div.pBody {
border: 1px red;
background: green;
-moz-border-radius: 1em;
margin-left:.4em;
margin-bottom:.4em;
}
body {
background-image: url("http://i111.photobucket.com/albums/n159/YYXJKQJ/background.gif");
background-attachment:fixed;
}