Team:EPF Lausanne/template/reset.css

From 2013.igem.org

(Difference between revisions)
(Created page with "- Reset page to blank-ish state (remove almost all wiki related stuff and leave only the body): body{ background: none; } h1, h2, h3, h4, h5, h6{ border: 0; color: inherit...")
 
(4 intermediate revisions not shown)
Line 17: Line 17:
   margin-right: 1em;
   margin-right: 1em;
}
}
-
 
-
/* Cleaner, but also hides edit buttons. Use once the edit buttons have been "restored"
 
-
#top-section{
 
-
display: none;
 
-
}
 
-
*/
 
/* Working alternative */
/* Working alternative */
#top-section{
#top-section{
border: 0;
border: 0;
-
height: 5px;
+
height: 0px;
width: 100%;
width: 100%;
margin: 0;
margin: 0;
Line 37: Line 31:
display: none;
display: none;
}
}
-
.right-menu li a{
+
#globalWrapper { padding: 0 !important; }
-
color: black;
+
.left-menu {
-
background: none;
+
  width: 350px;
 +
}
 +
.right-menu {
 +
  background: #606060;
 +
  visibility: hidden;
 +
  width: 250px !important;
 +
}
 +
.right-menu:hover {
 +
  visibility: visible;
 +
}
 +
#pt-logout {
 +
  visibility: visible;
 +
}
 +
 
 +
#pt-logout a {
 +
    background: none repeat scroll 0 0 transparent;
 +
    color: inherit;
 +
}
 +
#pt-logout a:hover {
 +
    color: #FFFFFF;
}
}

Latest revision as of 16:17, 28 August 2013

/* Reset page to blank-ish state (remove almost all wiki related stuff and leave only the body) */ body{ background: none; }

h1, h2, h3, h4, h5, h6{ border: 0; color: inherit; } div.tright{

 border-width: 0 !important;
 margin-left: 1em;

}

div.tleft{

 border-width: 0 !important;
 margin-right: 1em;

}

/* Working alternative */

  1. top-section{

border: 0; height: 0px; width: 100%; margin: 0; }

  1. p-logo{

display: none; }

  1. search-controls{

display: none; }

  1. globalWrapper { padding: 0 !important; }

.left-menu {

 width: 350px;

} .right-menu {

 background: #606060;
 visibility: hidden;
 width: 250px !important;

} .right-menu:hover {

 visibility: visible;

}

  1. pt-logout {
 visibility: visible;

}

  1. pt-logout a {
   background: none repeat scroll 0 0 transparent;
   color: inherit;

}

  1. pt-logout a:hover {
   color: #FFFFFF;

}

/* End of working alternative */

  1. toctitle{

display: none; }

  1. content{

border: 0; background: none; width: 100%; margin: 0; padding: 0; }

  1. footer-box{

display: none; }

  1. catlinks{

display: none; }

.firstHeading{ display: none; }