Biomod/2015/SCUT-CHEM: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 5: Line 5:
body {
body {
     background-color: transparent;
     background-color: transparent;
    border: thin solid #be1e3c;
     height: auto;
     height: auto;
     margin: 0 auto;
     margin: 0 auto;
     width: 1200px;
     width: 100%;
}
}
#goTopBtn {
#goTopBtn {

Revision as of 23:30, 2 October 2015

<html> <head> <style>

body {

   background-color: transparent;
   height: auto;
   margin: 0 auto;
   width: 100%;

}

  1. goTopBtn {
   bottom: 35px;
   font-size: 12px;
   height: 100px;
   line-height: 30px;
   position: fixed;
   right: 30px;
   text-align: center;
   width: 100px;

}

  1. content {
   border: 0 none;
   margin: 0;
   padding: 0;

} .firstHeading {

   display: none;

}

  1. sidebar-main {
   display: none;

}

  1. p-cactions {
   display: none;

}

  1. p-personal {
   display: none;

} </style> </head> </html>