first commit
This commit is contained in:
@@ -0,0 +1,65 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
/**
|
||||
* Default Advanced CSS Drop-Down Menu Theme
|
||||
*
|
||||
* @file default.advanced.css
|
||||
* @name Default
|
||||
* @version 0.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.
|
||||
*
|
||||
*/
|
||||
|
||||
@import "default.css";
|
||||
|
||||
|
||||
/*-------------------------------------------------/
|
||||
* @section Base Style Extension
|
||||
*/
|
||||
|
||||
ul.dropdown li a {
|
||||
display: block;
|
||||
padding: 7px 10px;
|
||||
}
|
||||
|
||||
|
||||
/*-------------------------------------------------/
|
||||
* @section Base Style Override
|
||||
*/
|
||||
|
||||
ul.dropdown li {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
/*-------------------------------------------------/
|
||||
* @section Base Style Reinitiate: post-override activities
|
||||
*/
|
||||
|
||||
ul.dropdown li.dir {
|
||||
padding: 7px 20px 7px 10px;
|
||||
}
|
||||
|
||||
ul.dropdown ul li.dir {
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
|
||||
/*-------------------------------------------------/
|
||||
* @section Custom
|
||||
*/
|
||||
|
||||
ul.dropdown ul a {
|
||||
width: 129px;
|
||||
}
|
||||
|
||||
ul.dropdown ul a:hover {}
|
||||
|
||||
ul.dropdown ul a.dir {
|
||||
width: 124px;
|
||||
}
|
||||
Reference in New Issue
Block a user