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

styles.css « templates « CoreAdminHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 04cfb8fa593d59c5278cd455b31da9aa2342fbdc (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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
body {
	font-family: Georgia, Trebuchet MS, arial, sans-serif;
}

img {
	vertical-align: baseline;
}

textarea {
	font-size: 1em;
}

a {
	color: black;
}

table.admin {
	font-size: 0.9em;
	font-family: Arial, Helvetica, verdana sans-serif;
	background-color: #fff;
	border-collapse: collapse;
}

table.admin thead th {
	border-right: 1px solid #fff;
	color: #fff;
	text-align: center;
	padding: 5px;
	text-transform: uppercase;
	height: 25px;
	background-color: #a3c159;
	font-weight:bold;
}

table.admin tbody tr {
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
}

table.admin tbody td {
	color: #414141;
	text-align: left;
}

table.admin tbody th {
	text-align: left;
	padding: 2px;
}
table.admin tbody td {
	vertical-align:middle;
}
table.admin tbody td, table.admin tbody th {
	color: #536C2A;
	text-decoration: none;
	font-weight: normal;
	padding: 10px;
	padding:10px;
}

table.admin  tbody td:hover, table.admin  tbody th:hover {
	color: #009193;
	text-decoration: none;
}

#submit input {
	font-size: 2em;
	border-top: 2px solid #8cb648;
	border-left: 2px solid #8cb648;
	border-bottom: 2px solid #4a6026;
	border-right: 2px solid #4a6026;
	background-color: #6c8c37;
	color: #fff;
}

#submit {
	padding-top: 10px;
	padding-left: 70px;
}

.warning {
	border: 1px dotted gray;
	padding: 15px;
	font-size: .8em;
}

.warning ul {
	margin-left: 50px;
}

.access_error {
	font-size: .7em;
	padding: 15px;
}

h2 {
	border-bottom-color:#DADADA;
	color:#666666;
	-x-system-font:none;
	border-bottom-style:solid;
	border-bottom-width:1px;
	clear:both;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:24px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:5px 0pt 0pt -4px;
	padding:0pt 280px 7px 0pt;
}

p {
	margin-top:10px;
	line-height:140%;
	padding-bottom:0.8em;
}
#content {
	margin:0pt 15px;
	padding:0pt;
}

.adminTable {
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	width: 100%;
	clear: both;
	margin: 0;
}
.adminTable a {
	text-decoration: none;
}
.adminTable abbr {
	white-space: nowrap;
}
.adminTable td, .adminTable th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-size: 11px;
	vertical-align: text-top;
}
.adminTable td {
	padding: 7px 15px 9px 10px;
	vertical-align: top;
}
.adminTable th {
	padding: 9px 15px 6px 10px;
	text-align: left;
	line-height: 1.3em;
}
.adminTable th input {
	margin: 0 0 0 8px;
	padding: 0;
}
.adminTable .check-column {
	text-align: right;
	width: 1.5em;
	padding: 0;
}
.adminTable {
	border-color: #ccc;
}
.adminTable tbody th.check-column {
	padding: 8px 0 22px;
}
.adminTable .num {
	text-align: center;
}
.adminTable td, .adminTable th {
	border-bottom-color: #ccc;
}
.adminTable thead {
	background-color: #464646;
	color: #d7d7d7;
}
.adminTable td.action-links, .adminTable th.action-links {
	text-align: right;
}
.adminTable .name {
	font-weight: bold;
}
.adminTable a {
	color:#2583AD;
}
.adminTable .active {
	background-color: #ECF9DD;
}