Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cgi/sugar.css
blob: bf3cd678ea1ff3e0bc85b90e34aa414d29dfa073 (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
.hbar {
    font-family:	sans-serif;
    font-size:	13px;
    margin-top:	0px;
    padding-top:	1px !important;
    height:		22px;
    padding-left:	2px;
}
.hr { border-top: 1px solid #ccddff; margin-bottom: 1em; }
hr { color: #c9f1d7; background-color: #c9f1d7; border-width: 1px; }

.title {
    height: 84px;
    padding-left: 1%;
    vertical-align: middle;
}

.content {
    position: absolute;
    top: 110px;
    left: 1%; 
    width: 98%;
}
        
.header {             
    margin-top: -4px;
    font-size: 48px;   
    font-weight: lighter;
}
     
.box {
    padding: 0px 10px;
    background: #efefef;
    border: 1px solid #ccddff;
    width: auto;
}

.foot {
    clear: both;
    padding: 2em 0;
    text-align: center;
    font-size: 0.75em;
    line-height: 1.5em;
}

input {
    display: inline;
    width: auto;
    float: none;
    margin: 0px;
}

label {
    text-align: right;
    width: 0px;
    float: none;
}

table {
    margin-top: 10px;
    margin-bottom: 10px;
}

#filterbox {
    width: 25%;
    top: 50px;
    right: 1%;
    padding: 10px;
    background: #efefef;
    border: 1px solid #ccddff;
}


#filterbox span {
    padding: 1px 2px;
}

#filterbox h3,
#filterbox #filtering_off
{
    font-family: Arial;
    padding: 0px;
    margin: 0px;
}

.nick_list {
    margin-top: 2px;
    margin-bottom: 2px;
}


#filterbox span.spoken_to,
#filterbox span.spoken_to_show,
#filterbox span.spoken_to_hide
{
    font-family: Arial;
    font-size: 80%;
    margin-top: 2px;
    line-height: 100%;
}

#filterbox span.nick {
    text-align: right;
    width: 54%;
}