forked from rabser/moodle-auth_googleoauth2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
114 lines (114 loc) · 2.56 KB
/
style.css
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
@font-face {
font-family: 'googleoauth2-icomoon';
src:url('fonts/googleoauth2-icomoon.eot.eot?mmc5kc');
src:url('fonts/googleoauth2-icomoon.eot?mmc5kc#iefix') format('embedded-opentype'),
url('fonts/googleoauth2-icomoon.ttf?mmc5kc') format('truetype'),
url('fonts/googleoauth2-icomoon.woff?mmc5kc') format('woff'),
url('fonts/googleoauth2-icomoon.svg?mmc5kc#googleoauth2-icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
.social-button::before {
background-color: rgba(0, 0, 0, 0.15);
margin: -7px 10px -7px -7px;
padding: 7px;
text-indent: 0;
vertical-align: bottom;
font-size: 22px;
position: relative;
top: 0;
display: inline-block;
font-family: "googleoauth2-icomoon";
font-style: normal;
font-variant: normal;
font-weight: normal;
min-width: 24px;
line-height: 1;
text-align: center;
content: "\f090";
}
.social-button {
font-family: 'Open Sans', sans-serif;
text-align: center;
background: #ccc;
display: inline-block;
text-align: left;
min-width: 185px;
color: #fff;
padding: 7px;
border: 1px solid rgba(0,0,0,0.1);
border-radius: 3px;
transition: background-color 0.15s;
}
.social-button.google::before {
content: "\e901";
}
.social-button.google {
background-color: #dc4e41;
}
.social-button.google:hover {
background-color: #c23321;
}
.social-button.dropbox::before {
content: "\f16b";
}
.social-button.dropbox {
background-color: #1087dd;
}
.social-button.dropbox:hover {
background-color: #0d6aad;
}
.social-button.battlenet::before {
content: "\e900";
}
.social-button.battlenet {
background-color: #00b6ff;
}
.social-button.battlenet:hover {
background-color: #006a9b;
}
.social-button.facebook::before {
content: "\f09a";
}
.social-button.facebook {
background-color: #3b5998;
}
.social-button.facebook:hover {
background-color: #2d4373;
}
.social-button.github::before {
content: "\f09b";
}
.social-button.github {
background-color: #555;
}
.social-button.github:hover {
background-color: #2b2b2b;
}
.social-button.linkedin::before {
content: "\f0e1";
}
.social-button.linkedin {
background-color: #007bb6;
}
.social-button.linkedin:hover {
background-color: #005983;
}
.social-button.microsoft::before {
content: "\f17a";
}
.social-button.microsoft {
background-color: #2672ec;
}
.social-button.microsoft:hover {
background-color: #125acd;
}
.social-button.vk::before {
content: "\f189";
}
.social-button.vk {
background-color: #587ea3;
}
.social-button.vk:hover {
background-color: #466482;
}