Difference between revisions of "MediaWiki:Vector.css"
From Philosophy of Biology Graduate Programs
m |
m |
||
(52 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
+ | |||
+ | #footer { | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | |||
+ | #midnightblue { /* line-height: 1.5; */ | ||
+ | border:1px solid #4682B4; | ||
+ | padding:6px 6px 6px 10px; | ||
+ | /* border-radius:5px 5px 0 0; */ | ||
+ | font-weight:bold; | ||
+ | background-color:#4682B4; | ||
+ | /* font-family:courier, mono; */ | ||
+ | /* margin:5px; */ | ||
+ | font-size:22px; | ||
+ | color:#FFFAFA; | ||
+ | margin:0; | ||
+ | } | ||
+ | |||
+ | #pagetop { /* line-height: 1.5; */ | ||
+ | border:1px solid #4682B4; | ||
+ | padding:10px 10px 10px 10px; | ||
+ | /* border-radius:0 0 5px 5px ; */ | ||
+ | /*font-weight:bold; */ | ||
+ | background-color:#F5F5F5; | ||
+ | margin-bottom: 12px; | ||
+ | } | ||
+ | |||
+ | #twitterwrap { | ||
+ | background-color:#F2EAC2; | ||
+ | border-style:ridge; | ||
+ | border-width:2px; | ||
+ | border-color: #F2DE79; | ||
+ | padding:5px; | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | .container { | ||
+ | margin-right: auto; | ||
+ | margin-left: auto; | ||
+ | *zoom: 1; | ||
+ | } | ||
+ | |||
+ | #twitterleft { | ||
+ | float:left; | ||
+ | width:40%; | ||
+ | padding-right:5px; | ||
+ | margin-bottom:10px; | ||
+ | } | ||
+ | |||
+ | #twitterright { | ||
+ | float:right; | ||
+ | width:56%; | ||
+ | padding-left:5px; | ||
+ | margin-bottom:10px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | .wikicode { | ||
+ | padding: 5px; | ||
+ | background-color: #e5e5e5; | ||
+ | color:navy; | ||
+ | font-family: monospace; | ||
+ | font-size:115%; | ||
+ | margin:10px 10px 10px 0; | ||
+ | /* margin:5px 5px 10px 0; */ | ||
+ | } | ||
#module { /* line-height: 1.5; */ | #module { /* line-height: 1.5; */ | ||
Line 22: | Line 90: | ||
#yellow-module { /* line-height: 1.5; */ | #yellow-module { /* line-height: 1.5; */ | ||
+ | clear:both; | ||
border:1px solid black; | border:1px solid black; | ||
− | padding: | + | padding:0 10px 10px 10px; |
− | + | border-radius:5px; | |
/* font-weight:bold; */ | /* font-weight:bold; */ | ||
background-color:#FFFFCC; | background-color:#FFFFCC; | ||
+ | /* font-family:courier, mono; */ | ||
+ | /*margin:5px; */ | ||
+ | } | ||
+ | |||
+ | #dashed-dotted { | ||
+ | /* line-height: 1.5; */ | ||
+ | |||
+ | border:1px solid gray; | ||
+ | /* border-top-style:solid black; */ | ||
+ | /* border-right-style:1px solid; */ | ||
+ | /* border-bottom-style: dotted; */ | ||
+ | /* border-left-style:solid black; */ | ||
+ | padding:7px; | ||
+ | /* border-radius:5px; */ | ||
+ | /* font-weight:bold; */ | ||
+ | /* background-color:#FFFAFA; */ | ||
/* font-family:courier, mono; */ | /* font-family:courier, mono; */ | ||
/*margin:5px; */ | /*margin:5px; */ | ||
Line 41: | Line 126: | ||
} | } | ||
− | # | + | |
− | + | #clearbox { | |
− | padding: | + | padding:12px 2px 12px 12px; |
− | + | margin:0; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | #container { | |
− | + | padding: 10px; | |
− | + | background-color:#FFFFCC;; | |
} | } |
Latest revision as of 11:47, 18 February 2015
/* CSS placed here will affect users of the Vector skin */ #footer { clear: both; } #midnightblue { /* line-height: 1.5; */ border:1px solid #4682B4; padding:6px 6px 6px 10px; /* border-radius:5px 5px 0 0; */ font-weight:bold; background-color:#4682B4; /* font-family:courier, mono; */ /* margin:5px; */ font-size:22px; color:#FFFAFA; margin:0; } #pagetop { /* line-height: 1.5; */ border:1px solid #4682B4; padding:10px 10px 10px 10px; /* border-radius:0 0 5px 5px ; */ /*font-weight:bold; */ background-color:#F5F5F5; margin-bottom: 12px; } #twitterwrap { background-color:#F2EAC2; border-style:ridge; border-width:2px; border-color: #F2DE79; padding:5px; width:100%; } .container { margin-right: auto; margin-left: auto; *zoom: 1; } #twitterleft { float:left; width:40%; padding-right:5px; margin-bottom:10px; } #twitterright { float:right; width:56%; padding-left:5px; margin-bottom:10px; } .wikicode { padding: 5px; background-color: #e5e5e5; color:navy; font-family: monospace; font-size:115%; margin:10px 10px 10px 0; /* margin:5px 5px 10px 0; */ } #module { /* line-height: 1.5; */ border:1px solid #00008B; padding:7px; border-radius:4px; /* font-weight:bold; */ background-color:#F8F8FF; /* margin:5px; } #code-module { /* line-height: 1.5; */ border:1px solid #00008B; padding:7px; border-radius:4px; /* font-weight:bold; */ background-color:#F8F8FF; font-family:courier, mono; font-size:12px; /* margin:5px; */ } #yellow-module { /* line-height: 1.5; */ clear:both; border:1px solid black; padding:0 10px 10px 10px; border-radius:5px; /* font-weight:bold; */ background-color:#FFFFCC; /* font-family:courier, mono; */ /*margin:5px; */ } #dashed-dotted { /* line-height: 1.5; */ border:1px solid gray; /* border-top-style:solid black; */ /* border-right-style:1px solid; */ /* border-bottom-style: dotted; */ /* border-left-style:solid black; */ padding:7px; /* border-radius:5px; */ /* font-weight:bold; */ /* background-color:#FFFAFA; */ /* font-family:courier, mono; */ /*margin:5px; */ } #blue-module { /* line-height: 1.5; */ border:1px solid black; padding:7px 7px 7px 7px; border-radius:4px; /* font-weight:bold; */ background-color:#F0FFF0; /* font-family:courier, mono; */ /* margin:5px; */ } #clearbox { padding:12px 2px 12px 12px; margin:0; } #container { padding: 10px; background-color:#FFFFCC;; }