aboutsummaryrefslogtreecommitdiffstats
path: root/etherpad/src/plugins/twitterStyleTags/static/css/tagBrowser.css
blob: 55fcda22d327257809b028a847a2b478960636a4 (plain) (blame)
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
.padtag a,
.padtag a:visited,
a.padtag,
a.padtag:visited,
a.anti_padtag,
a.anti_padtag:visited {
 line-height: 1.7em;
}

dt {
  padding-bottom: 2pt;
}

dd {
  padding-left: 20pt;
  padding-bottom: 10pt;
}

h1 {
 font-size: 12pt;
 margin-top: 5pt;
}

.label {
 font-size: 14pt;
}

#editorcontainer {
 padding: 5pt; 
}

#editorcontainerbox {
 overflow: auto;
 height: auto;
}


.query-refiner {
 float: right;
 padding: 10pt;
 margin-left: 5pt;
 margin-bottom: 5pt;
 border: 1px solid #9C9C9C;
 width: 40%;
}

.query-refiner h1 {
 margin-bottom: 2pt;
 margin-top: 0;
}

#home-newpad, #home-newteam {
 display: block;
 background-color: #a3bde0;
 color: #555555;
 border-style: solid;
 border-width: 2px;
 border-left-color: #d6e2f1;
 border-right-color: #86aee1;
 border-top-color: #d6e2f1;
 border-bottom-color: #86aee1;
 margin: 10pt;
 text-align: center;
 text-decoration: none;
 padding-top: 50pt;
 padding-bottom: 50pt;
 font-size: 20pt;
 -moz-border-radius-topleft: 3pt;
 -moz-border-radius-topright: 3pt;
 -moz-border-radius-bottomleft: 3pt;
 -moz-border-radius-bottomright: 3pt;
 -webkit-border-top-left-radius: 3pt;
 -webkit-border-top-right-radius: 3pt;
 -webkit-border-bottom-left-radius: 3pt;
 -webkit-border-bottom-right-radius: 3pt;
}

#editbarinner {
 line-height: 29px;
 font-size: 16px;
 padding-left: 6pt;
}

#editbarinner a {
 font-size: 12px;
}

#padchat iframe {
 border: none;
}