-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.css
114 lines (92 loc) · 1.66 KB
/
site.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
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
body {
padding: 0;
margin: 0;
background: gainsboro;
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
min-height: 100vh;
display: flex;
flex-direction: column;
}
.main-content {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}
.text-size {
font-size: 12px;
}
.logo-text-size {
font-size: 24px;
}
.search-container {
box-shadow: none;
border-radius: 30px;
margin-top: 50px;
}
.bg-custom {
background-color: rgb(223, 230, 163);
}
.navbar-custom .navbar-brand,
.narbar-custom .navbar-text {
color: purple;
}
.search-bar-center {
position: fixed;
display: inline;
left: 50%;
}
/* .footer {
position: absolute;
bottom: 0;
width: 100%;
height: 30px;
background-color: rgb(54, 85, 58);
color: white;
text-align: center;
font-size: 20px;
} */
footer {
margin-top: auto;
}
.search-image {
background: rgb(223, 230, 163) url('images/search_image_button.png');
padding-left: 8px;
height: 16px;
}
.image-search {
width: 30px;
height: 30px
}
.roborox-logo {
width: 50px;
height: auto;
}
.rarity {
text-transform: capitalize;
}
.card-image-size {
width: 300px;
}
.card-name {
font-weight: bold;
font-size: 30px;
}
.autocomplete-results {
font-size: 20px;
}
.card-type, .oracle-text, .flavor-text, .artist, .rarity, .card-set, .tcg-link, .card-market-link, .power-and-toughness {
font-size: 20px;
padding-top: 10px;
}
a:hover {
background-color: none;
}
li:hover {
cursor: pointer;
}
.bumping-block-down {
margin-top: 15px;
}
.bumping-block-after {
margin-bottom: 15px;
}