-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·114 lines (106 loc) · 1.46 KB
/
style.css
File metadata and controls
executable file
·114 lines (106 loc) · 1.46 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
/*
*Copyright 2014 CheckoutCrypto and CheckoutCrypto Canada
*/
.page {
/* width: 1000px; */
height: 720px;
}
/* MAIN HEADER */
.header {
height:60px;
background-color:white;
border-bottom:5px solid #1E91F3;
}
.logo {
float:left;
margin-left:50px;
margin-top:5px;
height:50px;
width:120px;
}
.head_menu {
padding-left:10px;
margin-left:200px;
float:left;
margin-top:20px;
height:30px;
width: 55%;
color: green;
}
.head_menu_layout {
width:100%;
}
#a.head_menu {
color:red;
}
.head_menu_itm {
width:200px;
}
/* MAIN CONTENT */
.main {
}
.menu {
width:150px;
background-color:red;
height:300px;
}
.content {
background-color:white;
min-height:150px;
}
.form{
margin-left:350px;
width:400px;
}
/* GETNEWADDRESS */
.qr_layout {
float:left;
width:50%;
margin-left:35%;
}
.address_desc {
float:left;
padding:2px;
margin-left:38%;
text-align:center;
width:360px;
border:1px solid #1e91f3;
}
/* REFRESH COIN */
.coin_layout{
float:left;
width:100%;
}
.coin_single{
float:left;
margin-left:25%;
width:55%;
}
.coin_image{
padding:10px;
float:left;
width:150px;
height:150px;
}
.coin_desc{
float:left;
height:40px;
margin-top:25px;
margin-left:25px;
}
/* MAIN FOOTER */
.footer {
height:40px;
color: blue;
background-color:white;
}
.foot_layout {
border-top:1px solid #E5E5E5;
padding-top: 10px ;
padding-left:60px;
height:100%;
width:100%;
}
.foot_layout_item {
width:35%;
}