Team:SYSU-Software/medal.css
From 2013.igem.org
(Difference between revisions)
(Created page with " *{ padding:0px; margin: 0px; } body { height: 100%; width: 100%; background-color: #CCC; font-family: 'Arial'; } /*header ...") |
|||
Line 2: | Line 2: | ||
padding:0px; | padding:0px; | ||
margin: 0px; | margin: 0px; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
/*medal content*/ | /*medal content*/ |
Revision as of 05:30, 3 September 2013
*{ padding:0px; margin: 0px; }
/*medal content*/
- medal-container{
width: 980px; margin: 0 auto; height: 100%;
background-color: #544444;
}
- medal-title{
width: 980px;
}
- medal-image{
position: relative; left: 70px; margin-top: 70px; margin-bottom: 50px;
}
- medal-text{
width: 980px; height: 100%;
background-color: #5e4e4e;
}
- medal-content{
margin-left: 5%; width: 90%;
}
- content-header{
font-family: 'Arial'; font-size: 15px; color: white;
position: relative; top: 15px; left: 22px; width: 200px;
}
- content-text{
position: relative; left: 37px; top: 45px;
width: 250px; margin-bottom: 80px;
color: #a8dbd4;
}
/*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; }
a:focus{ outline-color:#544444; }