mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8985 201d5d3c-b55e-5fd7-737f-ddc643e51545
10 lines
631 B
CSS
10 lines
631 B
CSS
@charset "utf-8";
|
|
/* NHN (developers@xpressengine.com) */
|
|
/* Popup Menu Area */
|
|
#popup_menu_area{position:absolute;background:#fff;border:1px solid #e9e9e9;border-radius:5px;padding:10px;line-height:1.3;box-shadow:0 0 6px #666;-moz-box-shadow:0 0 6px #666;-webkit-box-shadow:0 0 6px #666;filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135, strength=5)}
|
|
#popup_menu_area ul{list-style:none;margin:0;padding:0}
|
|
#popup_menu_area li{margin:0;padding:0}
|
|
#popup_menu_area a{text-decoration:none;color:#333}
|
|
#popup_menu_area a:hover,
|
|
#popup_menu_area a:avtive,
|
|
#popup_menu_area a:focus{text-decoration:underline}
|