pwtool/style.css

76 lines
1.4 KiB
CSS

/* Base element styles
----------------------------------------------------------------- */
body, div {
font-size: 11px;
font-family: verdana, geneva, sans-serif;
color: #000000;
background: #ffffff;
text-align: center;
padding: 0px 0px 0px 0px;
border: 0px solid #000000;
margin: 0px 0px 0px 0px;
line-height: 1.4;
}
/* Centers contents horizontally in browser window */
#page,
div #page, #signinpage {
height: 100%;
display: block;
float: none;
clear: both;
padding: 0px 14px 14px 14px;
border: 0px solid #999999;
margin: 0px 0px 0px 0px;
margin-right: auto;
margin-left: auto;
background: #ffffff;
color: #ffffff;
text-align: left;
}
#signinpage {
text-align: center;
}
#page{
width: 781px;
}
div {
text-align: left;
}
/* Headings */
/* Links on the front of the Reporter should be h2 but were done a p a.head */
h1, h1.firsthead, .firsthead,
h2, h2.nolinehead, .nolinehead, span.head, div.head, p.head, .longhead,
h3, .subhead,
h4, h5, h6,
p a.head {
display: block;
float: none;
clear: both;
color: #483D8B;
background: transparent;
font-family: verdana, geneva, sans-serif;
font-size: 18px;
font-weight: bold;
text-align: left;
line-height: 1;
padding: 3px 0px 0px 0px;
border: 0px solid #000000;
margin: 5px 0px 10px 0px;
}
h2, span.head, div.head, p.head, .longhead,
h2.nolinehead, .nolinehead,
p a.head {
font-size: 14px;
border-top: 1px solid #FF8C00;
margin: 5px 0px 5px 0px;
}