Difference between revisions of "Team:Bordeaux/Template/css"

Line 34: Line 34:
  
 
#menubar {
 
#menubar {
    font-family: inherit;
 
    font-size: inherit;
 
    line-height: inherit;
 
 
     position: static;
 
     position: static;
 
     top: 0px;
 
     top: 0px;
Line 45: Line 42:
  
 
div.left-menu, div.left-menu a {
 
div.left-menu, div.left-menu a {
    color: inherit;
 
 
     left: 0;
 
     left: 0;
 
     text-align: left;
 
     text-align: left;
Line 52: Line 48:
  
 
#menubar ul {
 
#menubar ul {
    color: inherit;
 
 
     list-style: disc outside none;
 
     list-style: disc outside none;
 
     margin: 0;
 
     margin: 0;
Line 71: Line 66:
  
 
.left-menu:hover {
 
.left-menu:hover {
    color: inherit;
 
 
     background-color: transparent;
 
     background-color: transparent;
}
 
 
.left-menu:hover a {
 
    color: inherit;
 
 
}
 
}
  
 
.right-menu, div.right-menu a {
 
.right-menu, div.right-menu a {
    color: inherit;
 
 
     right: 0;
 
     right: 0;
 
     text-align: left;
 
     text-align: left;
Line 87: Line 76:
 
.right-menu li a {
 
.right-menu li a {
 
     background-color: transparent;
 
     background-color: transparent;
    color: inherit;
 
 
     padding: 0;
 
     padding: 0;
 
}
 
}
  
 
.right-menu li a:hover {
 
.right-menu li a:hover {
    color: inherit;
 
 
     text-decoration: none;
 
     text-decoration: none;
 
}
 
}
Line 110: Line 97:
 
     background: transparent;
 
     background: transparent;
 
     border: 0;
 
     border: 0;
    color: inherit;
 
    line-height: inherit;
 
 
     margin: 0;
 
     margin: 0;
 
     padding: 0;
 
     padding: 0;
Line 126: Line 111:
 
     background: transparent;
 
     background: transparent;
 
     border: 0;
 
     border: 0;
    color: inherit;
 
 
     padding: 0;
 
     padding: 0;
 
}
 
}
Line 135: Line 119:
  
 
#contentSub {
 
#contentSub {
    color: inherit;
 
    font-size: inherit;
 
    line-height: inherit;
 
 
     margin: 0;
 
     margin: 0;
 
     width: auto;
 
     width: auto;
Line 159: Line 140:
  
 
#footer {
 
#footer {
    color: inherit;
 
    font-size: inherit;
 
 
     text-align: left;
 
     text-align: left;
 
}
 
}

Revision as of 13:07, 22 May 2018

html body {

   font-size: inherit;
   font-family: inherit;
   background-color: transparent;
   color: inherit;
   padding: 0;

}

  1. globalWrapper {
   margin: 0;
   padding: 0;
   position: static;
   width: auto;

}

  1. top-section {
   border: 0;
   height: auto;
   margin: 0;
   position: static;
   width: auto;

}

  1. p-logo {
   height: auto;
   position: static;
   width: auto;
   z-index: auto;

}

  1. p-logo a, div#p-logo a:hover {
   text-decoration: none;

}

  1. menubar {
   position: static;
   top: 0px;
   white-space: normal;
   width: auto;
   z-index: auto;

}

div.left-menu, div.left-menu a {

   left: 0;
   text-align: left;
   text-transform: none;

}

  1. menubar ul {
   list-style: disc outside none;
   margin: 0;
   padding: 0;

}

  1. menubar li {
   cursor: auto;
   display: list-item;
   padding: 0;
   margin: 0;
   position: static;

}

.left-menu li a {

   padding: 0;

}

.left-menu:hover {

   background-color: transparent;

}

.right-menu, div.right-menu a {

   right: 0;
   text-align: left;

}

.right-menu li a {

   background-color: transparent;
   padding: 0;

}

.right-menu li a:hover {

   text-decoration: none;

}

  1. search-controls {
   background-color: transparent;
   height: auto;
   position: static;
   right: 0;
   text-align: left;
   top: 0;
   width: auto;
   z-index: auto;

}

  1. content {
   background: transparent;
   border: 0;
   margin: 0;
   padding: 0;
   position: static;
   width: auto;
   z-index: auto;

}

li {

   margin: 0;

}

h1, body h2, body h3, body h4, body h5, body h6 {

   background: transparent;
   border: 0;
   padding: 0;

}

.firstHeading {

   margin: 0;

}

  1. contentSub {
   margin: 0;
   width: auto;

}

  1. catlinks {
   background-color: transparent;
   border: 0;
   clear: both;
   margin: 0;
   padding: 0;

}

  1. footer-box {
   background-color: transparent;
   border: 0;
   margin: 0;
   padding: 0;
   width: auto;

}

  1. footer {
   text-align: left;

}

  1. f-poweredbyico, #f-copyrightico {
   float: none;

}

  1. footer li {
   margin: 0;
   display: list-item;

}

  1. sideMenu {
  width: 200px;
  position: absolute;
  top: 20px;
  left: 1020px;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: white;
  text-align: left;
  display: none;
  z-index: 9996;

}

  1. content {
   width: 100%;
      padding: 0px;
      margin-left: 0px;

}

  1. top_title {
   overflow: hidden;
   display: none;

}

  1. top_menu_14 {
   height: 20px;

}

  1. top_menu_under {
   display: none;

}

  1. globalWrapper {
     padding-bottom: 20px;

}

  1. HQ_page p {
  font-size: 16px;

}

.skin-igem {

      padding-top: 0px;

}