Difference between revisions of "Team:Freiburg/testpage"

(included css)
(added_control_over_wrapped_wiki_css)
Line 1: Line 1:
 
 
<html>
 
<html>
 
<style>
 
<style>
 +
/* ============= Resetting css coming from wiki itself ============= */
  
body{
+
#globalWrapper {
margin: 0;
+
    position: relative;
 +
    font-size: 100%;
 +
    width: 100%;
 +
    margin: 0px;
 +
    padding: 0px 0px 0px;
 +
}
  
 +
body {
 +
    font: x-small sans-serif;
 +
    color: #000;
 +
    margin: 0px;
 +
    padding: 0px;
 +
    background-color: #AAA;
 
}
 
}
 +
 +
 
#mainContainer {   
 
#mainContainer {   
width: 978px;
+
margin: 0;
 +
width: 100%;
 +
color: #FFFF00;
  
 
}
 
}
 +
 +
#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: 04;
 +
    line-height: 0;
 +
    z-index: 2;
 +
}
 +
 +
.visualClear {
 +
    clear: both;
 +
}
 +
 +
 +
/* ============= END: Resetting css coming from wiki itself ============= */
 +
 
/*The blue menu bar*/
 
/*The blue menu bar*/
 
#menubar {
 
#menubar {

Revision as of 15:37, 29 July 2015