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

simple_structure.css « default « themes - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c3dca9ea4e867317694b904b76b5e00a08951fd4 (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
html { background: #eee; }
#content {
	background: #fff;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 1em 2em;
	width:780px;
	margin:auto;
	margin-top: 30px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
}
#h1 {
	color: #006;
	font-size: 45px;
	font-weight: lighter;
}
#subh1 {
	color: #879DBD;
	font-size: 25px;
	font-weight: lighter;
}
#title {
	padding-bottom:5px;
	border-bottom:1px solid #F0F0F0;
}
p, dt {
	line-height: 120%;
	padding-bottom: 2px;
	margin:10;
}
a { color: #006; }
#logo { margin-bottom: 2em; }
.submit {
	font-size:18pt;
	padding: 5px 7px 7px;
	border: 1px solid #a3a3a3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #246;
	background: #e5e5e5;
	text-decoration: none;
}
.submit:hover {
	color: #d54e21;
	border-color: #535353;
}
.success {
	padding-bottom:15px;
	color:#1F7F4A;
	font-size:25pt;
}
.warning {
	font-size:130%;
	font-weight:bold;
	padding:20px;
	border: 1px solid #ff5502;
}
.warning, .warning a {
	color:#ff5502;
}
.error {
	font-weight:bold;
	font-size:130%;
	border: 1px solid red;
	padding:20;
}
.error, .error a {
	color:red;
}
.error img, .success img, .warning img {
	border:0;
	vertical-align:bottom;
}