Team:XMU-China/css
From 2014.igem.org
(9 intermediate revisions not shown) | |||
Line 3: | Line 3: | ||
body { | body { | ||
font-size: 12px; | font-size: 12px; | ||
- | + | ||
- | font-family: | + | font-family: Arial, Helvetica, Sans-Serif; |
color: #333; | color: #333; | ||
background-color: rgb(117,109,109); background-repeat:no-repeat; | background-color: rgb(117,109,109); background-repeat:no-repeat; | ||
+ | |||
} | } | ||
Line 23: | Line 24: | ||
- | .shell { width: 980px; margin: 15px auto 0; background-color: rgb( | + | .shell { width: 980px; margin: 15px auto 0; background-color: rgb(245,245,245);} |
.border { position: relative; } | .border { position: relative; } | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
#header {overflow: hidden; width: 100%; height: 150px;} | #header {overflow: hidden; width: 100%; height: 150px;} | ||
#igem_logo {float:left; margin-top:60px;} | #igem_logo {float:left; margin-top:60px;} | ||
Line 35: | Line 33: | ||
#navigation { margin:10px,auto; text-align: center; clear: both;} | #navigation { margin:10px,auto; text-align: center; clear: both;} | ||
#navigation ul { list-style: none;} | #navigation ul { list-style: none;} | ||
- | #navigation ul li { padding: 10px; margin: | + | #navigation ul li { padding: 10px; margin:1px; float: left; border: 1px solid #000; background-color: #000; font-size: 18px; line-height: 40px; font-weight: bold; } |
#navigation ul li a { float: left; height: 43px; color: #fff; padding: 0 33px; } | #navigation ul li a { float: left; height: 43px; color: #fff; padding: 0 33px; } | ||
#navigation ul li a:hover, | #navigation ul li a:hover, | ||
#navigation ul li a.active { color: #ff0000; text-decoration: none; } | #navigation ul li a.active { color: #ff0000; text-decoration: none; } | ||
- | # | + | #Team_Members ul {font-size: 48px; } |
#tryToFindMe ul { font-size: 32px; text-align: center; } | #tryToFindMe ul { font-size: 32px; text-align: center; } | ||
- | # | + | #Team_Members_2 ul { padding: 0px 10px 0px; font-size: 48px;} |
- | + | ||
- | + | #Team_Members_2_wd>div { | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | # | + | |
padding: 0; | padding: 0; | ||
margin: 0; | margin: 0; | ||
border: 1px solid #666; | border: 1px solid #666; | ||
border-top: none; | border-top: none; | ||
+ | word-break:break-all; word-wrap:break-all; | ||
} | } | ||
- | # | + | #Team_Members_2_wd h2 { |
text-decoration: none; | text-decoration: none; | ||
- | background: | + | background-image:url("https://static.igem.org/mediawiki/2014/9/91/XMU-Team-Membackground1.png"); |
+ | border-radius: 15px; | ||
padding: 8px 10px 8px; | padding: 8px 10px 8px; | ||
margin: 10px 0 0 0; | margin: 10px 0 0 0; |
Latest revision as of 11:38, 17 October 2014
- { margin: 0; padding: 0; outline:0; }
body {
font-size: 12px;
font-family: Arial, Helvetica, Sans-Serif; color: #333; background-color: rgb(117,109,109); background-repeat:no-repeat;
}
a { color: #ff0000; text-decoration: none; cursor:pointer; } a:hover { text-decoration: underline; }
a img { border: 0; }
/*input, textarea, select { font-family: Arial, Helvetica, sans-serif; font-size:12px; }
textarea { overflow:auto; }
- /
.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; } .notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.shell { width: 980px; margin: 15px auto 0; background-color: rgb(245,245,245);}
.border { position: relative; }
- header {overflow: hidden; width: 100%; height: 150px;}
- igem_logo {float:left; margin-top:60px;}
- title ul { float:left; height: 120px; margin-left: 180px; line-height: 150px; font-size: 96px; font-weight: bold; text-align:center; }
- xmu_logo {float:right;}
- navigation { margin:10px,auto; text-align: center; clear: both;}
- navigation ul { list-style: none;}
- navigation ul li { padding: 10px; margin:1px; float: left; border: 1px solid #000; background-color: #000; font-size: 18px; line-height: 40px; font-weight: bold; }
- navigation ul li a { float: left; height: 43px; color: #fff; padding: 0 33px; }
- navigation ul li a:hover,
- navigation ul li a.active { color: #ff0000; text-decoration: none; }
- Team_Members ul {font-size: 48px; }
- tryToFindMe ul { font-size: 32px; text-align: center; }
- Team_Members_2 ul { padding: 0px 10px 0px; font-size: 48px;}
- Team_Members_2_wd>div {
padding: 0; margin: 0; border: 1px solid #666; border-top: none;
word-break:break-all; word-wrap:break-all;
}
- Team_Members_2_wd h2 {
text-decoration: none; background-image:url("");
border-radius: 15px;
padding: 8px 10px 8px; margin: 10px 0 0 0;
/*border-bottom: 5px solid #666; */
font-size: 1.5em; font-weight: bold; color: #FFF; cursor: pointer; }
- sponsor{ margin-top: 20px; height: 100px; line-height: 90px; font-size: 64px; font-weight: bold; text-align: center;}
- icon {height:100px;}
.footer { background-color: #000; height: 200px;}