User:The Legend of Zelda Freak/monobook.css: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary |
(changed to "Donkey Kong Style") |
||
Line 19: | Line 19: | ||
#p-logo a { background: url(http://derecwking.de.funpic.de/klinkwiki.JPG) 35% 50% no-repeat !important; } | #p-logo a { background: url(http://derecwking.de.funpic.de/klinkwiki.JPG) 35% 50% no-repeat !important; } | ||
/* | /* Donkey Kong Style */ | ||
body { font-family:Arial; font-size:10px; | body { font-family:Arial; font-size:10px; | ||
background: | background: orange ;} | ||
a { color: # | a { color: #212121; text-decoration: none; } | ||
a:visited { color: # | a:visited { color: #212121; } | ||
a:active { color: # | a:active { color: #212121; } | ||
#p-personal a.new, a.new { color: # | #p-personal a.new, a.new { color: #212121 } | ||
#p-personal a.new:visited, a.new:visited { color:# | #p-personal a.new:visited, a.new:visited { color:#212121; } | ||
.usermessage { | .usermessage { | ||
background: | background: olive; | ||
border: 1px dashed #FFF; | border: 1px dashed #FFF; | ||
color:# | color:#212121; | ||
} | } | ||
#bodyContent a.extiw:active { color: | #bodyContent a.extiw:active { color: olive; } | ||
#bodyContent a.external { color: | #bodyContent a.external { color: orange; } | ||
pre { border: 1px dashed | pre { border: 1px dashed black; background:#9C9;color:olive; overflow: auto; } | ||
#catlinks { | #catlinks { | ||
border: 1px dotted | border: 1px dotted black; | ||
background-color: | background-color: olive; | ||
} | } | ||
#siteNotice { | #siteNotice { | ||
background: | background: olive; | ||
} | } | ||
#navbox { | #navbox { | ||
background: | background: olive; | ||
} | } | ||
select { | select { | ||
border: 1px solid # | border: 1px solid #333; | ||
color:# | color:#212121; | ||
background: | background:olive | ||
} | } | ||
input { | input { | ||
background-color: | background-color: olive; | ||
color:# | color:#212121 | ||
} | } | ||
input.searchButton { | input.searchButton { | ||
background-color: | background-color: olive; | ||
border: 1px solid #111; | border: 1px solid #111; | ||
color:# | color:#212121; | ||
} | } | ||
#searchInput { | #searchInput { | ||
border: 1px solid black; | border: 1px solid black; | ||
background-color: | background-color: olive; | ||
color:# | color:#212121; | ||
} | } | ||
textarea { | textarea { | ||
background-color: | background-color: olive; | ||
color:# | color:#212121; | ||
background-image:none; | background-image:none; | ||
} | } | ||
Line 72: | Line 72: | ||
-moz-border-radius-topleft: 1em; | -moz-border-radius-topleft: 1em; | ||
-moz-border-radius-topright: 1em; | -moz-border-radius-topright: 1em; | ||
background-color: | background-color: olive; | ||
color: # | color: #212121; | ||
border:1px solid #333333 | border:1px solid #333333 | ||
} | } | ||
Line 80: | Line 80: | ||
} | } | ||
div.pBody { | div.pBody { | ||
background-color: | background-color: olive; | ||
border:1px solid #111; | border:1px solid #111; | ||
} | } | ||
h1 {color:# | h1 {color:#212121;} | ||
h2,h3,h4,h5,h6 { color:# | h2,h3,h4,h5,h6 { color:#212121; } | ||
#content, #content table {color:# | #content, #content table {color:#212121;background:olive } | ||
#p-cactions ul li a { background-color: | #p-cactions ul li a { background-color:olive; } | ||
#p-cactions ul li a:hover { background-color: | #p-cactions ul li a:hover { background-color:orange;} | ||
#p-personal ul li a { color:# | #p-personal ul li a { color:#212121;background-color:orange } | ||
#p-personal ul li a:hover {background-color: | #p-personal ul li a:hover {background-color:orange} | ||
li#pt-userpage { background: none } | li#pt-userpage { background: none } | ||
#footer {display:none} | #footer {display:none} | ||
table.gallery { background: | table.gallery { background:olive } | ||
table.gallery td { background: | table.gallery td { background:olive } | ||
div.tleft,div.tright {border-color: | div.tleft,div.tright {border-color:black} | ||
div.thumb div { color:# | div.thumb div { color:#212121;background:white } | ||
table.diff, td.diff-otitle, td.diff-ntitle { background: | table.diff, td.diff-otitle, td.diff-ntitle { background:olive;color:#212121 } | ||
td.diff-context { background: | td.diff-context { background:olive;color:#212121 } | ||
td.diff-addedline, td.diff-deletedline { color:black } | td.diff-addedline, td.diff-deletedline { color:black } | ||
div.noarticletext { color:# | div.noarticletext { color:#212121;background:#262626 } | ||
.troublecenter { background:url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/troublecenterbg.jpg) } | .troublecenter { background:url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/troublecenterbg.jpg) } |
Revision as of 05:16, March 17, 2008
@import "/index.php?title=Mediawiki:Monobook.css&action=raw&ctype=text/css";
@import "/index.php?title=User:The Legend of Zelda Freak/monobook.css&action=raw&ctype=text/css";
/* This creates rounded corners, only possible in Mozilla. Copied from MediaWiki.org */
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
}
#content {
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
}
div.pBody {
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
}
/* This changes the logo */
#p-logo a { background: url(http://derecwking.de.funpic.de/klinkwiki.JPG) 35% 50% no-repeat !important; }
/* Donkey Kong Style */
body { font-family:Arial; font-size:10px;
background: orange ;}
a { color: #212121; text-decoration: none; }
a:visited { color: #212121; }
a:active { color: #212121; }
#p-personal a.new, a.new { color: #212121 }
#p-personal a.new:visited, a.new:visited { color:#212121; }
.usermessage {
background: olive;
border: 1px dashed #FFF;
color:#212121;
}
#bodyContent a.extiw:active { color: olive; }
#bodyContent a.external { color: orange; }
pre { border: 1px dashed black; background:#9C9;color:olive; overflow: auto; }
#catlinks {
border: 1px dotted black;
background-color: olive;
}
#siteNotice {
background: olive;
}
#navbox {
background: olive;
}
select {
border: 1px solid #333;
color:#212121;
background:olive
}
input {
background-color: olive;
color:#212121
}
input.searchButton {
background-color: olive;
border: 1px solid #111;
color:#212121;
}
#searchInput {
border: 1px solid black;
background-color: olive;
color:#212121;
}
textarea {
background-color: olive;
color:#212121;
background-image:none;
}
#p-cactions ul li, #p-cactions ul li a, #p-cactions li.selected, #p-cactions li.selected a {
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
background-color: olive;
color: #212121;
border:1px solid #333333
}
#content {
-moz-border-radius: 1em;
}
div.pBody {
background-color: olive;
border:1px solid #111;
}
h1 {color:#212121;}
h2,h3,h4,h5,h6 { color:#212121; }
#content, #content table {color:#212121;background:olive }
#p-cactions ul li a { background-color:olive; }
#p-cactions ul li a:hover { background-color:orange;}
#p-personal ul li a { color:#212121;background-color:orange }
#p-personal ul li a:hover {background-color:orange}
li#pt-userpage { background: none }
#footer {display:none}
table.gallery { background:olive }
table.gallery td { background:olive }
div.tleft,div.tright {border-color:black}
div.thumb div { color:#212121;background:white }
table.diff, td.diff-otitle, td.diff-ntitle { background:olive;color:#212121 }
td.diff-context { background:olive;color:#212121 }
td.diff-addedline, td.diff-deletedline { color:black }
div.noarticletext { color:#212121;background:#262626 }
.troublecenter { background:url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/troublecenterbg.jpg) }