Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/studio/static/css/main.css
blob: b094667faaf8a8d9cd5891955dcca6326e73f3f8 (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
104
105
106
107
108
109
110
111
body {
    background-color: #c0c0c0;
    height: 100%;
    margin: 0;
    font-size: 88%;
    font-family: DejaVu Sans;
}

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: 30px;
}

#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 .wymeditor {
}

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

.bling {
    display: none;
}

div#filer {
    display: none;
}

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

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


#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:22px;
    padding-top:6px;
}

#filer ul li a img {
    border: none;
    height: 56px;
}

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

#filer-header div{
    padding-left: 7px;
}