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

login.css « templates « Login « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: af9a89aee7d4f3b41d8fd82fd177b89a77a86cc5 (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
/* shamelessly taken from wordpress 2.5 - thank you guys!!! */
* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana,
		sans-serif;
}

form {
	margin-left: 8px;
	padding: 16px 16px 40px 16px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

form .forgetmenot {
	font-weight: normal;
	float: left;
	margin-bottom: 0;
}

#login form .submit input {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana,
		sans-serif;
	padding: 3px 5px;
	border: none;
	font-size: 13px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
	text-decoration: none;
	margin-top: -6px;
}

form .submit {
	float: right;
}

form p {
	margin-bottom: 24px;
}

.updated,.login #login_error,.login .message {
	background-color: #ffffe0;
	border-color: #e6db55;
}

#login {
	width: 292px;
	margin: 7em auto;
	margin-top: 20px;
}

#login_error,.message {
	margin: 0 0 16px 8px;
	border-width: 1px;
	border-style: solid;
	padding: 12px;
}

#nav {
	margin: 0 0 0 8px;
	padding: 16px;
}

#form_password,#form_login,#user_email,#form_token {
	font-size: 20px;
	width: 97%;
	padding: 3px;
	margin-right: 6px;
}

#login form input {
	color: #555;
}

.login form {
	background-color: #eaf3fa;
}

#login form .submit input {
	background-color: #cee1ef !important;
}

#login #login_error {
	background-color: #ffebe8;
	border-color: #c00;
}

#login form .submit input {
	background-color: #e5e5e5;
	color: #246;
	border-color: #80b5d0;
}

#login form .submit input:hover {
	color: #d54e21;
}

#login form .submit input:hover {
	border-color: #328ab2;
}

.login #login_error {
	background-color: #ffffe0;
	border-color: #e6db55;
}

.login #nav a {
	color: #777;
}

body.login {
	border-top-color: #464646;
}

#login form input {
	color: #555;
}

a {
	text-decoration: none;
}

#logo {
	margin-left: 38%;
	margin-top: 100px;
}

#logo .h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #136F8B;
	font-size: 45pt;
	text-transform: none;
}

#logo .description {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #879dbd;
	font-size: 19pt;
}