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

From 2012.igem.org

(Difference between revisions)
 
(15 intermediate revisions not shown)
Line 1: Line 1:
<!-- vim: set ft=html: -->
<!-- vim: set ft=html: -->
<html><style>
<html><style>
-
/*
+
  /* wiki reset */
-
* Reset iGEM Wiki CSS. Use this with Template:Team:HokkaidoU_Japan/css/reset.css
+
  #top-section {
-
*/
+
-
#top-section{
+
     position: relative;
     position: relative;
     width: 100%;
     width: 100%;
     height: 0;
     height: 0;
     border: none;
     border: none;
-
     color: transparent !important;
+
     color: transparent;
-
}
+
    font-size: 11px;
 +
    background-color: transparent;
 +
  }
 +
 
 +
  #top-section a:hover {
 +
    color: #333333;
 +
  }
-
#top-section .left-menu {
+
  #top-section .left-menu {
-
     position: fixed;
+
     position: absolute;
     top: 0; left: 0;
     top: 0; left: 0;
-
}
+
    margin: 0;
 +
    width: 180px;
 +
    overflow-x: hidden;
 +
    padding: 0;
 +
    color: transparent !important;
 +
    background-color: transparent;
 +
  }
 +
 
 +
  #top-section .left-menu li:hover { text-decoration: none; }
 +
 
 +
  #top-section .left-menu:hover { color: transparent !important; }
 +
  #top-section .left-menu:hover li { color: transparent !important; }
 +
  #top-section .left-menu:hover li a { color: transparent !important; }
 +
  #top-section .left-menu:hover li a:hover { color: #333333 !important; }
-
#top-section .right-menu {
+
  #top-section .right-menu {
-
     position: fixed;
+
     position: absolute;
     top: 0; right: 0;
     top: 0; right: 0;
-
}
+
    margin: 0;
 +
    padding: 0;
 +
    color: transparent;
 +
    background-color: transparent;
 +
  }
-
#top-section .left-menu,
+
  #top-section .right-menu li a { background-color: transparent; }
-
#top-section .right-menu a {
+
  #top-section .right-menu li a:hover {
 +
    color: #333333;
 +
    text-decoration: none;
 +
  }
 +
 
 +
  #content {
     background-color: transparent;
     background-color: transparent;
-
}
+
    border: none;
 +
    width: 100%;
 +
    margin: 0;
 +
    padding: 0;
 +
    color: #333333 !important;
 +
  }
-
#top-section .left-menu a:hover,
+
  #footer-box {
-
#top-seciton .right-menu a:hover {
+
     background-color: transparent;
-
     color: #333 !important;
+
     border: none;
-
     text-decoration: none !important;
+
  }
-
}
+
-
#top-section .left-menu ul li:last-child {
+
  #top-section #p-logo,
-
    display: none;
+
  #top-section .left-menu li:last-child,
-
}
+
  #top-section #search-controls,
 +
  #content h1.firstHeading,
 +
  #content #bodyContent #contentSub,
 +
  #content #bodyContent > p,
 +
  #catlinks { display: none; }
-
.editsection {
+
  .editsection {
-
    display: inline;
+
     font-size: 0;
-
     font-size: 12px;
+
     font-weight: normal;
     font-weight: normal;
-
}
+
    color: transparent;
 +
  }
-
.editsection,
+
  .editsection a {
-
#top-section #p-logo,
+
    font-size: 11px;
-
#top-section #search-controls,
+
    color: #ffffff;
-
#content h1.firstHeading,
+
  }
-
#content #bodyContent #contentSub,
+
 
-
#catlinks{
+
  #toc {
     display: none;
     display: none;
-
}
+
  }
-
#globalWrapper,
+
-
#globalWrapper #content{
+
-
    background: none;
+
-
    margin: 0;
+
-
    padding: 0;
+
-
    border: none;
+
-
    width: auto;
+
-
}
+
-
#footer-box {
+
  .thumb {
-
border-top: 1px solid #E4E4E4;
+
    border: none !important;
-
border-right: 0px;
+
    margin: 0 !important;
-
border-bottom: 0px;
+
    padding: !important;
-
border-left: 0px;
+
    background-color: transparent !important;
-
}
+
  }
-
#f-list li a{
+
-
font-size: 12px;
+
-
color: #333;
+
-
}
+
-
/* because I hide p element in #bodyContent */
+
-
#content #bodyContent div p{
+
-
    display: block;
+
-
}
+
-
#toc {
+
  .tright {
-
     display: none;
+
     border: none !important;
-
}
+
    margin: 0 !important;
 +
    padding: 5px 0 0 15px !important;
 +
    background-color: transparent !important;
 +
  }
 +
  .tleft {
 +
    border: none !important;
 +
    margin: 0 !important;
 +
    padding: 5px 15px 0 0 !important;
 +
    background-color: transparent !important;
 +
  }   
 +
  .thumbinner {
 +
    border: none !important;
 +
    padding: 0 !important;
 +
    background-color: transparent !important;
 +
    color: #555555;
 +
  }
</style></html>
</style></html>

Latest revision as of 01:08, 27 September 2012