|
|
Line 711: |
Line 711: |
| /*____________________________________Journal Page Close____________________________________*/ | | /*____________________________________Journal Page Close____________________________________*/ |
| | | |
| + | /*____________________________________Parts____________________________________*/ |
| | | |
− | /*____________________________________Useless shit iGEM gave us open____________________________________*/
| + | #biobricks |
| + | { |
| + | font-family:"Georgia","Trebuchet MS", Arial, Helvetica, sans-serif; |
| + | width:100%; |
| + | border-collapse:collapse; |
| + | } |
| + | #biobricks td, #biobricks th |
| + | { |
| + | font-size:1.2em; |
| + | border:1px solid #98bf21; |
| + | padding:3px 7px 2px 7px; |
| + | } |
| + | #biobricks th |
| + | { |
| + | font-size:1.4em; |
| + | text-align:left; |
| + | padding-top:5px; |
| + | padding-bottom:4px; |
| + | background-color:#A7C942; |
| + | color:#fff; |
| + | } |
| + | #biobricks tr.alt td |
| + | { |
| + | color:#000; |
| + | background-color:#EAF2D3; |
| + | } |
| | | |
− | width: 1350;
| + | /*____________________________________Parts____________________________________*/ |
− | overflow:hidden;
| + | |
− | float:center;
| + | |
− | margin-left:0px;
| + | |
− | margin-bottom: 10px;
| + | |
− | background-color: #fff;
| + | |
− | border-bottom: 10px solid #000000;
| + | |
− | border-right: 5px solid #000000;
| + | |
− | border-style:inset;
| + | |
− | border-left: 5px solid #000000;
| + | |
− | border-top: 10px solid #000000;
| + | |
− | font-family: Verdana, Geneva, sans-serif;
| + | |
− | }
| + | |
− |
| + | |
− | /* Creates the container for the content */
| + | |
− | #contentContainer {
| + | |
− |
| + | |
− | padding-top:20px;
| + | |
− | padding-right:20px;
| + | |
− | margin-bottom: 20px;
| + | |
− | width: 100% ;
| + | |
− | padding-left: 20px;
| + | |
− | float: left;
| + | |
− | background-color: #fff;
| + | |
− | border-top: 14px solid #000000;
| + | |
− | font-family: Verdana, Geneva, sans-serif;
| + | |
− |
| + | |
− | }
| + | |
− |
| + | |
| | | |
− |
| |
− |
| |
| | | |
− | /*Set up height place holder for the banner*/
| |
− | #bannerContainer {
| |
− | height:270;
| |
− | width:1000;
| |
− | margin:auto;
| |
− | text-align:center;
| |
− | color: #000000;
| |
− | }*/
| |
| | | |
− | /*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
| |
| | | |
− | /*Change the styling of text for everything inside main container*/
| |
− | #mainContainer p {
| |
− | font-size: 13px;
| |
− | color: #000000;
| |
− | }
| |
− |
| |
− | /*This changes the color and font family */
| |
− | #contentContainer h1, h2, h3, h4, h5, h6 {
| |
− | color: #000000;
| |
− | border-bottom: none;
| |
− | font-weight: bold;
| |
− | font-family: Verdana, Geneva, sans-serif;
| |
− | margin-top:10px;
| |
− | }
| |
| | | |
− | /*Style of the links - links are different inside the menu */
| |
− | #contentContainer a {
| |
− | font-weight: bold;
| |
− | color: #000000;
| |
− | }
| |
− |
| |
− | /* Styling links on hover- links are different inside the menu */
| |
− | #contentContainer a:hover {
| |
− | color: #FFFFFF;
| |
− | }
| |
− |
| |
− | /*Change the styling of tables */
| |
− | #contentContainer table {
| |
− | border: 1px solid #56;
| |
− | border-collapse: collapse;
| |
− | width: 100%
| |
− | margin: auto;
| |
− | margin-bottom: 15px;
| |
− | margin-top: 15px;
| |
− | margin-right: 0px;
| |
− | margin-left: 10px;
| |
− | }
| |
− |
| |
− | /*Change the styling of table cells*/
| |
− | #contentContainer td {
| |
− | padding: 10px;
| |
− | border: 1px solid #565656;
| |
− | border-collapse: collapse;
| |
− | vertical-align: text-top;
| |
− | }
| |
− |
| |
− | /*Change the styling of table headers */
| |
− | #contentContainer th {
| |
− | background-color: #E8E8E9;
| |
− | padding: 10px;
| |
− | border: 1px solid #565656;
| |
− | border-collapse: collapse;
| |
− | vertical-align: text-top;
| |
− | }
| |
− |
| |
− |
| |
− |
| |
− | /* THIS IS WHAT WE CALL LOSS OF FUNCTION EVOLUTION "USE IT OR LOSE IT" -St. Leger */
| |
− |
| |
− |
| |
− | #menuContainer {
| |
− | position:fixed;
| |
− | float:left;
| |
− | top:0px;
| |
− | width: 100%;
| |
− | padding: 20px 20px;
| |
− | border-top: 0px solid #000000;
| |
− | background-color: #000000;
| |
− | }
| |
− |
| |
− | #menuContainer ul{
| |
− | padding: 0;
| |
− | list-style: none;
| |
− | }
| |
− | #menuContainer ul li{
| |
− | width: 100px;
| |
− | display: inline-block;
| |
− | position: relative;
| |
− | text-align: center;
| |
− | line-height: 21px; }
| |
− |
| |
− |
| |
− |
| |
− | #menuContainer li{
| |
− | display: block;
| |
− | padding: 5px 10px;
| |
− | color: 000000;
| |
− | background: #FFFF00;
| |
− | text-decoration: none;
| |
− | }
| |
− | #menuContainer li:hover{
| |
− | color: #000000;
| |
− | background: ##FFFF00;
| |
− | }
| |
− |
| |
− |
| |
− |
| |
− | #menuContainer ul li a{
| |
− | display: block;
| |
− | padding: 5px 10px;
| |
− | color: 000000;
| |
− | background: #FFFF00;
| |
− | text-decoration: none;
| |
− | }
| |
− | #menuContainer ul li a:hover{
| |
− | color: #000000;
| |
− | background: ##FFFF00;
| |
− | }
| |
− |
| |
− |
| |
− |
| |
− | #menuContainer ul li ul{
| |
− | display: none;
| |
− | position: absolute;
| |
− | z-index: 999;
| |
− | left: 0;
| |
− | }
| |
− | #menuContainer ul li:hover ul{
| |
− | display: block; /* display the dropdown */
| |
− | }
| |
− |
| |
− | /*swagmaster Chun Mun finally got the menu to work reasonably*/
| |
− | /* UPDATE: There is no end to his swag, for a new swag class has taken the place of this inferior one */
| |
− |
| |
− | /*menu links */
| |
− | #menuContainer a {
| |
− | color: #000000;
| |
− | }
| |
− | #menuContainer a:hover {
| |
− | font-weight: bold;
| |
− | color: #FFFFFF;
| |
− | }
| |
− |
| |
− |
| |
− | #menuContainer ul li a:hover {
| |
− | font-weight: bold;
| |
− | color: #FFFFFF;
| |
− | }
| |
− | #menuContainer ul li a {
| |
− | color: #000000;
| |
− | }
| |
− |
| |
− |
| |
− |
| |
− |
| |
− | /*CLASSES */
| |
− |
| |
− | /*Clear class for all the pages, adds spacing too*/
| |
− | .clear{
| |
− | clear:both;
| |
− | height: 10px;
| |
− | }
| |
− |
| |
− |
| |
− | /* highlight box for special messages */
| |
− | .highlightBox {
| |
− | width:500px;
| |
− | margin:auto;
| |
− | background-color: #E8E8E9;
| |
− | margin-bottom: 15px;
| |
− | margin-top: 15px;
| |
− | padding: 15px;
| |
− | padding-top: 5px;
| |
− | }
| |
− |
| |
− | /*____________________________________Useless shit iGEM gave us close____________________________________*/
| |
| | | |
| </style> | | </style> |
| </html> | | </html> |