Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/html/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/styles.css')
-rw-r--r--html/styles.css73
1 files changed, 73 insertions, 0 deletions
diff --git a/html/styles.css b/html/styles.css
new file mode 100644
index 0000000..28190ff
--- /dev/null
+++ b/html/styles.css
@@ -0,0 +1,73 @@
+.main-window {
+ background-color: #ffffff;
+}
+
+.logo {
+ display: inline-block;
+ width: 100px;
+}
+
+.block-top {
+ display: inline-block;
+ vertical-align: top;
+}
+
+.hello-text {
+ display: inline-block;
+ margin-right: 10px;
+}
+
+.hello-line{
+ margin-right: 10px;
+}
+
+.hello-buddy {
+ font-weight: bold;
+}
+
+.hello-advice {
+ font-size: 11px;
+ font-style: italic;
+}
+
+.divider {
+ color: #F49200;
+ text-transform: uppercase;
+ font-family: Segoe UI, Prelude Medium, Helvetica, Verdana, sans-serif;
+ font-size: 14px;
+ font-weight: bold;
+ margin-top: 20px;
+ margin-bottom: 8px;
+}
+
+.spacer {
+ margin-left: 12px;
+}
+
+.slider-decorator {
+ display: inline-block;
+}
+
+.slider-text {
+ display: inline-block;
+ width: 30px;
+}
+
+.slider-bar {
+ display: inline-block;
+ width: 200px;
+}
+
+.liogo-logo {
+ visibility: hidden;
+}
+
+.canvas-style {
+ border: 1px solid black;
+}
+
+.right-part {
+ position: absolute;
+ left: 600px;
+ top: 0px;
+}