Team:UNAM-Genomics Mexico/Templates/Notebook

From 2011.igem.org

(Difference between revisions)
Line 14: Line 14:
}
}
 +
body{
 +
background-color: black;
 +
background-image: url("https://static.igem.org/mediawiki/2011/9/98/Black_cardboard_tiled_UGM.png");
 +
margin: 0;
 +
padding: 0;
 +
text-align: center;
 +
font-size:medium;
 +
font-family: "Maiandra GD", Garamond, "Tempus Sans ITC", Papyrus, "Kristen ITC",
 +
"Segoe Print", "Comic Sans MS", Verdana, sans-serif;
 +
}
 +
div#globalWrapper{
 +
background-color: transparent;
 +
font-size: 100%;
 +
}
-
 
+
/*content and bodyContent are given the same properties to avoid problems*/
-
/***********************************
+
div#content{
-
    iGEM header instructions
+
-
***********************************/
+
-
 
+
-
div#top-section{
+
position: relative;
position: relative;
width: 1000px;
width: 1000px;
-
height: 21px;
 
margin: 0 auto;
margin: 0 auto;
 +
padding: 0px 0px 0px 0px;
border: none;
border: none;
z-index: 0;
z-index: 0;
background-color: transparent;
background-color: transparent;
-
color: #FF0000;
+
color: #000000;
-
font-size:85%;
+
text-align:justify;
 +
line-height: 1em;
 +
font-size:100%;
font-family: "Maiandra GD", Garamond, "Tempus Sans ITC", Papyrus, "Kristen ITC",
font-family: "Maiandra GD", Garamond, "Tempus Sans ITC", Papyrus, "Kristen ITC",
"Segoe Print", "Comic Sans MS", Verdana, sans-serif;
"Segoe Print", "Comic Sans MS", Verdana, sans-serif;
}
}
-
div#p-logo{
+
div#bodyContent{
-
display: none;
+
position: relative;
width: 1000px;
width: 1000px;
-
z-index: 1;
+
margin: 0 auto;
-
}
+
-
div#menubar{
+
-
position: absolute;
+
-
width: 400px;
+
-
height: 21px;
+
-
z-index: 5;
+
-
top:22px;
+
-
margin-top: -20px;
+
-
}
+
-
#menubar ul{
+
-
margin: 0px 10px 0px 10px;
+
padding: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
 +
border: none;
 +
z-index: 0;
 +
background-color: transparent;
 +
color: #000000;
 +
text-align:justify;
 +
line-height: 1em;
 +
font-size:100%;
 +
font-family: "Maiandra GD", Garamond, "Tempus Sans ITC", Papyrus, "Kristen ITC",
 +
"Segoe Print", "Comic Sans MS", Verdana, sans-serif;
 +
/*
 +
Fonts I recomend the most:
 +
"Maiandra GD", Garamond,
 +
Fonts that resemble handwriting but are uncomfortable to read.
 +
These letters are too decorated:
 +
"Viner Hand ITC","Bradley Hand ITC","Lucida Handwriting","Tempus Sans ITC",
 +
These letter is too small:
 +
Gabriola,
 +
These letter is too narrow:
 +
"Juice ITC",
 +
*/
}
}
-
#menubar li{
+
div#content h1.firstHeading{
-
display: inline;
+
display: none;
}
}
-
div.left-menu{
+
div#bodyContent p{
-
text-align: left;
+
margin: 0em 0em 0em 0em;
}
}
-
div.right-menu{
+
div#contentSub{
-
text-align: right;
+
margin: 0 0 0.7em 0;
-
right: 0px;
+
}
}
-
div#search-controls{
+
div#catlinks{
display: none;
display: none;
-
}
 
-
#menubar a{
 
-
text-decoration:none;
 
-
color:#C0C0C0;
 
-
}
 
-
#menubar a:visited {
 
-
color:#9A8A5E;
 
}
}
-
/************************************
+
/***********************************
-
      Menu layout instructions
+
    iGEM header instructions
-
************************************/
+
***********************************/
-
table#menuTable {
 
-
width:1000px;
 
-
margin: 0px 0px 0px 0px;
 
-
border: none;
 
-
border-collapse: collapse;
 
-
color: black;
 
-
}
 
-
tr#menuCategories {
 
-
height:30px;
 
-
text-align: center;
 
-
}
 
-
tr#menuLinks {
 
-
height:98px;
 
-
text-align: left;
 
-
}
 
-
tr#menuMargin {
 
-
heigth:3px;
 
-
}
 
-
td.alpha_cell, td.zeta_cell{
 
-
width:16.66%; /* 1000px * 0.1666 = 166px */
 
-
}
 
-
td.beta_cell, td.gamma_cell, td.delta_cell, td.epsilon_cell{
 
-
width:16.67%;
 
-
}
 
-
tr#menuCategories td.odd_cell{
 
-
background-color:#6b6b6b;
 
-
background-image: url("https://static.igem.org/mediawiki/2011/9/95/Darkgrey_cardboard_332x196_UGM.png");
 
-
background-position:center;
 
-
}
 
-
tr#menuCategories td.even_cell{
 
-
background-color:#7B6F48;
 
-
background-image: url("https://static.igem.org/mediawiki/2011/a/ae/Burnt_cardboard_332x196_UGM.png");
 
-
}
 
-
tr#menuLinks td.odd_cell{
 
-
background-color:#9f9f9f;
 
-
background-image: url("https://static.igem.org/mediawiki/2011/e/e6/Stained_grey_cardboard_332x196_UGM.png");
 
-
}
 
-
tr#menuLinks td.even_cell{
 
-
background-color:#AD9E72;
 
-
background-image: url("https://static.igem.org/mediawiki/2011/6/66/Cardboard_332x196_UGM.png");
 
-
}
 
-
tr#menuMargin td.odd_cell{
 
-
background-color:#6b6b6b;
 
-
background-image: url("https://static.igem.org/mediawiki/2011/9/95/Darkgrey_cardboard_332x196_UGM.png");
 
-
background-position: center;
 
-
}
 
-
tr#menuMargin td.even_cell{
 
-
background-color:#7B6F48;
 
-
background-image: url("https://static.igem.org/mediawiki/2011/a/ae/Burnt_cardboard_332x196_UGM.png");
 
-
}
 
-
table#menuTable tr#menuLinks td ul{
 
-
line-height: 1.2em;
 
-
list-style-position: outside;
 
-
list-style-type: none;
 
-
list-style-image: none;
 
-
margin: 10px 0px 10px 0px;
 
-
padding: 0px 0px 0px 20px;
 
-
}
 
-
table#menuTable td.odd_cell a{
 
-
text-decoration: none;
 
-
color: #343434; /*Dark grey*/
 
-
}
 
-
table#menuTable td.even_cell a{
 
-
text-decoration: none;
 
-
color: #322914; /*Dark brown*/
 
-
}
 
/*******************************
/*******************************

Revision as of 01:01, 22 September 2011

{{{content}}}