User:Skenmy/monobook.css: Difference between revisions
From Perplex City Wiki
Jump to navigationJump to search
m (New skin) |
m (→Skin: Nav Spacing Update) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* | |||
Perplex City Wiki Skin | |||
Adapted from Wikinews CSS v0.9 by Datrio | |||
Original at: http://pl.wikinews.org/w/index.php?title=User:Datrio/monobook.css&action=raw&ctype=text/css | |||
Adapted by User:Skenmy | |||
*/ | |||
body { | |||
background: white !important; | |||
} | |||
h1, h2, h3 { | |||
border-bottom: 1px solid #B8D2F7; | |||
font-family: verdana; | |||
} | |||
h4, h5, h6 { | |||
font-family: verdana; | |||
} | |||
a { | |||
text-decoration: none; | |||
} | |||
#p-navigation, #p-search, #p-tb, #p-lang, #p-techniczne, #p-resources, #p-introduction { | |||
margin: 1em 0.5em; | |||
width: 11.3em; | |||
} | |||
#p-cactions { | |||
top: 21px; | |||
} | |||
#p-cactions ul li { | |||
border: 1px solid #C1CDF7; | |||
-moz-border-radius-topleft: 0.5em; | |||
-moz-border-radius-topright: 0.5em; | |||
border-radius-topleft: 0.5em; | |||
border-radius-topright: 0.5em; | |||
} | |||
#p-cactions ul li a { | |||
font: 10px verdana; | |||
font-weight: bold; | |||
background: #F1FAFF; | |||
border: 0; | |||
padding: 0 0.5em 0.3em; | |||
z-index: 3; | |||
} | |||
#p-cactions ul li.selected { | |||
border: 1px solid #C1CDF7; | |||
} | |||
#p-cactions ul li.selected a { | |||
color: black; | |||
background: #CEDEFF; | |||
border: 1px solid #C1CDF7; | |||
} | |||
#p-navigation h5, #p-search h5, #p-tb h5, #p-lang h5, #p-techniczne h5, #p-regions h5, #p-introduction h5, #p-resources h5 { | |||
background: #CCE0FB; | |||
padding: 4px 10px; | |||
width: 100%; | |||
display: block; | |||
font-weight: bold; | |||
font-size: 0.8em; | |||
margin-bottom: 3px; | |||
-moz-border-radius-topleft: 1em; | |||
border-radius-topleft: 1em; | |||
} | |||
#p-navigation .pBody, #p-search .pBody, #p-tb .pBody, #p-lang .pBody, #p-techniczne .pBody, #p-regions .pBody, #p-introduction .pBody, #p-resources .pBody { | |||
display: block; | |||
border: 1px solid #CCE0FB; | |||
background: #F1F8FE; | |||
-moz-border-radius-bottomright: 1em; | |||
border-radius-bottomright: 1em; | |||
padding-right: 0; | |||
} | |||
#p-navigation li, #p-search li, #p-tb li, #p-lang li, #p-techniczne li, #p-regions li, #p-introduction li, #p-resources li { | |||
line-height: 1.5em; | |||
list-style-type: square; | |||
list-style-image: url(bullet.gif); | |||
font-size: 95%; | |||
} | |||
#p-navigation .pBody a, #p-tb .pBody a, #p-lang .pBody a, #p-techniczne .pBody a, #p-regions .pBody a, #p-introduction .pBody a, #p-resources .pBody a { | |||
color: black; | |||
text-decoration: none; | |||
font: 11px verdana; | |||
} | |||
#p-navigation .pBody a:hover, #p-tb .pBody a:hover, #p-lang .pBody a:hover, #p-techniczne .pBody a:hover, #p-regions .pBody a:hover, #p-introduction .pBody a:hover, #p-resources .pBody a:hover { | |||
color: #555 !important; | |||
text-decoration: none; | |||
} | |||
#content { | |||
border-left: 4px solid #B9D4F1; | |||
border-bottom: 4px solid #B9D4F1; | |||
border-top: 4px solid #B9D4F1; | |||
-moz-border-radius-topleft: 1em; | |||
-moz-border-radius-bottomleft: 1em; | |||
border-radius-topleft: 1em; | |||
border-radius-bottomleft: 1em; | |||
top: 7px; | |||
} | |||
#footer { | |||
border-bottom: 4px solid #B9D4F1; | |||
border-top: 4px solid #B9D4F1; | |||
border-left: 4px solid #B9D4F1; | |||
margin: 2em 0 2em 13.5em; | |||
-moz-border-radius-topleft: 1em; | |||
-moz-border-radius-bottomleft: 1em; | |||
border-radius-topleft: 1em; | |||
border-radius-bottomleft: 1em; | |||
} | |||
#p-personal .pBody ul { | |||
background: #F1F8FE; | |||
border-bottom: 1px solid #C1CDF7; | |||
border-left: 1px solid #C1CDF7; | |||
float: right; | |||
padding-left: 0; | |||
-moz-border-radius-bottomleft: 2em; | |||
border-radius-bottomleft: 2em; | |||
height: 1.8em; | |||
} | |||
#p-personal li { | |||
margin: 0; | |||
} | |||
#p-personal li a { | |||
padding: 0.4em; | |||
} | |||
#p-personal li a:hover { | |||
background: #D4DEEA; | |||
} | |||
#searchInput { | |||
background: white; | |||
border: 1px solid #D4DEEA; | |||
} | |||
div.thumb div { | |||
background: #F1F8FE !important; | |||
border: 1px solid #C1CAF3 !important; | |||
} | |||
#toc ul { | |||
list-style: none; | |||
} |
Latest revision as of 20:46, 15 August 2006
/* Perplex City Wiki Skin Adapted from Wikinews CSS v0.9 by Datrio Original at: http://pl.wikinews.org/w/index.php?title=User:Datrio/monobook.css&action=raw&ctype=text/css Adapted by User:Skenmy */ body { background: white !important; } h1, h2, h3 { border-bottom: 1px solid #B8D2F7; font-family: verdana; } h4, h5, h6 { font-family: verdana; } a { text-decoration: none; } #p-navigation, #p-search, #p-tb, #p-lang, #p-techniczne, #p-resources, #p-introduction { margin: 1em 0.5em; width: 11.3em; } #p-cactions { top: 21px; } #p-cactions ul li { border: 1px solid #C1CDF7; -moz-border-radius-topleft: 0.5em; -moz-border-radius-topright: 0.5em; border-radius-topleft: 0.5em; border-radius-topright: 0.5em; } #p-cactions ul li a { font: 10px verdana; font-weight: bold; background: #F1FAFF; border: 0; padding: 0 0.5em 0.3em; z-index: 3; } #p-cactions ul li.selected { border: 1px solid #C1CDF7; } #p-cactions ul li.selected a { color: black; background: #CEDEFF; border: 1px solid #C1CDF7; } #p-navigation h5, #p-search h5, #p-tb h5, #p-lang h5, #p-techniczne h5, #p-regions h5, #p-introduction h5, #p-resources h5 { background: #CCE0FB; padding: 4px 10px; width: 100%; display: block; font-weight: bold; font-size: 0.8em; margin-bottom: 3px; -moz-border-radius-topleft: 1em; border-radius-topleft: 1em; } #p-navigation .pBody, #p-search .pBody, #p-tb .pBody, #p-lang .pBody, #p-techniczne .pBody, #p-regions .pBody, #p-introduction .pBody, #p-resources .pBody { display: block; border: 1px solid #CCE0FB; background: #F1F8FE; -moz-border-radius-bottomright: 1em; border-radius-bottomright: 1em; padding-right: 0; } #p-navigation li, #p-search li, #p-tb li, #p-lang li, #p-techniczne li, #p-regions li, #p-introduction li, #p-resources li { line-height: 1.5em; list-style-type: square; list-style-image: url(bullet.gif); font-size: 95%; } #p-navigation .pBody a, #p-tb .pBody a, #p-lang .pBody a, #p-techniczne .pBody a, #p-regions .pBody a, #p-introduction .pBody a, #p-resources .pBody a { color: black; text-decoration: none; font: 11px verdana; } #p-navigation .pBody a:hover, #p-tb .pBody a:hover, #p-lang .pBody a:hover, #p-techniczne .pBody a:hover, #p-regions .pBody a:hover, #p-introduction .pBody a:hover, #p-resources .pBody a:hover { color: #555 !important; text-decoration: none; } #content { border-left: 4px solid #B9D4F1; border-bottom: 4px solid #B9D4F1; border-top: 4px solid #B9D4F1; -moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em; border-radius-topleft: 1em; border-radius-bottomleft: 1em; top: 7px; } #footer { border-bottom: 4px solid #B9D4F1; border-top: 4px solid #B9D4F1; border-left: 4px solid #B9D4F1; margin: 2em 0 2em 13.5em; -moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em; border-radius-topleft: 1em; border-radius-bottomleft: 1em; } #p-personal .pBody ul { background: #F1F8FE; border-bottom: 1px solid #C1CDF7; border-left: 1px solid #C1CDF7; float: right; padding-left: 0; -moz-border-radius-bottomleft: 2em; border-radius-bottomleft: 2em; height: 1.8em; } #p-personal li { margin: 0; } #p-personal li a { padding: 0.4em; } #p-personal li a:hover { background: #D4DEEA; } #searchInput { background: white; border: 1px solid #D4DEEA; } div.thumb div { background: #F1F8FE !important; border: 1px solid #C1CAF3 !important; } #toc ul { list-style: none; }