Welcome to mirror list, hosted at ThFree Co, Russian Federation.

common.css « css - github.com/erikdubbelboer/phpRedisAdmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b2a8431bdd53a725883653ce6c1f2f67bd319f64 (plain)
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
html {
font-size: x-small; /* Wikipedia font-size scaling method */
}

body {
font: 116%/1.4em Verdana, sans-serif;
color: #000;
margin: 0;
padding: 0;
border: 0;
height: 100%;
max-height: 100%;
background-color: #fff;
}

h1 {
font: bold 190% "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 {
font: bold 160% "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3 {
font: bold 130% "Helvetica Neue", Helvetica, Arial, sans-serif;
}

abbr {
border-bottom: 1px dotted #666;
}

img {
border: 0;
}


.clear {
clear: left;
}


.info {
color: #aaa;
font-weight: normal;
}


.add {
padding: 3px 0 1px 20px;
background: url(../images/add.png) left center no-repeat;
}


.data {
white-space: pre;
}