Template:Team:HokkaidoU Japan/Notebook/CSS
From 2014.igem.org
(Difference between revisions)
(15 intermediate revisions not shown) | |||
Line 3: | Line 3: | ||
.notebook-list { | .notebook-list { | ||
- | font-size: | + | font-size: 20px; |
margin: 50px auto; | margin: 50px auto; | ||
} | } | ||
Line 20: | Line 20: | ||
margin: 0 0 40px; | margin: 0 0 40px; | ||
} | } | ||
- | #hokkaidou-contents .step .step- | + | #hokkaidou-contents .step .step-tile { |
width: 244px; | width: 244px; | ||
height: 80px; | height: 80px; | ||
Line 27: | Line 27: | ||
border: 2px solid #e6e6e6; | border: 2px solid #e6e6e6; | ||
} | } | ||
- | #hokkaidou-contents .start .step- | + | #hokkaidou-contents .start .step-tile { |
- | background: # | + | background: #f0e68c; |
- | border: 2px solid # | + | border: 2px solid #f0e68c; |
} | } | ||
- | #hokkaidou-contents .complete .step- | + | #hokkaidou-contents .complete .step-tile { |
margin-bottom: 0; | margin-bottom: 0; | ||
- | background: # | + | background: #ffc0cb; |
- | border: 2px solid # | + | border: 2px solid #ffc0cb; |
} | } | ||
- | #hokkaidou-contents .step- | + | #hokkaidou-contents .step-tile h2 { |
text-align: center; | text-align: center; | ||
font-size: 20px; | font-size: 20px; | ||
Line 42: | Line 42: | ||
margin: 0; | margin: 0; | ||
} | } | ||
- | #hokkaidou-contents .start .step- | + | #hokkaidou-contents .start .step-tile h2, #hokkaidou-contents .complete .step-tile h2 { |
font-size: 32px; | font-size: 32px; | ||
} | } | ||
Line 71: | Line 71: | ||
border-left: 7px solid transparent; | border-left: 7px solid transparent; | ||
} | } | ||
- | #hokkaidou-contents .step-detail .step-detail- | + | |
+ | #hokkaidou-contents .step-detail .step-detail-body { | ||
+ | width: | ||
+ | } | ||
+ | |||
+ | #hokkaidou-contents .step-detail .step-detail-trials { | ||
list-style-image: url("https://static.igem.org/mediawiki/2013/e/e0/HokkaidoU2013_CalendarIcon.png"); | list-style-image: url("https://static.igem.org/mediawiki/2013/e/e0/HokkaidoU2013_CalendarIcon.png"); | ||
margin: 10px 40px; | margin: 10px 40px; | ||
} | } | ||
- | #hokkaidou-contents .step-detail .step-detail- | + | #hokkaidou-contents .step-detail .step-detail-trials time { |
vertical-align: 5px; | vertical-align: 5px; | ||
+ | } | ||
+ | |||
+ | #hokkaidou-contents .notebook-list a:hover { | ||
+ | color:#30127a; | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 19:47, 17 October 2014