MediaWiki:Common.css: Difference between revisions
From PikloDex
Jump to navigationJump to search
+ |
kerplunk |
||
Line 221: | Line 221: | ||
} | } | ||
/* vertical */ | /* Navigation templates */ | ||
/** horizontal **/ | |||
.hnav { | |||
border:1px solid #aaa; | |||
border-spacing:0; | |||
font-size:90%; | |||
clear:both; | |||
margin:0.5em auto; | |||
padding:0.5em; | |||
text-align:center; | |||
} | |||
table.hnav th, table.hnav td { | |||
padding-left:.3em; | |||
padding-right:.3em; | |||
} | |||
table.hnav th { | |||
background:#dfdfff; | |||
color:#000; | |||
} | |||
table.hnav th + td { | |||
padding-left:.5em; | |||
} | |||
.hnav .caption, .hnav .caption th, .hnav .header, .hnav .header th { | |||
background:#ccccff; | |||
color:#000; | |||
text-align:center; | |||
padding:0.15em 1em; | |||
font-weight:bold; | |||
font-size:103%; | |||
} | |||
table.hnav.borders td { | |||
border-bottom: 1px solid #dfdfff; | |||
} | |||
table.hnav.borders tr:last-child > td { | |||
border-bottom: none; | |||
} | |||
/** vertical **/ | |||
.vnav { | .vnav { |