carbideui/com.nokia.tools.carbide.ui.themeedition/intro/css/standby_root.css
changeset 0 a44900f0f001
equal deleted inserted replaced
-1:000000000000 0:a44900f0f001
       
     1 /* 
       
     2  * Set up general font colours, sizes, etc.  Some of these will override
       
     3  * settings from the shared CSS 
       
     4  */
       
     5 .intro-header H1 {
       
     6 	font-size : 15pt;
       
     7 }
       
     8 
       
     9 #page-links a .link-label, #action-links a .link-label {
       
    10 	font-size : 13pt;
       
    11 	font-weight : 600;
       
    12 	color : #666666;
       
    13 }
       
    14 
       
    15 #page-links a p .text, #action-links a p .text {
       
    16 	font-size : 10pt;
       
    17 	font-weight : 500;
       
    18 	color : #666666;
       
    19 }
       
    20 
       
    21 /*
       
    22  * Set up the content for the standby page.
       
    23  */
       
    24 body {
       
    25 	min-width : 230px;	
       
    26 	/* since IE doesn't support min-width, use expression */
       
    27 	width:expression(document.body.clientWidth < 230? "230px": "auto" );
       
    28 	background-image : url(graphics/rootpage2/background.jpg);
       
    29 	background-repeat : no-repeat;
       
    30 	background-position : top left;
       
    31 	background-color : #d0d0d0;
       
    32 }
       
    33 /*
       
    34 .page { 
       
    35 	background-image : url(graphics/rootpage2/welcome_screen_ui.gif);
       
    36 	background-repeat : no-repeat;
       
    37 	background-position : bottom left;
       
    38 	min-width : 230px;
       
    39 	/* since IE doesn't support min-width, use expression */
       
    40 /*	width:expression(document.body.clientWidth < 230? "230px": "auto" );
       
    41  	min-height : 610px;
       
    42 	height : 100%;
       
    43 	height : expression(document.body.clientHeight < 450? "450px": "100%" );
       
    44 }*/
       
    45 
       
    46 /* 
       
    47  * Set up the navigation bar.  It should be centered in the middle
       
    48  * of the page
       
    49  */
       
    50 
       
    51 #links-background { 
       
    52 	width : 100%; 
       
    53  	margin-top : 10%; 
       
    54 	margin-bottom : auto;
       
    55 	text-align : left;
       
    56 }
       
    57 
       
    58 #page-links a {
       
    59 	display : block;
       
    60 	width : 220px;
       
    61 	text-align : left; 
       
    62 	margin-left : auto;
       
    63 	margin-right : auto;
       
    64 	margin-top : 0px;
       
    65 	vertical-align : top;
       
    66 }
       
    67 
       
    68 
       
    69 #page-links .root-link{
       
    70 	background-image: url(graphics/rootpage2/itemBackground.gif);
       
    71 	width:200px;
       
    72 	height:200px;
       
    73 	background-color:transparent;	
       
    74 }	
       
    75 
       
    76 
       
    77 
       
    78 
       
    79 #page-links a span, #page-links a p {
       
    80 	display : block;
       
    81 	width : 160px;
       
    82 	margin : 0px;
       
    83 	padding : 0px;
       
    84 }
       
    85 
       
    86 #page-links a .link-label {
       
    87 	position : relative;
       
    88 	left : 60px;
       
    89 	top : -50px;
       
    90 }
       
    91 
       
    92 #page-links a p .text {
       
    93 	position : relative;
       
    94 	left : 60px;
       
    95 	top : -50px;
       
    96 
       
    97 }
       
    98 
       
    99 #page-links a img {
       
   100 	height : 52px;
       
   101 	width : 57px;
       
   102 	vertical-align : middle;
       
   103 }
       
   104 
       
   105 #page-links a:hover,
       
   106 #page-links a:focus,
       
   107 #page-links a:active  { border : 0px; }
       
   108 
       
   109 #page-links a:hover p,
       
   110 #page-links a:focus p,
       
   111 #page-links a:active p  { margin : 0px; padding : 0px; }
       
   112 
       
   113 /* properties for each of the page-links */
       
   114 a#overview img { background-image : url(graphics/icons2/guide.gif); }
       
   115 a#overview:hover img,
       
   116 a#overview:focus img,
       
   117 a#overview:active img { background-image : url(graphics/icons2/guide_hover.gif); }
       
   118 
       
   119 a#tutorials img { background-image : url(graphics/icons2/tutorials.gif); }
       
   120 a#tutorials:hover img,
       
   121 a#tutorials:focus img,
       
   122 a#tutorials:active img { background-image : url(graphics/icons2/tutorials_hover.gif);}
       
   123 
       
   124 a#forumnokia img {background-image : url(graphics/icons2/forum_nokia.gif); }
       
   125 a#forumnokia:hover img,
       
   126 a#forumnokia:focus img,
       
   127 a#forumnokia:active img { background-image : url(graphics/icons2/forum_nokia_hover.gif);}
       
   128 
       
   129 a#createtheme img {background-image : url(graphics/icons2/create_theme.gif); }
       
   130 a#createtheme:hover img,
       
   131 a#createtheme:focus img,
       
   132 a#createtheme:active img { background-image : url(graphics/icons2/create_theme_hover.gif);}
       
   133 
       
   134 a#opentheme img {background-image : url(graphics/icons2/open_theme.gif); }
       
   135 a#opentheme:hover img,
       
   136 a#opentheme:focus img,
       
   137 a#opentheme	:active img { background-image : url(graphics/icons2/open_theme_hover.gif);}
       
   138 
       
   139 a#transfertheme img {background-image : url(graphics/icons2/transfer_theme.gif); }
       
   140 a#transfertheme:hover img,
       
   141 a#transfertheme:focus img,
       
   142 a#transfertheme:active img { background-image : url(graphics/icons2/transfer_theme_hover.gif);}
       
   143