Difference between revisions of "Template:Freiburg/CSS"

Line 3: Line 3:
 
<head>
 
<head>
  
<link rel="stylesheet" type="text/css"
 
href="https://2017.igem.org/Template:Team:Freiburg/CSS?action=raw&ctype=text/css"/>
 
 
<link rel="stylesheet" type="text/css"  
 
<link rel="stylesheet" type="text/css"  
 
href="https://2017.igem.org/Template:Team:Freiburg/CSS:bootstrap?action=raw&ctype=text/css"/>
 
href="https://2017.igem.org/Template:Team:Freiburg/CSS:bootstrap?action=raw&ctype=text/css"/>
Line 19: Line 17:
 
     /* Background */
 
     /* Background */
 
     /* Footer */
 
     /* Footer */
 +
 +
/* ============= Resetting css coming from wiki itself ============= */
 +
body {
 +
    font: sans-serif;
 +
    color: #000;
 +
    margin: 0px;
 +
    padding: 0px;
 +
    background-color: #FCFCFC;
 +
line-height: 1.8;
 +
}
 +
 +
a {
 +
    color: #002BB8;
 +
    text-decoration: none;
 +
    background: transparent none repeat scroll 0% 0%;
 +
}
 +
 +
p {
 +
    margin: 0.4em 0px 0.5em;
 +
    line-height: 1.5em;
 +
}
 +
 +
#globalWrapper {
 +
    position: absolute;
 +
    font-size: 150%;
 +
    width: 100%;
 +
    margin: 0px;
 +
    padding: 0px 0px 0px;
 +
}
 +
 +
#mainContainer { 
 +
    margin: 0;
 +
    width: 100%;
 +
}
 +
 +
#top_menu_under {
 +
    position: relative;
 +
    width: 100%;
 +
    height: 16px;
 +
    border-bottom: 2px solid #000;
 +
}
 +
 +
#top_menu_14 {
 +
    position: fixed;
 +
    width: 100%;
 +
    top: 0px;
 +
    left: 0px;
 +
    height: 16px;
 +
    background-color: #383838;
 +
    border-bottom: 2px solid #000;
 +
    z-index: 9999;
 +
}
 +
 +
 +
#top_menu_inside {
 +
    display: block;
 +
    position: relative;
 +
    width: 900px;
 +
    height: 100%;
 +
    margin: 0px auto;
 +
    padding: 0px 10px;
 +
    border-left: 1px solid #C8C8C8;
 +
    border-right: 1px solid #C8C8C8;
 +
    font-family: "arial",sans-serif;
 +
    font-size: 12px;
 +
    font-weight: 400;
 +
    color: #FFF;
 +
}
 +
 +
 +
 +
#content {
 +
    position: relative;
 +
    width: 100%;
 +
    margin: 0;
 +
    padding: 0;
 +
    background: #FFF none repeat scroll 0% 0%;
 +
    color: #000;
 +
    border-left: 0;
 +
    border-right: 0;
 +
  /* line-height: 0; */
 +
    z-index: 2;
 +
 +
 +
}
 +
 +
.visualClear {
 +
    clear: both;
 +
}
 +
 +
 +
/* removes URL from current site from the top of the window */
 +
.firstHeading{
 +
    font-size: 0;
 +
    border: 0;
 +
    margin-bottom: -8px;
 +
    margin-top: 0;
 +
}
 +
 +
/* ============= END: Resetting css coming from wiki itself ============= */
 +
 +
 +
 +
 +
 +
 +
 +
 +
/* ============= Clearing DokuWiki elements ============= */
 +
 +
.tags{
 +
/* remove tags from bottom */
 +
    font-size: 0;
 +
}
 +
 +
acronym{
 +
/* remove text-decoration from acronyms*/
 +
    border-bottom: none;
 +
    text-decoration: none;
 +
    cursor: auto;
 +
}
 +
 +
.urlextern {
 +
    background: none !important;
 +
}
 +
 +
.link-https {
 +
    background: none !important;
 +
}
 +
 +
 +
/* ============= END: Clearing DokuWiki elements ============= */
 +
 +
 +
 +
  
  

Revision as of 17:13, 19 September 2017