|
|
Line 5: |
Line 5: |
| <title> UC Davis iGEM 2014 </title> | | <title> UC Davis iGEM 2014 </title> |
| <style> | | <style> |
| + | body {background-color:#002855; } |
| /*------------Get rid of iGEM stuff----------------------------------*/ | | /*------------Get rid of iGEM stuff----------------------------------*/ |
| #home_logo, #sideMenu { display:none; } | | #home_logo, #sideMenu { display:none; } |
Line 15: |
Line 16: |
| | | |
| /* Aaron - Main Containers */ | | /* Aaron - Main Containers */ |
− |
| |
− | table#eChemJulie {
| |
− | float:left;
| |
− | border-spacing: 0px;
| |
− | table-layout: fixed;
| |
− | width: 100%;
| |
− | vertical-align:top;
| |
− | text-align: left;
| |
− | margin: 10px;
| |
− | border: 2px solid black;
| |
− | color:#212f20;
| |
− | }
| |
− |
| |
− | .partstable {float:center;
| |
− | border:none;
| |
− | padding:3px;
| |
− | margin:20px;
| |
− | color:#212f20;
| |
− | margin-right:auto;
| |
− | margin-left:auto;
| |
− |
| |
− | }
| |
− | .partstable td {
| |
− | padding: 5px;
| |
− | }
| |
− |
| |
− | .mainTitleHeader {
| |
− | width:937px;
| |
− | float:left;
| |
− | margin-top: 10px;
| |
− | border-radius: 4px;
| |
− | padding: 15px 15px 15px 15px;
| |
− | font:sans-serif;
| |
− | font-size:13px;
| |
− | color:rgba(225,225,225,.9);
| |
− | text-align:justify;
| |
− | background: rgba(168, 182, 120, .95);
| |
− |
| |
− | }
| |
− |
| |
− | .mainTitleHeader :first-child {color:#212f20;margin: 0px;font-size:140%;font-weight: bold;
| |
− | }
| |
− |
| |
− | .mainContainer
| |
− | {width:97%;
| |
− | float:left;
| |
− | margin-top: 0px;
| |
− | margin-bottom: 0px;
| |
− | border-radius: 4px;
| |
− | padding: 15px 15px 15px 15px;
| |
− | font: sans-serif;
| |
− | font-size: 13px;
| |
− | color: #212f20;
| |
− | text-align:justify;
| |
− | }
| |
− | .mainContainer p
| |
− | {color:#212f20;
| |
− | font-size:120%;
| |
− | }
| |
− |
| |
− | .mainContainerLeftPic
| |
− | {padding:10px;
| |
− | }
| |
− | .mainContainerLeftPic img
| |
− | {float:left;margin-right:20px;margin-bottom:20px;
| |
− | }
| |
− |
| |
− | .mainContainerRightPic
| |
− | {padding:10px;
| |
− | }
| |
− | .mainContainerRightPic img
| |
− | {float:right;margin-left:20px;margin-bottom:20px;
| |
− | }
| |
− | .mainContainerCenterPic
| |
− | {padding:10px;float:center;margin:auto;
| |
− | }
| |
− | .mainContainerCenterPic img
| |
− | {float:center;
| |
− | }
| |
− | .mainContainerCenterTopPic
| |
− | {padding:10px;float:center;margin:auto;
| |
− | }
| |
− | .mainContainerCenterTopPic img
| |
− | {float:right;margin-bottom:20px;margin-bottom:20px;
| |
− | }
| |
− |
| |
| /* Aaron - Main Containers End */ | | /* Aaron - Main Containers End */ |
| | | |