Template:Team:Bielefeld-Germany/css/ribbon.css

From 2013.igem.org

(Difference between revisions)
 
(45 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
 +
.ribbon {
.ribbon {
Line 11: Line 12:
   font-size: 17px!important;
   font-size: 17px!important;
    
    
-
   background: -webkit-gradient(linear, left top, left bottom, from(#e35c03), to(#ff6600));
+
   background: -webkit-gradient(linear, left top, left bottom, from(#e67b09), to(#ff6600));
-
   background: -webkit-linear-gradient(top,  #ff6600, #e35c03,);
+
   background: -webkit-linear-gradient(top,  #ff6600, #e67b09,);
-
   background: -moz-linear-gradient(top, #e35c03, #ff6600);
+
   background: -moz-linear-gradient(top, #e67b09, #ff6600);
-
   background: -ms-linear-gradient(top, #e35c03, #ff6600);
+
   background: -ms-linear-gradient(top, #e67b09, #ff6600);
-
   background: -o-linear-gradient(top, #e35c03, #ff6600);
+
   background: -o-linear-gradient(top, #e67b09, #ff6600);
-
   background-image: -ms-linear-gradient(top, #e35c03 0%, #ff6600 100%);
+
   background-image: -ms-linear-gradient(top, #e67b09 0%, #ff6600 100%);
   -webkit-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   -webkit-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
Line 87: Line 88:
   }
   }
.ribbon-stitches-top {
.ribbon-stitches-top {
-
   color:white;
+
   color:lightgrey;
   margin-top:2px;
   margin-top:2px;
   border-top: 1px dashed rgba(0, 0, 0, 0.2);
   border-top: 1px dashed rgba(0, 0, 0, 0.2);
Line 96: Line 97:
   }
   }
.ribbon-stitches-bottom {
.ribbon-stitches-bottom {
-
   color:white;
+
   color:lightgrey;
   margin-top:40px;
   margin-top:40px;
   border-top: 1px dashed rgba(0, 0, 0, 0.2);
   border-top: 1px dashed rgba(0, 0, 0, 0.2);
Line 127: Line 128:
ul#navigation li a{
ul#navigation li a{
/*background: #FF7519;*/
/*background: #FF7519;*/
-
padding: 5px 15px;
+
padding: 5px 10px;
         margin-top: 10px;
         margin-top: 10px;
text-decoration:none;
text-decoration:none;
Line 136: Line 137:
font-size:0.7em;
font-size:0.7em;
   color:#003366;  
   color:#003366;  
 +
        padding-left:20px;
}
}
-
ul#navigation li c{
+
ul ul li c{
 +
        clear:both;
/*background: #FF7519;*/
/*background: #FF7519;*/
-
padding: 5px 15px;
+
padding: 5px 10px;
-
         margin-top: 10px;
+
         margin-top: 5px;
text-decoration:none;
text-decoration:none;
display:inline-block;
display:inline-block;
font-family:Roboto;
font-family:Roboto;
font-variant:small-caps;
font-variant:small-caps;
-
font-size:15px;
+
font-size:12px;
   color:#003366;  
   color:#003366;  
}
}
Line 222: Line 225:
     text-align:left;
     text-align:left;
     border-style:none none none groove;
     border-style:none none none groove;
-
     border-radius:1px;
+
     border-radius:0px;
     margin-top:0px;
     margin-top:0px;
     font-size:0.6em;
     font-size:0.6em;
Line 228: Line 231:
/*unter runter liste*/
/*unter runter liste*/
-
ul ul ul{
+
ul#navigation ul ul{
font-size:14px;
font-size:14px;
-
     background:#FF6600;
+
     background:#ff6600;
     color:#003366;
     color:#003366;
Line 247: Line 250:
-
ul ul ul li {
+
ul#navigation ul ul li {
}
}
-
ul ul ul a:hover {
+
ul#navigation ul ul a:hover {
     color:#000000;
     color:#000000;
}
}

Latest revision as of 19:27, 27 October 2013