0byt3m1n1
Path:
/
data
/
49
/
4
/
11
/
84
/
4826899
/
user
/
5715128
/
htdocs
/
soulsymbols
/
templates
/
soulsymbols
/
css
/
[
Home
]
File: error.css
/** * @version $Id: offline.css 21331 2011-05-11 04:28:32Z eddieajau $ * @copyright Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ /* Start Common Styles */ * { font-family: arial,helvetica,sans-serif; font-size: 13px; color: #5f6565; } html { height: 100%; margin-bottom: 1px; } body { margin:0; padding: 0; line-height:22px; color:#555555; background:#c13f27 url(../images/body-bkgnd.jpg) fixed top center no-repeat; text-align:center; } img { border: 0 none; margin-left: auto; margin-right: auto; } /*img.err-img { width:960px; height:280px; display:block; margin:0 auto; }*/ /* OVERALL WRAPPER DIV */ #wrapper { width:960px; margin:30px auto 30px auto; padding:0 0 50px 0; background-color:#ffffff; border-radius:9px; box-shadow:0 2px 8px #000; } /* HEADER */ div#header { width:960px; height:125px; margin:0 auto; background:#802b1b url('../images/header.jpg') no-repeat; position:relative; border-top-left-radius:9px; border-top-right-radius:9px; } div#header img.logo { width:330px; height:125px; border:0; position:absolute; top:0; left:0; border-radius:9px; } .error { margin:0 auto; } table, td, th, div, pre, blockquote, ul, ol, dl, address,.componentheading,.contentheading,.contentpagetitle,.sectiontableheader,.newsfeedheading { font-family: helvetica, arial, sans-serif; font-weight: normal; } #outline { width: 100%; margin: 0 auto; padding: 0px; } #errorboxoutline { /* width: 100%; margin: 0px; padding: 0px; background: #ffffff; border: 1px solid #000000; border-bottom-left-radius: 11px; border-bottom-right-radius: 11px; -webkit-border-bottom-left-radius: 11px; -webkit-border-bottom-right-radius: 11px; */ } #errorboxheader { width: 100%; margin: 0px; padding: 0px; background: #802b1b; color: #ffffff; /* font-weight: bold;*/ font-size: 20px; line-height: 36px; text-align: center; } #errorboxbody { margin: 0px; padding: 10px 40px; text-align: left; } #techinfo { margin: 0 0 10px 0; padding: 10px 20px; text-align: left; /* border: 2px solid #888888;*/ border-radius: 9px; -webkit-border-radius: 9px; color: #ffffff; background-color:#00aef0; } #techinfo p { color: #ffffff; font-size:13px; font-weight:bold; } a:link, a:visited { color:#8f0000; } a:hover, a:active { color:#df0000; }