science-ation/sfiab.css
james a3588869e8 Add a division selector popup that asks questions to determine what division they should be in.
It also updates the original form based on the outcome (but needs the FIXME addressed evnetually)
2004-12-15 20:29:38 +00:00

199 lines
2.4 KiB
CSS

body
{
font-family: Verdana, Arial, Sans-Serif;
font-size: 11px;
margin: 0;
padding: 0;
background: #E0E0FF;
}
input
{
font-family: Verdana, Arial, Sans-Serif;
font-size: 11px;
}
textarea
{
font-family: Verdana, Arial, Sans-Serif;
font-size: 11px;
}
select
{
font-family: Verdana, Arial, Sans-Serif;
font-size: 11px;
}
td {
vertical-align: top;
}
#header {
height: 50px;
text-align: center;
background: #E0E0FF;
padding: 10px;
}
#footer {
text-align: center;
background-color : #5C6F90;
font-size: 10px;
}
#left {
position: absolute;
top: 80px;
left: 10px;
width: 165px;
background: #EEEEFF;
border: 2px solid Silver;
padding: 5px;
}
#main {
background: #EEEEFF;
margin-left: 200px;
margin-top: 10px;
margin-right: 10px;
padding: 5px;
border: 2px solid Silver;
min-height: 400px;
}
#emptypopup {
padding: 30px;
text-align: center;
}
h1 {
font-size: 24px;
font-weight: bold;
margin-top: 0;
}
h2 {
font-size: 20px;
font-weight: bold;
margin-top: 0;
}
h3 {
font-size: 16px;
font-weight: bold;
margin-top: 0;
}
ul.mainnav {
list-style : none;
margin : 0;
padding : 0;
background-color : #d6d6d6;
}
ul.mainnav li {
display : block;
border-top : 1px solid #a5b5c6;
}
ul.mainnav li a {
display : block;
margin : 0;
padding : 6px 6%;
background-color : #5C6F90;
font : bold 0.8em/1.5 arial, sans-serif;
color : #fff;
text-decoration : none;
width : 88%;
}
ul.mainnav li a:hover {
background-color : #63616b;
color : #eee;
}
.aligncenter {
width: 100%;
text-align: center;
}
a {
text-decoration: none;
font-weight: bold;
font-size: 11px;
color: #5C6F90;
}
.summarytable {
border-collapse: collapse;
border-spacing: 0px;
border: 2px solid black;
margin: 0px;
padding: 0px;
margin-left: 30px;
}
.summarytable th {
border: 2px solid black;
background-color: #5C6F90;
padding: 5px;
margin: 0px;
font-size: 12px;
color: white;
font-weight: bold;
}
.summarytable td {
border: 2px solid black;
margin: 0px;
padding: 4px;
}
.complete {
color: green;
font-weight: bold;
}
.incomplete {
color: red;
font-weight: bold;
}
.error {
color: red;
font-weight: bold;
border: 1px solid red;
background: #F0DCDC;
}
.notice {
font-weight: bold;
border: 1px solid Silver;
background: #E0E0FF;
}
.happy {
color: green;
font-weight: bold;
border: 1px solid Silver;
background: #D0EED0;
}
.caution {
text-decoration: none;
font-weight: bold;
font-size: 11px;
color: red;
}