Template:Nevada Notebook CSS

From 2011.igem.org

(Difference between revisions)
m
m
Line 2: Line 2:
<style type="text/css" />
<style type="text/css" />
-
<!--
+
#left-minor-content{
-
#header {
+
  position: relative;
-
position: absolute;
+
  float: left;
-
left: 60px;
+
  top: 159px;
-
Top: 50px;
+
  left: -5px;
-
width: 839px;
+
  height: 800px;
-
height: 113px;
+
  width: 330px;
-
background-image:url(https://static.igem.org/mediawiki/2011/2/24/Blankbook_Edited_top.jpg);
+
  display: block;
 +
  border-left: rgba(0,0,0,1) groove 4px;
 +
  background-color: rgba(100,100,100,1);
 +
  /* Color Background */
 +
  background: -webkit-gradient(linear, 0 50%,0 100%, from(#969696), to(#25324e));
 +
  background: -webkit-linear-gradient(bottom, rgba(150,150,150,1) 97%, rgba(0,0,26,1), #25324e);
 +
  background: -moz-linear-gradient(bottom, #969696 97%, rgba(0,0,26,1), #25324e);
 +
  background: -ms-linear-gradient(bottom, rgba(150,150,150,1) 97%, rgba(0,0,26,1), #25324e);
 +
  background: -o-linear-gradient(bottom, rgba(150,150,150,1) 97%, rgba(0,0,26,1), #25324e);
 +
  padding: 10px;
}
}
-
 
+
#right-major-content{
-
#weekly{
+
  position: relative;
-
position: absolute;
+
  display: block;
-
left: 60px;
+
  float: left;
-
top: 163px;
+
  top: 159px;
-
width: 839px;
+
  left: -5px;
-
height: 500px;
+
  width: 585px;
-
background-image:url(https://static.igem.org/mediawiki/2011/2/20/Blankbook_Edited_mid.jpg);
+
  height: 800px;
-
background-repeat: repeat-y;  
+
  border-right: rgba(0,0,0,1) groove 4px;
 +
  background-color: rgba(100,100,100,1);
 +
    /* Color Background */
 +
  background: -webkit-gradient(linear, 0 50%,0 100%, from(#969696), to(#25324e));
 +
  background: -webkit-linear-gradient(bottom, rgba(150,150,150,1) 97%, rgba(0,0,26,1), #25324e);
 +
  background: -moz-linear-gradient(bottom, #969696 97%, rgba(0,0,26,1), #25324e);
 +
  background: -ms-linear-gradient(bottom, rgba(150,150,150,1) 97%, rgba(0,0,26,1), #25324e);
 +
  background: -o-linear-gradient(bottom, rgba(150,150,150,1) 97%, rgba(0,0,26,1), #25324e);
 +
  padding: 10px;
}
}
-
#pageleft{
+
/* Text Classes For each block */
-
position: absolute;
+
-
margin: 0px 0px 0px 0px;
+
-
left: 115px;
+
-
top: 0px;
+
-
width: 250px;
+
-
height: 500px;
+
-
background: transparent;
+
-
z-index: 20;
+
-
}
+
-
#pageright{
+
.abstracttitle{
-
position: absolute;
+
    font-size: 20px;
-
margin: 0px 0px 0px 0px;
+
    font-family:Tahoma;
-
left: 440px;
+
    line-height: 22px;
-
top: 0px;
+
    text-align: left;
-
width: 250px;
+
    font-weight: bold;
-
height: 500px;
+
-
background: transparent;
+
-
z-index: 20;
+
}
}
-
#bottom{
+
.abstractdesc{
-
position: relative;
+
    font-size: 16px;
-
left: 55px;
+
    font-family:"Times New Roman", Tahoma;
-
top: 560px;
+
    line-height: 20px;
-
width: 839px;
+
    text-align: justify;
-
height: 69px;
+
    font-weight: bold;
-
background-image:url(https://static.igem.org/mediawiki/2011/a/a4/Blankbook_Edited_bottom.jpg);
+
}
}
-
#titleleft{
+
.newstitle{
-
position: absolute;
+
    font-size: 40px;
-
z-index: 10;
+
    font-family:"Times New Roman", serif;
-
left: 125px;
+
    line-height: 22px;
-
top: 30px;
+
    text-align: left;
-
font-family: Georgia;
+
    font-weight: bold;
-
padding: 5px;
+
-
background: transparent;
+
}
}
 +
/* End of Text Style */
-
#bottomright{
 
-
position: absolute;
 
-
z-index: 21;
 
-
left: 125px;
 
-
top: -22px;
 
-
font-family: Georgia;
 
-
padding: 20px;
 
-
}
 
-
 
-
 
-
body {
 
-
left: 100px;
 
-
Top: 200px;
 
-
width: 100%;
 
-
height: 1000px;
 
-
}
 
-
 
-
p{
 
-
background: transparent;
 
-
}
 
-
 
-
 
-
-->
 
</style>
</style>
-
<!-- !END NEVADACSS -->
 
</html>
</html>

Revision as of 05:15, 25 August 2011