85
edits
m |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
/* Lin's fancy-schmancy CSS hacks and whatnot. */ | /* Lin's fancy-schmancy CSS hacks and whatnot. */ | ||
/* ORIGINAL CHARACTER DON'T STEAL */ | /* ORIGINAL CHARACTER DON'T STEAL */ | ||
h2 { | |||
overflow: hidden; | |||
} | |||
.portlet h5 { /* Changes the navigation labels to title case. */ | .portlet h5 { /* Changes the navigation labels to title case. */ | ||
Line 37: | Line 41: | ||
background-color: #c8c8c8; | background-color: #c8c8c8; | ||
padding: 2px 4px 2px 4px | padding: 2px 4px 2px 4px | ||
Line 81: | Line 83: | ||
width: 12em; | width: 12em; | ||
overflow: visible; | overflow: visible; | ||
background-image: url('http:// | background-image: url('http://wiki.aetolia.com/mediawiki/images/c/c9/Logo.png'); | ||
background-position: center; | |||
background-repeat: no-repeat; | |||
} | } | ||
Line 87: | Line 91: | ||
display: none; | display: none; | ||
} | } | ||
/* Style declarations for portal tabs. */ | |||
#ptabs { | |||
font-size:93%; | |||
font-weight:bold; | |||
clear: left; | |||
margin: 0 0 3px 0; | |||
} | |||
#firstHeading #ptabs { margin: 0 0.5em 0 1em !important; font-weight:normal !important; vertical-align: 3px} | |||
#ptabs .activetab { | |||
padding:5px 10px 5px 10px; | |||
margin:0 3px 0 0; | |||
background:#E5E5E5; | |||
text-decoration:none; | |||
color:black; | |||
} | |||
#ptabs .inactivetab { | |||
padding:5px 10px 5px 10px; | |||
margin:0 3px 0 0; | |||
text-decoration:none; | |||
background:#F5F5F5; | |||
color:black; | |||
} | |||
#firstHeading #ptabs .activetab, #firstHeading #ptabs .inactivetab { padding: 1px 10px 1px 10px} | |||
#ptabs .inactivetab:hover { | |||
background:#CCC; | |||
color:black; | |||
} | |||
#ptabs a:hover { text-decoration:none !important; } | |||
#ptabs a span {white-space: nowrap} |