Template:Team:Hong Kong HKUST/anti-main.css

From 2014.igem.org

Revision as of 11:55, 21 September 2014 by Gtong (Talk | contribs)

/*

    • This CSS file has only one purpose:
    • To counter the effect of main.css
  • /

body {

   font: inherit;
   color: inherit;
   margin: 0;
   padding: 0;
   background-color: none;

}

/* scale back down to default */

  1. globalWrapper {
   position: relative;
   font-size: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
   padding-bottom: 10px;

} .visualClear {

   clear: both;

}

/* The top section contains the banner, the search box,

    • and the left and right menus. We are not changing that.
    • so it is neglected here */


/* Footer remains unchanged */


/* Sponsors box remains unchanged */

/* Pulldown menu boxes remains unchanged */

/* IGEM RIGHT SIDEBAR STYLING remains unchanged */


/*****************************************************************************************************

* The content div contains all of the contents of the page - provided by mediawiki
****************************************************************************************************/
  1. content {
   position: relative;
   width:  965px;
  1. margin-left: 10px;

margin: 0 auto;

   padding: 5px 5px 5px 5px;
   background: none;
   color: black;
   border-left: 1px solid #444444;
   border-right: 1px solid #444444;
   line-height: inherit;
   z-index: 2;

}

/* the left column width is specified in class .portlet

    • remains unchanged */

/* general styles */

table {

   font-size: default;
   background: default;
   color: black;

} a {

   text-decoration: none;
   color: inherit;
   background: none;

} a:visited {

   color: inherit;

} a:active {

   color: inherit;

} a:hover {

   text-decoration: none;

} a.stub {

   color: inherit;

} /* a.new, #p-personal a.new { - rdr */ a.new {

   color: inherit;

} a.new:visited, #p-personal a.new:visited {

   color: inherit;

}

img {

   border: none;
   vertical-align: middle;

} p {

   margin: default;
   line-height: inherit;

} p img {

   margin: 0;

}

hr {

   height: default;
   color: inherit;
   background-color: default;
   border: default;
   margin: default;

}

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

   color: inherit;
   background: none;
   font-weight: inherit;
   margin: default;
   padding-top: default;
   padding-bottom: default;
   border-bottom: none;

} h1 { font-size: default; } h2 { font-size: default; } h3, h4, h5, h6 {

   border-bottom: none;
   font-weight: inherit;

} h3 { font-size: default; } h4 { font-size: default; } h5 { font-size: default; } h6 { font-size: default; }

ul ol{

   line-height: default;
   list-style-type: default;
   margin: default;
   padding: default;
   list-style-image: default;

}

li {

   margin-bottom: inherit;

} dt {

   font-weight: inherit;
   margin-bottom: default;

} dl {

   margin-top: default;
   margin-bottom: default;

} dd {

   line-height: inherit;
   margin-left: default;
   margin-bottom: default;

}

fieldset {

   border: default;
   margin: default;
   padding: default;
   line-height: inherit;

} legend {

   background: inherit;
   padding: default;
   font-size: default;

} form {

   border: none;
   margin: 0;

}

textarea {

   width: 100%;
   padding: .1em;

}

q {

   font-family: Times, "Times New Roman", serif;
   font-style: italic;

}

/* Some space under the headers in the content area */

  1. bodyContent h1, #bodyContent h2 {
   margin-bottom: defult;

}

  1. bodyContent h3, #bodyContent h4, #bodyContent h5 {
   margin-bottom: default;

} .firstHeading {

   margin-bottom: default;

}


/*

    • Hiding some wiki elements
  • /
  1. contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear{
   display:none;

}

/*-- hides default wiki settings --*/

#top-section { /*-- styling for default menu bar (edit, page,

history, etc.) --*/ background-color:black; border: 0 none; height: 20px; z-index: 100; top: 0; position: fixed; width: 100%; left: 0; margin-left: 0; }

#globalWrapper, #content { /*-- changes default wiki settings

--*/ width: 100%; height: 100%; border: 0px; background-color:#FCEBE6; margin: 0px; padding: 0px; }

html, body, .wrapper { /*-- changes default wiki settings --

*/

background-color: #FCEBE6; }

/*Changing default wiki setting. By Guillaume*/ .left-menu li a{ color:#5E412F; } .right-menu li a{ color:#5E412F; background-color:transparent; } #menubar{ width:auto; }