initial checkin from subversion
This commit is contained in:
51
miscMain.css
Normal file
51
miscMain.css
Normal file
@@ -0,0 +1,51 @@
|
||||
body {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background: #ffffff;
|
||||
|
||||
}
|
||||
|
||||
input, select, button {
|
||||
border: 1px #000000 solid;
|
||||
background: #FFFFFF;
|
||||
color: #000000;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
margin-top: 0px;
|
||||
margin-right: 0px;
|
||||
margin-bottom: 0px;
|
||||
margin-left: 0px;
|
||||
padding-top: 1px;
|
||||
padding-right: 0px;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 2px;
|
||||
height: 18px
|
||||
}
|
||||
button:hover {
|
||||
background: #37add4;
|
||||
}
|
||||
|
||||
hr {
|
||||
width:60%;
|
||||
}
|
||||
div.horizTopBorder {
|
||||
position:absolute;
|
||||
top:0;
|
||||
left:0;
|
||||
width:100%;
|
||||
background:#eeeeee;
|
||||
}
|
||||
div.vertLeftBorder {
|
||||
position:absolute;
|
||||
top:0;
|
||||
left:0;
|
||||
height:100%;
|
||||
background:#eeeeee;
|
||||
}
|
||||
span.link {
|
||||
color:#0000FF;
|
||||
text-decoration:underline;
|
||||
cursor:pointer;
|
||||
}
|
||||
th {
|
||||
text-align:left
|
||||
}
|
||||
Reference in New Issue
Block a user