MediaWiki:Monobook.css
From Wiki.cyring.fr
(Difference between revisions)
(53 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
background-color: #aa4400; | background-color: #aa4400; | ||
background-image: none; | background-image: none; | ||
+ | } | ||
+ | |||
+ | div#header { | ||
+ | background-color: #ffffff; | ||
+ | height: 4.5em; | ||
+ | margin: 1% 1% 0 1%; | ||
+ | padding: 0 0 0.8em; | ||
} | } | ||
div#globalWrapper { | div#globalWrapper { | ||
- | background-color: | + | background-color: #ffffff; |
- | height: | + | border-top: 1px solid #aa4400; |
- | margin: | + | height: auto; |
+ | margin: 0 1% 0; | ||
position: absolute; | position: absolute; | ||
width: 98%; | width: 98%; | ||
Line 20: | Line 28: | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
+ | } | ||
+ | |||
+ | div#footer { | ||
+ | border-bottom: 1px solid #aa4400; | ||
+ | border-top: 1px solid #aa4400; | ||
} | } | ||
Line 28: | Line 41: | ||
div#column-one { | div#column-one { | ||
+ | max-width: 15%; | ||
+ | padding-top: 1.5em; | ||
} | } | ||
Line 57: | Line 72: | ||
.portlet { | .portlet { | ||
padding: 0 0.5em; | padding: 0 0.5em; | ||
- | width: | + | width: auto; |
} | } | ||
Line 65: | Line 80: | ||
#p-logo { | #p-logo { | ||
+ | float: none; | ||
height: auto; | height: auto; | ||
- | + | padding: 0.5em 0 0 1em; | |
+ | position: relative; | ||
width: auto; | width: auto; | ||
} | } | ||
Line 76: | Line 93: | ||
#p-logo a:hover { | #p-logo a:hover { | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | div#site-description { | ||
+ | color: #444444; | ||
+ | float: right; | ||
+ | font: 78%/130% "Verdana","Arial","Helvetica",sans-serif; | ||
+ | margin: 0 20px 0 0; | ||
+ | width: auto; | ||
+ | } | ||
+ | |||
+ | div#access { | ||
+ | margin: 0 0 0 8px; | ||
+ | position: absolute; | ||
+ | z-index: 1; | ||
+ | } | ||
+ | |||
+ | div#access a { | ||
+ | border: 1px solid #624740; | ||
+ | border-radius: 0.3em 0.3em 0.3em 0.3em; | ||
+ | color: #624740; | ||
+ | font-size: 13px; | ||
+ | line-height: 22px; | ||
+ | margin: 0px 8px 0px 0px; | ||
+ | padding: 0 12px; | ||
+ | } | ||
+ | |||
+ | div#access a:hover { | ||
+ | background: #aa4400; | ||
+ | color: #fff0f0; | ||
+ | } | ||
+ | |||
+ | div#shareButtons { | ||
+ | float: right; | ||
+ | min-width: 20%; | ||
+ | } | ||
+ | |||
+ | div#shareButtons a { | ||
background-color: #FFF0F0; | background-color: #FFF0F0; | ||
+ | border: 1px solid #BBBBBB; | ||
+ | border-radius: 4px 4px 4px 4px; | ||
+ | float: left; | ||
+ | height: 18px; | ||
+ | margin-right: 4px; | ||
+ | opacity: 0.7; | ||
+ | width: 24px; | ||
+ | } | ||
+ | |||
+ | div#shareButtons a:hover { | ||
+ | opacity: 1.0; | ||
+ | } | ||
+ | |||
+ | div#shareButtons a img { | ||
+ | margin-left: 16%; | ||
} | } |
Latest revision as of 14:45, 17 April 2014
/* Monobook's child theme by CyrIng. */ body { background-color: #aa4400; background-image: none; } div#header { background-color: #ffffff; height: 4.5em; margin: 1% 1% 0 1%; padding: 0 0 0.8em; } div#globalWrapper { background-color: #ffffff; border-top: 1px solid #aa4400; height: auto; margin: 0 1% 0; position: absolute; width: 98%; } div#shadow { background-color: rgba(255, 255, 255, 1.0); min-height: 95%; min-width: 100%; margin: 0; padding: 0; } div#footer { border-bottom: 1px solid #aa4400; border-top: 1px solid #aa4400; } div#column-content { margin: 0 0 0.6em 0; width: 85% } div#column-one { max-width: 15%; padding-top: 1.5em; } div#content { margin: 2.8em 0 0 0; } a:hover { background-color: #aa4400; text-decoration: none; color: #fff0f0; } #p-personal li a:hover { background-color: #aa4400; color: #fff0f0; border-radius: 0.3em 0.3em 0.3em 0.3em; } #p-cactions { left: 15%; } #p-cactions li a:hover { background-color: #aa4400; color: #fff0f0; } .portlet { padding: 0 0.5em; width: auto; } .portlet li { white-space: nowrap; } #p-logo { float: none; height: auto; padding: 0.5em 0 0 1em; position: relative; width: auto; } #p-logo a, #p-logo a:hover { height: 45px; width: 135px; } #p-logo a:hover { background-color: transparent; } div#site-description { color: #444444; float: right; font: 78%/130% "Verdana","Arial","Helvetica",sans-serif; margin: 0 20px 0 0; width: auto; } div#access { margin: 0 0 0 8px; position: absolute; z-index: 1; } div#access a { border: 1px solid #624740; border-radius: 0.3em 0.3em 0.3em 0.3em; color: #624740; font-size: 13px; line-height: 22px; margin: 0px 8px 0px 0px; padding: 0 12px; } div#access a:hover { background: #aa4400; color: #fff0f0; } div#shareButtons { float: right; min-width: 20%; } div#shareButtons a { background-color: #FFF0F0; border: 1px solid #BBBBBB; border-radius: 4px 4px 4px 4px; float: left; height: 18px; margin-right: 4px; opacity: 0.7; width: 24px; } div#shareButtons a:hover { opacity: 1.0; } div#shareButtons a img { margin-left: 16%; }