Template:AboutMenu: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<html>
<html>
<style>
<style>
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
.menu-list ul
.menu-list ul
{
{
text-align: center;
text-align: center;
font-family: ubuntu;
font-family: 'Ubuntu', ubuntu, sans-serif;
margin: 0;
margin: 0;
}
.menu-list ul li ul a
{
color: #888;
}
.menu-list ul li ul a:hover
{
color: #000;
text-decoration: none;
font-weight: bold;
}
}


Line 12: Line 25:
display: inline-block;
display: inline-block;
text-align: center;
text-align: center;
width: 135px; /*6%;*/
width: 125px; /*6%;*/
margin-right: 10px;
vertical-align: top;
vertical-align: top;
position: relative;
position: relative;
padding-bottom: 12px;
}
}


Line 21: Line 36:
display: none;
display: none;
position: absolute;
position: absolute;
top: 90px;
top: 98px;
width: 100%;
width: 100%;
background-color: #fff;
background-color: #fff;
font-family: arial;
font-family: arial;
box-shadow: 2px 2px 6px #aaa;
border: 1px solid #aaa;
border: 1px solid #999;
padding: 9px 0;
}
}



Latest revision as of 19:36, 16 December 2012