]> git.lizzy.rs Git - cheatdb.git/blob - app/scss/packages.scss
Fix .wiptopic affecting buttons
[cheatdb.git] / app / scss / packages.scss
1 .screenshot_list, .screenshot_list li, .screenshot_list li a {
2         list-style: none;
3         margin: 0;
4         padding: 0;
5 }
6
7 .screenshot_list li {
8         display: inline-block;
9         margin: 5px;
10         padding: 0;
11 }
12
13 .screenshot_list li a {
14         display: block;
15 }
16
17 .screenshot_list img {
18         width: 200px;
19         height: 133px;
20         object-fit: cover;
21 }
22
23 .box_img {
24         position: relative;
25         background-position: center;
26         background-size: cover;
27         background-image: url("placeholder.png");
28         min-height: 220px;
29         border-radius: 5px;
30         padding: 0;
31 }
32
33 .box_img > h2 {
34         display: inline-block;
35         position: absolute;
36         bottom: 15px;
37         left: 15px;
38 }
39
40 .package-short-large {
41         font-size: 120%;
42 }
43
44 .pkg_wiz_1, .pkg_wiz_2 {
45         display: none;
46 }
47
48 .plsearchform {
49         padding: 0.5em;
50 }
51
52 .plsearchform p {
53         display: inline-block;
54         padding: 0;
55         margin: 0 0.75em;
56 }