Template:Nevada Notebook CSS

From 2011.igem.org

(Difference between revisions)
m
m
 
(12 intermediate revisions not shown)
Line 2: Line 2:
<style type="text/css" />
<style type="text/css" />
-
#left-minor-content{
+
#Nevada-Notebook-MainContent{
   position: relative;
   position: relative;
   float: left;
   float: left;
-
   top: 133px;
+
   top: 129px;
   left: -5px;
   left: -5px;
-
   height: 850px;
+
   height: 100%;
-
   width: 225px;
+
   width: 943px;
   display: block;
   display: block;
   border-left: rgba(0,0,0,1) groove 4px;
   border-left: rgba(0,0,0,1) groove 4px;
-
   background-color: rgba(100,100,100,1);
+
   border-right: rgba(0,0,0,1) ridge 4px;
 +
  /*background-color: rgba(100,100,100,1);*/
   /* Color Background */
   /* Color Background */
-
   background: -webkit-gradient(linear, 0 50%,0 100%, from(#969696), to(#25324e));
+
   background-color: transparent !important;
-
   background: -webkit-linear-gradient(bottom, rgba(150,150,150,1) 97%, rgba(0,0,26,1), #25324e);
+
   /*background: -moz-linear-gradient(bottom, #858585 97%, rgba(0,0,26,1), #25324e); */
-
   background: -moz-linear-gradient(bottom, #969696 97%, rgba(0,0,26,1), #25324e);
+
   padding: 10px;
-
   background: -ms-linear-gradient(bottom, rgba(150,150,150,1) 97%, rgba(0,0,26,1), #25324e);
+
  padding-right: 2px !important;
-
   background: -o-linear-gradient(bottom, rgba(150,150,150,1) 97%, rgba(0,0,26,1), #25324e);
+
}
 +
 
 +
#left-minor-content{
 +
  position: relative;
 +
   float: left;
 +
  top: 0px;
 +
  left: -5px;
 +
  height: 1450px;
 +
  width: 225px;
 +
  display: block;
 +
  border: rgba(0,0,0,0.6) solid 10px;
 +
   background-color: rgba(194,194,194,0.7);
   padding: 10px;
   padding: 10px;
}
}
Line 25: Line 37:
   display: block;
   display: block;
   float: left;
   float: left;
-
   top: 133px;
+
   top: 0px;
-
   left: -5px;
+
   left: 0px;
-
   width: 690px;
+
   width: 635px;
-
   height: 850px;
+
   height: 1450px;
-
   border-right: rgba(0,0,0,1) groove 4px;
+
   border: rgba(0,0,0,0.6) solid 10px;
-
   background-color: rgba(100,100,100,1);
+
   background-color: rgba(194,194,194,0.7);
-
    /* 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;
   padding: 10px;
}
}

Latest revision as of 02:44, 29 September 2011