0byt3m1n1
Path:
/
data
/
49
/
4
/
11
/
84
/
4826899
/
user
/
5715128
/
htdocs
/
soulsymbols
/
templates
/
soulsymbols
/
css
/
[
Home
]
File: screen.css
html { width:100%; } /* zero things out */ body, div, h1, h2, h3, h4, p, label, li, img, a { margin:0; padding:0 } body { font-family:arial,helvetica,sans-serif; color:#2f2f2f; background:#e5f0f4 url('../images/body-bkgnd.png') repeat-x; } /* TEXT */ h2 { font-size:20px; font-weight:normal; } .print-popup { font-size:13px; line-height:18px; margin:20px; padding:20px; background:#ffffff /*url('../images/header-popup.png') no-repeat fixed top right; position:relative*/ ;} .print-popup .item-page h2 { display:inline; } .print-popup p { margin-bottom:10px; font-size:13px; line-height:18px; } .print-popup dl, .print-popup dt, .print-popup dd { margin:10px 0 0 0; } .article-info .article-info-term { font-weight:bold; } .article-info .article-info-term, .article-info .category-name { font-size:11px; } .print-popup .item-page ul.actions li img { cursor:pointer; } /* icon lists */ ul.actions { list-style-type:none; text-align:right; position:fixed; top:10px; right:20px; } ul.actions li { display:inline; padding:7px 1px 0 2px; background-color:#bf0000 } div.stats { padding:20px; clear:both; } div.stats p { margin: 10px 0 0 0; font-weight:bold; } div.stats ul { margin: 0 0 10px 0; } /* IMAGES */ /* Article Images - intro + main */ div.img-intro-left, div.img-fulltext-left { margin:0 10px 0 0; padding:5px; border:solid 1px #cfcfcf; float: left; } div.img-intro-right, div.img-fulltext-right { margin:0 0 0 10px; padding:5px; border:solid 1px #cfcfcf; float: right; } /* Article Images - caption */ div.img-intro-left label, div.img-intro-right label, div.img-fulltext-left label, div.img-fulltext-right label { display:block; font-size:10px; line-height:10px; text-align:center } /* ANCHORS */ a:link, a:visited { color:#ef0000; text-decoration:none; cursor:default; } a:hover, a:active { color:#ef0000; } a.close:link, a.close:visited { font-weight:bold; color:#ef0000; text-decoration:none; cursor:pointer; } a.close:hover, a.close:active { color:#9f0000; cursor:pointer; } /* SYSTEM MESSAGES */ #system-message { margin:0; padding: 0; } #system-message > dd > ul { margin:0; border-top: 1px solid #84a7db; border-bottom: 1px solid #84a7db; } #system-message > dd > ul > li { line-height: 1.0em } /* System Error Messages */ #system-message > .error > ul, #system-message > .warning > ul, #system-message > .notice > ul { color: #ffffff; } #system-message > .error > ul { background-color: #e60000; /* background-image: url(../images/notice-alert.png);*/ border-color: #DE7A7B; }