-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
119 lines (92 loc) · 1.98 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
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
115
116
117
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@300;400;700&display=swap');
.app-details-content-container-bottom-comp {
padding-left: 10px !important;
}
.app-details-content-container-bottom-comp button {
background: #eee;
padding: 4px 0 4px 20px;
}
.app-categories, .app-category, .app-category-flyout {
color: black;
font-family: 'Roboto Condensed';
}
.slider {
overflow: initial;
}
.webrcade-outer {
overflow: initial;
}
.app-details-content-container-buttons button {
box-shadow: 0 3px 6px #999;
border-radius: 0;
text-transform: lowercase;
font-weight: bold;
color: #666;
font-family: Roboto;
}
.app-details-content-container-buttons button :first-letter {
text-transform: capitalize;
}
.slider-item-container {
border-radius: 0;
border-color: transparent;
opacity: 0.1;
}
.slider-item {
}
.slider-item-container .slider-item-title {
display: none;
}
.slider-item-container__selected {
transform: scale(1.2) translateY(-10px);
transition: 0.25s;
opacity: 1;
}
.app-details-right {
transform: translate(100%);
-webkit-transform: translate(100%);
}
.fade-in {
transform: translate(0);
-webkit-transform: translate(0);
transition: 0.5s;
}
.app-details-content-container {
max-width: 35%;
}
.app-details-left:before {
background-image: none;
}
.app-details-content {
background-color: white;
color: black;
}
.app-details-content-container {
color: black;
}
.app-details-content-container-description {
color: #333;
}
body {
color: black;
background: white;
}
.slider {
background: white;
}
.webrcade-outer {
background: white;
}
/* fonts */
.app-details-content-container-title {
font-family: 'Roboto';
font-size: 48px;
}
.scroll-text {
font-family: 'Roboto Condensed';
font-weight: 400;
font-size: 16px;
color: #888;
text-align:justify;
text-justify:auto;
}