Difference between revisions of "MediaWiki:Monobook.css"
From IridiaWiki
Jump to navigationJump to searchLine 51: | Line 51: | ||
line-height:1px; |
line-height:1px; |
||
clear:both; |
clear:both; |
||
+ | } |
||
+ | |||
+ | .NavToggle { |
||
+ | font-size: x-small; |
||
+ | float:right; |
||
+ | |||
+ | } |
||
+ | |||
+ | |||
+ | /* Standard Navigationsleisten */ |
||
+ | |||
+ | div.BoxenVerschmelzen, |
||
+ | div.NavFrame { |
||
+ | margin: 0px; |
||
+ | padding: 2px; |
||
+ | border: 1px solid #aaaaaa; |
||
+ | text-align: center; |
||
+ | border-collapse: collapse; |
||
+ | font-size: 95%; |
||
+ | } |
||
+ | div.BoxenVerschmelzen div.NavFrame { |
||
+ | border-style: none; |
||
+ | border-style: hidden; |
||
+ | } |
||
+ | div.NavFrame + div.NavFrame { |
||
+ | border-top-style: none; |
||
+ | border-top-style: hidden; |
||
+ | } |
||
+ | div.NavPic { |
||
+ | background-color: #ffffff; |
||
+ | margin: 0px; |
||
+ | padding: 2px; |
||
+ | float: left; |
||
+ | } |
||
+ | div.NavFrame div.NavHead { |
||
+ | height: 1.6em; |
||
+ | font-weight: bold; |
||
+ | font-size: 100%; |
||
+ | background-color: #efefef; |
||
+ | } |
||
+ | div.NavFrame p { |
||
+ | font-size: 100%; |
||
+ | } |
||
+ | div.NavFrame div.NavContent { |
||
+ | font-size: 100%; |
||
+ | } |
||
+ | div.NavFrame div.NavContent p { |
||
+ | font-size: 100%; |
||
+ | } |
||
+ | div.NavEnd { |
||
+ | margin: 0px; |
||
+ | padding: 0px; |
||
+ | line-height: 1px; |
||
+ | clear: both; |
||
} |
} |
||
Revision as of 20:55, 14 February 2006
/* edit this file to customize the monobook skin for the entire site */ /* Import de la palette de navigation de de: */ div.BoxenVerschmelzen, div.NavFrame { margin:0px; padding:2px; border:1px solid #AAAAAA; text-align:center; border-collapse:collapse; font-size:95%; } div.BoxenVerschmelzen div.NavFrame { border-style:none; border-style:hidden; } div.NavFrame + div.NavFrame { border-top-style:none; border-top-style:hidden; } div.NavPic { background-color:#FFFFFF; margin:0px; padding:2px; float:left; } div.NavFrame div.NavHead { height:1.6em; font-weight:bold; font-size:100%; background-color:#EFEFEF; } div.NavFrame p { font-size:100%; } div.NavFrame div.NavContent { font-size:100%; } div.NavFrame div.NavContent p { font-size:100%; } div.NavEnd { margin:0px; padding:0px; line-height:1px; clear:both; } .NavToggle { font-size: x-small; float:right; } /* Standard Navigationsleisten */ div.BoxenVerschmelzen, div.NavFrame { margin: 0px; padding: 2px; border: 1px solid #aaaaaa; text-align: center; border-collapse: collapse; font-size: 95%; } div.BoxenVerschmelzen div.NavFrame { border-style: none; border-style: hidden; } div.NavFrame + div.NavFrame { border-top-style: none; border-top-style: hidden; } div.NavPic { background-color: #ffffff; margin: 0px; padding: 2px; float: left; } div.NavFrame div.NavHead { height: 1.6em; font-weight: bold; font-size: 100%; background-color: #efefef; } div.NavFrame p { font-size: 100%; } div.NavFrame div.NavContent { font-size: 100%; } div.NavFrame div.NavContent p { font-size: 100%; } div.NavEnd { margin: 0px; padding: 0px; line-height: 1px; clear: both; } .NavToggle { font-size: x-small; float:right; }