author | ivanl |
Tue, 21 Jul 2009 12:16:25 +0100 | |
changeset 10 | 07ac2f6a36a9 |
parent 0 | 54498df70f5d |
permissions | -rw-r--r-- |
0 | 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
2 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 |
<head> |
|
10
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
4 |
<style type="text/css"> |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
5 |
body { |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
6 |
background-image: url(images/Gradient0Background.png); |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
7 |
background-repeat: repeat-x; |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
8 |
font-family: "Nokia Sans", "Nokia Sans SemiBold", "Arial Narrow"; |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
9 |
overflow: hidden; |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
10 |
color: #FFFFFF; |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
11 |
} |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
12 |
div { |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
13 |
text-align: center; |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
14 |
padding: 20px; |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
15 |
margin-top: 50px; |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
16 |
margin-right: auto; |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
17 |
margin-left: auto; |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
18 |
width: 500px; |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
19 |
font-size: x-large; |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
20 |
font-weight: normal; |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
21 |
background-color: #CC3300; |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
22 |
border-top-width: 2px; |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
23 |
border-right-width: 2px; |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
24 |
border-bottom-width: 2px; |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
25 |
border-left-width: 2px; |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
26 |
border-top-style: solid; |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
27 |
border-right-style: solid; |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
28 |
border-bottom-style: solid; |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
29 |
border-left-style: solid; |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
30 |
border-top-color: #FF3300; |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
31 |
border-right-color: #710000; |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
32 |
border-bottom-color: #710000; |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
33 |
border-left-color: #FF3300; |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
34 |
} |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
35 |
strong { |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
36 |
color: #FFCC00; |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
37 |
} |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
38 |
</style> |
0 | 39 |
</head> |
40 |
<body> |
|
10
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
41 |
<div> Widget preview is not available for this file, it is not the <strong>MainHtml</strong> file for the widget. |
07ac2f6a36a9
1.0rc10 Fixes annoyances and buglets in reading forums and blog.
ivanl
parents:
0
diff
changeset
|
42 |
</div> |
0 | 43 |
</body> |
44 |
</html> |