Line 5: | Line 5: | ||
<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= | + | <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> |
− | + | ||
− | + | ||
<link rel="stylesheet" href="https://2017.igem.org/Team:SDU-Denmark/core/bootstrapcss?action=raw&ctype=text/css"> | <link rel="stylesheet" href="https://2017.igem.org/Team:SDU-Denmark/core/bootstrapcss?action=raw&ctype=text/css"> | ||
Line 87: | Line 85: | ||
+ | .contentPresentation { | ||
+ | background-color: rgba(208, 215, 214, .1) !important; | ||
+ | } | ||
+ | |||
+ | #contentPresentationGradient { | ||
+ | height: 50px; | ||
+ | background: rgba(208, 215, 214, .1); /* For browsers that do not support gradients */ | ||
+ | background: -webkit-linear-gradient(bottom,rgba(208, 215, 214, .1),rgba(208, 215, 214, .2)); /*Safari 5.1-6*/ | ||
+ | background: -o-linear-gradient(bottom,rgba(208, 215, 214, .1),rgba(208, 215, 214, .2)); /*Opera 11.1-12*/ | ||
+ | background: -moz-linear-gradient(bottom,rgba(208, 215, 214, .1),rgba(208, 215, 214, .2)); /*Fx 3.6-15*/ | ||
+ | background: linear-gradient(to bottom, rgba(208, 215, 214, .1), rgba(208, 215, 214, .2)); /*Standard*/ | ||
+ | } | ||
+ | |||
+ | #toc, .toc { | ||
+ | display: none; | ||
+ | } | ||
/* Used within paragraphs to make the skim reading option */ | /* Used within paragraphs to make the skim reading option */ |
Revision as of 09:25, 3 August 2017