Template:Team:Uppsala/notebook
From 2013.igem.org
(Difference between revisions)
(9 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | <style> | ||
#main_frame | #main_frame | ||
{ | { | ||
- | |||
width: 950px; | width: 950px; | ||
margin: 20px auto; | margin: 20px auto; | ||
Line 61: | Line 62: | ||
.head th | .head th | ||
{ | { | ||
- | + | border: white; | |
- | + | background-color: white; | |
} | } | ||
input[type=submit]:hover | input[type=submit]:hover | ||
{ | { | ||
- | + | color: #b6e6fd; | |
- | + | font-weight: bold; | |
- | + | background-color: #22409a; | |
} | } | ||
+ | |||
input[type=submit] | input[type=submit] | ||
{ | { | ||
- | + | border: white; | |
- | + | background-color: white; | |
- | + | width: 100%; | |
- | + | height: 100%; | |
- | + | opacity: 1; | |
- | + | ||
} | } | ||
#file_holder | #file_holder | ||
{ | { | ||
- | + | ||
} | } | ||
#calendar | #calendar | ||
{ | { | ||
- | + | margin-bottom: 400px; | |
} | } | ||
- | |||
.eventBox | .eventBox | ||
{ | { | ||
Line 103: | Line 103: | ||
width: 36px; | width: 36px; | ||
} | } | ||
+ | #dairy-text{ | ||
+ | text-align: left; | ||
+ | } | ||
+ | h2{ | ||
+ | color:#0089d1; | ||
+ | } | ||
+ | .result-pic{ | ||
+ | width: 400px; | ||
+ | } | ||
+ | |||
+ | |||
+ | #sir_explains | ||
+ | { | ||
+ | padding: 15px; | ||
+ | border-radius: 15px; | ||
+ | width:60%; | ||
+ | margin-left:20%; | ||
+ | } | ||
+ | |||
+ | .close | ||
+ | { | ||
+ | background-color: white; | ||
+ | border-radius: 40px; | ||
+ | width: 25px; | ||
+ | height: 25px; | ||
+ | border: 3px solid #0089d1; | ||
+ | box-shadow: -5px 5px 10px rgba(110,110,110, 0.5); | ||
+ | position: relative; | ||
+ | top: -60px; | ||
+ | left:550px; | ||
+ | margin-bottom: -40px; | ||
+ | } | ||
+ | |||
+ | .close:hover | ||
+ | { | ||
+ | background-color: red; | ||
+ | } | ||
+ | </style> | ||
+ | </html> |
Latest revision as of 12:09, 4 October 2013