-
Notifications
You must be signed in to change notification settings - Fork 1
/
secondaryPage.css
32 lines (22 loc) · 1.4 KB
/
secondaryPage.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
body {font-family: Trebuchet MS, Trebuchet, Arial, sans-serif; background: #DED8C2;}
h1 { padding:10px 13px; margin:0; font-size: 1.2em; line-height:1.2em; }
h2 { padding:10px 13px; margin:15; font-size: 1.0em; }
h3 { padding:15px 10px; margin:15;font-size: 0.9em; border-bottom: 1px solid #ccc;}
h4 { font-size: 0.85em;}
h5 { padding:7px 10px; margin:0; font-size: 1.0em;}
label { font-size: 0.9em;}
p {padding:8px 13px; font-size: 0.85em;line-height:1.6;}
li {padding:10px 13px; font-size: 0.85em;line-height:1.6;}
img {margin-right:15px;}
#header {margin-top: 10px; margin-left: 2px; margin-right: 2px; height: 120px; overflow: hidden; background: #fff;
background-image: url('../code/Header.png');background-position:right top; box-shadow: 0 1px 3px #ccc; border: 1px solid #ccc; }
#headertitle {overflow: hidden; margin-top: 16px; margin-left:17px;}
#nav {overflow: hidden; background-color: #333; margin-top: 20.8px; left: 0; right:0; }
#nav a {float: left; font-size: 16px; color: white; text-align: center; padding: 10.7px 14px; text-decoration: none;}
#nav a.active {background-color:#144C7D; color: white;}
#nav a:hover {background-color: grey;}
#logo {position:absolute;top:26px; right:29px; float:right;}
#article {padding: 30px; margin-top: 1%; margin-left: 20%; margin-right: 20%; overflow: auto;background:rgba(255,255,255,0.8)}
@media only screen and (max-width: 60em) {
#logo { visibility: hidden; }
}