Difference between revisions of "Template:Sydney Australia"

Line 6: Line 6:
 
<!-- Start of CSS-->
 
<!-- Start of CSS-->
 
<style type="text/css">
 
<style type="text/css">
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
/* WIKI SETTINGS*/
 +
 +
/* Hide first heading */
 +
.firstHeading {
 +
display: none;
 +
}
 +
 +
/*-- Remove borders, float content left and remove padding/margin */
 +
#globalWrapper, #content{
 +
background-color: transparent;
 +
border: 0px;
 +
margin:0 auto;
 +
 +
padding: 0px;
 +
}
 +
 +
/*left align Black Menu Bar */
 +
#top_menu_inside {
 +
margin-left: 20px;
 +
}
 +
 +
nav ul ul {
 +
display: none;
 +
 +
}
 +
 +
nav ul li:hover > ul {
 +
display: block;
 +
}
 +
 +
 +
nav {
 +
margin: 0 auto;
 +
text-align:center;
 +
}
 +
nav ul {
 +
 +
background: #efefef;
 +
background: linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
 +
background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
 +
background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
 +
box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
 +
padding: 0 0px;
 +
border-radius: 0px; 
 +
list-style: none;
 +
position: fixed;
 +
display: inline-block;
 +
 +
   
 +
    top: 14px;
 +
}
 +
nav ul:after {
 +
content: ""; clear: both; display: block;
 +
}
 +
 +
 +
nav ul li {
 +
float: left;
 +
}
 +
nav ul li:hover {
 +
background: #4b545f;
 +
background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
 +
background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
 +
background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
 +
}
 +
nav ul li:hover a {
 +
color: #fff;
 +
}
 +
 +
nav ul li a {
 +
display: block; padding: 15px 25px;
 +
color: #757575; text-decoration: none;
 +
}
 +
 +
nav ul ul {
 +
background: #5f6975; border-radius: 0px; padding: 0;
 +
position: absolute; top: 90%;
 +
}
 +
nav ul ul li {
 +
float: none;
 +
border-top: 1px solid #6b727c;
 +
border-bottom: 1px solid #575f6a;
 +
position: relative;
 +
}
 +
nav ul ul li a {
 +
padding: 5px 20px;
 +
color: #fff;
 +
}
 +
nav ul ul li a:hover {
 +
background: #4b545f;
 +
}
 +
 +
 +
nav ul ul ul {
 +
position: absolute left: 30%; top:-15;
 +
}
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
  
 
/* PAGE LAYOUT */
 
/* PAGE LAYOUT */
Line 266: Line 392:
 
</ul>
 
</ul>
 
</div>
 
</div>
 +
 +
 +
 +
 +
 +
<nav>
 +
<ul>
 +
<li><a href="#">Home</a></li>
 +
<li><a href="#">Tutorials</a>
 +
<ul>
 +
<li><a href="#">Photoshop</a></li>
 +
<li><a href="#">Illustrator</a></li>
 +
<li><a href="#">Web Design</a>
 +
<ul>
 +
<li><a href="#">HTML</a></li>
 +
<li><a href="#">CSS</a></li>
 +
</ul>
 +
</li>
 +
</ul>
 +
</li>
 +
<li><a href="#">Articles</a>
 +
<ul>
 +
<li><a href="#">Web Design</a></li>
 +
<li><a href="#">User Experience</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="#">Inspiration</a></li>
 +
</ul>
 +
</nav>
 +
 +
 +
 +
 
<!-- End of menu  -->
 
<!-- End of menu  -->
  

Revision as of 11:36, 21 July 2015