-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
38 lines (38 loc) · 2.63 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
body,li,ul{ margin:0px auto;}
body{background-color:#3498DB; width:100%; font-family:sans-serif;}
header{background-color:#fff; width:100%; height:55px; margin:0px;}
nav{width:100%; border-top:5px solid #3498DB;}
nav ul{float:left; border-left:6px solid #BDC3C7; height:50px; }
nav li{list-style:none; font-size:30px; font-weight:bold; padding-right:10px; padding-left:10px; border-right:1px solid #BDC3C7; width:auto; font-family:Gabriola;
color:#3498DB; float:left; height:50px;}
nav li:hover{color:#fff;background-color:#3498DB; transition:1s;}
#center{ margin:0px auto; width:95%;}
#center-set{float:left; width:100%; padding-top:1%; padding-bottom:0.5%; background-color:#A2DED0;border-top:5px solid #3498DB;}
#signup{float:left; width:50%;}
#signup-st,#login-st{background-color:#22313F; margin:50px; border-radius:20px; -webkit-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.85);}
#div-left{background-color:#2B5CC3; margin:50px; border-radius:20px; -webkit-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.85);}
#reg{padding-top:10px;}
#reg-head,#reg-bottom,#reg-head-fail{width:100%; text-align:center; background-color:#fff; font-weight:bold; }
.headrg{border-top-left-radius:20px; border-top-right-radius:20px;padding-top:12px; padding-bottom:12px;font-size:22px; color:#6C7A89;}
.btmrg{padding-top:5px; padding-bottom:5px; border-bottom-left-radius:20px;border-bottom-right-radius:20px;font-size:18px; color:#22313F;}
#reg-head-fail{color:#D35400;}
#reg-head:hover{color:#3498DB;transition:1s;}
#tb-name{float:right; font-size:20px;}
#tb-box{height:22px; width:200px;}
#st{width:100%; text-align:center; padding-top:30px; padding-bottom:10px;}
#st-btn{ text-align:center; padding:10px 21px 10px 21px; background-color:#3498DB; border:none;color:#fff; cursor:pointer; font-size:20px; font-weight:bold;}
#st-btn:hover{color:#3498DB; background:#fff;transition:1s;}
td.t-1{ float:left; width:44%; text-align:right; color:#C5EFF7;}
td.t-2{ float:right; width:55%; }
#lg-1{padding:10px; float:left; width:95%;}
.tl-1{float:left;width:40%;padding-right:5%; text-align:center; color:#C5EFF7;}
.tl-4{font-size:17px; font-weight:bold; text-align:center; color:#FDE3A7;}
#login{float:right; width:50%;}
#login-sg{ margin-top:20%; }
#footer{background-color:#fff; width:100%; height:50px; margin:0px; float:left; border-top:5px solid #3498DB;}
#footer p{text-align:center; font-size:18px; font-weight:bold; color:#3498DB;}
field { font-family:arial, sans-serif; border-color: #d9d9d9; border-top:solid 1px #c0c0c0; }
input.field{width:50px;}
.fieldwrapper{
white-space: nowrap;
}