diff onlypaths/css/me.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/css/me.css	Sun Jan 31 12:33:33 2010 -0500
     1.3 @@ -0,0 +1,293 @@
     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 +html, body {           overflow:hidden;
    1.12 +        height:100%;  
    1.13 + }
    1.14 +#me-container{
    1.15 +       position:relative;
    1.16 +    left:0px;
    1.17 +    top:0px;
    1.18 +           margin:0;
    1.19 +        padding:0;
    1.20 +        border:0 none;
    1.21 +        
    1.22 +        font-size:9px;
    1.23 +	background-color:#ccccdd !important;
    1.24 +        font-family:helvetica,tahoma,verdana,sans-serif;   
    1.25 +
    1.26 +}
    1.27 +#divformfill{
    1.28 +    position:absolute;
    1.29 +    left:53px;
    1.30 +    top:0px;
    1.31 +    width:50px; 
    1.32 +    height:240px;
    1.33 +    padding-top:0px;
    1.34 +    padding-left:0px;
    1.35 +    font-size:8px;
    1.36 +    border:0px solid #6593cf;
    1.37 +    padding:2px; 
    1.38 +    visibility:hidden;
    1.39 +} 
    1.40 +#divformstroke{
    1.41 +    position:absolute;
    1.42 +    left:53px;
    1.43 +    top:115px;
    1.44 +    width:50px; 
    1.45 +    height:240px;
    1.46 +    padding-top:0px;
    1.47 +    padding-left:0px;
    1.48 +    font-size:9px;
    1.49 +    border:0px solid #6593cf;
    1.50 +    padding:0px; 
    1.51 +    visibility:hidden;
    1.52 +}
    1.53 +.field {
    1.54 +  margin:1px;
    1.55 +  padding:1px;
    1.56 +  font-size:9px;
    1.57 +  vertical-align: middle;
    1.58 +  width:50px; 
    1.59 +
    1.60 +}
    1.61 + 
    1.62 +.loading-indicator {
    1.63 +    font-size:8pt;
    1.64 +    background-image:url('theme/images/loading.gif');
    1.65 +    background-repeat: no-repeat;
    1.66 +    background-position:top left;
    1.67 +    padding-left:20px;
    1.68 +	height:18px;
    1.69 +	text-align:left;
    1.70 +}    
    1.71 + #loading-mask {
    1.72 +    width:100%;
    1.73 +    height:100%;
    1.74 +    background:#000033;
    1.75 +    position:absolute;
    1.76 +    left:0;
    1.77 +    top:0;
    1.78 +	
    1.79 +    }
    1.80 +#loading{
    1.81 +	position:absolute;
    1.82 +	left:45%;
    1.83 +	top:40%;
    1.84 +	border:1px solid #3333cf;
    1.85 +	padding:2px;
    1.86 +	background:#000033;
    1.87 +	width:150px;
    1.88 +	text-align:center;
    1.89 +	z-index:20001;
    1.90 +}
    1.91 +#loading .loading-indicator{
    1.92 +	border:1px solid #a3bad9;
    1.93 +	background:white url('') repeat-x;
    1.94 +	color:#003366;
    1.95 +	font:bold 13px tahoma,arial,helvetica;
    1.96 +	padding:10px;
    1.97 +	margin:0;
    1.98 +}
    1.99 +#fill-me{ 
   1.100 +    width:50px; 
   1.101 +    height:100px;
   1.102 +    padding-top:0px;  
   1.103 +    padding-left:0px;
   1.104 +    position:relative;
   1.105 +    left:0px;
   1.106 +    top:0px;
   1.107 +    border-style:solid;
   1.108 +    border-width:0px;
   1.109 +    border-color:#000000; 
   1.110 +    font-size:9px;
   1.111 +   font-family:helvetica,tahoma,verdana,sans-serif;   
   1.112 +    overflow: hidden;
   1.113 +      
   1.114 +}
   1.115 +#fill-square{
   1.116 +    width:20px; 
   1.117 +    height:10px;
   1.118 +    padding-top:0px;  
   1.119 +    padding-left:0px;
   1.120 +    font-size:7px; 
   1.121 +    border-width: 2px;
   1.122 +    
   1.123 +} 
   1.124 +#stroke-me{
   1.125 +    width:50px; 
   1.126 +    height:140px;
   1.127 +    padding-top:0px;
   1.128 +    padding-left:0px;
   1.129 +    position:relative; 
   1.130 +    left:0px;
   1.131 +    top:0px;
   1.132 +    border-style:solid;
   1.133 +    border-width:0px;
   1.134 +    border-color:#000000;   
   1.135 +       font-size:9px;
   1.136 +   font-family:helvetica,tahoma,verdana,sans-serif;   
   1.137 +    overflow: hidden;
   1.138 +}
   1.139 +#stroke-square{  
   1.140 +   position:absolute; 
   1.141 +    left:30px;
   1.142 +    top:0px;
   1.143 +    width:16px; 
   1.144 +    height:10px;
   1.145 +    padding-top:0px;
   1.146 +    padding-left:0px;
   1.147 +    font-size:7px;  
   1.148 +    border-style:solid;
   1.149 +     border-width: 2px;
   1.150 +} 
   1.151 +
   1.152 +
   1.153 +#fillContainer {
   1.154 +	width: 50px;
   1.155 +	height: 45px;
   1.156 +        position: relative; 
   1.157 +        top:-8px;
   1.158 +        left:1px;    
   1.159 +        margin:0;
   1.160 +        padding:0;
   1.161 +
   1.162 +}
   1.163 +.colorFillSquare {
   1.164 +	height: 8px;  
   1.165 +	
   1.166 +	position: absolute; 
   1.167 +	background-color:transparent;
   1.168 +	border-color: #000;
   1.169 +	border-style: solid;
   1.170 +	border-width: 0px 0px 0px 0px;
   1.171 +        font-size:7px;
   1.172 +}
   1.173 +#strokeContainer {
   1.174 +	width: 50px;
   1.175 +	height: 45px;
   1.176 +        position: relative; 
   1.177 +        top:-8px;
   1.178 +        left:1px;
   1.179 +}
   1.180 +.colorStrokeSquare {
   1.181 +	height: 8px; 
   1.182 +	position: absolute; 
   1.183 +	background-color: transparent;
   1.184 +	border-color: #000;
   1.185 +	border-style: solid;
   1.186 +	border-width: 0px 0px 0px 0px;
   1.187 +        font-size:7px;
   1.188 +}
   1.189 +
   1.190 +
   1.191 +#fill-square {
   1.192 +	width: 16px;
   1.193 +	height: 10px;
   1.194 +        position: absolute; 
   1.195 +        top:0px;
   1.196 +        left:30px; 
   1.197 +        background-color: #ff0000;
   1.198 +	border-color: #000;
   1.199 +	border-style: solid;
   1.200 +	border-width: 2px 2px 2px 2px;
   1.201 +        font-size:8px;
   1.202 +} 
   1.203 +#stroke-selected {
   1.204 +	width: 16px;
   1.205 +	height: 10px;
   1.206 +        position: absolute; 
   1.207 +        top:0px;
   1.208 +        left:30px; 
   1.209 +        background-color: #ff0000;
   1.210 +	border-color: #000;
   1.211 +	border-style: solid;
   1.212 +	border-width: 2px 2px 2px 2px;
   1.213 +        font-size:8px;
   1.214 +}
   1.215 +#toolbox_fill {
   1.216 +	text-align:center;
   1.217 +        position:relative;
   1.218 +        position: relative; 
   1.219 +        top:-10px;
   1.220 +        background-color: #ffffff;
   1.221 +        padding-top:2px;
   1.222 +
   1.223 +}    
   1.224 +#toolbox_stroke {
   1.225 +	text-align:center;
   1.226 +        position:relative;
   1.227 +        position: relative; 
   1.228 +        top:-20px;
   1.229 +        background-color: #ffffff; 
   1.230 +        padding-top:2px;
   1.231 +} 
   1.232 +#img_okfill{
   1.233 +        cursor:pointer;  
   1.234 +        padding:0px; border:0px solid orange;  
   1.235 +} 
   1.236 +
   1.237 +#img_okstroke{
   1.238 +        cursor:pointer; 
   1.239 +          
   1.240 +} 
   1.241 +
   1.242 +.toolboxItem {
   1.243 +      vertical-align: middle;
   1.244 +        
   1.245 +        width: 12px;
   1.246 +	height: 12px;
   1.247 +
   1.248 +}   
   1.249 +.sans{ padding:0px; border:0px solid orange; }
   1.250 +SPAN.toolboxItem { 
   1.251 + 
   1.252 +	background-repeat: no-repeat;
   1.253 +	cursor:pointer; 
   1.254 +	background-image: url(theme/images/buttonSprite_12px.png);
   1.255 +	width:10px; 
   1.256 +	height:10px; 
   1.257 +       
   1.258 +	cursor:pointer;
   1.259 +        vertical-align: middle; 
   1.260 +        background-position: 0px 120px;
   1.261 +        margin:0;
   1.262 +        padding:0;
   1.263 +
   1.264 +} 
   1.265 +                          
   1.266 +#linear-fill-gradient{
   1.267 +        width: 12px;
   1.268 +	height: 12px;
   1.269 +      
   1.270 +}
   1.271 +#linear-stroke-gradient{
   1.272 +        width: 12px;
   1.273 +	height: 12px;
   1.274 +    
   1.275 +} 
   1.276 +#radial-fill-gradient{
   1.277 +        width: 12px;
   1.278 +	height: 12px;
   1.279 +  
   1.280 +}
   1.281 +#radial-stroke-gradient{
   1.282 +        width: 12px;
   1.283 +	height: 12px;
   1.284 +
   1.285 +} 
   1.286 +#no-fill-gradient{
   1.287 +        width: 12px;
   1.288 +	height: 12px;
   1.289 +
   1.290 +}
   1.291 +#no-stroke-gradient{
   1.292 +        width: 12px;
   1.293 +	height: 12px;
   1.294 +} 
   1.295 +
   1.296 +                              
   1.297 \ No newline at end of file