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

From 2012.igem.org

(Difference between revisions)
 
(48 intermediate revisions not shown)
Line 4: Line 4:
   html {
   html {
     overflow-y: scroll;
     overflow-y: scroll;
-
    text-align: justify;
 
-
    font-family: 'Arial';
 
-
    font-size: 14px;
 
   }
   }
   body {
   body {
     background: #ffffff;
     background: #ffffff;
 +
    text-align: justify;
 +
    font-family: 'Arial';
 +
    font-size: 11px !important;
 +
  }
 +
 
 +
  a,
 +
  a:visited,
 +
  a:hover,
 +
  a:active {
 +
    color: #cccccc;
 +
    text-decoration: underline;
   }
   }
Line 43: Line 51:
   table {
   table {
-
     padding: 10px;
+
     padding: 7px 7px 7px 0;
     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;
   }
   }
   th, td {
   th, td {
     text-align: right;
     text-align: right;
 +
  }
 +
 +
  .hokkaidou-calendar-div {
 +
    margin: 0 6px 15px 6px;
 +
    float: left;
   }
   }
   table.hokkaidou-calendar th {
   table.hokkaidou-calendar th {
-
    width: 30px;
+
    width: 25px;
 +
    font-size: 10px;
 +
  }
 +
 
 +
  .hokkaidou-notebook-daily .hokkaidou-section {
 +
    display: none;
 +
  }
 +
 
 +
  .hokkaidou-notebook-daily h3:before {
 +
    content: " "
 +
    display: inline-block;
 +
    position: absolute;
 +
    top: 13px; right: 12px;
 +
    width: 0;
 +
    height: 0;
 +
    margin-right: 5px;
 +
    vertical-align: 0;
 +
    border-top: 5px solid transparent;
 +
    border-left: 5px solid #ffffff;
 +
    border-bottom: 5px solid transparent;
   }
   }
   #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: -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);
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-position: 0 -30px;
     background-position: 0 -30px;
 +
    min-height: 380px;
   }
   }
Line 79: Line 121:
   #hokkaidou-contents .hokkaidou-section {
   #hokkaidou-contents .hokkaidou-section {
-
    display: block;
 
     padding: 25px 25px;
     padding: 25px 25px;
     background: rgba(0, 25, 105, 0.35);
     background: rgba(0, 25, 105, 0.35);
Line 118: Line 159:
     height: 30px;
     height: 30px;
     width: 100%;
     width: 100%;
 +
    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);
     z-index: -1;
     z-index: -1;
   }
   }

Latest revision as of 02:21, 27 September 2012