body{
color:#90EE90;
background-color:#000000;
padding:2%;
margin:2%
font-family:Monospace;
font-size:initial;
width:100%;
}
h1{
color:Yellow;
text-align:center;
font-size:initial;
display:block;
border-width:2px;
font-weight:bold;
}
table{
border-width:2px;
border-color:Pink;
padding:2px;
}
#PrimaryWrapper{
padding:0px;
min-width:99%
max-width:99%;
}
#PrimaryWrapper #InnerWrapper{
padding:0px;
min-width:99%;
max-width:99%;
text-align:center;
}
*/Header control/*
#Header{
border-width:2%;
padding:2%;
min-width:99%;
text-align:center;
max-width:99%;
vertical-align:top;
}
#Header h1 a img{
image-align:center;
width:99%;
max-width:99%;
margin-left:auto;
margin-right:auto;
margin-top:0px;
border-color:inherit;
border-width:inherit;
}
#PrimaryWrapper #InnerWrapper #Aside{
border-width:0px;
width:28%;
color:#FF0000;
padding:0px;
margin-right:0px;
margin-left:0px;
float:left;
}
#PrimaryWrapper #InnerWrapper #Aside p{
display:block;
}
#PrimaryWrapper #InnerWrapper #Aside a{
text-decoration:none;
}
*/Console Controller - Controls the styles of the main console content./*
#PrimaryWrapper #InnerWrapper Console h2,
#PrimaryWrapper #InnerWrapper Console h3,
#PrimaryWrapper #InnerWrapper Console h4,
#PrimaryWrapper #InnerWrapper Console h5,
#PrimaryWrapper #InnerWrapper Console h6,
#PrimaryWrapper #InnerWrapper h1{
text-align:center;
display:block;
}
#PrimaryWrapper #InnerWrapper #Console{
width:68%;
padding:0px;
margin-left:0px;
Margin-right:0px;
margin-top:0px;
overflow:hidden;
float:left;
}
#PrimaryWrapper #InnerWrapper #Console table tr th a img{
width:inherit;
image-align:center;
margin:1px:1px:1px:1px;
}
#Footer{
width:99%;
max-width:99%;
border-width:2%;
vertical-align:bottom;
}
#Header nav{
display:block;
width:95%;
Margin-left:auto;
margin-right:auto;
text-decoration:none;
border-color:Orange;
Overflow:hidden;
max-width:95%;
}
#Header nav a{
text-decoration:none;
border-width:1px;
border-color:#FF0000;
background-color:#000000;
color:yellow;
display:inline-block;
word-wrap:break;
}
*/Portrait Controller CSS/*
@media only screen and (orientation: portrait){
#Header{
display:block;
width:97%;;
}
#Header nav a{
text-decoration:none;
border-width:1px;
border-color:#FF0000;
background-color:#000000;
color: yellow;
display:block;
}
#PrimaryWrapper #InnerWrapper #Console{
font-size:initial;
display:block;
float:none
width:98%;
max-width:98%;
}
#PrimaryWrapper #InnerWrapper #Aside{
text-align:left;
font-size:initial;
display:block;
width:97%;
max-width:97%;
float:none
}
#Footer{
font-size:initial;
width:97%;
max-width:97%;
}
}