-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
17 lines (16 loc) · 1.18 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
body {background-color: #dadada;}
#head {background-color: #eeeeee; border: 1px solid #cccccc; top: -0px; left:-1px; position: fixed; height: 4em; width:100%; padding:0em; border-bottom: 0.5em solid #334466;}
#main {background-color: #eaeaea; width: 72%; margin-left: -0.3em; padding:5em; padding-top:3em; display:inline-block;
box-sizing: border-box; }
#sidebar {background-color: #dfdfdf; width: 30%; display:inline-block; margin:0px; top:4.6em; position: fixed; border: 1px solid #cccccc; height:100%}
#HI {font-size: 3em;}
h1 {font-family: Arial, Helvetica, sans-serif}
h2 {font-family: Arial, Helvetica, sans-serif}
h3 {font-family: Arial, Helvetica, sans-serif}
p {font-family: Arial, Helvetica, sans-serif; line-height:1.6}
.capt {margin: 0px; font-weight: 300; color: #888888; font-family: Arial, Helvetica, sans-serif}
.linkdiv {border: 1px solid #cccccc}
a:link {color: #888888; font-family: Arial, Helvetica, sans-serif; text-decoration: none;}
a:hover {color: #888888; font-family: Arial, Helvetica, sans-serif; text-decoration: none;font-weight:bold;}
a:visited {color: #888888; font-family: Arial, Helvetica, sans-serif; text-decoration: none;font-weight:bold;}
iframe {margin:0em}