From ec441e3f7f8971600b4f0f11f30899e0a74e1329 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: projects page and main css --- css/main.css | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 css/main.css (limited to 'css') 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 +} -- cgit 1.4.1