diff onlypaths/theme/css/menu.css @ 46:26c2b3ad21c7 laserkard

[svn r47] saving progresswww.cinemassacre.com/new/?page_id=30
author rlm
date Sun, 31 Jan 2010 12:33:33 -0500
parents
children
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/onlypaths/theme/css/menu.css	Sun Jan 31 12:33:33 2010 -0500
     1.3 @@ -0,0 +1,135 @@
     1.4 +/*
     1.5 + * Ext JS Library 2.1
     1.6 + * Copyright(c) 2006-2008, Ext JS, LLC.
     1.7 + * licensing@extjs.com
     1.8 + * 
     1.9 + * http://extjs.com/license
    1.10 + */
    1.11 +
    1.12 +.x-menu {
    1.13 +	border: 1px solid #718bb7;
    1.14 +	z-index: 15000;
    1.15 +	zoom: 1;
    1.16 +	background: #f0f0f0 url(../images/default/menu/menu.gif) repeat-y;
    1.17 +	padding: 2px;
    1.18 +}
    1.19 +.x-menu a {
    1.20 +    text-decoration: none !important;
    1.21 +}
    1.22 +.ext-ie .x-menu {
    1.23 +    zoom:1;
    1.24 +    overflow:hidden;
    1.25 +}
    1.26 +.x-menu-list{
    1.27 +	background:transparent;
    1.28 +	border:0 none;
    1.29 +}
    1.30 +.x-menu li{
    1.31 +	line-height:100%;
    1.32 +}
    1.33 +.x-menu li.x-menu-sep-li{
    1.34 +	font-size:1px;
    1.35 +	line-height:1px;
    1.36 +}
    1.37 +.x-menu-list-item{
    1.38 +	font:normal 11px tahoma,arial, sans-serif;
    1.39 +    white-space: nowrap;
    1.40 +    -moz-user-select: none;
    1.41 +	-khtml-user-select: none;
    1.42 +	display:block;
    1.43 +	padding:1px;
    1.44 +}
    1.45 +.x-menu-item-arrow{
    1.46 +	background:transparent url(../images/default/menu/menu-parent.gif) no-repeat right;
    1.47 +}
    1.48 +.x-menu-sep {
    1.49 +	display:block;
    1.50 +	font-size:1px;
    1.51 +	line-height:1px;
    1.52 +	margin: 2px 3px;
    1.53 +    background-color:#e0e0e0;
    1.54 +	border-bottom:1px solid #fff;
    1.55 +    overflow:hidden;
    1.56 +}
    1.57 +.x-menu-focus {
    1.58 +	position:absolute;
    1.59 +	left:0;
    1.60 +	top:-5px;
    1.61 +	width:0;
    1.62 +	height:0;
    1.63 +    line-height:1px;
    1.64 +}
    1.65 +.x-menu a.x-menu-item {
    1.66 +	display:block;
    1.67 +	line-height:16px;
    1.68 +	padding:3px 21px 3px 3px;
    1.69 +	white-space: nowrap;
    1.70 +	text-decoration:none;
    1.71 +	color:#222;
    1.72 +	-moz-outline: 0 none;
    1.73 +	outline: 0 none;
    1.74 +	cursor:pointer;
    1.75 +}
    1.76 +.x-menu-item-active {
    1.77 +	background: #ebf3fd url(../images/default/menu/item-over.gif) repeat-x left bottom;
    1.78 +	border:1px solid #aaccf6;
    1.79 +	padding: 0;
    1.80 +}
    1.81 +.x-menu-item-active a.x-menu-item {
    1.82 +    color: #233d6d;
    1.83 +}
    1.84 +
    1.85 +.x-menu-item-icon {
    1.86 +	border: 0 none;
    1.87 +	height: 16px;
    1.88 +	padding: 0;
    1.89 +	vertical-align: top;
    1.90 +	width: 16px;
    1.91 +	margin: 0 8px 0 0;
    1.92 +   background-position:center;
    1.93 +}
    1.94 +
    1.95 +.x-menu-check-item .x-menu-item-icon{
    1.96 +	background: transparent url(../images/default/menu/unchecked.gif) no-repeat center;
    1.97 +}
    1.98 +
    1.99 +.x-menu-item-checked .x-menu-item-icon{
   1.100 +	background-image:url(../images/default/menu/checked.gif);
   1.101 +}
   1.102 +.x-menu-group-item .x-menu-item-icon{
   1.103 +	background: transparent;
   1.104 +}
   1.105 +
   1.106 +.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
   1.107 +    background: transparent url(../images/default/menu/group-checked.gif) no-repeat center;
   1.108 +}
   1.109 +
   1.110 +.x-menu-plain {
   1.111 +	background:#fff !important;
   1.112 +}
   1.113 +.x-menu-date-item{
   1.114 +	padding:0;
   1.115 +}
   1.116 +
   1.117 +.x-menu .x-color-palette, .x-menu .x-date-picker{
   1.118 +    margin-left: 26px;
   1.119 +	 margin-right:4px;
   1.120 +}
   1.121 +.x-menu .x-date-picker{
   1.122 +    border:1px solid #a3bad9;
   1.123 +    margin-top:2px;
   1.124 +    margin-bottom:2px;
   1.125 +}
   1.126 +.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
   1.127 +	 margin: 0;
   1.128 +	 border: 0 none;
   1.129 +}
   1.130 +.x-date-menu {
   1.131 +   padding:0 !important;
   1.132 +}
   1.133 +
   1.134 +.x-cycle-menu .x-menu-item-checked {
   1.135 +    border:1px dotted #a3bae9 !important;
   1.136 +    background:#DFE8F6;
   1.137 +	padding:0;
   1.138 +}