Template:Tokyotechcss
From 2013.igem.org
(Difference between revisions)
(6 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <head> | ||
- | |||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | |||
html | html | ||
Line 10: | Line 8: | ||
overflow: -moz-scrollbars-vertical !important; | overflow: -moz-scrollbars-vertical !important; | ||
resize: none; | resize: none; | ||
- | background-color: # | + | background-color: #E6512A; |
} | } | ||
body { | body { | ||
- | background: # | + | background: #E6512A; |
} | } | ||
Line 301: | Line 299: | ||
padding-bottom: .17em; | padding-bottom: .17em; | ||
border-bottom: none; | border-bottom: none; | ||
+ | } | ||
+ | .blackbox{ | ||
+ | -moz-box-shadow: 0px 0px 15px #ccc; | ||
+ | -webkit-box-shadow: 0px 0px 15px #ccc; | ||
+ | box-shadow: 0px 0px 15px #ccc; | ||
+ | background-color: #FFF0F5; | ||
+ | -moz-border-radius: 15px; | ||
+ | border-radius: 15px; | ||
+ | margin-top: 20px; | ||
+ | padding-top: 20px; | ||
+ | padding-left: 20px; | ||
+ | padding-right: 20px; | ||
+ | padding-bottom: 20px; | ||
+ | margin-left: 15px; | ||
+ | margin-right: 25px; | ||
} | } | ||
- | |||
- | |||
</style> | </style> | ||
- | < | + | |
+ | <script> | ||
+ | /*delete some header*/ | ||
+ | // document.getElementById("top-section").style.display="none"; | ||
+ | </script> | ||
</head> | </head> |
Latest revision as of 09:40, 9 July 2013