-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
70 lines (56 loc) · 855 Bytes
/
stylesheet.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
.same-size-thumbnail {
position: relative;
width: 250px;
height: 400px;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
border: transparent;
}
.right {
text-align: right;
margin-left: auto;
}
.left {
text-align: left;
margin-right: auto;
}
.center {
text-align: center;
}
.justify {
text-align: justify;
}
.black {
color: #000000;
}
.index-thumbnail-container {
height: 300px;
}
.index-thumbnail-container img {
width: auto;
height: 100%;
}
.small-money-logo {
width: 50px;
height: 50px;
}
::placeholder {
color: rgb(210, 210, 210);
}
.aa-input-label {
margin-bottom: 2px;
}
.wide {
margin: 100px;
}
.footer {
margin-right: 10px;
position: fixed;
bottom: 0;
right: 10px;
}
.more-pad {
margin-bottom: 20px;
}