Files
webthink/miscMain.css

52 lines
753 B
CSS
Raw Permalink Normal View History

2017-02-07 20:13:14 +00:00
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
}