ginebra2/chrome/localpages/startpage.css
changeset 16 3c88a81ff781
parent 3 0954f5dd2cd0
equal deleted inserted replaced
14:6aeb7a756187 16:3c88a81ff781
     1 html, body {
     1 html, body {
     2 	height: 100%;
     2 	height: 100%;
     3 	margin: 0;
     3 	margin: 0;
     4 	padding: 0;
     4 	padding: 20px;
     5 }
     5 }
     6 img { 
     6 img { 
     7 	border-style: none; 
     7 	border-style: none; 
     8 }
     8 }
     9 a {
     9 a {
    15 	left:0;
    15 	left:0;
    16 	width:100%;
    16 	width:100%;
    17 	height:100%;
    17 	height:100%;
    18 }
    18 }
    19 img#nokia_logo {
    19 img#nokia_logo {
    20 	height:15%;
    20 	height:100%;
    21 	display:block;
    21 	display:block;
    22 	padding-top:20px;
    22 	padding-top:20px;
    23 	margin-left:auto;
    23 	margin-left:auto;
    24 	margin-right:auto;
    24 	margin-right:auto;
    25 }
    25 }
    26 img#browser_logo {
    26 img#browser_logo {
    27 	height:40%;
    27 	height:300px;
       
    28 	width:300px;
    28 	display:block;
    29 	display:block;
    29 	margin-left:auto;
    30 	margin-left:auto;
    30 	margin-right:auto;
    31 	margin-right:auto;
    31 }
    32 }
    32 img#back_button {
    33 img#back_button {
    33 	margin-top:10px;
    34 	margin-top:10px;
    34 	height:60px;
    35 	height:60px;
    35 }
    36 }
    36 #content {
    37 #content {
    37 	position:relative;
       
    38 	z-index:1;
       
    39 	font-family: Arial, Helvetica, sans-serif;
    38 	font-family: Arial, Helvetica, sans-serif;
    40 	text-align: left;
    39 	text-align: center;
    41 	margin: 0px;
    40 	margin: 0px;
    42 	font-size: 18px;
    41 	font-size: 18px;
    43 	font-weight: normal;
    42 	font-weight: normal;
    44 	color: #000000;
    43 	color: #000000;
    45 }
    44 }
    53 	font-size: 18px;
    52 	font-size: 18px;
    54 	font-weight: normal;
    53 	font-weight: normal;
    55 	color: #000000;
    54 	color: #000000;
    56 }
    55 }
    57 #row1_logos {
    56 #row1_logos {
    58 	height:40%;
    57 	height:100%;
    59 }
    58 }
    60 #buttons {
    59 #buttons {
    61 	height:40%;
    60 	height:40%;
    62 	margin-left:auto;
    61 	margin-left:auto;
    63 	margin-right:auto;
    62 	margin-right:auto;
    64 	text-align:center;
    63 	text-align:center;
    65 }
    64 }
    66 #bottom_pad {
    65 #bottom_pad {
    67 	height:20%;
    66 	height:20%;
    68 }
       
    69 #jerry_sez {
       
    70 	text-align: center;
       
    71 	margin: auto;
       
    72 	display: none;
       
    73 	position: absolute;
       
    74 	left: 20%;
       
    75 }
    67 }
    76 #release_version {
    68 #release_version {
    77 	font-family: Arial, Helvetica, sans-serif;
    69 	font-family: Arial, Helvetica, sans-serif;
    78 	font-size:16px;
    70 	font-size:16px;
    79 	font-weight:700;
    71 	font-weight:700;