Difference between revisions of "Template:Macquarie Australia/CSStemplate"

(Created page with "<html> <style type="text/css"> version checker css for homepage: body { color: #0000F3; background-color: #FFFFFF; background-image: url("https://2015.igem.org/Fil...")
 
Line 1: Line 1:
 
<html>
 
<html>
 +
 +
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear { /*-- hides default wiki settings --*/
 +
display: none;
 +
}
 +
 +
#content { /* Removes the standard wiki black border */
 +
border:none;
 +
/* padding: 0px 0px 0px 0px; */
 +
}
 +
 
<style type="text/css">
 
<style type="text/css">
  

Revision as of 06:02, 20 August 2015

#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear { /*-- hides default wiki settings --*/ display: none; } #content { /* Removes the standard wiki black border */ border:none; /* padding: 0px 0px 0px 0px; */ }