Team:SUSTC-Shenzhen-B/CSS/style.css
From 2013.igem.org
Line 19: | Line 19: | ||
} | } | ||
#content{ | #content{ | ||
- | border: none; | + | width: auto; |
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | background-color: transparent; | ||
+ | border-style: none; | ||
+ | line-height: normal; | ||
height: 100%; | height: 100%; | ||
} | } | ||
- | + | #bodyContent { | |
height: 100%; | height: 100%; | ||
} | } | ||
+ | |||
+ | |||
+ | #ititle1{ | ||
+ | margin-top: 80px; | ||
+ | text-align: center; | ||
+ | font-size: 2.2em; | ||
+ | border: none; | ||
+ | color: #ffffe0; | ||
+ | } | ||
+ | |||
+ | #icontent{ | ||
+ | padding: 50px 50px; | ||
+ | padding-bottom: 0px; | ||
+ | width: 500px; | ||
+ | background-color: white; | ||
+ | color: black; | ||
+ | margin: 60px auto; | ||
+ | box-shadow:10px 10px 10px #000; | ||
+ | } | ||
+ | |||
+ | #itag{ | ||
+ | font-size: 1.3em; | ||
+ | background: #8e388e; | ||
+ | position: relative; | ||
+ | left: -80px; | ||
+ | top: -30px; | ||
+ | padding: 7px 10px; | ||
+ | width: 92px; | ||
+ | font-weight: bold; | ||
+ | color: white; | ||
+ | margin-bottom: 10px; | ||
+ | } | ||
+ | |||
+ | #ititle2{ | ||
+ | border: none; | ||
+ | font-weight: normal; | ||
+ | font-size: 1.8em; | ||
+ | position: relative; | ||
+ | left: 120px; | ||
+ | top: -80px; | ||
+ | } | ||
+ | |||
+ | #itext{ | ||
+ | position: relative; | ||
+ | top: -80px; | ||
+ | } | ||
+ | |||
+ | #inavigator { | ||
+ | font-weight: thicker; | ||
+ | margin-top: 50px; | ||
+ | text-align: center; | ||
+ | font-size: 1.3em; | ||
+ | } | ||
+ | #ihome{ | ||
+ | background: #ffff00; | ||
+ | box-shadow:10px 10px 10px #000; | ||
+ | } | ||
+ | #iproject{ | ||
+ | background: #3cb371; | ||
+ | box-shadow:10px 10px 10px #000; | ||
+ | } | ||
+ | #iteam{ | ||
+ | background: #ff0000; | ||
+ | box-shadow:10px 10px 10px #000; | ||
+ | } | ||
+ | #inavigator a:link, #navigator a:visited{ | ||
+ | color: #000000; | ||
+ | text-decoration: none; | ||
+ | padding: 10px 20px; | ||
+ | margin: 30px; | ||
+ | } | ||
+ | #inavigator a:hover{ | ||
+ | color: #4eee94; | ||
+ | } | ||
+ | |||
+ | .shadow{ | ||
+ | box-shadow:8px 8px 10px #000; | ||
+ | } | ||
+ | |||
+ | #ifooter{ | ||
+ | padding-top: 1px; | ||
+ | padding-bottom: 5px; | ||
+ | margin-top: 40px; | ||
+ | margin-bottom: 0px; | ||
+ | text-align: center; | ||
+ | background: #000000; | ||
+ | } |
Revision as of 16:58, 25 September 2013
/* Remove Items (origin items) */
#top-section, #footer-box, #catlinks, #top, h1.firstHeading, #siteSub, #contentSub{ display: none;
}
/* Modify Items (origin items) */
body{
margin: 0; padding: 0;
} h1, h2, h3, h4, h5, h6 { border: none; } p { line-height: 1em; }
#globalWrapper{ height: 100%;
}
#content{
width: auto; margin: 0;
padding: 0;
background-color: transparent;
border-style: none;
line-height: normal; height: 100%;
} #bodyContent {
height: 100%; }
#ititle1{
margin-top: 80px;
text-align: center;
font-size: 2.2em;
border: none; color: #ffffe0;
}
#icontent{ padding: 50px 50px; padding-bottom: 0px; width: 500px; background-color: white; color: black; margin: 60px auto; box-shadow:10px 10px 10px #000; }
#itag{ font-size: 1.3em; background: #8e388e; position: relative; left: -80px; top: -30px; padding: 7px 10px; width: 92px; font-weight: bold; color: white; margin-bottom: 10px; }
#ititle2{
border: none;
font-weight: normal; font-size: 1.8em; position: relative; left: 120px; top: -80px; }
#itext{ position: relative; top: -80px; }
#inavigator { font-weight: thicker; margin-top: 50px; text-align: center; font-size: 1.3em; } #ihome{ background: #ffff00; box-shadow:10px 10px 10px #000; } #iproject{ background: #3cb371; box-shadow:10px 10px 10px #000; } #iteam{ background: #ff0000; box-shadow:10px 10px 10px #000; } #inavigator a:link, #navigator a:visited{ color: #000000; text-decoration: none; padding: 10px 20px; margin: 30px; } #inavigator a:hover{ color: #4eee94; }
.shadow{ box-shadow:8px 8px 10px #000; }
#ifooter{ padding-top: 1px; padding-bottom: 5px; margin-top: 40px; margin-bottom: 0px; text-align: center; background: #000000; }