Line 10: | Line 10: | ||
font-family: "Raleway"; | font-family: "Raleway"; | ||
} | } | ||
+ | |||
+ | |||
+ | /* Fix top panel Bootstrap issues. Patch by iGEM Stockholm 2015. Include this stylesheet in your header, after Bootstrap, to restore the original style to the top menu.*/ | ||
+ | |||
+ | top_menu_14, | ||
+ | #top_menu_under, | ||
+ | #top_menu_inside { | ||
+ | box-sizing: initial; | ||
+ | } | ||
+ | |||
+ | top_menu_inside { | ||
+ | margin-left: 20px; | ||
+ | } | ||
+ | |||
+ | bars_box, | ||
+ | #menu_BarsBox, | ||
+ | h5 { | ||
+ | -webkit-box-sizing: initial; | ||
+ | box-sizing: initial; | ||
+ | line-height: normal; | ||
+ | } | ||
+ | |||
+ | menu_BarsBox > h5 { | ||
+ | color: rgb(0, 0, 0); | ||
+ | font-family: arial, sans-serif; | ||
+ | font-size: 12px; | ||
+ | line-height: normal; | ||
+ | margin-bottom: 0px; | ||
+ | margin-top: 0px; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | .accordion-content li { | ||
+ | -height: 18px; | ||
+ | -webkit-box-sizing: initial; | ||
+ | box-sizing: initial; | ||
+ | } | ||
+ | |||
+ | .accordion-header, | ||
+ | .active-header, | ||
+ | .accordion-header_noaction { | ||
+ | -webkit-box-sizing: initial; | ||
+ | box-sizing: initial; | ||
+ | color: rgb(101, 100, 89); | ||
+ | font-family: Arial, Gadget, sans-serif; | ||
+ | font-size: 13.92px; | ||
+ | font-weight: bold; | ||
+ | line-height: normal; | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | |||
+ | #sideMenu, #top_title { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | #sideMenu { | ||
+ | width: 200px; | ||
+ | position: fixed; | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | width: 100% !important; | ||
+ | padding:0px; | ||
+ | margin-top:-7px; | ||
+ | margin: auto; | ||
+ | } | ||
+ | |||
+ | .expand_Submenus { height:30px |!important;} | ||
+ | |||
+ | .menuDisplay.MainPage_menu.main.expand_Submenu { height: 30px |!important;} | ||
+ | { | ||
+ | width: 170 |!important; | ||
+ | } | ||
+ | | ||
+ | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | ||
+ | |||
+ | <!-- Blog stuff --> | ||
+ | .blog-header { | ||
+ | padding-top: 20px; | ||
+ | padding-bottom: 20px; | ||
+ | } | ||
+ | #blog_page .blog-title { | ||
+ | margin-top: 30px; | ||
+ | margin-bottom: 0; | ||
+ | font-size: 60px; | ||
+ | color: #34495e; | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | .blog-description { | ||
+ | font-size: 20px; | ||
+ | color: #999; | ||
+ | } | ||
+ | |||
+ | /* Sidebar modules for boxing content */ | ||
+ | .sidebar-module { | ||
+ | padding: 15px; | ||
+ | margin: 0 -15px 15px; | ||
+ | } | ||
+ | .sidebar-module-inset { | ||
+ | padding: 15px; | ||
+ | background-color: #f5f5f5; | ||
+ | border-radius: 4px; | ||
+ | } | ||
+ | .sidebar-module-inset p:last-child, | ||
+ | .sidebar-module-inset ul:last-child, | ||
+ | .sidebar-module-inset ol:last-child { | ||
+ | margin-bottom: 0; | ||
+ | } | ||
+ | |||
+ | /* | ||
+ | * Blog posts | ||
+ | */ | ||
+ | |||
+ | .blog-post { | ||
+ | margin-bottom: 60px; | ||
+ | } | ||
+ | .blog-post-title { | ||
+ | margin-bottom: 5px; | ||
+ | font-size: 40px; | ||
+ | } | ||
+ | .blog-post-meta { | ||
+ | margin-bottom: 20px; | ||
+ | color: #999; | ||
+ | } | ||
+ | |||
+ | |||
+ | html body div. | ||
</style> | </style> | ||
<script> | <script> |
Revision as of 13:37, 19 October 2017