|
|
Line 44: |
Line 44: |
| <!-- Latest compiled and minified CSS --> | | <!-- Latest compiled and minified CSS --> |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> | | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> |
| + | <link rel="stylesheet" href="https://2017.igem.org/Template:Oxford/css/style?action=raw&ctype=text/css"> |
| | | |
| <!-- Latest compiled JavaScript --> | | <!-- Latest compiled JavaScript --> |
Line 61: |
Line 62: |
| | | |
| </head> | | </head> |
− |
| |
− | <style>
| |
− | /***************************************************** DEFAULT WIKI SETTINGS ****************************************************/
| |
− |
| |
− |
| |
− | body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif; line-height: 1.5}
| |
− |
| |
− | body, html {
| |
− | height: 100%;
| |
− | line-height: 1.8;
| |
− | }
| |
− | Clear the default wiki settings
| |
− |
| |
− | #home_logo, #sideMenu { display:none; }
| |
− | #sideMenu, #top_title, .patrollink {display:none;}
| |
− | #content { width:100%; padding:0px; margin-top:-7px; margin-left:0px;}
| |
− | body {background-color:white; }
| |
− | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
| |
− |
| |
− |
| |
− |
| |
− | /**************************************************************** MENU ***************************************************************/
| |
− |
| |
− | /* Add a dark background color with a little bit see-through */
| |
− | .navbar {
| |
− | left: -20px !important;
| |
− | right: -20px !important;
| |
− | top: -20px !important;
| |
− | padding-top: 25px;
| |
− | padding-bottom: 5px;
| |
− | padding-left: 25px;
| |
− | padding-right: 25px;
| |
− | background-color: rgba(0,33,71,0.9);
| |
− | border-color: transparent;
| |
− | border: 0;
| |
− | font-size: 13px !important;
| |
− | letter-spacing: 1px;
| |
− | /*opacity:0.95;*/
| |
− | margin-top: 17px;
| |
− | }
| |
− |
| |
− | .navbar li {
| |
− | margin: 0 0px;
| |
− | border-radius: 5px;
| |
− | }
| |
− |
| |
− | /* Add a gray color to all navbar links */
| |
− | .navbar li a, .navbar .navbar-brand {
| |
− | color: #fff;
| |
− | border-radius: 5px;
| |
− | }
| |
− |
| |
− | /* the color of the single Link ('safety') on hover */
| |
− | .navbar-nav li a:hover {
| |
− | color: #1abc9c;
| |
− | }
| |
− |
| |
− | /* The active link this seems to be useless at the moment*/
| |
− | .navbar-nav li.active a {
| |
− | color: #fff;
| |
− | background-color:#29292c;
| |
− | }
| |
− |
| |
− | /* Remove border color from the collapsible button */
| |
− | .navbar-default .navbar-toggle {
| |
− | border-color: transparent;
| |
− | }
| |
− |
| |
− | .navbar-default {
| |
− | border-color:transparent;
| |
− | }
| |
− |
| |
− | .navbar-collapse>ul:before {
| |
− | content: "";
| |
− | margin-top: 40px;
| |
− | }
| |
− |
| |
− | @media (min-width: 768px){
| |
− | .navbar-collapse>ul:before {
| |
− | content: "";
| |
− | margin-top: 0px;
| |
− | }
| |
− |
| |
− | .navbar-right {
| |
− | margin-right: 10% !important;
| |
− | }
| |
− |
| |
− | .navbar-header {
| |
− | margin-left: 10% !important;
| |
− | }
| |
− |
| |
− | .navbar>li>a {
| |
− | padding: 10px 15px;
| |
− | }
| |
− | }
| |
− |
| |
− | /* the color of the Dropdown on click */
| |
− | .open .dropdown-toggle {
| |
− | color: #1abc9c;
| |
− | background-color: #fff;
| |
− | }
| |
− |
| |
− | /* the color of the Dropdown links */
| |
− | .dropdown-menu li a {
| |
− | color: #000;
| |
− | letter-spacing: 1px;
| |
− | }
| |
− |
| |
− | /* the color of the dropdown links on hover */
| |
− | .dropdown-menu li a:hover {
| |
− | background-color: #fff;
| |
− | }
| |
− |
| |
− | .navbar-toggle .icon-bar {
| |
− | background: white;
| |
− | }
| |
− |
| |
− | .navbar-header img {
| |
− | height: 80px;
| |
− | }
| |
− |
| |
− | #globalWrapper {
| |
− | margin-bottom: 0px;
| |
− | padding-bottom: 0px;
| |
− | }
| |
− |
| |
− | #top_menu_14 {
| |
− | height: 18px;
| |
− | }
| |
− |
| |
− | #top_menu_14 #user_item {
| |
− | margin-top: -3px;
| |
− | padding-top: 0px;
| |
− | }
| |
− |
| |
− | #top_menu_14 #bars_item img {
| |
− | vertical-align: top;
| |
− | }
| |
− |
| |
− | @media (max-width: 810px) {
| |
− | #home-link {
| |
− | display:none;
| |
− | }
| |
− | }
| |
− |
| |
− |
| |
− | </style>
| |
| | | |
| | | |