2,744
edits
No edit summary |
Lightyears (talk | contribs) (Added custom rules from common.css for quotations etc) |
||
Line 225: | Line 225: | ||
.divTableBody { | .divTableBody { | ||
display: table-row-group; | display: table-row-group; | ||
} | |||
/* Quote boxes */ | |||
.quotes { | |||
background: none repeat scroll 0 0 #F5FDFE; | |||
border: 1px solid #A8A8A8; | |||
margin-bottom: 10px; | |||
margin-left: 14px; | |||
padding: 6px; | |||
overflow: hidden; | |||
} | |||
/* Indented quotes without borders */ | |||
.indentedquotes { | |||
margin-left: 30px; | |||
margin-right: 30px; | |||
margin-bottom: 10px; | |||
} | |||
/* Small text Refs at bottom right within quote boxes */ | |||
.quotes_ref { | |||
font-size: 85%; | |||
text-align: right; | |||
} | |||
/* Box for Core articles */ | |||
.core_box { | |||
background: none repeat scroll 0 0 #F9F9F9; | |||
border: 1px solid #AAAAAA; | |||
clear: both; | |||
float: right; | |||
font-size: 85%; | |||
margin: 15px; | |||
padding: 0.3em; | |||
width: 260px; | |||
} | |||
/* Site Tag line (top of each page under page title) */ | |||
#siteSub { | |||
display: inline; | |||
font-size: 85%; | |||
font-weight: normal; | |||
font-style: normal; | |||
text-align: right; | |||
} | |||
.simpleborder { | |||
border: 1px #aaaaaa solid; | |||
padding: 3px; | |||
} | |||
.center { | |||
text-align: center; | |||
width: 100%; | |||
} | |||
/* Used for {{main||}} template to out-dent and italicize, from Wikipedia */ | |||
.rellink, .dablink { | |||
font-style: italic; | |||
margin-bottom: 0.5em; | |||
padding-left: 1.6em; | |||
} | |||
/* Highlight text with yellow background without making a border. Can be used within Quote boxes as well */ | |||
.wiHighlight { | |||
background: #fff8cc; | |||
border-bottom: 1px solid #ffe222; | |||
padding-left: .3em; | |||
padding-right: .3em; | |||
font-weight: normal; | |||
} | } |