Team:UNITN-Trento/CSS/Main

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
/*Hides WIKI default template*/
/*Hides WIKI default template*/
html,body {
html,body {
-
padding: 0; margin: 0;
+
padding: 0;
 +
margin: 0;
}
}
-
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo, #mw-panel, #mw-head, #footer, #mw-page-base, #mw-head-base { display: none;}
+
 
-
#content {display: none;}
+
#contentSub,#search-controls,.firstHeading,#footer-box,#catlinks,#p-logo,#mw-panel,#mw-head,#footer,#mw-page-base,#mw-head-base {
-
#tn-main-wrap, body {
+
display: none;
 +
}
 +
 
 +
#content {
 +
display: none;
 +
}
 +
 
 +
#tn-main-wrap,body {
position: fixed;
position: fixed;
-
top: 0; left: 0; right: 0; bottom: 0;
+
top: 0;
 +
left: 0;
 +
right: 0;
 +
bottom: 0;
overflow: auto;
overflow: auto;
-
padding: 0; margin: 0;
+
padding: 0;
-
 
+
margin: 0;
 +
min-width: 1024px;
font-size: 16px;
font-size: 16px;
background: none;
background: none;
z-index: 2;
z-index: 2;
}
}
 +
#top-section {
#top-section {
-
position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px;
+
position: fixed;
-
height: 100%; width: 100%;
+
top: 0px;
-
margin: 0; padding: 0;
+
left: 0px;
 +
right: 0px;
 +
bottom: 0px;
 +
height: 100%;
 +
width: 100%;
 +
margin: 0;
 +
padding: 0;
border: none;
border: none;
background: white;
background: white;
Line 26: Line 45:
/*To hide button for debug mode*/
/*To hide button for debug mode*/
-
.tn-hidden {display: none;}
+
.tn-hidden {
 +
display: none;
 +
}
/*Top menus (left/right)*/
/*Top menus (left/right)*/
Line 32: Line 53:
background: none !important;
background: none !important;
}
}
 +
#menubar ul li {
#menubar ul li {
color: transparent !important;
color: transparent !important;

Revision as of 09:56, 9 July 2013

/*Hides WIKI default template*/ html,body { padding: 0; margin: 0; }

  1. contentSub,#search-controls,.firstHeading,#footer-box,#catlinks,#p-logo,#mw-panel,#mw-head,#footer,#mw-page-base,#mw-head-base {

display: none; }

  1. content {

display: none; }

  1. tn-main-wrap,body {

position: fixed; top: 0; left: 0; right: 0; bottom: 0; overflow: auto; padding: 0; margin: 0; min-width: 1024px; font-size: 16px; background: none; z-index: 2; }

  1. top-section {

position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; height: 100%; width: 100%; margin: 0; padding: 0; border: none; background: white; z-index: 1; display: none; }

/*To hide button for debug mode*/ .tn-hidden { display: none; }

/*Top menus (left/right)*/

  1. menubar {

background: none !important; }

  1. menubar ul li {

color: transparent !important; }

  1. menubar:hover {

display: block; position: absolute; color: white; }

  1. menubar:hover ul li {

color: white; }

.right-menu li a { background: none; color: transparent; text-decoration: none; }

.right-menu:hover li a { color: white; }

.right-menu li a:hover { text-decoration: underline; }