Find Wikia too slow? Join the new Userpedia, the "Users Wiki"! Join now and help Userpedia get it one fixed place again!
MediaWiki:Monobook.css
From Users Wiki
(Difference between revisions)
Line 1: | Line 1: | ||
/* edit this file to customize the monobook skin for the entire site */ | /* edit this file to customize the monobook skin for the entire site */ | ||
- | * | + | /* black/red */ |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | content, #content table {color:#ACC6FC;background:#0F0F0F } | |
- | + | p-cactions ul li a { background-color:#161616; } | |
- | + | p-cactions ul li a:hover { background-color:#444; border:1px solid black } | |
- | + | p-personal ul li a { color:#F00;background-color:black } | |
- | } | + | p-personal ul li a:hover {background-color:black} |
- | + | body { font-family:Arial; font-size:13px; | |
- | + | ||
- | + | background: black ;} | |
- | + | a { color: #E00; text-decoration: none; } a:visited { color: #BF0000; } a:active { color: #CCC; } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | p-personal a.new, a.new { color: #E0E } | |
- | + | p-personal a.new:visited, a.new:visited { color:#B0B; } | |
- | + | .portlet ul { list-style-image: url(); } ul { list-style-image: url(); } h1 { font-family:Jokerman; font-size:28px;color:#7C96CC;} h2,h3,h4,h5,h6 { color:#8CA6DC; } | |
- | } | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | .mainLegend { display:inline; } | + | |
- | + | ||
- | li#pt-userpage { background: none } | + | catlinks { |
- | table.gallery { background:# | + | border: 1px dotted #DDD; |
- | table.gallery td { background:# | + | background-color: #222; |
- | div.tleft,div.tright {border-color:# | + | |
- | div.thumb div { color:# | + | } |
- | table.diff, td.diff-otitle, td.diff-ntitle { background:# | + | |
- | td.diff-context { background:# | + | siteNotice { |
- | div.noarticletext { color:# | + | background: #161616; |
- | + | ||
- | + | } | |
- | + | ||
+ | navbox { | ||
+ | background: #191919; | ||
+ | |||
+ | } select { | ||
+ | |||
+ | border: 1px solid #EEE; | ||
+ | color:#A6C0F6; | ||
+ | background:#333 | ||
+ | |||
+ | } input { | ||
+ | |||
+ | background-color: #333; | ||
+ | color:#B6D0FF | ||
+ | |||
+ | } input.searchButton { | ||
+ | |||
+ | background-color: #333; | ||
+ | border: 1px solid #111; | ||
+ | color:#9CB6EC; | ||
+ | |||
+ | } | ||
+ | |||
+ | searchInput { | ||
+ | border: 1px solid black; | ||
+ | background-color: #333; | ||
+ | color:#9CB6EC; | ||
+ | |||
+ | } textarea { | ||
+ | |||
+ | font-family: Boukman Old Style; | ||
+ | font-size: 14px; | ||
+ | |||
+ | } | ||
+ | |||
+ | 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: #111; | ||
+ | color: #9CB6EC; | ||
+ | border:1px solid black | ||
+ | |||
+ | } | ||
+ | |||
+ | content { | ||
+ | -moz-border-radius: 1em; | ||
+ | |||
+ | } div.pBody { | ||
+ | |||
+ | -moz-border-radius-topright: 1em; | ||
+ | -moz-border-radius-bottomright: 1em; | ||
+ | background-color: #1C1C1C; | ||
+ | border:1px solid #111; | ||
+ | |||
+ | } | ||
+ | |||
+ | .mainLegend { display:inline; } | ||
+ | |||
+ | siteSub { display:inline;color:#7C96CC;font-size:92%;font-weight:normal; } | ||
+ | li#pt-userpage { background: none } | ||
+ | |||
+ | footer {display:none} | ||
+ | table.gallery { background:#333 } table.gallery td { background:#333 } div.tleft,div.tright {border-color:#161616} div.thumb div { color:#9CB6EC;background:#222 } table.diff, td.diff-otitle, td.diff-ntitle { background:#161616 } td.diff-context { background:#333 } div.noarticletext { color:#ACC6FC;background:#262626 } |
Revision as of 22:45, 26 January 2009
/* edit this file to customize the monobook skin for the entire site */ /* black/red */ content, #content table {color:#ACC6FC;background:#0F0F0F } p-cactions ul li a { background-color:#161616; } p-cactions ul li a:hover { background-color:#444; border:1px solid black } p-personal ul li a { color:#F00;background-color:black } p-personal ul li a:hover {background-color:black} body { font-family:Arial; font-size:13px; background: black ;} a { color: #E00; text-decoration: none; } a:visited { color: #BF0000; } a:active { color: #CCC; } p-personal a.new, a.new { color: #E0E } p-personal a.new:visited, a.new:visited { color:#B0B; } .portlet ul { list-style-image: url(); } ul { list-style-image: url(); } h1 { font-family:Jokerman; font-size:28px;color:#7C96CC;} h2,h3,h4,h5,h6 { color:#8CA6DC; } catlinks { border: 1px dotted #DDD; background-color: #222; } siteNotice { background: #161616; } navbox { background: #191919; } select { border: 1px solid #EEE; color:#A6C0F6; background:#333 } input { background-color: #333; color:#B6D0FF } input.searchButton { background-color: #333; border: 1px solid #111; color:#9CB6EC; } searchInput { border: 1px solid black; background-color: #333; color:#9CB6EC; } textarea { font-family: Boukman Old Style; font-size: 14px; } 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: #111; color: #9CB6EC; border:1px solid black } content { -moz-border-radius: 1em; } div.pBody { -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; background-color: #1C1C1C; border:1px solid #111; } .mainLegend { display:inline; } siteSub { display:inline;color:#7C96CC;font-size:92%;font-weight:normal; } li#pt-userpage { background: none } footer {display:none} table.gallery { background:#333 } table.gallery td { background:#333 } div.tleft,div.tright {border-color:#161616} div.thumb div { color:#9CB6EC;background:#222 } table.diff, td.diff-otitle, td.diff-ntitle { background:#161616 } td.diff-context { background:#333 } div.noarticletext { color:#ACC6FC;background:#262626 }