Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/www/css/main.css
blob: de3711a5a37b990bf7bec04eb163c96e6c42c42f (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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
body {
    background-color: #c0c0c0;
    height: 100%;
    margin: 0;
}

p.subtitle {
    font-size: 10pt;
    margin-top: 5px;
}

li { 
    margin-bottom: 1em
}

hr {
    border: 0;
    color: #9E9E9E;
    background-color: #9E9E9E;
    height: 1px;
    width: 100%;
    text-align: left;
}

#content {
    margin: 40px;
}

input.btn {
    color: white;
    /* background-color: #808080; */
}

#beta {
    font-size: 12pt;
    color: red;
    display: none;
}

#editor { 
    margin: 0;
    position: absolute; 
    top: 0; 
    bottom: 0;
    left: 0;
    right: 0; 
    width: 85%;
    margin-left: 15%;
}

#editor-sidebar {
    width: 15%;
    padding: 5px;
}

.bling {
    display: none;
}

div#filer {
    display: none;
}

#filer ul{
    list-style: none;
    width: 100%;
    padding: 0;
}

#filer ul li {
    text-align: center;
}


#filer ul li a:hover{
    color: white;
    background-color: #808080;
}

#filer ul li a{
    color: black;
    text-decoration: none;
    font-size: 8pt;
    width: 50px;
    height: 70px;
    float:left;
    padding:20px;
    padding-top:5px;
}

#filer-header {
    background-color: #808080;
    color: white;
    margin: 0;
    padding: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 100%;
}

#filer-header span{
    padding-left: 10px;
}