Team:SYSU-Software/special.css
From 2013.igem.org
(Difference between revisions)
Line 34: | Line 34: | ||
margin-bottom:60px; | margin-bottom:60px; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
#medal-content table{ | #medal-content table{ | ||
text-align: justify; | text-align: justify; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
/*text-content part*/ | /*text-content part*/ | ||
#medal-part-text{ | #medal-part-text{ | ||
Line 102: | Line 80: | ||
} | } | ||
- | #medal- | + | #medal-part4{ |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
margin-left: 8px; | margin-left: 8px; | ||
margin-top: 0px; | margin-top: 0px; | ||
} | } | ||
- | #medal- | + | #medal-part4-area{ |
margin-top: 80px; | margin-top: 80px; | ||
margin-left: 0px; | margin-left: 0px; | ||
Line 157: | Line 96: | ||
background-color: #cfefee; | background-color: #cfefee; | ||
} | } | ||
- | #medal- | + | #medal-part4-text{ |
position: absolute; | position: absolute; | ||
} | } | ||
- | #medal- | + | #medal-part4-slide{ |
margin-top: 80px; | margin-top: 80px; | ||
display: block; | display: block; | ||
Line 170: | Line 109: | ||
background-color: #69ceca; | background-color: #69ceca; | ||
} | } | ||
- | #medal- | + | #medal-part4-image{ |
position: relative; | position: relative; | ||
top: -369px; | top: -369px; | ||
Line 178: | Line 117: | ||
list-style: none; | list-style: none; | ||
} | } | ||
- | # | + | #fangdajing4{ |
position: relative; | position: relative; | ||
left: -55px; | left: -55px; | ||
Line 185: | Line 124: | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
Revision as of 14:11, 27 September 2013
*{ padding:0px; margin: 0px; } body { height: 100%; width: 100%; background-color: #f5f5f5 !important; font-family: 'Arial'; }
/*medal content*/
- medal-container{
width: 980px; margin: 0 auto; height: 100%;
background-color: #f5f5f5;
}
- medal-title{
width: 200px; margin: 0 auto; padding-top: 70px;
}
- medal-part1{
margin-top:40px;
margin-left: 8px;
margin-bottom:60px; }
- medal-content table{
text-align: justify;
}
/*text-content part*/
- medal-part-text{
padding-left: 20px; padding-right: 20px;
width: 600px; color: #526a7c;
}
- medal-header{
position: relative; top: 20px; left: 50%; margin-left: -75px;
font-weight: bold; font-size: 24px;
}
- medal-question{
position: relative; top: 30px;
font-size: 17px; font-weight: bold; line-height: 26px;
}
- medal-answer{
position: relative; top: 30px; margin-left: 10px; color: #4e4d49; font-size: 16px; line-height: 25px;
}
- checked img{
margin-left: 15px; width: 30px; height: 25px;
}
- medal-part4{
margin-left: 8px; margin-top: 0px;
}
- medal-part4-area{
margin-top: 80px; margin-left: 0px;
display: block; width: 645px; height: 1050px; border-radius: 9px 0px 0px 9px;
background-color: #cfefee;
}
- medal-part4-text{
position: absolute;
}
- medal-part4-slide{
margin-top: 80px; display: block; width: 88px; height: 1050px; margin-left: -5px;
border-radius: 0px 9px 9px 0px; background-color: #69ceca;
}
- medal-part4-image{
position: relative; top: -369px;
}
- medal-content ul li{
list-style: none;
}
- fangdajing4{
position: relative; left: -55px; top: -310px;
}
/*footer*/
#sysu-footer{ width: 100%; margin:0 auto;
position: relative; bottom: 0px; overflow: hidden;
background-color: #f5f5f5; }
a:focus{ outline-color:#544444; }