Template:Marburg/style

/* DEFAULT OVERRIDES */

  1. top_title {

display:none; } html { height:100%; } body { height:100%; background-color: white; } ul{ list-style-type:none; list-style-image:none; line-height: unset; } li { margin-bottom: 0 !important; } abbr { border-bottom: unset !important; cursor: unset !important; }

  1. globalWrapper {

height:100%; padding:0; }

  1. content {

position:absolute; top:18px; height:calc(100% - 18px); width:100%; margin:0; padding:0; }

  1. HQ_page {

height:100%; } table { margin: 0 !important; }

  1. HQ_page h1, h2, h3, h4, h5, h6 {

font-family: unset; color:unset; overflow: visible; } h1 { font-size: 2em; } h2 { font-size: 1.5em; } h3 { font-size: 1.17em; } h4 { font-size: 1.12em; } h5 { font-size: .83em; } h6 { font-size: .75em; }

  1. HQ_page p {

margin-top:18px; margin-bottom:18px; border: 0; font-size: 100%; font: inherit; }

  1. bodyContent {

height:100%; }

  1. mw-content-text {

position:absolute; top:0; height:100%; width:100%; font-family: Roboto; line-height: normal; }

  1. mw-content-text ul {

margin:0; } a { text-decoration: none; padding-right: 0px !important; } a:hover { text-decoration: none; } a:focus { text-decoration:none; }

  1. canvas {

position: fixed; top:0; left:0; z-index:-1; } /* - - - - - - - HEADER - - - - - - - */ header {

	position: fixed;

top:18px; min-width: 300px; width: 100%; height: 80px; line-height: 80px; font-size: 18px; text-align: center; background-color:rgb(255, 255, 255); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.19); text-align: center; z-index: 10; transition: height 0.5s ease-in-out, line-height 0.5s ease-in-out, font-size 0.5s ease-in-out; } .header_wrapper { display: inline-block; height: 100%; text-align: left; } .shrink { height: 60px; line-height: 60px; font-size: 16px; } .header_logo { position: absolute; height: 100%; color:white; font-weight: bold; font-size:32px; animation: logo_fadeIn 1.0s ease-in-out; z-index: 1; } .burger { display: none; position: absolute; width: 23px; height: 23px;

 top: calc(100% / 2 - 11.5px);

left: 15px; opacity: 0.65; background-repeat: no-repeat; background-size: contain; background-position: center; background-image: url(https://static.igem.org/mediawiki/2018/0/0e/T--Marburg--burger.svg); cursor:pointer; }

.menu_wrapper { opacity: 1; animation: menu_fadeIn 1s ease-in-out; }

@keyframes logo_fadeIn { from { opacity: 0; } to { opacity: 1; }} @keyframes menu_fadeIn { from { opacity: 0; } to { opacity: 1.0; } } /* - - - - - - - DROP DOWN - - - - - - - */

.menu { position: relative; margin: 0; padding: 0; height: 100%; font-weight: bold; } .menu::before { float:left; position: relative; content:""; width: 250px; height: 100px; } /* Button */ .menu li { position: relative; float: left; height: 100%; list-style-type: none; transition: background-color 0.2s ease-in-out; } .menu li a { display: block; color:#656565;

 text-decoration: none;

padding: 0 15px 0 15px !important; } .menu li:hover { background-color: rgb(184, 234, 132);

}

.menu li:focus-within ul { visibility: visible;

 	max-height: 700px;

opacity: 1.0; } .menu li:hover ul { visibility: visible;

 	max-height: 700px;

opacity: 1.0; }

/* Container */ .menu li ul { visibility: hidden; max-height: 0; opacity: 0.0; font-weight: normal; position: absolute; left:0; padding:0; background-color: rgb(255, 255, 255); text-align: left; overflow:hidden; box-shadow: 0px 9px 20px 0px rgba(0,0,0,0.2); transition: all 0.3s ease-in-out; } .menu li ul:before { position: absolute; content: ""; width: 100%; height: 5px; background-color:red; left:0; transform:translateY(-100%); box-shadow: 0 0 8px rgba(0,0,0,0.35); z-index: 1; }

/* Element */ .menu li ul li { display: block; padding: 0; width: 100%; min-width: 250px; line-height: 55px; white-space: nowrap; } .menu li ul li:hover { background-color:unset; } .menu li ul li a { transition: background-color 0.17s ease-in-out; } .menu li ul li a:hover { background-color: rgb(184, 234, 132); }

/* - - - - - - - MAIN - - - - - - - */ main { width: 100%; min-height: 100%; overflow-x: hidden; }

article { width: 80%; padding: 1%; box-sizing: border-box; text-align: justify; margin: 0 auto 0 auto; font-size: 2.0em; color: rgb(50,50,50); } article ul { list-style-type: unset; list-style-position: inside; } article img { max-width: 100%; } article table { border-spacing: 0; border: 1px solid rgb(220,220,220); font-size: 0.75em; border-collapse:collapse; } article th, td { border-right: 1px solid rgb(220,220,220); padding:25px !important; } article th{ border-bottom: 2px solid rgb(200,200,200) !important; background-color: white !important; } article tr:nth-child(even){ background-color: rgb(240,240,240); } .titleWrapper { position: relative; width: 100%; height: 480px; background-color: black; padding-top:80px; } .titleBackground { position: absolute; top:0; width: 100%; height: 100%; opacity: 0.4; background-attachment: fixed; background-image: url(img/testbg.png); background-size: cover; background-position: center; } .title { position: absolute; color: white; top: calc(50% - 9px); left:0; margin: 0; width: 100%; padding-top: 80px; text-align: center; font-size: 10.0em; color: whitesmoke; transform: translateY(-50%); animation: menu_fadeIn 0.5s ease-in-out; } /* hover text */ dfn {

 position: relative;
 cursor: help;
 color:#2a5599;
 

} dfn::after {

 content: attr(data-info);
 display: inline;
 position: absolute;
 top: calc(100% + 10px); 

left: 0;

 opacity: 0;
 width: 230px;
 font-size: 13px;
 font-weight: 700;
 line-height: 1.5em;
 padding: 0.5em 0.8em;
 background: rgba(0,0,0,0.8);
 color: #fff;
 pointer-events: none;
 transition: opacity 250ms, top 250ms;

} dfn::before {

 content: ;
 display: block;
 position: absolute;
 top: 100%; 

left: 20px;

 opacity: 0;
 width: 0; height: 0;
 border: solid transparent 5px;
 border-bottom-color: rgba(0,0,0,0.8);
 transition: opacity 0.25s, top 0.25s;

} dfn:hover { z-index: 2; } dfn:hover::after, dfn:hover::before { opacity: 1; } dfn:hover::after { top:100%; } dfn:hover::before { top: calc(100% - 10px); } /* expandable elements */ .collapsible { margin: 1% 0 1% 0; } .btn_expand { width: 100%; padding: 15px; background-color: rgb(83, 83, 83); cursor: pointer; font-size: 1.1em; box-sizing: border-box; color: whitesmoke; transition: background-color 0.2s ease-in-out; } .btn_expanded { } .btn_expand:after { content: "+"; float:right; } .btn_expanded:after { content:"-"; } .btn_expand:hover { background-color: rgb(100,100,100); } .content { width: 100%; overflow: hidden; max-height: 0;background-color: unset; opacity: 0; padding:0; box-sizing: border-box; border:none; transition: opacity 0.3s ease-in-out; } .expanded { max-height: unset; border: 1px solid rgb(230,230,230); border-top:none;padding:1%; opacity: 1; }

/* - - - - - - - SCROLL - - - - - - - */ .btn_scroll_top { position: fixed; font-weight: bold; color:darkgray; width: 45px; height: 45px; right: 40px; bottom: 135px; background-image: url(T--Marburg--scroll_up.png); background-position: center; background-size: contain; cursor:pointer; transition: opacity 0.5s, visibility 0.5s, transform 0.5s; transition-timing-function: ease-in-out; z-index: 10; }

.btn_scroll_enabled { opacity: 0.5; visibility: visible; transform: translateY(10px); } .btn_scroll_enabled:hover { opacity: 0.35; transform:scale(1.05) translateY(10px); } .btn_scroll_disabled { opacity: 0; visibility: hidden; transform: translateY(-10px); } /* Skip Elements */ .skipBar { position: fixed; right: 2%; top: 50%; transform: translateY(-50%); z-index: 2; } .skipBar:hover .btnSkip div { visibility: visible; opacity: 1; right: 100%; } .btnSkip { position: relative; width: 10px; height: 10px; padding:8px; cursor:pointer; transition: opacity 0.2s ease-in-out; } .btnSkip:after { position: absolute; content: ""; width: 5px; height: 5px; border-radius: 4px; left:50%;top:50%; transform:translate(-50%, -50%); background-color:#c8c8c8; transition: transform 0.3s ease-in-out; } .btnSkip:hover div { visibility: visible; opacity: 1;

 color:rgb(70,70,70);

right: 100%;transform:translate(-5%,-50%) scale(1.2); } .btnSkip div { position: absolute; opacity: 0; right: 0; top:50%;height: 100%;line-height: 25px; transform: translateY(-50%); padding: 2px 5px 2px 5px;

visibility: hidden; white-space: nowrap; color:gray; transition: opacity 0.2s ease-in-out, right 0.2s ease-in-out, visibility 0.2s ease-in-out, background-color 0.2s ease-in-out, transform 0.3s ease-in-out; } .btnSkip div:before { position: absolute; content:""; width: calc(100%); height: calc(100% - 10px); margin-top:3px; margin-left: -7px; border-radius: 5px 2px 2px 5px; background-color:white; z-index: -1; } .btnSkipActive:after { border-radius: 5px; transform:translate(calc(50% + -5px), calc(50% - 5px)) scale(1.5); } /* - - - - - - - FOOTER - - - - - - - */ footer { width: 100%; height: 100px; background-color:rgb(255, 255, 255); border-top: 1px solid #e3e3e3; margin-bottom: -19px; text-align: center; } .footer_wrapper { position: relative; display:inline-block;

 max-width: 900px;

height: 100px; margin-bottom: -4px; text-align: left; } .footer_social { float:right; } footer img { float:left; width: 50px; opacity: 0.8; margin: 27px 8px 0 8px; transition: all 0.2s ease-in-out; } footer img:hover { margin: 22px 8px 0 8px; opacity: 1.0; } /* - - - - - - - MOBILE - - - - - - - */ .mobile_w_full {} .mobile_w_half {} /* - - - - - - - MEDIA QUERIES - - - - - - - */ /* small desktops */ @media only screen and (max-width: 1100px) { header { font-size: 16px; } .titleWrapper { height: 400px; } .titleWrapper .title { font-size: 7.0em; } article { width: 100%; } article img { max-width: 100%; } table { max-width: 100%; } } @media only screen and (max-width: 1040px) { header { font-size: 15px; height: 70px; line-height: 70px; } .shrink { height: 70px; line-height: 70px; font-size: 15px; } } /* landscape tablets */ @media only screen and (max-width: 992px) { .menu::before { content: unset; } .menu { display: inline-block; margin: 0 0 0 0; width: 60%;

box-shadow: 0 0 100px rgba(0,0,0,0.2); height: unset; } .menu:before { position: absolute; padding-bottom: 12px; width: 100%; left:0; border-right: 2px solid rgb(235,235,235); background-color:white; content: ""; height: 100%; } .menu li { width: 100%; }

.menu >li>a{ background-color: whitesmoke; color:rgb(70,70,70);

   line-height: 2.85em;

} .menu>li>ul{} .menu li ul { position: relative; visibility: visible; max-height: unset; box-shadow: none; opacity: 1.0; } .menu li ul a { background-color: rgb(255,255,255); line-height: 2.5em; } .menu li:hover { background-color: unset; } .menu li ul li a:hover { background-color:rgb(220,220,220); } .menu_wrapper { display: none; position: absolute; left:0; top:40px; height: calc(100vh - 40px); width: 100%; overflow-y: auto; font-size:1.1em; animation: none; }

 header {

height: 40px; } .header_logo { transform: translateX(-50%); font-size:27px; line-height: 40px; } .header_logo { animation: none; top:0; left:50%; } .header_wrapper { width: 100%; } .btn_scroll_top { display:none; } .skipBar { display: none; } .titleWrapper { padding-top:40px; height: 350px; font-size: 1.5vw; } .titleWrapper .title { padding-top:40px; } }

/* larger phones, portrait tablets */ @media only screen and (max-width: 786px) { .menu { width: 75%; } article { font-size: 1.7em; } } /* small phones */ @media only screen and (max-width: 600px) { .menu { width: 100%; } article { font-size: 1.65em; } .titleWrapper { height: 200px; } .titleWrapper .title { font-size: 12vw; } .mobile_w_full { display:block; float:none !important; max-width: 90% !important; padding:5%; margin:0 auto 0 auto; } .mobile_w_half { max-width: 50% !important; } }