Template:Team:HokkaidoU Japan/css/wikireset.css

From 2011.igem.org

(Difference between revisions)
(Created page with "<!-- vim: ft=html: --> <html><style> - * Reset iGEM Wiki CSS: #top-section{ position: absolute; width: 100%; height: 0; border: none; } #top-section #menubar...")
m
 
(5 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- vim: ft=html: -->
+
<!-- vim: set ft=html: -->
<html><style>
<html><style>
/*
/*
-
  * Reset iGEM Wiki CSS
+
  * Reset iGEM Wiki CSS. Use this with Template:Team:HokkaidoU_Japan/css/reset.css
  */
  */
#top-section{
#top-section{
Line 18: Line 18:
     top: 0; right: 0;
     top: 0; right: 0;
}
}
 +
.editsection,
#top-section #p-logo,
#top-section #p-logo,
#top-section #search-controls,
#top-section #search-controls,
Line 23: Line 24:
#content #bodyContent #contentSub,
#content #bodyContent #contentSub,
#content #bodyContent p,    /* holly crap, they have p element for script tag and no id and no class... */
#content #bodyContent p,    /* holly crap, they have p element for script tag and no id and no class... */
-
#catlinks,
+
#catlinks{
-
#footer-box{
+
     display: none;
     display: none;
}
}
Line 35: Line 35:
     width: auto;
     width: auto;
}
}
 +
 +
#footer-box {
 +
border-top: 1px solid #E4E4E4;
 +
border-right: 0px;
 +
border-bottom: 0px;
 +
border-left: 0px;
 +
}
 +
/* because I hide p element in #bodyContent */
/* because I hide p element in #bodyContent */
#content #bodyContent div p{
#content #bodyContent div p{

Latest revision as of 14:13, 23 October 2011