MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
imported>TOR (historical) m (tweaks) |
imported>TonyV bot (historical) m (Restoring original text) |
||
Line 1: | Line 1: | ||
body { | body { | ||
background: #120646 url("skins/monobook/images/headbg.png") 0 0 repeat-y; | |||
background: #120646 url(" | |||
} | } | ||
.pBody { | |||
background-color: #ccdaff; | |||
background-image: url("skins/monobook/images/portletbg.png"); | |||
background-repeat: repeat-x; | |||
border-top: 1px solid white; | |||
border-right: 1px solid #aaaaaa; | |||
border-bottom: 1px solid #aaaaaa; | |||
-moz-border-radius-topright: 4px; | |||
-moz-border-radius-bottomright: 4px; | |||
} | } | ||
.portlet ul { | |||
list-style-image: url("skins/monobook/images/bullet.gif"); | |||
ul { | |||
} | } | ||
.portlet h5 { | .portlet h5 { | ||
color: white; | color: white; | ||
font-size: 105%; | |||
text-transform: capitalize; | |||
font-weight: bold; | |||
} | } | ||
#p-cactions .pBody { | |||
background-image: none; | |||
} | } | ||
#p- | #p-cactions ul { | ||
list-style-type: none; | |||
} | } | ||
#p-cactions li { | |||
border-bottom: white; | |||
-moz-border-radius-topleft: 4px; | |||
-moz-border-radius-topright: 4px; | |||
} | } | ||
#p-cactions li a { | #p-cactions li a { | ||
background: #01387e url("skins/monobook/images/unselectbg.jpg") repeat-x scroll top left; | |||
color: white; | |||
/ | |||
/ | |||
} | } | ||
. | #p-cactions li.selected a { | ||
background: #007f28 url("skins/monobook/images/selectbg.jpg") 0 0 repeat-x; | |||
color: #002bb8; | |||
} | } | ||
. | #p-cactions .new a { | ||
color: #bed0ff; | |||
} | } | ||
#p-cactions li a:hover { | |||
background: white url("skins/monobook/images/hoverbg.jpg") repeat-x scroll top left; | |||
overflow: hidden; | |||
} | } | ||
a.new, #p-personal a.new { | |||
color: #ffcccc; | |||
} | } | ||
a.new:visited, #p-personal a.new:visited { | |||
color: #a55858; | |||
} | } | ||
#p-personal li a { | |||
color: white; | |||
} | } | ||
# | #p-personal li a:hover { | ||
color: #283c71; | |||
} | } | ||
Revision as of 14:28, 20 September 2008
body { background: #120646 url("skins/monobook/images/headbg.png") 0 0 repeat-y; } .pBody { background-color: #ccdaff; background-image: url("skins/monobook/images/portletbg.png"); background-repeat: repeat-x; border-top: 1px solid white; border-right: 1px solid #aaaaaa; border-bottom: 1px solid #aaaaaa; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px; } .portlet ul { list-style-image: url("skins/monobook/images/bullet.gif"); } .portlet h5 { color: white; font-size: 105%; text-transform: capitalize; font-weight: bold; } #p-cactions .pBody { background-image: none; } #p-cactions ul { list-style-type: none; } #p-cactions li { border-bottom: white; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; } #p-cactions li a { background: #01387e url("skins/monobook/images/unselectbg.jpg") repeat-x scroll top left; color: white; } #p-cactions li.selected a { background: #007f28 url("skins/monobook/images/selectbg.jpg") 0 0 repeat-x; color: #002bb8; } #p-cactions .new a { color: #bed0ff; } #p-cactions li a:hover { background: white url("skins/monobook/images/hoverbg.jpg") repeat-x scroll top left; overflow: hidden; } a.new, #p-personal a.new { color: #ffcccc; } a.new:visited, #p-personal a.new:visited { color: #a55858; } #p-personal li a { color: white; } #p-personal li a:hover { color: #283c71; }