Team:Stockholm/hugicss
/* Fix top panel Bootstrap issues */
- 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 { line-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; }
/* Body */
body { background-color: #639B9A; }
/* Containers */
.content-container { min-width: 700px; position: relative; padding-left: 2em; padding-right: 2em; margin-top: 13em; counter-reset: references; }
/* Tables */
.hypotheses-table { width: auto; margin-top: 1em; margin-bottom: 1em; font-family: sans-serif; font-size: 0.875em; }
.hypotheses-table > tr > td > button{ font-family: sans-serif; font-size: 0.875em; }
.table-head { font-family: 'Roboto', sans-serif; font-weight: bold; font-size: 1em; margin: 0px; }
/* References */
.reference-table {
width: auto;
margin-top: 1em;
margin-bottom: 1em;
font-family: sans-serif;
font-size: 0.875em;
}
.reference-table > tr > td > button{ font-family: sans-serif; font-size: 0.875em; }
.ref { counter-increment: references; }
.ref:before { content: "[" counter(figures) "]"; }
/* Navigation */
.pillnav { margin-top: 2em; margin-bottom: 2em; margin-left: 0px; }
.anchor_link { font-family: 'Roboto', sans-serif; font-weight: bold; font-size: 1em; margin: 0px; color: #639B9A; }
.anchor { display: block; height: 40px; /*same height as header*/ margin-top: -40px; /*same height as header*/ visibility: hidden; }
/* Images */
.padded-image { margin-top: 2em; margin-bottom: 2em; }
/* Meet the team */
- team-panel {
margin-top: 0px; width: 100%; font-size:0; }
- profile-picture {
width: 25%; display: inline-block; vertical-align: top; }
- profile-headline {
width: 75%; background-color: FF11DD; font-size:14; display: inline-block; vertical-align: top; }
/* Typography */
ul { padding-bottom: 1em }
a {
color: #DD9F3B;
}
a:visited {
color: #B3772C;
}
.hypotheses { margin-top: 1em; font-family: sans-serif; font-size: 0.875em; }
.content-container h1 { font-family: 'Roboto', sans-serif; font-weight: bold; font-size: 1.875em; text-align: left; border-bottom: none; margin-top: 10px; }
.content-container h2 { margin: 0px; font-family: 'Roboto', sans-serif; font-weight: bold; font-size: 1.5em; text-align: left; border-bottom: none; margin-top: 10px; }
.content-container h4 { font-family: 'Roboto', sans-serif; margin-top: 0px; font-weight: bold; font-size: 0.875em; text-align: left; border-bottom: none; margin-top: 10px; }
.content-container p { font-family: sans-serif; font-size: 0.875em; text-align: left; }
.content-container li {
font-family: sans-serif;
font-size: 0.875em;
text-align: left;
}
.figure-text p { font-size:14px; font-weight: bold; margin-left:10px; margin-right:10px; }
/* Sticky menu */
- sticky {
}
- sticky.stick {
background-color: #fafafb; width: 700px; position: fixed; top: 0; z-index: 10000; padding-top: 5px;
}
/* Medals */ .panel-default>.bronze { background-color:#F5A75A;} .panel-default>.silver { background-color:#DEDEDE;} .panel-default>.gold { background-color:#FFE10A;}