Template:Team:Uppsala/notebook
From 2013.igem.org
(Difference between revisions)
Line 12: | Line 12: | ||
.timer | .timer | ||
{ | { | ||
- | + | float:middle; | |
- | + | background-color:white; | |
- | + | width:70%; | |
- | + | margin:auto; | |
- | + | ||
} | } | ||
.time | .time | ||
{ | { | ||
- | + | padding:15px; | |
- | + | border-radius:15px; | |
- | + | box-shadow: 5px 5px 15px rgba(110,110,110, .8); | |
- | + | background-color:RGB(182,230,253); | |
- | + | text-align:center; | |
- | + | width:40px; | |
- | + | height:40px; | |
- | + | font-family:"Times New Roman", Times, serif; | |
- | + | font-style:bold; | |
- | + | font-size:30px; | |
- | + | ||
} | } | ||
.space{ | .space{ | ||
- | + | font-style:bold; | |
- | + | font-size:30px; | |
- | + | text-align:center; | |
- | + | width: 36px; | |
- | + | height: 36px; | |
} | } |
Revision as of 23:59, 15 August 2013
#main_frame { min-height: 1800px; width: 950px; margin: 20px auto; border: 1px solid ligth gray; border-radius: 15px; box-shadow: 0px 0px 30px rgba(110,110,110, .8); background: white;
}
.timer { float:middle; background-color:white; width:70%; margin:auto; }
.time { padding:15px; border-radius:15px; box-shadow: 5px 5px 15px rgba(110,110,110, .8); background-color:RGB(182,230,253); text-align:center; width:40px; height:40px; font-family:"Times New Roman", Times, serif; font-style:bold; font-size:30px;
}
.space{ font-style:bold; font-size:30px; text-align:center; width: 36px; height: 36px; }