Template:AboutMenu: Difference between revisions
Jump to navigation
Jump to search
Jacob Dalton (talk | contribs) No edit summary |
Jacob Dalton (talk | contribs) No edit summary |
||
(8 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: | 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: | top: 98px; | ||
width: 100%; | width: 100%; | ||
background-color: #fff; | background-color: #fff; | ||
font-family: arial; | font-family: arial; | ||
border: 1px solid #aaa; | |||
padding: 9px 0; | |||
} | } | ||
Line 46: | Line 63: | ||
} | } | ||
.menu-text:hover | |||
{ | |||
text-decoration: none; | |||
} | |||
/* hover menu effect */ | /* hover menu effect */ | ||
.over | .over |
Latest revision as of 19:36, 16 December 2012