diff onlypaths/theme/css/date-picker.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/date-picker.css	Sun Jan 31 12:33:33 2010 -0500
     1.3 @@ -0,0 +1,247 @@
     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-date-picker {
    1.13 +    border: 1px solid #1b376c;
    1.14 +    border-top:0 none;
    1.15 +    background:#fff;
    1.16 +	position:relative;
    1.17 +}
    1.18 +.x-date-picker a {
    1.19 +    -moz-outline:0 none;
    1.20 +    outline:0 none;
    1.21 +}
    1.22 +.x-date-inner, .x-date-inner td, .x-date-inner th{
    1.23 +    border-collapse:separate;
    1.24 +}
    1.25 +.x-date-middle,.x-date-left,.x-date-right {
    1.26 +	background: url(../images/default/shared/hd-sprite.gif) repeat-x 0 -83px;
    1.27 +	color:#FFF;
    1.28 +	font:bold 11px "sans serif", tahoma, verdana, helvetica;
    1.29 +	overflow:hidden;
    1.30 +}
    1.31 +
    1.32 +.x-date-middle .x-btn-left,.x-date-middle .x-btn-center,.x-date-middle .x-btn-right{
    1.33 +	background:transparent !important;
    1.34 +    vertical-align:middle;
    1.35 +}
    1.36 +.x-date-middle .x-btn .x-btn-text {
    1.37 +    color:#fff;
    1.38 +}
    1.39 +.x-date-middle .x-btn-with-menu  .x-btn-center em {
    1.40 +    background:transparent url(../images/default/toolbar/btn-arrow-light.gif) no-repeat right 0;
    1.41 +}
    1.42 +.x-date-right, .x-date-left {
    1.43 +    width:18px;
    1.44 +}
    1.45 +.x-date-right{
    1.46 +    text-align:right;
    1.47 +}
    1.48 +.x-date-middle {
    1.49 +    padding-top:2px;padding-bottom:2px;
    1.50 +    width:130px; /* FF3 */
    1.51 +}
    1.52 +.x-date-right a, .x-date-left a{
    1.53 +    display:block;
    1.54 +    width:16px;
    1.55 +	height:16px;
    1.56 +	background-position: center;
    1.57 +	background-repeat: no-repeat;
    1.58 +	cursor:pointer;
    1.59 +    -moz-opacity: 0.6;
    1.60 +    opacity:.6;
    1.61 +    filter: alpha(opacity=60);
    1.62 +}
    1.63 +.x-date-right a:hover, .x-date-left a:hover{
    1.64 +    -moz-opacity: 1;
    1.65 +    opacity:1;
    1.66 +    filter: alpha(opacity=100);
    1.67 +}
    1.68 +.x-date-right a {
    1.69 +    background-image: url(../images/default/shared/right-btn.gif);
    1.70 +    margin-right:2px;
    1.71 +    text-decoration:none !important;
    1.72 +}
    1.73 +.x-date-left a{
    1.74 +	background-image: url(../images/default/shared/left-btn.gif);
    1.75 +    margin-left:2px;
    1.76 +    text-decoration:none !important;
    1.77 +}
    1.78 +table.x-date-inner {
    1.79 +    width:100%;
    1.80 +    table-layout:fixed;
    1.81 +}
    1.82 +.x-date-inner th {
    1.83 +    width:25px;
    1.84 +}
    1.85 +.x-date-inner th {
    1.86 +    background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;
    1.87 +    text-align:right !important;
    1.88 +	border-bottom: 1px solid #a3bad9;
    1.89 +    font:normal 10px arial, helvetica,tahoma,sans-serif;
    1.90 +	color:#233d6d;
    1.91 +	cursor:default;
    1.92 +    padding:0;
    1.93 +    border-collapse:separate;
    1.94 +}
    1.95 +.x-date-inner th span {
    1.96 +    display:block;
    1.97 +    padding:2px;
    1.98 +    padding-right:7px;
    1.99 +}
   1.100 +.x-date-inner td {
   1.101 +    border: 1px solid #fff;
   1.102 +	text-align:right;
   1.103 +    padding:0;
   1.104 +}
   1.105 +.x-date-inner a {
   1.106 +    padding:2px 5px;
   1.107 +    display:block;
   1.108 +    font:normal 11px arial, helvetica,tahoma,sans-serif;
   1.109 +	text-decoration:none;
   1.110 +    color:black;
   1.111 +    text-align:right;
   1.112 +    zoom:1;
   1.113 +}
   1.114 +.x-date-inner .x-date-active{
   1.115 +	cursor:pointer;
   1.116 +	color:black;
   1.117 +}
   1.118 +.x-date-inner .x-date-selected a{
   1.119 +	background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;
   1.120 +	border:1px solid #8db2e3;
   1.121 +   padding:1px 4px;
   1.122 +}
   1.123 +.x-date-inner .x-date-today a{
   1.124 +	border: 1px solid darkred;
   1.125 +    padding:1px 4px;
   1.126 +}
   1.127 +.x-date-inner .x-date-selected span{
   1.128 +    font-weight:bold;
   1.129 +}
   1.130 +.x-date-inner .x-date-prevday a,.x-date-inner .x-date-nextday a {
   1.131 +	color:#aaaaaa;
   1.132 +    text-decoration:none !important;
   1.133 +}
   1.134 +.x-date-bottom {
   1.135 +    padding:4px;
   1.136 +    border-top: 1px solid #a3bad9;
   1.137 +    background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;
   1.138 +}
   1.139 +
   1.140 +.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover{
   1.141 +    text-decoration:none !important;
   1.142 +    color:black;
   1.143 +    background: #ddecfe;
   1.144 +}
   1.145 +
   1.146 +.x-date-inner .x-date-disabled a {
   1.147 +	cursor:default;
   1.148 +	background:#eeeeee;
   1.149 +	color:#bbbbbb;
   1.150 +}
   1.151 +.x-date-mmenu{
   1.152 +    background:#eeeeee !important;
   1.153 +}
   1.154 +.x-date-mmenu .x-menu-item {
   1.155 +	font-size:10px;
   1.156 +	padding:1px 24px 1px 4px;
   1.157 +	white-space: nowrap;
   1.158 +	color:#000;
   1.159 +}
   1.160 +.x-date-mmenu .x-menu-item .x-menu-item-icon {
   1.161 +    width:10px;height:10px;margin-right:5px;
   1.162 +    background-position:center -4px !important;
   1.163 +}
   1.164 +
   1.165 +.x-date-mp {
   1.166 +	position:absolute;
   1.167 +	left:0;
   1.168 +	top:0;
   1.169 +	background:white;
   1.170 +	display:none;
   1.171 +}
   1.172 +.x-date-mp td {
   1.173 +    padding:2px;
   1.174 +	font:normal 11px arial, helvetica,tahoma,sans-serif;
   1.175 +}
   1.176 +td.x-date-mp-month,td.x-date-mp-year,td.x-date-mp-ybtn {
   1.177 +   border: 0 none;
   1.178 +	text-align:center;
   1.179 +	vertical-align: middle;
   1.180 +	width:25%;
   1.181 +}
   1.182 +.x-date-mp-ok {
   1.183 +	margin-right:3px;
   1.184 +}
   1.185 +.x-date-mp-btns button {
   1.186 +	text-decoration:none;
   1.187 +	text-align:center;
   1.188 +	text-decoration:none !important;
   1.189 +	background:#083772;
   1.190 +	color:white;
   1.191 +	border:1px solid;
   1.192 +	border-color: #3366cc #000055 #000055 #3366cc;
   1.193 +	padding:1px 3px 1px;
   1.194 +	font:normal 11px arial, helvetica,tahoma,sans-serif;
   1.195 +	cursor:pointer;
   1.196 +}
   1.197 +.x-date-mp-btns {
   1.198 +	background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;
   1.199 +}
   1.200 +.x-date-mp-btns td {
   1.201 +	border-top: 1px solid #c5d2df;
   1.202 +   text-align:center;
   1.203 +}
   1.204 +td.x-date-mp-month a,td.x-date-mp-year a {
   1.205 +	display:block;
   1.206 +	padding:2px 4px;
   1.207 +	text-decoration:none;
   1.208 +	text-align:center;
   1.209 +	color:#15428b;
   1.210 +}
   1.211 +
   1.212 +td.x-date-mp-month a:hover,td.x-date-mp-year a:hover {
   1.213 +	color:#15428b;
   1.214 +	text-decoration:none;
   1.215 +	cursor:pointer;
   1.216 +	background: #ddecfe;
   1.217 +}
   1.218 +
   1.219 +td.x-date-mp-sel a {
   1.220 +	padding:1px 3px;
   1.221 +	background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;
   1.222 +	border:1px solid #8db2e3;
   1.223 +}
   1.224 +.x-date-mp-ybtn a {
   1.225 +    overflow:hidden;
   1.226 +    width:15px;
   1.227 +    height:15px;
   1.228 +    cursor:pointer;
   1.229 +    background:transparent url(../images/default/panel/tool-sprites.gif) no-repeat;
   1.230 +    display:block;
   1.231 +    margin:0 auto;
   1.232 +}
   1.233 +.x-date-mp-ybtn a.x-date-mp-next {
   1.234 +    background-position:0 -120px;
   1.235 +}
   1.236 +.x-date-mp-ybtn a.x-date-mp-next:hover {
   1.237 +    background-position:-15px -120px;
   1.238 +}
   1.239 +.x-date-mp-ybtn a.x-date-mp-prev {
   1.240 +    background-position:0 -105px;
   1.241 +}
   1.242 +.x-date-mp-ybtn a.x-date-mp-prev:hover {
   1.243 +    background-position:-15px -105px;
   1.244 +}
   1.245 +.x-date-mp-ybtn {
   1.246 +   text-align:center;
   1.247 +}
   1.248 +td.x-date-mp-sep {
   1.249 +   border-right:1px solid #c5d2df;
   1.250 +}
   1.251 \ No newline at end of file