Skip to content

Commit 6cdd128

Browse files
zhanglongzhanglong
authored andcommitted
aa
1 parent 875cecf commit 6cdd128

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+17597
-6998
lines changed

src/main/webapp/bootstrap/css/bootstrap-theme.min.css

Lines changed: 541 additions & 1 deletion
Large diffs are not rendered by default.

src/main/webapp/bootstrap/css/bootstrap.min.css

Lines changed: 7655 additions & 6906 deletions
Large diffs are not rendered by default.

src/main/webapp/css/form-elements.css

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
2+
input[type="text"],
3+
input[type="password"],
4+
textarea,
5+
textarea.form-control {
6+
height: 50px;
7+
margin: 0;
8+
padding: 0 20px;
9+
vertical-align: middle;
10+
background: #fff;
11+
border: 3px solid #fff;
12+
font-family: 'Roboto', sans-serif;
13+
font-size: 16px;
14+
font-weight: 300;
15+
line-height: 50px;
16+
color: #888;
17+
-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
18+
-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
19+
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
20+
}
21+
22+
textarea,
23+
textarea.form-control {
24+
padding-top: 10px;
25+
padding-bottom: 10px;
26+
line-height: 30px;
27+
}
28+
29+
input[type="text"]:focus,
30+
input[type="password"]:focus,
31+
textarea:focus,
32+
textarea.form-control:focus {
33+
outline: 0;
34+
background: #fff;
35+
border: 3px solid #fff;
36+
-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
37+
}
38+
39+
input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder,
40+
textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }
41+
42+
input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder,
43+
textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }
44+
45+
input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder,
46+
textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }
47+
48+
49+
50+
button.btn {
51+
height: 50px;
52+
margin: 0;
53+
padding: 0 20px;
54+
vertical-align: middle;
55+
background: #de615e;
56+
border: 0;
57+
font-family: 'Roboto', sans-serif;
58+
font-size: 16px;
59+
font-weight: 300;
60+
line-height: 50px;
61+
color: #fff;
62+
-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
63+
text-shadow: none;
64+
-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
65+
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
66+
}
67+
68+
button.btn:hover { opacity: 0.6; color: #fff; }
69+
70+
button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
71+
72+
button.btn:focus { outline: 0; opacity: 0.6; background: #de615e; color: #fff; }
73+
74+
button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; background: #de615e; color: #fff; }

src/main/webapp/css/style.css

Lines changed: 188 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,188 @@
1+
2+
body {
3+
font-family: 'Roboto', sans-serif;
4+
font-size: 16px;
5+
font-weight: 300;
6+
color: #888;
7+
line-height: 30px;
8+
text-align: center;
9+
}
10+
11+
strong { font-weight: 500; }
12+
13+
a, a:hover, a:focus {
14+
color: #de615e;
15+
text-decoration: none;
16+
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
17+
}
18+
19+
h1, h2 {
20+
margin-top: 10px;
21+
font-size: 38px;
22+
font-weight: 100;
23+
color: #555;
24+
line-height: 50px;
25+
}
26+
27+
h3 {
28+
font-size: 22px;
29+
font-weight: 300;
30+
color: #555;
31+
line-height: 30px;
32+
}
33+
34+
img { max-width: 100%; }
35+
36+
::-moz-selection { background: #de615e; color: #fff; text-shadow: none; }
37+
::selection { background: #de615e; color: #fff; text-shadow: none; }
38+
39+
40+
.btn-link-1 {
41+
display: inline-block;
42+
height: 50px;
43+
margin: 5px;
44+
padding: 16px 20px 0 20px;
45+
background: #de615e;
46+
font-size: 16px;
47+
font-weight: 300;
48+
line-height: 16px;
49+
color: #fff;
50+
-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
51+
}
52+
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }
53+
54+
.btn-link-1.btn-link-1-facebook { background: #4862a3; }
55+
.btn-link-1.btn-link-1-twitter { background: #55acee; }
56+
.btn-link-1.btn-link-1-google-plus { background: #dd4b39; }
57+
58+
.btn-link-1 i {
59+
padding-right: 5px;
60+
vertical-align: middle;
61+
font-size: 20px;
62+
line-height: 20px;
63+
}
64+
65+
.btn-link-2 {
66+
display: inline-block;
67+
height: 50px;
68+
margin: 5px;
69+
padding: 15px 20px 0 20px;
70+
background: rgba(0, 0, 0, 0.3);
71+
border: 1px solid #fff;
72+
font-size: 16px;
73+
font-weight: 300;
74+
line-height: 16px;
75+
color: #fff;
76+
-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
77+
}
78+
.btn-link-2:hover, .btn-link-2:focus,
79+
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }
80+
81+
82+
/***** Top content *****/
83+
84+
.inner-bg {
85+
padding: 100px 0 170px 0;
86+
}
87+
88+
.top-content .text {
89+
color: #fff;
90+
}
91+
92+
.top-content .text h1 { color: #fff; }
93+
94+
.top-content .description {
95+
margin: 20px 0 10px 0;
96+
}
97+
98+
.top-content .description p { opacity: 0.8; }
99+
100+
.top-content .description a {
101+
color: #fff;
102+
}
103+
.top-content .description a:hover,
104+
.top-content .description a:focus { border-bottom: 1px dotted #fff; }
105+
106+
.form-box {
107+
margin-top: 35px;
108+
}
109+
110+
.form-top {
111+
overflow: hidden;
112+
padding: 0 25px 15px 25px;
113+
background: #444;
114+
background: rgba(0, 0, 0, 0.35);
115+
-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
116+
text-align: left;
117+
}
118+
119+
.form-top-left {
120+
float: left;
121+
width: 75%;
122+
padding-top: 25px;
123+
}
124+
125+
.form-top-left h3 { margin-top: 0; color: #fff; }
126+
.form-top-left p { opacity: 0.8; color: #fff; }
127+
128+
.form-top-right {
129+
float: left;
130+
width: 25%;
131+
padding-top: 5px;
132+
font-size: 66px;
133+
color: #fff;
134+
line-height: 100px;
135+
text-align: right;
136+
opacity: 0.3;
137+
}
138+
139+
.form-bottom {
140+
padding: 25px 25px 30px 25px;
141+
background: #444;
142+
background: rgba(0, 0, 0, 0.3);
143+
-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
144+
text-align: left;
145+
}
146+
147+
.form-bottom form textarea {
148+
height: 100px;
149+
}
150+
151+
.form-bottom form button.btn {
152+
width: 100%;
153+
}
154+
155+
.form-bottom form .input-error {
156+
border-color: #de615e;
157+
}
158+
159+
.social-login {
160+
margin-top: 35px;
161+
}
162+
163+
.social-login h3 {
164+
color: #fff;
165+
}
166+
167+
.social-login-buttons {
168+
margin-top: 25px;
169+
}
170+
171+
172+
/***** Media queries *****/
173+
174+
@media (min-width: 992px) and (max-width: 1199px) {}
175+
176+
@media (min-width: 768px) and (max-width: 991px) {}
177+
178+
@media (max-width: 767px) {
179+
180+
.inner-bg { padding: 60px 0 110px 0; }
181+
182+
}
183+
184+
@media (max-width: 415px) {
185+
186+
h1, h2 { font-size: 32px; }
187+
188+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project,
2+
Fort Awesome (https://fortawesome.com). It makes it easy to put the perfect icons on your website. Choose from our awesome,
3+
comprehensive icon sets or copy and paste your own.
4+
5+
Please. Check it out.
6+
7+
-Dave Gandy

0 commit comments

Comments
 (0)