MediaWiki:Common.css: Difference between revisions
From Aquawiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(21 intermediate revisions by 2 users not shown) | |||
Line 20: | Line 20: | ||
} | } | ||
#p-navigation h5 { | #p-navigation h5 { | ||
color:#c8c8ff | |||
} | |||
#p-aquafacts h5 { | |||
color:#c8c8ff | color:#c8c8ff | ||
} | } | ||
Line 27: | Line 30: | ||
#p-tb h5 { | #p-tb h5 { | ||
color:#c8c8ff | color:#c8c8ff | ||
} | |||
div.gallerytext { | |||
overflow: hidden; | |||
font-size: 75%; | |||
padding: 2px 4px; | |||
text-align:center; | |||
} | } | ||
#piccaption { | #piccaption { | ||
text-align:center; | text-align:center; | ||
font:65% "Trebuchet MS",Verdana,Sans-serif; | font:65% "Trebuchet MS",Verdana,Sans-serif; | ||
margin:0; | |||
padding:0; | |||
} | |||
div.thumbcaption { | |||
text-align:center; | |||
font:70% "Trebuchet MS",Verdana,Sans-serif; | |||
margin:0; | margin:0; | ||
padding:0; | padding:0; | ||
Line 45: | Line 60: | ||
#nvbr { | #nvbr { | ||
border: 1px solid #aaa; | |||
background-color: #dbdeff; | |||
padding: 0px 5px; | |||
font-size: 85%; | |||
} | } | ||
.spoiler { | |||
border: 1px solid #000000; | |||
background-color: #ff0000; | |||
padding: 3px 9px; | |||
font-size: 125%; | |||
} | |||
Line 124: | Line 147: | ||
.singleissue th { | .singleissue th { | ||
vertical-align: top; | vertical-align: top; | ||
} | |||
/* Main Wikipedia styles for testing */ | |||
/* Style rules for media list templates */ | |||
div.medialist { | |||
min-height: 50px; | |||
margin: 1em; | |||
/* @noflip */ | |||
background-position: top left; | |||
background-repeat: no-repeat; | |||
} | |||
div.medialist ul { | |||
list-style-type: none; | |||
list-style-image: none; | |||
margin: 0; | |||
} | |||
div.medialist ul li { | |||
padding-bottom: 0.5em; | |||
} | |||
div.medialist ul li li { | |||
font-size: 91%; | |||
padding-bottom: 0; | |||
} | } |
Latest revision as of 09:21, 12 July 2014
/** CSS placed here will be applied to all skins */ body { background: #0000D9 url(http://aqua.gjovaag.com/pics/sea.gif) repeat fixed; } #p-personal li { color:#ffffff } #p-personal li a { color:#c8c8ff } #p-personal li a:hover { background-color:#0000D9; } #p-personal a.new { color:#ea5f1b } #p-personal a.new:visited { color:#dc5817 } #p-navigation h5 { color:#c8c8ff } #p-aquafacts h5 { color:#c8c8ff } #p-search h5 { color:#c8c8ff } #p-tb h5 { color:#c8c8ff } div.gallerytext { overflow: hidden; font-size: 75%; padding: 2px 4px; text-align:center; } #piccaption { text-align:center; font:65% "Trebuchet MS",Verdana,Sans-serif; margin:0; padding:0; } div.thumbcaption { text-align:center; font:70% "Trebuchet MS",Verdana,Sans-serif; margin:0; padding:0; } #coverimage { vertical-align:top; text-align:center; font:65% "Trebuchet MS",Verdana,Sans-serif; } /* ** navbar */ #nvbr { border: 1px solid #aaa; background-color: #dbdeff; padding: 0px 5px; font-size: 85%; } .spoiler { border: 1px solid #000000; background-color: #ff0000; padding: 3px 9px; font-size: 125%; } /* Infobox template style */ .infobox { border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; } .infobox td, .infobox th { vertical-align: top; } .infobox caption { font-size: larger; margin-left: inherit; } .infobox.bordered { border-collapse: collapse; } .infobox.bordered td, .infobox.bordered th { border: 1px solid #aaaaaa; } .infobox.bordered .borderless td, .infobox.bordered .borderless th { border: 0; } .infobox.sisterproject { width: 20em; font-size: 90%; } /* styles for bordered infobox with merged rows */ .infobox.bordered .mergedtoprow td, .infobox.bordered .mergedtoprow th { border: 0; border-top: 1px solid #aaaaaa; border-right: 1px solid #aaaaaa; } .infobox.bordered .mergedrow td, .infobox.bordered .mergedrow th { border: 0; border-right: 1px solid #aaaaaa; } /* Single Issue template style */ .singleissue { border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: center; } .singleissue caption { text-align:center; font:65% "Trebuchet MS",Verdana,Sans-serif; margin:0; padding:0; } .singleissue td, .singleissue th { vertical-align: top; } /* Main Wikipedia styles for testing */ /* Style rules for media list templates */ div.medialist { min-height: 50px; margin: 1em; /* @noflip */ background-position: top left; background-repeat: no-repeat; } div.medialist ul { list-style-type: none; list-style-image: none; margin: 0; } div.medialist ul li { padding-bottom: 0.5em; } div.medialist ul li li { font-size: 91%; padding-bottom: 0; }