- Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathscreen.css
More file actions
Latest commit
24 lines (18 loc) · 609 Bytes
/
Copy pathscreen.css
File metadata and controls
24 lines (18 loc) · 609 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
html,body {height:100%; margin:0; padding:0; }
html>body {
font-size:16px;
font-size:68.75%;
} /* Reset Base Font Size */
body {
font-family: Verdana, helvetica, arial, sans-serif;
font-size:68.75%;
background:#fff;
color:#333;
}
h1,h2 { font-family:'trebuchet ms', verdana, arial; padding:10px; margin:0 }
h1 { font-size: large }
#banner { padding:15px; background-color:#06b; color: white; font-size: large; border-bottom:1px solid #ccc;
background:url(bg.gif) repeat-x; text-align: center }
#bannera { color: white; }
#main { padding:1em; }
aimg { border: none; }