Template:Style-Vision
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | + | #project-description { | |
+ | clear: both; | ||
+ | padding-top: 30px; | ||
+ | width: 100%; | ||
+ | border-bottom: 1px solid #22409a; | ||
+ | padding-bottom: 10px; | ||
+ | } | ||
- | color: | + | #list-color { |
+ | padding-top: 10px; | ||
+ | padding-left: 20px; | ||
+ | } | ||
- | + | #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; | ||
+ | } | ||
+ | |||
+ | |||
+ | h1 { | ||
+ | color: #0089d1; | ||
} | } |
Revision as of 23:30, 15 August 2013
- project-description {
clear: both; padding-top: 30px; width: 100%; border-bottom: 1px solid #22409a; padding-bottom: 10px; }
- list-color {
padding-top: 10px; padding-left: 20px; }
- 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;
}
h1 {
color: #0089d1;
}