Team:UESTC/team info.css
From 2013.igem.org
(Difference between revisions)
(Created page with "- →team info style: #team_info { height: auto; background:url(https://static.igem.org/mediawiki/2013/2/24/UESTC_team-bg.png) #1B1B1B; } #greetings { width: 80%; ...") |
|||
Line 11: | Line 11: | ||
text-align: justify; | text-align: justify; | ||
margin: 0 auto; | margin: 0 auto; | ||
- | font: 1.5em museo100regular, arial,verdana; | + | font: 18px/1.5em museo100regular, arial,verdana; |
color:white; | color:white; | ||
} | } | ||
Line 26: | Line 26: | ||
} | } | ||
.mem_panel h1 { | .mem_panel h1 { | ||
- | font: 2.0em museo100regular, arial,verdana; | + | font: 25px/2.0em museo100regular, arial,verdana; |
color: white; | color: white; | ||
} | } | ||
Line 38: | Line 38: | ||
display: block; | display: block; | ||
width:150px; | width:150px; | ||
- | margin:0.8em | + | margin:0.8em 2em; |
height:auto; | height:auto; | ||
float:left; | float:left; | ||
Line 45: | Line 45: | ||
.mem_list li span { | .mem_list li span { | ||
margin: 0 auto; | margin: 0 auto; | ||
- | font: 1.0em museo100regular, arial,verdana; | + | font: 12px/1.0em museo100regular, arial,verdana; |
color:white; | color:white; | ||
} | } | ||
#student_members { | #student_members { | ||
- | height: | + | height: 510px; |
} | } | ||
#advisors { | #advisors { | ||
Line 72: | Line 72: | ||
margin: 0 auto; | margin: 0 auto; | ||
height: 160px; | height: 160px; | ||
- | font: 1.2em museo100regular, arial,verdana; | + | font: 16px/1.2em museo100regular, arial,verdana; |
color: white; | color: white; | ||
} | } | ||
#contact h1 { | #contact h1 { | ||
- | font: 2.0em museo100regular, arial,verdana; | + | font: 25px/2.0em museo100regular, arial,verdana; |
color: white; | color: white; | ||
} | } |
Latest revision as of 16:04, 26 October 2013
/*
team info style */
- team_info {
height: auto; background:url() #1B1B1B;
}
- greetings {
width: 80%; height: auto; text-align: justify; margin: 0 auto; font: 18px/1.5em museo100regular, arial,verdana; color:white;
}
#greetings h1 { color: white; font: 2.0em museo100regular, arial,verdana; }
.mem_panel {
width: 80%; height: auto; display: block; margin: 0 auto;
}
.mem_panel h1 { font: 25px/2.0em museo100regular, arial,verdana; color: white; } .mem_list { padding: 0; list-style-type: none; overflow: visible; text-align:center; } .mem_list li { display: block; width:150px; margin:0.8em 2em; height:auto; float:left; z-index:0; } .mem_list li span { margin: 0 auto; font: 12px/1.0em museo100regular, arial,verdana; color:white; }
- student_members {
height: 510px;
}
- advisors {
height: 290px;
}
- instructors {
height: 290px;
} .show {
position: relative; top: 150px; left: 150px;
} .show_content {
z-index: 5;
} /*
contact us style */
- contact {
width: 80%; margin: 0 auto; height: 160px; font: 16px/1.2em museo100regular, arial,verdana; color: white;
}
- contact h1 {
font: 25px/2.0em museo100regular, arial,verdana; color: white;
}