Template:Team:HokkaidoU Japan/stylesheets

From 2012.igem.org

(Difference between revisions)
Line 11: Line 11:
<html>
<html>
<style type="text/css">
<style type="text/css">
 +
  @import url(http://fonts.googleapis.com/css?family=Headland+One);
 +
   /* wiki reset */
   /* wiki reset */
   #top-section {
   #top-section {
Line 89: Line 91:
     overflow-y: scroll;
     overflow-y: scroll;
     text-align: justify;
     text-align: justify;
 +
    font-family: 'Arial';
 +
    font-size: 14px;
   }
   }
Line 197: Line 201:
   #hokkaidou-header-nav li ul li {
   #hokkaidou-header-nav li ul li {
     padding: 0 10px;
     padding: 0 10px;
-
  }
 
-
 
-
  #hokkaidou-header-nav li ul li:hover {
 
-
    background-color: #c1c1c1;
 
   }
   }
Line 243: Line 243:
   #hokkaidou-column-main {
   #hokkaidou-column-main {
     width: 715px;
     width: 715px;
 +
    color: #ffffff;
 +
  }
 +
 +
  #hokkaidou-column-main h2 {
 +
    font-family: 'Headland One' serif;
 +
    font-size: 28px;
 +
    font-weight: bold;
 +
    border: none;
 +
    color: #ffffff;
 +
  }
 +
 +
  #hokkaidou-column-main h2.index-title {
 +
    margin-bottom: 0;
 +
  }
 +
 +
  #hokkaidou-column-main h3 {
 +
    font-family: 'Headland One' serif;
 +
    font-size: 18px;
 +
    color: #ffffff;
 +
  }
 +
 +
  #hokkaidou-column-main div {
 +
    padding: 15px 15px 0 15px;
 +
    background: rgba(0, 0, 0, 0.15);
 +
  }
 +
 +
  #hokkaidou-column-main div p {
 +
    padding: 0 0 0 10px;
 +
  }
 +
 +
  #hokkaidou-column-main div p:hover {
 +
    padding: 0 0 0 9px;
 +
    border-left: 1px solid #ffffff;
 +
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
   }
   }
</style>
</style>
</html>
</html>

Revision as of 12:18, 25 September 2012