html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
a
{
text-decoration: none;
background-color: #171717;
color: #f8f8f8;
text-decoration: none;
}
:focus
{
outline: 0;
}
body
{
line-height: 1;
color: yellow;
background: #171717;
}
ol, ul
{
list-style: none;
color: yellow;
background: #171717;
}
table
{
/*border-collapse: separate;
border-spacing: 0; */
color: yellow;
background: #171717;
}
caption, th, td
{
text-align: left;
font-weight: normal;
color: yellow;
background: #171717;
}
blockquote:before, blockquote:after,
q:before, q:after
{
content: "";
}
blockquote, q
{
quotes: "" "";
}
/*FE STYLING*/
body{
background-color: #171717;
background-image:url('http://xxx/data/workspace/pix/bg.jpg');
}
#body_container{
margin: 16px auto 55px auto;
width: 980px;
background-color: #171717;
/*border: 1px solid #f8f8f8; */
}
div#languages{
margin: 18px 10px 10px 10px;
}
#languages a:link,
#languages a:active,
#languages a:visited {
background-color: #101010;
color: #ff0066;
line-height: 20px;
font-family: Helvetica, Arial, Verdana, sans-serif;
padding: 10px 10px 10px 10px;
}
#languages a:hover {
background-color: #101010;
color: #fff;
line-height: 20px;
font-family: Helvetica, Arial, Verdana, sans-serif;
padding: 10px 10px 10px 10px;
}
#head_section{
margin: 0 0 0 0;
padding: 0 0 0 0;
height: 228px;
width: 100%;
background-color: #171717;
}
#nav_section{
margin: 0 0 0 0;
background-color: #171717;
width: 25%;
}
#nav_section{
font-family: Helvetica, sans-serif;
font-size: 15px;
line-height: 30px;
}
#nav_section ul{
width: 25%;
color: #f8f8f8;
background: #171717;
}
#nav_section ul li{
display: inline;
float: left;
color: #f8f8f8;
background: #171717;
width: 25%;
}
#nav_section ul li a:link,
#nav_section ul li a:active,
#nav_section ul li a:visited{
display: block;
height: 30px;
width: 25%;
text-align: center;
overflow: hidden;
color: #f8f8f8;
background-color: #171717;
}
* html #nav_section ul li a{
float: left;
}
#nav_section ul li a:hover{
display: block;
height: 30px;
width: 25%;
text-align: center;
overflow: hidden;
background-color: #171717;
color: #f8f8f8;
}
.active{
display: block;
height: 30px;
width: 25%;
text-align: center;
overflow: hidden;
background-color: #171717;
color: #f8f8f8;
}
#content_section{
clear: left;
margin: 0 0 0 0;
padding: 20px 10px 10px 10px;
background-color: #171717;
color:#f8f8f8;/*border-top: 1px solid #f8f8f8;*/
width: 75%;
}
#content_section{
font-family: Helvetica, sans-serif;
font-size: 15px;
line-height: 20px;
color: yellow;
background-color: #171717;
width: 75%;
}
#content_section h1{
font-family: Helvetica, sans-serif;
font-size: 20px;
line-height: 40px;
color: red;
background-color: #171717;
}
#content_section a:link,
#content_section a:active,
#content_section a:visited
{
color: #b22222;
background-color: #171717;
}
#content_section a:hover
{
color: #b22222;
background-color: #171717;
}
#footer_section{
margin: 0 0 0 0;
padding: 10px 10px 10px 10px;
background-color: #b22222;
/*border-top: 1px solid #f8f8f8; */
color: yellow;
text-align: center;
width: 980px;
}
#footer_section{
font-family: Helvetica, sans-serif;
font-size: 10px;
line-height: 15px;
text-align: justify;
color: #f8f8f8;
background-color: #171717;
width: 980px;
}
#footer_section a:link,
#footer_section a:active,
#footer_section a:visited
{
background-color: red;
color: #f8f8f8;
font-weight: bold;
font-style: italic;
text-shadow: black;
text-decoration: dotted;
}
#footer_section a:hover
{
background-color: red;
color: #f8f8f8;
font-weight: bold;
font-style: italic;
text-shadow: black;
text-decoration: blink;
}
p._footer{
margin-top: 10px;
text-align: center;
background-color: red;
color: #f8f8f8;
font-style: italic;
text-shadow: black;
text-decoration: blink;
width: 980px;
}
/*Visual editing Mode*/
div.visual_element:hover
{
border: 2px solid red;
padding: 5px;
background-color: #171717;
color: #f8f8f8;
}
.visual
{
width: 100%;
text-align: center;
height: 20px;
line-height: 20px;
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 11px;
color: #f8f8f8;
background-color: #f8f8f8;
}