Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/html/styles.css
blob: 28190ffd79f7010ee234998bda048d8d74ac0027 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
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;
}