Team:SYSU-Software/footer.css
From 2013.igem.org
(Difference between revisions)
(Created page with " - →footer: #team-footer{ width: 980px; margin:0 auto; position: relative; bottom: 0px; overflow: hidden; background-color: #ebdfd2; ...") |
|||
(One intermediate revision not shown) | |||
Line 1: | Line 1: | ||
- | + | /*footer*/ | |
#team-footer{ | #team-footer{ | ||
width: 980px; | width: 980px; | ||
Line 60: | Line 60: | ||
position: relative; | position: relative; | ||
bottom: 0px; | bottom: 0px; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | |||
+ | a:focus{ | ||
+ | outline-color:#544444; | ||
} | } |
Latest revision as of 03:04, 28 September 2013
/*footer*/
#team-footer{ width: 980px; margin:0 auto;
position: relative; bottom: 0px; overflow: hidden;
background-color: #ebdfd2; } /*instructions*/ #team-sub{ position: relative;
margin-bottom: 30px; } #subscribe{ position: relative; } #subscribe-header{ position: relative; top: 25px; left: 145px;
font-weight: bolder; font-size: 25px; } #subscribe-content{ position: relative; top: 45px; left: 145px;
font-weight: bold; line-height: 10px; } #link{ position: relative; left: 100px; } #link-header{ position: relative; top: 20px; left: 180px;
font-weight:bolder; font-size: 25px; } #link-content{ position: relative; top: 34px; left: 180px; }
#link-content a{ text-decoration: none; } /*bottom image*/ #bottom-image{ position: relative; bottom: 0px; width: 100%; }
a:focus{ outline-color:#544444; }