Team:Uppsala/mediawiki remove.css

From 2014.igem.org

(Difference between revisions)
 
(40 intermediate revisions not shown)
Line 1: Line 1:
-
#footer-box {
+
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
-
width: 100%;
+
-
background-color: white;
+
-
border:none;  
+
-
}
+
-
#globalWrapper {
+
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
-
background-color: white;
+
-
padding:0;
+
border: 0 none;
-
margin:0;
+
height: 14px;
 +
z-index: 100;
 +
top: 0;
 +
position: fixed;
 +
width: 975px;
 +
left: 50%;
 +
margin-left: -487px;
}
}
-
#contentSub, #search-controls, .firstHeading, #catlinks, #p-logo  {
+
#globalWrapper { /*-- changes default wiki settings --*/
-
    display: none;
+
width: 100%;  
-
}
+
height: 100%;
-
#top-section {
+
border: 0px;
-
    border: none;
+
background-color: transparent;
-
    height: 0px;
+
margin: 0px;
 +
padding: 0px;
}
}
#content {
#content {
-
    border: none;
+
background-image:url('https://static.igem.org/mediawiki/2014/7/77/Uppsala2014_PMAiU.jpg');
-
    width: 99.5%;
+
        //background-color: #5f0b03;
-
    height: 99.5%;
+
        //background-color: #a7a7a7;
-
    background-image: url("https://static.igem.org/mediawiki/2013/1/12/Uppsala2013_Background.png");
+
        //background-image:url('https://static.igem.org/mediawiki/2014/f/fc/Uppsala_igem2014_Camouflage.png');
-
 
+
-
    overflow: auto;
+
-
    repeat-x;   
+
-
}
+
-
/* The code above clears media wikis default code */
+
background-size: 100% 100%;
 +
background-repeat: no-repeat;
 +
background-attachment:fixed;
 +
        width: 100%;
 +
        min-width: 1100px;
 +
border: 0px;
 +
margin: 0px;
 +
padding-left: 0px; */should be set to 0 in alt.1) */
 +
        padding-right: 0px;
 +
padding-bottom: 0px;       
 +
padding-top: 50px;
 +
}
 +
 
 +
html, body, .wrapper { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
background-color: transparent;
 +
}

Latest revision as of 21:27, 6 October 2014

  1. contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
  1. top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/

border: 0 none; height: 14px; z-index: 100; top: 0; position: fixed; width: 975px; left: 50%; margin-left: -487px; }

  1. globalWrapper { /*-- changes default wiki settings --*/

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

  1. content {

background-image:url('https://static.igem.org/mediawiki/2014/7/77/Uppsala2014_PMAiU.jpg');

       //background-color: #5f0b03;
       //background-color: #a7a7a7;
       //background-image:url('https://static.igem.org/mediawiki/2014/f/fc/Uppsala_igem2014_Camouflage.png');

background-size: 100% 100%; background-repeat: no-repeat; background-attachment:fixed;

       width: 100%; 
       min-width: 1100px;

border: 0px; margin: 0px; padding-left: 0px; */should be set to 0 in alt.1) */

       padding-right: 0px;

padding-bottom: 0px; padding-top: 50px; }

html, body, .wrapper { /*-- changes default wiki settings --*/ width: 100%; height: 100%; background-color: transparent; }