Template:Team:HokkaidoU Japan/stylesheets/global.css

From 2012.igem.org

(Difference between revisions)
 
(11 intermediate revisions not shown)
Line 11: Line 11:
     font-family: 'Arial';
     font-family: 'Arial';
     font-size: 11px !important;
     font-size: 11px !important;
 +
  }
 +
 
 +
  a,
 +
  a:visited,
 +
  a:hover,
 +
  a:active {
 +
    color: #cccccc;
 +
    text-decoration: underline;
   }
   }
Line 46: Line 54:
     border-radius: 1em;
     border-radius: 1em;
     background: rgba(255, 255, 255, 0.7);
     background: rgba(255, 255, 255, 0.7);
 +
  }
 +
 +
  table a,
 +
  table a:visited,
 +
  table a:active,
 +
  table a:hover {
 +
    color: #666666;
   }
   }
Line 53: Line 68:
   .hokkaidou-calendar-div {
   .hokkaidou-calendar-div {
-
     margin: 0 10px 15px 0;
+
     margin: 0 6px 15px 6px;
     float: left;
     float: left;
   }
   }
Line 81: Line 96:
   #hokkaidou-wrapper-bg {
   #hokkaidou-wrapper-bg {
-
     width: 100%;
+
     min-width: 980px;
     background: #058da1;
     background: #058da1;
-
     background: linear-gradient(top, #058da1, #ffffff);
+
     background: linear-gradient(top, #058da1, #86c8d2);
-
     background: -o-linear-gradient(top, #058da1, #ffffff);
+
    background: -ms-linear-gradient(top, #058da1, #86c8d2);
 +
     background: -o-linear-gradient(top, #058da1, #86c8d2);
     background: -webkit-gradient(linear, left top, left bottom, from(#058da1), to(#86c8d2));
     background: -webkit-gradient(linear, left top, left bottom, from(#058da1), to(#86c8d2));
     background: -moz-linear-gradient(top, #058da1, #86c8d2);
     background: -moz-linear-gradient(top, #058da1, #86c8d2);
Line 144: Line 160:
     width: 100%;
     width: 100%;
     background: #ffffff;
     background: #ffffff;
 +
    background: linear-gradient(top, #86c8d2, #ffffff);
 +
    background: -ms-linear-gradient(top, #86c8d2, #ffffff);
 +
    background: -o-linear-gradient(top, #86c8d2, #ffffff);
     background: -webkit-gradient(linear, left top, left bottom, from(#86c8d2), to(#ffffff));
     background: -webkit-gradient(linear, left top, left bottom, from(#86c8d2), to(#ffffff));
     background: -moz-linear-gradient(top, #86c8d2, #ffffff);
     background: -moz-linear-gradient(top, #86c8d2, #ffffff);

Latest revision as of 02:21, 27 September 2012