ginebra2/chrome/localpagesmaemo/startpage.css
changeset 16 3c88a81ff781
equal deleted inserted replaced
14:6aeb7a756187 16:3c88a81ff781
       
     1 html, body {
       
     2 	height: 100%;
       
     3 	margin: 0;
       
     4 	padding: 0;
       
     5 }
       
     6 img { 
       
     7 	border-style: none; 
       
     8 }
       
     9 a {
       
    10 	outline: none;
       
    11 }
       
    12 img#bgimage {
       
    13 	position:fixed;
       
    14 	top:0;
       
    15 	left:0;
       
    16 	width:100%;
       
    17 	height:100%;
       
    18 }
       
    19 img#nokia_logo {
       
    20 	height:15%;
       
    21 	display:block;
       
    22 	padding-top:20px;
       
    23 	margin-left:auto;
       
    24 	margin-right:auto;
       
    25 }
       
    26 img#browser_logo {
       
    27 	height:40%;
       
    28 	display:block;
       
    29 	margin-left:auto;
       
    30 	margin-right:auto;
       
    31 }
       
    32 img#back_button {
       
    33 	margin-top:10px;
       
    34 	height:60px;
       
    35 }
       
    36 #content {
       
    37 	position:relative;
       
    38 	z-index:1;
       
    39 	font-family: Arial, Helvetica, sans-serif;
       
    40 	text-align: left;
       
    41 	margin: 0px;
       
    42 	font-size: 18px;
       
    43 	font-weight: normal;
       
    44 	color: #000000;
       
    45 }
       
    46 #rel_note_body {
       
    47 	position:relative;
       
    48 	z-index:1;
       
    49 	font-family: Arial, Helvetica, sans-serif;
       
    50 	padding-left: 15px;
       
    51 	padding-right: 15px;
       
    52 	text-align: left;
       
    53 	font-size: 18px;
       
    54 	font-weight: normal;
       
    55 	color: #000000;
       
    56 }
       
    57 #row1_logos {
       
    58 	height:40%;
       
    59 }
       
    60 #buttons {
       
    61 	height:40%;
       
    62 	margin-left:auto;
       
    63 	margin-right:auto;
       
    64 	text-align:center;
       
    65 }
       
    66 #bottom_pad {
       
    67 	height:20%;
       
    68 }
       
    69 #jerry_sez {
       
    70 	text-align: center;
       
    71 	margin: auto;
       
    72 	display: none;
       
    73 	position: absolute;
       
    74 	left: 20%;
       
    75 }
       
    76 #release_version {
       
    77 	font-family: Arial, Helvetica, sans-serif;
       
    78 	font-size:16px;
       
    79 	font-weight:700;
       
    80 	text-align:center;
       
    81 	letter-spacing:0px;
       
    82 	color:#666666;
       
    83 }
       
    84 #browser_version {
       
    85 	font-family: Arial, Helvetica, sans-serif;
       
    86 	padding-top: 4px;
       
    87 	padding-bottom: 8px;
       
    88 	text-align:center;
       
    89 	font-size: 14px;
       
    90 	color: #666666;
       
    91 }
       
    92 #roman_num {
       
    93 	font-family:Georgia, "Times New Roman", Times, serif;
       
    94 	letter-spacing:0px;
       
    95 }
       
    96 img.button {
       
    97 	padding-top:4px;
       
    98 	padding-bottom:10px;
       
    99 	padding-right:10px;
       
   100 	padding-left:10px;
       
   101 }
       
   102 img.button_p {
       
   103 	padding-top:7px;
       
   104 	padding-bottom:7px;
       
   105 	padding-right:13px;
       
   106 	padding-left:7px;
       
   107 }
       
   108 li {
       
   109 	padding-top: 10px;
       
   110 	margin-right: 20px;
       
   111 }
       
   112 h4 {
       
   113 	font-family: sans-serif;
       
   114 	font-size: 24px;
       
   115 	font-weight: bold;
       
   116 }