aboutsummaryrefslogtreecommitdiffstats
path: root/etherpad/src/static/css/pro/pro-home.css
blob: 03f163a937f526a5e48a58715c170576cc1c1486 (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
#welcome-msg {
  font-size: 1.2em;
  color: #333;
}

#homeright {
  width: 320px;
  float: right;
}

#homeleft {
  width: 548px;
  float: left;
}

#homeleft-title {
  font-weight: bold;
  font-size: 1.0em;
  margin-top: 1em;
}

.news-time-sep {
  margin-top: 2em;
}

.news-time-sep .date {
  float: left;
  background: #fff;
  padding-right: 1em;
  color: #666;
  font-size: .9em;
}

.news-time-sep .line {
  height: .5em;
  border-bottom: 1px solid #ccc;
}

.news-item {
  padding: 0 2em 0 1em;
  font-size: .86em;
}

/*--------------------------------------------------------------------------------
 * recent pads
 *--------------------------------------------------------------------------------*/

#recent-pads #viewall {
  display: block;
  float: left;
  margin: 0.8em 0;
  font-size: 0.8em;
}

#homeright #padtable {
  width: 100%;
}

#homeright h3 {
  font-size: 1.0em;
  font-weight: bold;
  margin-top: 1em;
}