forked from SimosNap/kiwiirc-plugin-nickserv
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
100 lines (81 loc) · 1.54 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
.kiwi-statebrowser-register {
position: absolute;
top: 0;
left: 39px;
width: auto;
text-align: left;
padding: 0 10px;
font-size: 1em;
box-sizing: border-box;
line-height: 57px;
cursor: pointer;
font-weight: 500;
letter-spacing: 1px;
transition: all 0.3s;
border-radius: 0 0 6px 0;
opacity: 0.8;
}
.kiwi-statebrowser-register:hover {
opacity: 1;
}
.kiwi-statebrowser-register span {
font-weight: 600;
}
.kiwi-statebrowser-register i {
line-height: 35px;
font-size: 1.2em;
}
#nickserv-form .kiwi-sky-simple-error {
width:468px;
margin:0 auto;
margin-bottom:10px;
text-align:left;
}
.kiwi-ns-login {
font-size:1.2em;
}
.kiwi-ns-login:before {
font-family:FontAwesome;
content: "\f090" ;
margin-right:5px;
}
.kiwi-ns-register {
font-size:1.2em;
}
.kiwi-ns-register:before {
font-family:FontAwesome;
content: "\f023" ;
margin-right:5px;
}
.kiwi-ns-error {
font-size:1.0em;
}
.kiwi-ns-error:before {
font-family:FontAwesome;
content: "\f071" ;
margin-right:5px;
}
.kiwi-ns-input {
max-width:468px;
margin-left: auto;
margin-right: auto;
}
#nickserv-form .input-text-underline {
width:468px;
}
.kiwi-ns-button {
}
.kiwi-ns-button:before {
font-family:FontAwesome;
content: "\f023" ;
margin-right:5px;
}
@media screen and (max-width: 468px) {
#nickserv-form .kiwi-sky-simple-error {
width:100%;
}
#nickserv-form .input-text-underline {
width:100%;
margin:0px;
}
}