aboutsummaryrefslogtreecommitdiffstats
path: root/etherpad/src/static/css/home-opensource.css
blob: 0d6da6dc171b5380e1b325ae91ef027e102234df (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
#home {
  width: 600px;
  margin: 0 auto;
  padding: 4em;
  text-align: center;
}

#home #title {
  font-size: 3.6em;
}

#home #buttons {
  padding-top: 5em;
}

#home a#home-newpad, #home a#home-newsite {
  padding: 1em;
  margin: 12px 40px;
  font-size: 1.6em;
  border: 1px solid black;
  background: #049;
  color: #fff;
  width: 30%;
}

#home a#home-newpad:hover, #home a#home-newsite:hover {
  background: #26b;
  text-decoration: none;
}

#tos {
    margin-top: 8em;
    color: #222;
}

#tos h1, #tos p {
    margin: 1.5em 0;
}

#tos h1 {
    font-weight: bold;
    font-size: 1.1em;
}