Difference between revisions of "Team:Valencia UPV/main"

Line 1: Line 1:
#team_name{
+
/*clear wiki syling*/
}
+
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;}
 +
#globalWrapper, #content { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
border: 0px;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
 +
}
 +
 
 +
/* Remove wiki style DTU Denmark */
 +
 
 +
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 +
    display:none;}
 +
#top-section {
 +
    border: none;
 +
    height: 0px;}
 +
#content {
 +
    border: none;}
 +
 
 +
#iGEM2016
 +
{
 +
position: fixed;
 +
height:50px;
 +
top: 22px !important;
 +
margin-left: -20px !important;
 +
background-color: transparent;
 +
vertical-align: sub;
 +
}
 +
@media screen and (max-width: 736px) {
 +
#iGEM2016
 +
{
 +
display: none;
 +
}

Revision as of 20:48, 15 June 2016

/*clear wiki syling*/

  1. contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;}
  2. globalWrapper, #content { /*-- changes default wiki settings --*/

width: 100%; height: 100%; border: 0px; background-color: transparent; margin: 0px; padding: 0px; }

/* Remove wiki style DTU Denmark */

  1. contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
   display:none;}
  1. top-section {
   border: none;
   height: 0px;}
  1. content {
   border: none;}
  1. iGEM2016

{ position: fixed; height:50px; top: 22px !important; margin-left: -20px !important; background-color: transparent; vertical-align: sub; } @media screen and (max-width: 736px) {

  1. iGEM2016

{ display: none; }