equal
deleted
inserted
replaced
|
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#bedrock_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 #release_version { |
|
70 font-family: Arial, Helvetica, sans-serif; |
|
71 font-size:16px; |
|
72 font-weight:700; |
|
73 text-align:center; |
|
74 letter-spacing:0px; |
|
75 color:#666666; |
|
76 } |
|
77 #browser_version { |
|
78 font-family: Arial, Helvetica, sans-serif; |
|
79 padding-top: 4px; |
|
80 padding-bottom: 4px; |
|
81 text-align:center; |
|
82 font-size: 14px; |
|
83 color: #666666; |
|
84 } |
|
85 #roman_num { |
|
86 font-family:Georgia, "Times New Roman", Times, serif; |
|
87 letter-spacing:0px; |
|
88 } |
|
89 img.button { |
|
90 padding-top:4px; |
|
91 padding-bottom:10px; |
|
92 padding-right:10px; |
|
93 padding-left:10px; |
|
94 } |
|
95 img.button_p { |
|
96 padding-top:7px; |
|
97 padding-bottom:7px; |
|
98 padding-right:13px; |
|
99 padding-left:7px; |
|
100 } |
|
101 li { |
|
102 padding-top: 10px; |
|
103 margin-right: 20px; |
|
104 } |
|
105 h4 { |
|
106 font-family: sans-serif; |
|
107 font-size: 24px; |
|
108 font-weight: bold; |
|
109 } |