Template:GeorgiaTech/css/experiment.css
From 2014.igem.org
(Difference between revisions)
(46 intermediate revisions not shown) | |||
Line 37: | Line 37: | ||
} | } | ||
body { | body { | ||
- | background- | + | background-image: url("https://static.igem.org/mediawiki/2014/1/13/Fyre-element.jpg"); |
- | + | background-attachment: fixed; | |
- | background-attachment:fixed; | + | background-position: top center; |
- | + | background-repeat: no-repeat; | |
- | + | background-size: 100% | |
- | + | ||
} | } | ||
.sponsors { | .sponsors { | ||
- | width: | + | font-family: Tahoma; |
+ | font-size: 14px; | ||
+ | color: #3D3D3D; | ||
+ | padding: 15px 60px; | ||
+ | width: 840px; | ||
margin-left:auto; | margin-left:auto; | ||
margin-right:auto; | margin-right:auto; | ||
background-color: white; | background-color: white; | ||
height: auto; | height: auto; | ||
+ | border: 1px solid #cccccc; | ||
+ | -webkit-border-radius: 10px; | ||
+ | -moz-border-radius: 10px; | ||
+ | border-radius: 10px; | ||
+ | -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | ||
+ | -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | ||
+ | box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | ||
} | } | ||
.sponsors ul { | .sponsors ul { | ||
Line 100: | Line 110: | ||
text-decoration:none; | text-decoration:none; | ||
background-color: transparent; | background-color: transparent; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
.content { | .content { | ||
+ | padding: 10px 10px 10px 10px; | ||
width: 70%; | width: 70%; | ||
margin-left:auto; | margin-left:auto; | ||
Line 113: | Line 119: | ||
background-color: white; | background-color: white; | ||
height: auto; | height: auto; | ||
+ | -webkit-border-radius: 10px; | ||
+ | -moz-border-radius: 10px; | ||
+ | border-radius: 10px; | ||
+ | -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | ||
+ | -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | ||
+ | box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | ||
} | } | ||
- | + | ||
- | + | .firstHeading { | |
- | + | width: 975px; | |
- | + | margin: 0px auto; | |
+ | padding-top: 100px; | ||
+ | margin-bottom: 20px; | ||
+ | font-family: Georgia, Times, "Times New Roman", serif; | ||
} | } | ||
- | . | + | |
- | + | .c-1{ | |
- | + | margin-top:5px; | |
- | + | float: left; | |
- | + | width: 100%; | |
- | + | border-bottom:1px #888888 solid; | |
- | + | ||
} | } | ||
- | . | + | .bio { |
- | + | width:100%; | |
- | + | height:auto; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | . | + | .bio img { |
- | + | margin:10px; | |
- | + | -webkit-border-radius: 10px; | |
- | + | -moz-border-radius: 10px; | |
- | + | border-radius: 10px; | |
- | + | -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | |
- | + | -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | |
- | + | box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | |
- | + | ||
} | } | ||
- | . | + | .content img { |
- | + | margin:10px; | |
- | + | -webkit-border-radius: 10px; | |
- | + | -moz-border-radius: 10px; | |
- | + | border-radius: 10px; | |
- | + | -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | |
- | + | -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | |
- | + | box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | |
- | + | } | |
- | + | .imgright { | |
- | + | margin:20px; | |
- | + | width:30%; | |
- | + | float:right; | |
- | + | height:auto; | |
} | } | ||
- | . | + | .imgright img{ |
+ | -webkit-border-radius: 10px; | ||
+ | -moz-border-radius: 10px; | ||
+ | border-radius: 10px; | ||
+ | -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | ||
+ | -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | ||
+ | box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | ||
+ | width:100%; | ||
+ | height:100%; | ||
+ | } | ||
- | + | .imgleft { | |
- | + | margin:20px; | |
- | + | width:30%; | |
- | + | float:left; | |
- | + | height:auto; | |
} | } | ||
- | . | + | .imgleft img { |
- | + | -webkit-border-radius: 10px; | |
- | + | -moz-border-radius: 10px; | |
- | + | border-radius: 10px; | |
- | + | -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | |
- | + | -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | |
+ | box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | ||
+ | width:100%; | ||
+ | height:100%; | ||
} | } | ||
- | . | + | .biotextleft { |
- | + | width:60%; | |
- | + | margin-left:0%; | |
- | + | margin-right:0%; | |
- | + | float:left; | |
+ | height:auto; | ||
} | } | ||
- | . | + | |
- | + | .biotextright { | |
- | + | width:60%; | |
- | + | margin-left:0%; | |
- | + | margin-right:0%; | |
- | + | float:right; | |
+ | height:auto; | ||
} | } | ||
- | |||
- | |||
- | + | .biotext { | |
- | . | + | float:left; |
- | + | width:100%; | |
- | + | height:auto; | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;} | h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;} | ||
+ | #top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/ | ||
+ | background-color: #383838; | ||
+ | border: 0 none; | ||
+ | height: 14px; | ||
+ | z-index: 100; | ||
+ | top: 0; | ||
+ | position: fixed; | ||
+ | width: 975px; | ||
+ | left: 50%; | ||
+ | margin-left: -487px; | ||
+ | } | ||
+ | #top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/ | ||
+ | background-color: #383838; | ||
+ | height: 14px; | ||
+ | display: block; | ||
+ | z-index: 10; | ||
+ | position: fixed; | ||
+ | width: 100%; | ||
+ | top: 0; | ||
+ | } | ||
+ | |||
+ | #menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/ | ||
+ | color: #727272; | ||
+ | text-decoration: none; | ||
+ | background-color: transparent; | ||
+ | } | ||
#globalWrapper, #content { /*-- changes default wiki settings --*/ | #globalWrapper, #content { /*-- changes default wiki settings --*/ | ||
Line 270: | Line 309: | ||
.sub-sidemenu a {color: #666;} | .sub-sidemenu a {color: #666;} | ||
- | div.underconst | + | div.underconst{ |
- | { | + | padding:10px; |
- | padding:10px; | + | border-radius:5px; |
- | border-radius:5px; | + | background-color:pink; |
- | background-color:pink; | + | text-align:center; |
- | text-align:center; | + | |
} | } | ||
Latest revision as of 19:39, 21 July 2014