Difference between revisions of "Template:CSS UCL5"
Superjack15 (Talk | contribs) |
Superjack15 (Talk | contribs) (Undo revision 135427 by Superjack15 (talk)) |
||
Line 481: | Line 481: | ||
margin-top:5px | margin-top:5px | ||
z-index:99999; | z-index:99999; | ||
+ | } | ||
+ | .menu-items {display: inline-block; | ||
+ | width: 100%; | ||
+ | text-align: right; | ||
+ | position:fixed; | ||
+ | top:19px; | ||
+ | z-index:99998; | ||
+ | right: 2%; | ||
+ | } | ||
+ | |||
+ | @media(max-width: 463px){ | ||
+ | .menu-items {margin-top: 10px; } | ||
} | } | ||
Line 717: | Line 729: | ||
margin-right: 10px; | margin-right: 10px; | ||
margin-left: 10px; | margin-left: 10px; | ||
− | margin-top: | + | margin-top: 2px; |
letter-spacing: 1.1px; | letter-spacing: 1.1px; | ||
+ | height: 30px; | ||
} | } | ||
− | |||
− | |||
− | + | .menu-items li:hover ul, .menu-items li.hover ul{ | |
+ | /*position: absolute;*/ | ||
+ | display: inline; | ||
+ | left: 0; | ||
+ | /*width:80%*/ | ||
+ | /*margin:0*/ | ||
+ | padding: 0;} | ||
+ | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
.menu-items li ul { | .menu-items li ul { | ||
display:none; | display:none; | ||
position:absolute; | position:absolute; | ||
− | top: | + | top:26px; |
} | } | ||
.menu-items li ul li{ | .menu-items li ul li{ | ||
clear:both; | clear:both; | ||
− | + | text-align: left; | |
− | text-align: | + | |
− | + | ||
− | + | ||
padding: 2px; | padding: 2px; | ||
− | |||
− | |||
− | |||
opacity:0.95; | opacity:0.95; | ||
+ | width: auto; | ||
} | } | ||
.menu-items li ul li a { | .menu-items li ul li a { | ||
− | color: # | + | color: #22343C; |
− | font-size: | + | font-size: 15px; |
} | } | ||
.menu-items li ul li a:hover { | .menu-items li ul li a:hover { | ||
− | color: # | + | color: #FE6C68; |
} | } | ||
.menu-items a { | .menu-items a { | ||
− | color: # | + | color: #22343C; |
text-decoration: none; | text-decoration: none; | ||
− | font-family: Raleway; | + | font-family: Raleway; |
} | } | ||
Revision as of 14:55, 27 August 2015