mirror of
https://github.com/IdleEndeavor/gamesearch.git
synced 2025-04-29 14:14:31 +02:00
removed text under search bar and improved UI
This commit is contained in:
parent
f17b6df54c
commit
ae3541e8c1
@ -242,27 +242,20 @@ html, body {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.gsc-tabHeader {
|
||||
border: 3px dotted #F63F4D !important;
|
||||
.gsc-refinementsArea {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
|
||||
.gsc-tabHeader.gsc-tabhInactive, .gsc-refinementHeader.gsc-refinementhInactive {
|
||||
color: white !important;
|
||||
border-color: #121212 !important;
|
||||
background-color: #121212 !important;
|
||||
font-size: 1.2em !important;
|
||||
font-weight: bold !important;
|
||||
line-height: 25px !important;
|
||||
min-width: 54px !important;
|
||||
padding: 0 5px !important;
|
||||
text-align: center !important;
|
||||
margin: 0 5px !important;
|
||||
}
|
||||
|
||||
.gsc-tabsArea {
|
||||
border-bottom: 5px solid #F63F4D !important;
|
||||
}
|
||||
|
||||
.gsc-tabhActive {
|
||||
background-color: #F63F4D !important;
|
||||
border: 5px solid #F63F4D !important;
|
||||
.gsc-tabHeader.gsc-tabhActive, .gsc-refinementHeader.gsc-refinementhActive {
|
||||
color: #F63F4D !important;
|
||||
border-color: #F63F4D !important;
|
||||
background-color: #121212 !important;
|
||||
}
|
||||
|
||||
.gsc-control-cse .gsc-table-result {
|
||||
|
19
index.html
19
index.html
@ -111,7 +111,7 @@
|
||||
|
||||
<gcse:search class="searchbox"></gcse:search>
|
||||
|
||||
<p>Rave Game Search helps you find the best Completely Free and Safe Download Links to your favourite Video Games.<br>Happy Gaming!<br>If you like our service; kindly share it with your friends to help keep this project afloat.<br><a href="https://ravebooksearch.com">Check out Book Search</a></p>
|
||||
<p><a href="https://ravebooksearch.com">Check out Book Search</a></p>
|
||||
|
||||
<div class="share">
|
||||
|
||||
@ -126,23 +126,6 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9911043505807551"
|
||||
crossorigin="anonymous"></script>
|
||||
<!-- below-search -->
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block"
|
||||
data-ad-client="ca-pub-9911043505807551"
|
||||
data-ad-slot="8136233712"
|
||||
data-ad-format="auto"
|
||||
data-full-width-responsive="true"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- FAB Wheel -->
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user