Template:Nevada Notebook CSS

From 2011.igem.org

(Difference between revisions)
m
m
 
(62 intermediate revisions not shown)
Line 2: Line 2:
<style type="text/css" />
<style type="text/css" />
-
<!--
+
#Nevada-Notebook-MainContent{
-
#header {
+
  position: relative;
-
position: absolute;
+
  float: left;
-
left: 60px;
+
  top: 129px;
-
Top: 50px;
+
  left: -5px;
-
width: 839px;
+
  height: 100%;
-
height: 113px;
+
  width: 943px;
-
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;
 +
  border-right: rgba(0,0,0,1) ridge 4px;
 +
  /*background-color: rgba(100,100,100,1);*/
 +
  /* Color Background */
 +
  background-color: transparent !important;
 +
  /*background: -moz-linear-gradient(bottom, #858585 97%, rgba(0,0,26,1), #25324e); */
 +
  padding: 10px;
 +
  padding-right: 2px !important;
}
}
-
 
+
#left-minor-content{
-
#weekly{
+
  position: relative;
-
position: absolute;
+
  float: left;
-
left: 60px;
+
  top: 0px;
-
width: 839px;
+
  left: -5px;
-
height: "auto";
+
  height: 1450px;
-
background-image:url(https://static.igem.org/mediawiki/2011/2/20/Blankbook_Edited_mid.jpg);
+
  width: 225px;
-
background-repeat: repeat-y;  
+
  display: block;
 +
  border: rgba(0,0,0,0.6) solid 10px;
 +
  background-color: rgba(194,194,194,0.7);
 +
  padding: 10px;
}
}
-
#bottom{
+
#right-major-content{
-
position: relative;
+
  position: relative;
-
left: 55px;
+
  display: block;
-
top: 560px;
+
  float: left;
-
width: 839px;
+
  top: 0px;
-
height: 69px;
+
  left: 0px;
-
background-image:url(https://static.igem.org/mediawiki/2011/a/a4/Blankbook_Edited_bottom.jpg);
+
  width: 635px;
 +
  height: 1450px;
 +
  border: rgba(0,0,0,0.6) solid 10px;
 +
  background-color: rgba(194,194,194,0.7);
 +
  padding: 10px;
}
}
 +
/* Text Classes For each block */
-
body {
+
.abstracttitle{
-
left: 100px;
+
    font-size: 20px;
-
Top: 200px;
+
    font-family:Tahoma;
-
width: 100%;
+
    line-height: 22px;
-
height: auto;
+
    text-align: left;
 +
    font-weight: bold;
}
}
-
p{
+
.abstractdesc{
-
background: transparent;
+
    font-size: 16px;
-
color: #000FFF;
+
    font-family:"Times New Roman", Tahoma;
 +
    line-height: 20px;
 +
    text-align: justify;
 +
    font-weight: bold;
}
}
 +
.newstitle{
 +
    font-size: 40px;
 +
    font-family:"Times New Roman", serif;
 +
    line-height: 22px;
 +
    text-align: left;
 +
    font-weight: bold;
 +
}
 +
/* End of Text Style */
-
-->
 
</style>
</style>
-
<!-- !END NEVADACSS -->
 
</html>
</html>

Latest revision as of 02:44, 29 September 2011