-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathlistmenu.css
More file actions
39 lines (30 loc) · 1.94 KB
/
listmenu.css
File metadata and controls
39 lines (30 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/*
STYLE SHEET FOR IHWY JQUERY LISTMENU PLUGIN V 1.0, 3/2/2009
For more information, visit http://www.ihwy.com/Labs/jquery-listmenu-plugin.aspx
*/
/* default styling example
----------------------------------------------------------------- */
.lm-wrapper { margin:0; padding:0; }
.lm-wrapper .lm-letters { overflow:hidden; }
* html .lm-wrapper .lm-letters { zoom:1; } /* for IE6 so that menu appears under letters */
.lm-wrapper .lm-letters a { font-size:0.9em; display:block; float:left; padding:2px 11px; border:1px solid silver; border-right:none; text-decoration:none; }
.lm-wrapper .lm-letters a:hover,
.lm-wrapper .lm-letters a.lm-selected { background-color:#eaeaea; }
.lm-wrapper .lm-letters a.lm-disabled { color:#ccc; }
.lm-wrapper .lm-letters a.lm-last { border-right:1px solid silver; }
.lm-wrapper .lm-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#336699; }
.lm-wrapper .lm-menu { border:1px solid silver; border-top:1px solid silver; padding:15px; z-index:10; position:absolute; margin-top:-1px; background:#ffc; display:none; }
.lm-wrapper .lm-menu ul li { list-style-type:none; margin-bottom:5px; font-size:0.9em }
.lm-wrapper .lm-menu ol li { margin-left:15px; }
.lm-wrapper .lm-menu .lm-no-match { color:green; }
.lm-wrapper .lm-menu a { text-decoration:none; }
.lm-wrapper .lm-menu a:hover { text-decoration:underline; }
.lm-wrapper .lm-menu .lm-submenu { overflow:hidden; }
/* extra styling for some of the specific demos
------------------------------------------------------------------ */
#demo5-menu .lm-menu div div div div { border:1px solid silver; padding:5px; margin-bottom:1em; }
#demo5-menu .lm-menu div div div a { display:block; margin-bottom:1em; }
#demo5-menu .lm-menu div div div p.subtitle { font-weight:bold; color:blue; }
#demo6-menu .lm-menu ul li { border:1px solid silver; padding:5px; }
#demo6-menu .lm-menu ul li a { font-weight:bold; }
#demo6-menu .lm-menu ul li p { padding-bottom:0; }