Template:Team:HokkaidoU Japan/Notebook/CSS

From 2014.igem.org

(Difference between revisions)
 
(13 intermediate revisions not shown)
Line 3: Line 3:
.notebook-list {
.notebook-list {
-
     font-size: 25px;
+
     font-size: 20px;
     margin: 50px auto;
     margin: 50px auto;
}
}
Line 28: Line 28:
}
}
#hokkaidou-contents .start .step-tile {
#hokkaidou-contents .start .step-tile {
-
   background: #d2f1eb;
+
   background: #f0e68c;
-
   border: 2px solid #c1ddd8;
+
   border: 2px solid #f0e68c;
}
}
#hokkaidou-contents .complete .step-tile {
#hokkaidou-contents .complete .step-tile {
   margin-bottom: 0;
   margin-bottom: 0;
-
   background: #f0d3d0;
+
   background: #ffc0cb;
-
   border: 2px solid #dcc2bf;
+
   border: 2px solid #ffc0cb;
}
}
#hokkaidou-contents .step-tile h2 {
#hokkaidou-contents .step-tile h2 {
Line 74: Line 74:
#hokkaidou-contents .step-detail .step-detail-body {
#hokkaidou-contents .step-detail .step-detail-body {
   width:
   width:
-
 
}
}
Line 85: Line 84:
}
}
 +
#hokkaidou-contents .notebook-list a:hover {
 +
  color:#30127a;
 +
}
</style>
</style>
</html>
</html>

Latest revision as of 19:47, 17 October 2014