forked from nodeSolidServer/node-solid-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsolid.css
More file actions
145 lines (119 loc) · 2.38 KB
/
solid.css
File metadata and controls
145 lines (119 loc) · 2.38 KB
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
.index-page {
background-color: #f8f8f8;
font-size: 1em;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.index-page dt {
font-weight: bold;
}
.index-page dd {
margin: 0;
}
.index-page .header {
box-shadow: 0px 1px 4px rgba(0,0.0,0.2) !important;
-webkit-box-shadow: 0px 1px 4px rgba(0,0.0,0.2) !important;
text-align: center !important;
color: #7C4DFF;
padding: 10px;
display: inline-flex;
width: 99%;
}
.index-page .header-left {
text-align: left;
margin-top: 0.67em;
width: 19%;
}
.index-page .header-center {
margin: auto;
}
@media screen and (max-width: 1000px) {
.header-right {
display: block !important;
}
}
.header-right {
display: inline-flex;
margin-top: 0.67em;
min-width: 19%;
}
.index-page .logo-img {
width: 50px;
}
.index-page .title {
color: #7C4DFF;
font-size: 2em;
line-height: 1em;
}
.index-page .container {
position: relative;
display: flex;
flex-direction: column;
flex-wrap: row wrap;
margin: auto;
width: 50%;
line-height: 1.6;
}
.index-page .content {
display: block;
}
.index-page .webId {
text-align: center;
-webkit-box-shadow: 0px 1px 4px #7C4DFF !important;
}
.index-page .logo {
color: #f8f8f8;
}
.index-page .register-button {
padding: 1em;
border-radius:0.5em;
font-size: 100%;
background-color: #efe;
margin-right: 1em;
}
.panel-login-tls,
.panel-already-registered{
text-align: center;
}
/**
* Password Strength
*/
/* Remove the bottom border on the input to make the progress bar like a part of it */
.control-progress{
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom: 0;
}
/* Remove the top border on the progress bar to make the bar part of the input */
.form-group .progress{
border-top-left-radius: 0;
border-top-right-radius: 0;
height: 7px;
margin-bottom: 0;
}
.form-group .progress-bar{
width: 0;
}
/**
* Password strength levels sizes for the progress bar
*/
.progress .level-0{
width: 5%
}
.progress .level-1{
width: 25%;
}
.progress .level-2{
width: 50%;
}
.progress .level-3{
width: 75%;
}
.progress .level-4{
width: 100%;
}
.login-up-form .form-group {
margin-bottom: 5px;
}
.xs-header {
margin-top: 0px;
}