(27 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
#sideMenu, #top_title {display:none;} | #sideMenu, #top_title {display:none;} | ||
− | #content { padding:0px; width: | + | #content { padding:0px; width:99%; margin-top:-7px; margin-left:0px;} |
body {background-color:white;} | body {background-color:white;} | ||
− | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | + | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; margin-top: 1em;} |
/*****************************************************************/ | /*****************************************************************/ | ||
Line 19: | Line 19: | ||
.content_wrapper { | .content_wrapper { | ||
width: 100%; | width: 100%; | ||
+ | min-height:100vh; | ||
/*margin-left:10px;*/ | /*margin-left:10px;*/ | ||
padding:10px 0px; | padding:10px 0px; | ||
float:left; | float:left; | ||
− | background-image: url("https://static.igem.org/mediawiki/2016/3/3a/T--Vilnius-Lithuania--Background.png"); | + | /*background-image: url("https://static.igem.org/mediawiki/2016/3/3a/T--Vilnius-Lithuania--Background.png");*/ |
− | background-repeat: no-repeat; | + | /*background-repeat: no-repeat;*/ |
/*background-attachment: fixed;*/ | /*background-attachment: fixed;*/ | ||
− | background-size: 100%; | + | /*background-size: 100%;*/ |
/*background-color:white; */ | /*background-color:white; */ | ||
font-family: 'Raleway', sans-serif; | font-family: 'Raleway', sans-serif; | ||
+ | text-align: center; | ||
} | } | ||
Line 43: | Line 45: | ||
.full_size { | .full_size { | ||
− | width: | + | width:70%; |
+ | margin-left:15%; | ||
+ | margin-right:15%; | ||
} | } | ||
Line 99: | Line 103: | ||
.content_wrapper p { | .content_wrapper p { | ||
padding:0px 15px; | padding:0px 15px; | ||
− | font-size: | + | font-size: 17px; |
/*font-family:Tahoma, Geneva, sans-serif; */ | /*font-family:Tahoma, Geneva, sans-serif; */ | ||
} | } | ||
Line 140: | Line 144: | ||
width: 97%; | width: 97%; | ||
margin:15px 10px; | margin:15px 10px; | ||
− | border: | + | border: 0px solid #ffffff; |
border-collapse: collapse; | border-collapse: collapse; | ||
} | } | ||
Line 146: | Line 150: | ||
/* table cells */ | /* table cells */ | ||
.content_wrapper td { | .content_wrapper td { | ||
− | padding: | + | padding: 1px; |
vertical-align: text-top; | vertical-align: text-top; | ||
− | border: | + | border: 0px solid #ffffff; |
border-collapse: collapse; | border-collapse: collapse; | ||
} | } | ||
Line 156: | Line 160: | ||
padding: 10px; | padding: 10px; | ||
vertical-align: text-top; | vertical-align: text-top; | ||
− | border: 1px solid # | + | border: 1px solid #ffffff; |
border-collapse: collapse; | border-collapse: collapse; | ||
background-color:#f2f2f2; | background-color:#f2f2f2; | ||
+ | } | ||
+ | |||
+ | .centered { | ||
+ | text-align: center; | ||
} | } | ||
Line 181: | Line 189: | ||
color:#72c9b6; | color:#72c9b6; | ||
} | } | ||
+ | |||
+ | .line{ | ||
+ | display:block; | ||
+ | border:none; | ||
+ | color:white; | ||
+ | height:1px; | ||
+ | background:black; | ||
+ | width:300px; | ||
+ | background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 150, from(#000), to(#fff)); | ||
+ | margin-bottom: 1em; | ||
+ | } | ||
+ | |||
+ | .mainBody{ | ||
+ | margin: 10px; | ||
+ | margin-top: 5em; | ||
+ | min-height: 200px; | ||
+ | background-color: rgba(255,255,255,0.9); | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | a.active{ | ||
+ | color: red; | ||
Line 223: | Line 253: | ||
<head> | <head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
− | <link href="https://fonts.googleapis.com/css?family=Raleway: | + | <link href="https://fonts.googleapis.com/css?family=Raleway:400,400i" rel="stylesheet"> |
</head> | </head> | ||
Latest revision as of 18:21, 19 October 2016