aboutsummaryrefslogtreecommitdiffstats
path: root/data/pages/about.css
blob: af498283d8d463cace2e7f09a9a8f3b2ad8fe835 (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
/* 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;
}

/* about:memory */

.memory-table caption
{
    margin-bottom: 0.5em;
}

.memory-table
{
    margin: 14px;
    width: 75%;
    border-collapse: collapse;
}

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

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