aboutsummaryrefslogtreecommitdiffstats
path: root/etherpad/src/static/css/fluxbb.css
blob: 844ceca9e8f3d538a1b3e24245c1e40498f78967 (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
/* fluxbb-specific CSS rules go here. */

/*----------------------------------------------------------------*/
/* Etherpad overriding shit */
/*----------------------------------------------------------------*/

div.epforum {
   width: 780px;
   padding-top: 1em;
   margin-left: auto;
   margin-right: auto;
}

div#punwrap div.pun {
   font-size: 120%;
}

div#idx1 h2 { display: none; }

div#punwrap div.pun h2 {
   color: white;
   font-style: normal;
   font-weight: normal;
   font-family: sans-serif;
   font-size: 1.2em;
}

div#punwrap div.pun p { margin: 0; }

.pun div.box {
   border: 1px solid #ccc;
}   

div#brdheader div.box {
   background: #fff;
   border: 0;
   padding: 0;
   margin: 0;
}

div#brdheader div#brdtitle {
   padding: 0;
}
div#brdheader h1 {
   font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
   color: #666;
   border-bottom: 1px solid #666;
   font-size: 1.8em;
}

div#brdwelcome {
   margin-top: 1em;
   border: 1px solid #ccc;
   background: #f1f1f1;
}