/* ************************************************************************** */ /* * * */ /* * [ BODY ] * */ /* * * */ /* ************************************************************************** */ body { min-width: 595px; margin: 0; padding: 0; font-size: 80%; background: #100; color: #f00; font-family: Calibri, Verdana, Ariel, Helvetia, sans-serif; } #innerbody { border: 2px solid black; } h1, h2, h3, h4, h5, h6 { font-weight: bold; border: 0; margin: 10px 0 5px 0; display: block; color: #000; } /* ************************************************************************** */ /* */ /* [ CONTAINER ] */ /* */ /* ************************************************************************** */ table.containertable { border: 0 !important; } td.containertd { vertical-align: top; } /* */ /* [ NAV ] */ /* */ .navtd { background-color: #BBB; } #nav { color: #333; width: 175px; min-width: 175px; padding: 10px 5px 10px 5px; } #nav p { padding: 0; margin: 0; } /* NAV Misc */ #nav hr { display: block; margin: 20px 4px 0 4px; border: 1px solid #999; } /* NAV Headers */ #nav h1, #nav h2, #nav h3, #nav h4, #nav h5, #nav h6 { font-weight: bold; border: 0; border-radius: 8px; /* CSS3 rounded corners */ -moz-border-radius: 8px; /* Mozilla rounded corners */ margin-top: 15px; } #nav h1 { font-size: 150%; color: #333; margin-top: 5px; } #nav h2 { font-size: 110%; color: #444; font-style: italic; } /* NAV Lists */ #nav ul { line-height: 1.5; margin: 0; padding: 0; list-style-type: none; } #nav li { margin: 0; padding: 0; } /* NAV Links */ #nav a:link, #nav a:visited, #nav a:active, #nav a:hover, #nav a#currentpage, #nav a.disabled { display: block; text-decoration: none; padding: 3px; margin: 3px; font-weight: bold; } #nav a:link { color: #100; background-color: #DDD; border: 1px solid #999; border-radius: 8px; /* CSS3 rounded corners */ -moz-border-radius: 8px; /* Mozilla rounded corners */ } #nav a:visited { color: #100; background-color: #DDD; border: 1px solid #999; border-radius: 8px; /* CSS3 rounded corners */ -moz-border-radius: 8px; /* Mozilla rounded corners */ } #nav a:active { color: #fff; background-color: #a00; border: 1px solid #000; border-radius: 8px; /* CSS3 rounded corners */ -moz-border-radius: 8px; /* Mozilla rounded corners */ } #nav a:hover { color: #fff; background-color: #a00; border: 1px solid #000; border-radius: 8px; /* CSS3 rounded corners */ -moz-border-radius: 8px; /* Mozilla rounded corners */ } a#currentpage { color: #555 !important; background-color: #EEE !important; border-top: 1px solid #999 !important; border-left: 1px solid #999 !important; border-bottom: 1px solid #999 !important; border-right: 1px solid #EEE !important; margin-right: -7px !important; border-top-right-radius: 0 !important; /* CSS3 rounded corners */ border-bottom-right-radius: 0 !important; /* CSS3 rounded corners */ border-top-left-radius: 8px !important; /* CSS3 rounded corners */ border-top-left-radius: 8px !important; /* CSS3 rounded corners */ -moz-border-radius-topleft: 8px !important; /* Mozilla rounded corners */ -moz-border-radius-bottomleft: 8px !important; /* Mozilla rounded corners */ -moz-border-radius-topright: 0 !important; /* Mozilla rounded corners */ -moz-border-radius-bottomright: 0 !important; /* Mozilla rounded corners */ } #nav a.disabled { color: #999; background-color: #CCC; border: 1px solid #999; text-decoration: line-through; border-radius: 8px; /* CSS3 rounded corners */ -moz-border-radius: 8px; /* Mozilla rounded corners */ } /* */ /* [ CENTER ] */ /* */ #center { min-width: 370px; background: #EEE; color: #222; font-size: 120%; line-height: 1.5; text-align: justify; padding: 10px; } #center p { font-size: 80%; margin: 0 0 0 25px; padding: 5px 0 5px 0; } .centertd { background-color: #EEE; min-width: 400px; } /* Headers */ #center h1, #center h2, #center h3, #center h4, #center h5, #center h6 { color: #200; font-weight: bold; border-top: 1px solid #EEE; line-height: 100%; margin: 10px 0 0 0; } #center h1 { font-size: 150%; border: 1px solid #aaa; background-color: #FFF; padding: 5px; margin: 10px 0 0 0; border-radius: 8px; /* CSS3 rounded corners */ -moz-border-radius: 8px; /* Mozilla rounded corners */ } #center h2 { font-size: 110%; border: 1px solid #DDD; background-color: #FFF; padding: 3px 10px 3px 2px; margin: 10px 0 0 25px; -moz-border-radius: 8px; } #center h3 { font-size: 110%; padding: 5px 15px 5px 15px; margin: 0 0 0 25px; } #center h4 { font-size: 100%; padding: 5px 20px 5px 20px; margin: 0 0 0 25px; } #center h5 { font-size: 80%; padding: 5px 25px 5px 25px; margin: 0 0 0 25px; } #center h6 { font-size: 60%; padding: 5px 30px 5px 30px; margin: 0 0 0 25px; } /* Links */ #center a { color: #a00; background-color: #d8d8d8; font-weight: bold; display: inline; margin: 0; padding: 0 5 1 5; border: 1px solid #bbb; text-decoration: underline; border-radius: 8px; /* CSS3 rounded corners */ -moz-border-radius: 8px; /* Mozilla rounded corners */ } #center a:hover { color: #f00; background-color: #e8e8e8; font-weight: bold; display: inline; margin: 0; padding: 0 5 1 5; border: 1px solid #000; text-decoration: underline; border-radius: 8px; /* CSS3 rounded corners */ -moz-border-radius: 8px; /* Mozilla rounded corners */ } /* Tables */ #center table { border: 1px solid #BBB; padding: 0; margin: 0; background-color: #CCC; } #center th { font-weight: bold; border: 1px solid #CCC; padding: 3px; margin: 0; background-color: #DDD; color: #201C70; font-size: 100%; vertical-align: top; } #center td { border: 1px solid #CCC; padding: 3px; margin: 0; background-color: #DDD; vertical-align: top; color: #333; font-size: 100%; } #center td h1 { padding: 5px 0 5px 0; border: 0; background-color: transparent; } #center td h2 { padding: 5px 2px 5px 2px; margin: 0 0 0 10px; } #center td h3 { padding: 5px 4px 5px 4px; } #center td h4 { padding: 5px 6px 5px 6px; } #center td h5 { padding: 5px 8px 5px 8px; } #center td h6 { padding: 5px 10px 5px 10px; } #center td ul { margin: 0 0 0 5px; padding: 0; } #center td ul li { padding: 0; margin: 0; line-height: 1.5; } #center th ul { margin: 0 0 0 25px; padding: 0; } #center th ul li { padding: 0; margin: 0; line-height: 1.5; } /* OL LI */ #center ul { margin: 0 0 0 50px; padding: 0; } #center li{ /*padding-top: 10px;*/ font-size: 80%; margin: 0; padding: 0; } #center ol li { list-style-type: decimal; } #center ol li ol li { list-style-type: lower-alpha; } #center ol li ol li ol li { list-style-type: lower-roman; } #center ol li ol li ol li ol li { list-style-type: decimal; } #center ul { } /* */ /* [ RIGHT ] */ /* */ #right { color: #DDD; text-align: left; margin: 0; padding: 10px; width: 175px; min-width: 175px; } .righttd { border-left: 1px solid black; background: #222; } #right p { margin: 5px 0 10px 0; } /* RIGHT Headers */ #right h1, #right h2, #right h3, #right h4, #right h5, #right h6 { color: #CCC; font-weight: bold; border: 1px solid #111; border-radius: 8px; /* CSS3 rounded corners */ -moz-border-radius: 8px; /* Mozilla rounded corners */ background-color: #333; font-size: 100%; /* overridden by defs below */ padding-left: 3px; margin-top: 15px; } #right h1 { font-size: 150%; margin-left: 0; margin-top: 5px; } #right h2 { margin-left: 2px; font-size: 110%; } #right h3 { margin-left: 4px; font-size: 100%; } /* RIGHT Lists */ #right ul { line-height: 1.5; padding: 5px; } #right li { margin: 0; padding: 0; } #right a { color: #FFF; font-weight: bold; display: inline; margin: 0; padding: 0; text-decoration: underline; } /* ************************************************************************** */ /* */ /* [ HEADER and FOOTER ] */ /* */ /* ************************************************************************** */ /* */ /* [ HEADER ] */ /* */ /* Header */ #header { margin: 0; padding: 0; background: #FFF; } /* Subheader 0 */ #subheader0 { margin: 0; padding: 0; background: #FFF; width: 100%; overflow: hidden; background-repeat: no-repeat; border-bottom: 1px solid #BB5105; border-top: 1px solid black; } #subheader0 img { overflow: hidden; } /* Subheader 1 */ #subheader1 { margin: 0; padding: 0; background: #200; width: 100%; border-bottom: 1px solid #100; } #subheader1 h1 { margin: 0; color: #FFF; text-align: right; padding: 2px 5px 2px; font-size: 200%; } /* Subheader 2 */ #subheader2 { margin: 0; padding: 0; background: #600; width: 100%; border-bottom: 1px solid #000; text-align: center; } #subheader2 h2 { margin: 0; color: #FFF; text-align: right; padding: 2px 5px 2px; font-size: 150%; } #subheader2 a:link { color: #FFF; } /* Subheader 3 */ #subheader3 { margin: 0; padding: 0; background: #a00; width: 100%; border-bottom: 2px solid black; } #subheader3 h3 { margin: 0; color: #fff; text-align: right; padding: 2px; font-size: 120%; } #subheader3 a:link, a:visited, a:hover, a:active { color: #FFF; display: inline; } /* */ /* [ FOOTER ] */ /* */ * html #footerwrapper { float: left; position: relative; width: 100%; background-color: #200; } #footer { clear: both; margin: 0; text-align: center; padding: .3em; background-color: #200; border-top: 1px solid black; } #footer h3 { margin: 0; color: #fff; text-align: center; font-size: 80%; } #footer a:link, a:visited, a:hover, a:active { color: #FFF; display: inline; } #subfooter { font-size: 100%; text-align: center; padding: .3em; background-color: #200; color: #FFF; border-top: 2px solid #000; border-bottom: 1px solid #000; } #subfooter a:link, a:visited, a:hover, a:active { color: #FFF; display: inline; } /** Post-Footer **/ #postfooterwrapper { text-align: center; } #postfooter { border: 2px solid #000; margin-left: auto; margin-right: auto; width: 750px; } #postfooter table { width: 100%; padding: 1px; background-color: #FFF; } #postfooter h1 { font-size: 130%; color: #600; font-weight: bold; } #postfooter a img { border: 0 !important; text-align: center; vertical-align: bottom; display: inline; } #postfooterflag { margin: 0; padding: 0; border-top: 1px solid black; border-bottom: 1px solid black; background: #a00; width: 100%; height: 9em; overflow: hidden; background-repeat: no-repeat; } #postfooterflag img { width: 100%; overflow: hidden; } /* ************************************************************************** */ /* */ /* [ OTHER ] */ /* */ /* ************************************************************************** */ /** [ Lists ] **/ li{ padding-top: 10px; } ol li{ list-style-type: decimal; } ol li ol li { list-style-type: lower-alpha; } ol li ol li ol li{ list-style-type: lower-roman; } /** [ OTHER ] **/ /** Under Construction **/ #underconstruction { margin: 0; padding: 5px 0 5px 0; width: 100%; background-image: url('https://gb1990.com/gui/.gui/construction1.gif'); background-color: #F7941C; text-align: center; } #underconstruction div.text { display: inline; background-image: url('https://gb1990.com/gui/.gui/construction2.gif'); background-color: #FEDBB4; text-align: center; padding: 1px; margin: auto; border: 1px solid black; border-radius: 8px; /* CSS3 rounded corners */ -moz-border-radius: 8px; /* Mozilla rounded corners */ } #underconstruction div.text span.title { font-weight: bold; font-size: 85%; color: #000; } #underconstruction div.text span.description { font-weight: bold; font-size: 75%; color: #333; } /* ************************************************************************** */ /* */ /* [ PRINT ] */ /* */ /* ************************************************************************** */ #print, #printspacer { display: none; } #header .style2 { color: #FFF; }