Difference between revisions of "Template:Example2"

(proofreading for unclosed tags, etc)
Line 1: Line 1:
 +
 
<!-- Declare that you are going to use html code instead of wiki code -->
 
<!-- Declare that you are going to use html code instead of wiki code -->
 
<html>
 
<html>
Line 4: Line 5:
 
<!-- Start of CSS-->
 
<!-- Start of CSS-->
 
<style type="text/css">
 
<style type="text/css">
 
/* WIKI SETTINGS*/
 
 
/* Remove footer, catlinks and logos */
 
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear, .firstHeading {
 
display: none;
 
}
 
 
/* Set up a width, height and color of the body wrapper*/
 
body {
 
width: 100%;
 
height: 100%;
 
background-color: #fff;
 
}
 
 
/*-- Make page full width and remove borders */
 
#globalWrapper, #content {
 
width: 100%;
 
height: 100%;
 
border: 0px;
 
background-color: transparent;
 
margin: 0px;
 
padding: 0px;
 
}
 
 
/*Clear wiki default settings for the top part of the wiki page */
 
#top-section {
 
border: 0 none;
 
height: 14px;
 
z-index: 100;
 
top: 0;
 
position: fixed;
 
width: 100%;
 
margin:auto;
 
}
 
 
/*left align Black Menu Bar */
 
#top_menu_inside {
 
margin-left: 20px;
 
}
 
 
 
  
 
/* PAGE LAYOUT */
 
/* PAGE LAYOUT */

Revision as of 19:00, 27 March 2015