Difference between revisions of "Template:Freiburg/CSS"

Line 9: Line 9:
 
</head>
 
</head>
 
<style>
 
<style>
 +
/* CUSTOM IGEM FREIBURG 2017 CSS */
  
 +
/*Override iGEM wiki settings (from https://2016.igem.org/Team:Peshawar/Wiki)*/
 +
#sideMenu,
 +
#top_title {
 +
    display: none !important;
 +
}
  
/* ========== Navigation ========== */
+
#content {
    /* Declaring Fonts */
+
     width: 100vw;
    /* Site Setup */
+
    /* Flexboxes */
+
    /* Background */
+
    /* Footer */
+
 
+
/* ============= Resetting css coming from wiki itself ============= */
+
body {
+
     font: sans-serif;
+
    color: #000;
+
    margin: 0px;
+
 
     padding: 0px;
 
     padding: 0px;
     background-color: #FCFCFC;
+
     border: none;
line-height: 1.8;
+
     color: black;
}
+
     margin-left: auto;
 
+
     margin-right: auto;
a {
+
     background-color: #fff;
     color: #002BB8;
+
     position: relative;
     text-decoration: none;
+
     background: transparent none repeat scroll 0% 0%;
+
}
+
 
+
p {
+
     margin: 0.4em 0px 0.5em;
+
     line-height: 1.5em;
+
 
}
 
}
  
 
#globalWrapper {
 
#globalWrapper {
    position: absolute;
+
     font-size: inherit;
     font-size: 150%;
+
     padding-bottom: 0;
    width: 100%;
+
    margin: 0px;
+
     padding: 0px 0px 0px;
+
}
+
 
+
#mainContainer { 
+
    margin: 0;
+
    width: 100%;
+
 
}
 
}
  
 
#top_menu_under {
 
#top_menu_under {
    position: relative;
+
     height: 0px;
    width: 100%;
+
     height: 16px;
+
    border-bottom: 2px solid #000;
+
 
}
 
}
  
#top_menu_14 {
+
ul {
     position: fixed;
+
     list-style-image: none; //removes the iGEM wiki bullets
    width: 100%;
+
    top: 0px;
+
    left: 0px;
+
    height: 16px;
+
    background-color: #383838;
+
    border-bottom: 2px solid #000;
+
    z-index: 9999;
+
 
}
 
}
  
 
+
/* END OVERWRITE IGEM WIKI SETTINGS */
#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 ============= */
+
 
+
 
+
 
+
  
  
 +
/* ========== Navigation ========== */
 +
    /* Declaring Fonts */
 +
    /* Site Setup */
 +
    /* Flexboxes */
 +
    /* Background */
 +
    /* Footer */
  
  

Revision as of 17:33, 19 September 2017