org.symbian.tools.wrttools.previewer/preview/css/style.css
changeset 393 5b968742b729
parent 391 62472296236e
child 395 1de2c096aee1
equal deleted inserted replaced
391:62472296236e 393:5b968742b729
    10  * Initial Contributors:
    10  * Initial Contributors:
    11  * Symbian Foundation - initial contribution.
    11  * Symbian Foundation - initial contribution.
    12  * Contributors:
    12  * Contributors:
    13  */
    13  */
    14 
    14 
       
    15 .tabs-bottom { position: relative; } 
       
    16 .tabs-bottom .ui-tabs-panel { height: 200px; overflow: auto; } 
       
    17 .tabs-bottom .ui-tabs-nav { position: absolute !important; left: 0; bottom: 0; right:0; padding: 0 0.2em 0.2em 0; } 
       
    18 .tabs-bottom .ui-tabs-nav li { margin-top: -2px !important; margin-bottom: 1px !important; border-top: none; border-bottom-width: 1px; }
       
    19 .ui-tabs-selected { margin-top: -3px !important; }
       
    20 
       
    21 
    15 body {
    22 body {
    16 /*  background-image: url(../images/Gradient0Background.png); */
    23 /*  background-image: url(../images/Gradient0Background.png); */
    17 	background-image: url(../images/Gradient0Background_2.png);
    24 	background-image: url(../images/Gradient0Background_2.png);
    18 	background-repeat: repeat-x;
    25 	background-repeat: repeat-x;
    19 	margin: 0px;
    26 	margin: 0px;
   330 }
   337 }
   331 div#TopToolbar:hover{
   338 div#TopToolbar:hover{
   332 	opacity: 0.9;
   339 	opacity: 0.9;
   333 }
   340 }
   334 
   341 
   335 div#PreferencesBtn{
       
   336 	width: 75px;
       
   337 	height: 85px;
       
   338 /*  background-image: url(../images/settings-icon.png); */
       
   339 	background-image: url(../images/settings_2.png); 
       
   340 	position: absolute;
       
   341 	top: 10px;
       
   342 	left: 10px;
       
   343 	background-position: left bottom;
       
   344 	cursor: pointer;
       
   345 	z-index: 200;
       
   346 }
       
   347 
       
   348 div#PreferencesBtn:hover{
       
   349 	background-image: url(../images/settings_1.png);
       
   350 	background-position: left top;
       
   351 }
       
   352 
       
   353 div#InspectorBtn{
   342 div#InspectorBtn{
   354 	width: 75px;
   343 	width: 75px;
   355 	height: 85px;
   344 	height: 85px;
   356 	background-image: url(../images/inspector.png); 
   345 	background-image: url(../images/inspector.png); 
   357 	position: absolute;
   346 	position: absolute;
   358 	top: 10px;
   347 	top: 10px;
   359 	right: 10px;
   348 	left: 10px;
   360 	float: right;
   349 	float: left;
   361 	background-position: left bottom;
   350 	background-position: left bottom;
   362 	z-index: 200;
   351 	z-index: 200;
   363 	cursor: pointer;
   352 	cursor: pointer;
   364 }
   353 }
   365 
   354 
   668 	background-position: -0px -17px;
   657 	background-position: -0px -17px;
   669 }
   658 }
   670 
   659 
   671 #preview-ui-bottom-body{
   660 #preview-ui-bottom-body{
   672 	overflow:auto;
   661 	overflow:auto;
   673 	background-color: #ffffff;
   662 	background-color: white;
   674 	display: none;
   663 	color: black;
       
   664 /*	display: none;*/
   675 }
   665 }
   676 
   666 
   677 #preview-ui-bottom-body p{
   667 #preview-ui-bottom-body p{
   678 	font-family: "Courier New", Courier, monospace;
   668 	font-family: "Courier New", Courier, monospace;
   679 	font-size: 11px;
   669 	font-size: 11px;