diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | ec441e3f7f8971600b4f0f11f30899e0a74e1329 (patch) | |
tree | e8519e9a4b33f116bec7d0c0c40370f731342a20 /css | |
parent | index page (diff) | |
download | w-ec441e3f7f8971600b4f0f11f30899e0a74e1329.tar w-ec441e3f7f8971600b4f0f11f30899e0a74e1329.tar.gz w-ec441e3f7f8971600b4f0f11f30899e0a74e1329.tar.bz2 w-ec441e3f7f8971600b4f0f11f30899e0a74e1329.tar.xz w-ec441e3f7f8971600b4f0f11f30899e0a74e1329.zip |
projects page and main css
Diffstat (limited to 'css')
-rw-r--r-- | css/main.css | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css new file mode 100644 index 0000000..594b6a7 --- /dev/null +++ b/css/main.css @@ -0,0 +1,59 @@ +@charset "utf-8"; + +html, body{ + font:400 11.6pt serif; + background-color: #FFFEFC; + color: #0F0800; + margin:0; + padding:0; + height:100%; + min-height:100%; + position:relative +} + +a{color: #000077} + +h1{ + font-size:110%; + display:inline +} + +h2{font-size:115%} + +h3{font-size:100%} + +img{ + margin-left:4%; + box-shadow:3px 3px 8px 4px lightgrey +} + +.main{ + min-height:100%; + position:relative +} + +.head{ + font:400 1.2em sans; + background-color:#FFFFFF; + padding:10pt 16%; + box-shadow:3px 3px 8px 4px lightgrey +} + +.head a{ + color:#000055; + text-decoration:none +} + +.head a:hover{background-color: #EFEFEF} + +.body{padding: 20pt 14% 60pt 14%} + +.foot{ + font-size: 0.7em; + position:absolute; + text-align:center; + bottom:0; + width:100%; + padding-top:9pt; + padding-bottom:9pt +} |