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

 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
<style type="text/css">
 
<style type="text/css">
 +
 +
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
  
 
#content  
 
#content  
 
{
 
{
   width:100%
+
   width: 100%;
 +
  border:none;
 
}
 
}
  
Line 11: Line 14:
 
   overflow:hidden;
 
   overflow:hidden;
 
   float:left;
 
   float:left;
   background-color: #fff;  
+
   background-color: white;
 
}
 
}
  
/* PAGE LAYOUT */
+
h1
 +
{
 +
  border-bottom:none;
 +
}
  
 
/* Main elements of the page */
 
/* Main elements of the page */
Line 20: Line 26:
 
body
 
body
 
{
 
{
     background-color: rgba(130,224,22,0.9);
+
     background-color: green;
 
     font-family: 'Trebuchet MS', Arial, sans-serif;
 
     font-family: 'Trebuchet MS', Arial, sans-serif;
 
     color: #181818;
 
     color: #181818;
box-shadow: 0px 5px 10px #1c1a19;
+
margin: 0px;
 
}
 
}
  
Line 29: Line 35:
 
{
 
{
 
     width: 900px;
 
     width: 900px;
     margin: 0px;
+
     margin: auto;
 +
margin-top: 0px;
 
background-color: white;
 
background-color: white;
 
+
box-shadow: 0px 5px 10px #1c1a19;
 
}
 
}
  
Line 43: Line 50:
 
/* Header */
 
/* Header */
  
/*header
+
header
 
{
 
{
    background: url('images/line.png') repeat-x bottom;
+
width: 100%;
}*/
+
background-color: white;
 +
height: 100px;
 +
position: fixed;
 +
z-index: 1;
 +
margin-bottom: 200px;
 +
}
  
 
#main_title
 
#main_title
Line 112: Line 124:
  
 
/* Body */
 
/* Body */
 
section
 
{
 
background: white;
 
margin: 2px;
 
}
 
  
 
article, aside
 
article, aside
Line 130: Line 136:
 
     width: 620px;
 
     width: 620px;
 
     margin-right: 15px;
 
     margin-right: 15px;
 +
}
 +
 +
#2
 +
{
 +
margin: 20px;
 +
}
 +
 +
#overview img
 +
{
 +
float: left;
 
}
 
}
  
 
#photosystem
 
#photosystem
 
{
 
{
    float:left;
+
display: inline-block;
margin-right: 5px;
+
vertical-align: top;
margin-left: 5px;
+
margin-left: 30px;
 +
margin-top: 100px;
 +
}
 +
 
 +
#description
 +
{
 +
display: inline-block;
 +
width: 500px;
 +
margin-top: 150px;
 
}
 
}
  
Line 189: Line 213:
 
#banner_image
 
#banner_image
 
{
 
{
     margin-top: 15px;
+
     margin-top: 0px;
 
margin-left: 180px;
 
margin-left: 180px;
 
     height: 170px;
 
     height: 170px;
Line 198: Line 222:
 
     box-shadow: 0px 4px 4px #1c1a19;
 
     box-shadow: 0px 4px 4px #1c1a19;
 
     margin-bottom: 25px;
 
     margin-bottom: 25px;
 +
clear: both;
 
}
 
}
  
 
#banner_description
 
#banner_description
 
{
 
{
    position: absolute;
+
position: absolute;
 
     bottom: 0;
 
     bottom: 0;
 
     border-radius: 0px 0px 5px 5px;
 
     border-radius: 0px 0px 5px 5px;
Line 241: Line 266:
 
#menu
 
#menu
 
{
 
{
background: none;
+
background: none;
 +
display: block;
 
}
 
}
  
 
#menu aside
 
#menu aside
 
{
 
{
position: relative;
+
/*position: relative;
 
     width: 420px;
 
     width: 420px;
 
     background-color: rgb(17,214,47);
 
     background-color: rgb(17,214,47);
Line 253: Line 279:
 
     padding: 10px;
 
     padding: 10px;
 
     color: white;
 
     color: white;
     font-size: 0.9em;
+
     font-size: 0.9em;*/
 +
margin: 25px;
 
}
 
}
  
Line 321: Line 348:
 
     color: #760001;
 
     color: #760001;
 
}
 
}
 
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 02:40, 20 July 2015