org.symbian.tools.wrttools.previewer/preview/css/style.css
changeset 229 716254ccbcc0
parent 220 41890dfa56f5
child 247 c4e62032b35b
equal deleted inserted replaced
228:913c9751c067 229:716254ccbcc0
   295 */
   295 */
   296 
   296 
   297 div#PreferencesBtn{
   297 div#PreferencesBtn{
   298 	width: 75px;
   298 	width: 75px;
   299 	height: 85px;
   299 	height: 85px;
   300     background-image: url(../images/settings-icon.png); 
   300 /*  background-image: url(../images/settings-icon.png); */
       
   301 	background-image: url(../images/settings_2.png); 
   301 	position: absolute;
   302 	position: absolute;
   302 	top: 10px;
   303 	top: 10px;
   303 	left: 10px;
   304 	left: 10px;
   304 	background-position: left bottom;
   305 	background-position: left bottom;
   305 	z-index: 200;
   306 	z-index: 200;
   306 }
   307 }
   307 
   308 
   308 div#PreferencesBtn:hover{
   309 div#PreferencesBtn:hover{
       
   310 	background-image: url(../images/settings_1.png);
   309 	background-position: left top;
   311 	background-position: left top;
   310 }
   312 }
   311 
   313 
   312 div#loaderDiv{
   314 div#loaderDiv{
   313 	padding: 10px;
   315 	padding: 10px;
   452 	background-repeat: no-repeat;
   454 	background-repeat: no-repeat;
   453 	border: 1px solid #6f6f6f;
   455 	border: 1px solid #6f6f6f;
   454 }
   456 }
   455 
   457 
   456 div#event-battery.active:hover, div#event-messaging.active:hover, div#event-memory.active:hover{
   458 div#event-battery.active:hover, div#event-messaging.active:hover, div#event-memory.active:hover{
       
   459 /*	background-position: 0px -50px; */
       
   460     background-position: 0px -100px;
       
   461 	border: 1px solid #75ea4f;
       
   462 }
       
   463 
       
   464 div#event-messaging.inactive, div#event-memory.inactive{
       
   465 /*	background-position: 0px -100px; */
   457 	background-position: 0px -50px;
   466 	background-position: 0px -50px;
   458 	border: 1px solid #75ea4f;
       
   459 }
       
   460 
       
   461 div#event-messaging.inactive, div#event-memory.inactive{
       
   462 	background-position: 0px -100px;
       
   463 	border: 1px solid #676767;
   467 	border: 1px solid #676767;
   464 }
   468 }
   465 
   469 
   466 
   470 
   467 div#event-battery{
   471 div#event-battery{
   468 	background-image: url(../images/battery-icon.png);
   472 /*	background-image: url(../images/battery-icon.png); */
       
   473     background-image: url(../images/battery_1.png); 
   469 }
   474 }
   470 
   475 
   471 div#event-messaging{
   476 div#event-messaging{
   472 	background-image: url(../images/messaging-icon.gif);
   477 /* background-image: url(../images/messaging-icon.gif); */
       
   478    background-image: url(../images/messaging_1.png); 
   473 }
   479 }
   474 
   480 
   475 div#event-memory{
   481 div#event-memory{
   476 	background-image: url(../images/memory-icon.png); 
   482 /* background-image: url(../images/memory-icon.png); */
   477 }
   483    background-image: url(../images/memory_1.png); 
       
   484 }
       
   485 
       
   486 
       
   487 div#event-battery.active:hover{
       
   488 	background-image: url(../images/battery_2.png);
       
   489 }
       
   490 
       
   491 div#event-messaging.active:hover{
       
   492 	background-image: url(../images/messaging_2.png);
       
   493 }
       
   494 
       
   495 div#event-memory.active:hover{
       
   496 	background-image: url(../images/memory_2.png); 
       
   497 }
       
   498 
   478 
   499 
   479 div.ui-panel{
   500 div.ui-panel{
   480 	height:30px;	
   501 	height:30px;	
   481 }
   502 }
   482 
   503