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

 
(8 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
{
 
{
 
   width: 100%;
 
   width: 100%;
border:none;
+
  border:none;
 
}
 
}
  
Line 14: Line 14:
 
   overflow:hidden;
 
   overflow:hidden;
 
   float:left;
 
   float:left;
   background-color: #fff;  
+
   background-color: white;
 
}
 
}
 +
 
h1
 
h1
 
{
 
{
 
   border-bottom:none;
 
   border-bottom:none;
 
}
 
}
 +
 
/* Main elements of the page */
 
/* Main elements of the page */
  
Line 27: Line 29:
 
     font-family: 'Trebuchet MS', Arial, sans-serif;
 
     font-family: 'Trebuchet MS', Arial, sans-serif;
 
     color: #181818;
 
     color: #181818;
 +
margin: 0px;
 
}
 
}
  
Line 33: Line 36:
 
     width: 900px;
 
     width: 900px;
 
     margin: auto;
 
     margin: auto;
 +
margin-top: 0px;
 
background-color: white;
 
background-color: white;
 
box-shadow: 0px 5px 10px #1c1a19;
 
box-shadow: 0px 5px 10px #1c1a19;
Line 46: 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 115: Line 124:
  
 
/* Body */
 
/* Body */
 
#band section
 
{
 
background: white;
 
margin: 2px;
 
}
 
  
 
article, aside
 
article, aside
Line 133: 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 192: Line 213:
 
#banner_image
 
#banner_image
 
{
 
{
     margin-top: 15px;
+
     margin-top: 0px;
 
margin-left: 180px;
 
margin-left: 180px;
 
     height: 170px;
 
     height: 170px;
Line 201: 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 244: 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 256: Line 279:
 
     padding: 10px;
 
     padding: 10px;
 
     color: white;
 
     color: white;
     font-size: 0.9em;
+
     font-size: 0.9em;*/
 +
margin: 25px;
 
}
 
}
  

Latest revision as of 02:40, 20 July 2015