Team:TAS Taipei/Templates/cssReset

From 2014hs.igem.org

(Difference between revisions)
 
(One intermediate revision not shown)
Line 1: Line 1:
<html>
<html>
   <style type="text/css">
   <style type="text/css">
 +
img.rounded {
 +
    width: 50px;
 +
    height: 50px;
 +
    -webkit-border-radius: 25px;
 +
    -moz-border-radius: 25px;
 +
    border-radius: 25px;
 +
}
 +
#bioCanvas {
 +
}
#contentSub, #search-controls, .firstHeading, /*#footer-box,*/ #catlinks, #p-logo {
#contentSub, #search-controls, .firstHeading, /*#footer-box,*/ #catlinks, #p-logo {
     display:none;
     display:none;
Line 8: Line 17:
     height: 0px;
     height: 0px;
}
}
 +
 +
/* Removes "teams" from the menubar */
 +
#menubar > ul > li:last-child {
 +
    display: none;}
 +
 +
/* Resizes the menubar to fik the links (default is 400px) */
 +
#menubar {
 +
    width: auto;}
 +
#content {
#content {
     background: transparent;
     background: transparent;

Latest revision as of 08:54, 28 April 2014