Merge branch 'qml' of ssh://drop.maemo.org/git/mdictionary into qml
[mdictionary] / www / userguide / style.css
diff --git a/www/userguide/style.css b/www/userguide/style.css
new file mode 100644 (file)
index 0000000..0e0e296
--- /dev/null
@@ -0,0 +1,59 @@
+body {
+       background: #000000 url(images/background.png);
+       margin: 0;
+       padding: 0;
+       text-align: center;
+}
+
+#content {
+       display: block;
+       width: 750px;
+       background: #FFFFFF;
+       border: none;
+       text-align: left;
+       margin: 20px;
+       padding: 20px;
+       border: 0px solid #FFFFFF;
+}
+
+#whitestork_title {
+       display: block;
+       font-weight: bold;
+       font-size: 24px;
+       text-align: center;
+       text-decoration: underline;
+}
+
+#userguide_title {
+       display: block;
+       font-weight: bold;
+       font-size: 18px;
+       text-align: center;
+}
+
+li {
+       font-weight: bold;
+}
+
+#subject {
+       display: block;
+       font-weight: bold;
+       font-size: 16px;
+       text-align: left;
+}
+
+#decription {
+       display: block;
+       font-weight: normal;
+       font-size: 12px;
+       text-align: left;
+}
+
+#image {
+       font-size: 10px;
+       font-weight: bold;
+}
+
+#stork {
+       background: url(images/whitestork.png);
+}
\ No newline at end of file