/gespac/css/dropdown/default.css
http://gespac.googlecode.com/ · CSS · 82 lines · 32 code · 19 blank · 31 comment · 0 complexity · 04a2119079c0f8a2151dcf4ca645669a MD5 · raw file
- @charset "UTF-8";
-
- /**
- * Default CSS Drop-Down Menu Theme
- *
- * @file default.css
- * @name Default
- * @version 0.1.1
- * @type transitional
- * @browsers Windows: IE5+, Opera7+, Firefox1+
- * Mac OS: Safari2+, Firefox2+
- *
- * @link http://www.lwis.net/
- * @copyright 2008 Live Web Institute. All Rights Reserved.
- *
- * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
- * Expected directory tag - li
- *
- */
-
-
- /*-------------------------------------------------/
- * @section Base Drop-Down Styling
- * @structure ul (unordered list)
- * ul li (list item)
- * ul li a (links)
- * /*\.class|(li|a):hover/
- * @level sep ul
- */
-
-
- ul.dropdown {
- font-weight: bold;
- }
-
- ul.dropdown li {
- border-style: solid;
- border-width: 0 0 1px 0;
- }
-
- li.item:hover{
- background-color: #eee;
- color: #000;
- }
-
- ul.dropdown a:link,
- ul.dropdown a:visited { color: #000; text-decoration: none; }
- ul.dropdown a:hover { color: #000; }
- ul.dropdown a:active { color: #ffa500; }
-
-
- /* -- level mark -- */
-
- ul.dropdown ul {
- width: 150px;
- margin-top: 1px;
- }
-
- ul.dropdown ul li {
- font-weight: normal;
- }
-
-
-
- /*-------------------------------------------------/
- * @section Support Class `dir`
- * @level sep ul, .class
- */
-
-
- ul.dropdown *.dir {
- background-position: 100% 50%;
- background-repeat: no-repeat;
- }
-
- /* -- Components override -- */
-
- ul.dropdown-horizontal ul *.dir {
- padding-right: 15px;
- background-position: 100% 50%;
- background-repeat: no-repeat;
- }