aboutsummaryrefslogtreecommitdiffstats
path: root/data/pages/about.css
blob: 37f1cc0667d39774d52d124dcca7692e1349a66e (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
/* about:plugins */

#plugin-table
{
    margin: 14px;
    width: 80%;
    text-align: left;
    border-collapse: collapse;
}

#plugin-table th
{
    padding: 8px;
    background:#b9c9ff;
    border-top: 4px solid #aabcff;
    border-bottom: 1px solid #fff;
    color: #039;
}

#plugin-table td
{
    padding: 8px;
    background: #e8edff;
    border-bottom: 1px solid #fff;
    color: #669;
    border-top: 1px solidtransparent;
}

#plugin-table tr:hover td
{
    background: #d0dafd;
    color:#339;
}

/* about:epiphany */

#ephytext {
  margin-top: 15%;
  font-size: 1.3em;
  text-align: center;
}

#from {
  margin-top: 1em;
  font-size: 1.5em;
  text-align: right;
}