Difference between revisions of "Team:Technion Israel/CSS"

Line 25: Line 25:
 
width: 100%;
 
width: 100%;
 
float: none;
 
float: none;
 +
}
 +
 +
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
 +
line-height: 1;
 +
margin-bottom: .25em;
 +
padding-top: .17em;
 
}
 
}
  

Revision as of 01:04, 4 October 2016

/*! iGEM Technion 2016

  • /



/*! =====================================canceling wiki design===================================== */

/* Closing wiki side menu */ #sideMenu, #top_title { display: none; }

#content { width: 100%; margin: 0px; padding: 0px; background: none; }


/*! Wiki defult settings are 127% */ #globalWrapper { width: 100%; float: none; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { line-height: 1; margin-bottom: .25em; padding-top: .17em; }


/*! ==================================End of canceling wiki design================================== */





/*! from igem 2015 */ /*! .abstract {

   font-size: 130%;

}

  1. top_menu_14 {

width: 100%; }

  1. top_menu_inside {

width: 100%; }

  1. top_menu_under {

width: 100%; }

  1. globalWrapper {

width: 100%; float: none; }

  1. content {

width: 100%; }

h1 { border-bottom: none; }

  • /