(34 intermediate revisions by the same user not shown) | |||
Line 30: | Line 30: | ||
/********************************* DEFAULT WIKI SETTINGS ********************************/ | /********************************* DEFAULT WIKI SETTINGS ********************************/ | ||
− | |||
− | |||
#sideMenu, #top_title {display:none;} | #sideMenu, #top_title {display:none;} | ||
Line 37: | Line 35: | ||
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; } | ||
+ | |||
+ | |||
Line 53: | Line 53: | ||
* { | * { | ||
− | font-family: 'Open Sans', sans-serif, 'Helvetica Neue', Arial, sans-serif; | + | font-family: 'Open Sans', Open-Sans, sans-serif, 'Helvetica Neue', Arial, sans-serif; |
} | } | ||
+ | |||
html, | html, | ||
body { | body { | ||
width: 100%; | width: 100%; | ||
− | + | ||
} | } | ||
+ | |||
/* | /* | ||
Line 67: | Line 69: | ||
} | } | ||
*/ | */ | ||
+ | |||
+ | |||
.text-vertical-center { | .text-vertical-center { | ||
Line 73: | Line 77: | ||
padding-top: 30px; | padding-top: 30px; | ||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
.text-vertical-center h1 { | .text-vertical-center h1 { | ||
− | margin: | + | margin: 15px; |
− | padding: | + | padding: 30px; |
font-size: 4.5em; | font-size: 4.5em; | ||
font-weight: 700; | font-weight: 700; | ||
font-color: white; | font-color: white; | ||
} | } | ||
+ | |||
/* Custom Button Styles */ | /* Custom Button Styles */ | ||
Line 110: | Line 120: | ||
margin: auto; | margin: auto; | ||
} | } | ||
+ | |||
+ | |||
+ | |||
Line 121: | Line 134: | ||
background: url('https://static.igem.org/mediawiki/2016/8/8e/BUHW2016_skyline.png') no-repeat center center scroll; | background: url('https://static.igem.org/mediawiki/2016/8/8e/BUHW2016_skyline.png') no-repeat center center scroll; | ||
background-size: 100% 100%; | background-size: 100% 100%; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 197: | Line 165: | ||
.navbar-default .navbar-header .navbar-brand { | .navbar-default .navbar-header .navbar-brand { | ||
− | color: # | + | color:#222222; |
font-family: 'Open Sans', sans-serif, 'Helvetica Neue', Arial, sans-serif; | font-family: 'Open Sans', sans-serif, 'Helvetica Neue', Arial, sans-serif; | ||
font-weight: 700; | font-weight: 700; | ||
Line 205: | Line 173: | ||
.navbar-default .navbar-header .navbar-brand:hover, | .navbar-default .navbar-header .navbar-brand:hover, | ||
.navbar-default .navbar-header .navbar-brand:focus { | .navbar-default .navbar-header .navbar-brand:focus { | ||
− | color: # | + | color: #222222; |
} | } | ||
Line 223: | Line 191: | ||
.navbar-default .nav > li.active > a, | .navbar-default .nav > li.active > a, | ||
.navbar-default .nav > li.active > a:focus { | .navbar-default .nav > li.active > a:focus { | ||
− | color: # | + | color: #222222 !important; |
background-color: transparent; | background-color: transparent; | ||
} | } | ||
Line 257: | Line 225: | ||
} | } | ||
.navbar-default.affix .navbar-header .navbar-brand { | .navbar-default.affix .navbar-header .navbar-brand { | ||
− | color: # | + | color: #222222; |
− | font-size: | + | font-size: 18px; |
} | } | ||
.navbar-default.affix .navbar-header .navbar-brand:hover, | .navbar-default.affix .navbar-header .navbar-brand:hover, | ||
.navbar-default.affix .navbar-header .navbar-brand:focus { | .navbar-default.affix .navbar-header .navbar-brand:focus { | ||
− | color: # | + | color: #222222; |
} | } | ||
.navbar-default.affix .nav > li > a, | .navbar-default.affix .nav > li > a, | ||
Line 270: | Line 238: | ||
.navbar-default.affix .nav > li > a:hover, | .navbar-default.affix .nav > li > a:hover, | ||
.navbar-default.affix .nav > li > a:focus:hover { | .navbar-default.affix .nav > li > a:focus:hover { | ||
− | color: # | + | color: #222222; |
} | } | ||
} | } | ||
Line 282: | Line 250: | ||
display: block; | display: block; | ||
} | } | ||
+ | |||
+ | section { | ||
+ | padding-bottom: 70px; | ||
+ | |||
+ | } | ||
Line 294: | Line 267: | ||
<body> | <body> | ||
+ | |||
Line 367: | Line 341: | ||
<!-- /.container-fluid --> | <!-- /.container-fluid --> | ||
</nav> | </nav> | ||
− | |||
Line 396: | Line 369: | ||
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE) | * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE) | ||
*/ | */ | ||
+ | |||
(function($) { | (function($) { | ||
Line 408: | Line 382: | ||
}) | }) | ||
})(jQuery); // End of use strict | })(jQuery); // End of use strict | ||
+ | |||
</script> | </script> |
Latest revision as of 20:40, 11 July 2016