121 行
2.3 KiB
CSS

@charset "utf-8";
body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
/*background: #666666; */
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #000000;
}
.VisualizationMainPage #mainContent {
/*padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
background: #FFFFFF;
}
.VisualizationMainPage #container {
background: #FFFFFF;
/*margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
text-align: left; /* this overrides the text-align: center on the body element. */
}
.VisualizationMainPage #algoControlSection
{
background: #DDEEDD;
color:#000000;
}
.VisualizationMainPage #generalAnimationControlSection
{
background: #DDEEDD;
color:#006600;
}
.VisualizationMainPage #header {
background: #006633;
color:#ffCC33;
padding: 0 10px 0 20px;
}
.VisualizationMainPage #header A:visited
{ text-decoration:none;
color:#ffCC33;
}
.VisualizationMainPage #header h1 {
margin: 0;
padding: 10px 0;
}
.VisualizationMainPage #header A:link {
text-decoration:none;
color:#ffCC33;
}
.VisualizationMainPage #container {
background: #FFFFFF;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
text-align: left; /* this overrides the text-align: center on the body element. */
}
.VisualizationMainPage #footer A:visited { text-decoration:none;
color:ffcc33;
}
.VisualizationMainPage #footer A:link {
text-decoration:none;
color:#ffCC33;
}
.VisualizationMainPage #mainContent h1{
padding: 0 20px;
background: #FFFFFF;
color:#006633
}
.VisualizationMainPage #mainContent h2{
padding: 0 20px;
background: #FFFFFF;
color:#006633
}
.VisualizationMainPage #mainContent h3{
padding: 0 20px;
background: #FFFFFF;
color:#006633
}
.VisualizationMainPage #footer {
padding: 0 10px;
background: #006633;
color:#ffcc33;
}
.VisualizationMainPage #footer p {
margin: 0; padding: 10px 0;
}
.VisualizationMainPage #footer a {
color: white;
}