Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI/FIX/ popup.html file #79

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 25 additions & 11 deletions Popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}

body {
width: 230px !important;
width: 280px !important;
}

.switch {
Expand Down Expand Up @@ -101,7 +101,7 @@

/* Switch css end */
#showDomain {
border-radius: 10px;
border-radius: 6rem;
width: 230px !important;
height: max-content;
padding: 3px;
Expand All @@ -110,13 +110,21 @@
margin-bottom: 10px !important;
}

#showDomain {
font-size: 100% !important;
color: #fff !important;
padding: .5rem 1.5rem;
max-width: 200px !important;
margin-inline: auto !important;
overflow: hidden !important;
}

#Openoptions {
float: right;
width: 15px !important;
height: 15px !important;
cursor: pointer;
padding-right: 7px !important;
margin-top: 8px !important;
flex-direction: column;
gap: .3rem;
align-items: flex-end;
margin-left: auto;
padding-right: .5rem;
}

/* Accordian Start */
Expand All @@ -132,6 +140,9 @@
outline: none;
background-color: white;
transition: 2s;
display: flex;
align-items: center;
flex-direction: row;
}

#panel {
Expand Down Expand Up @@ -226,8 +237,10 @@
<body>
<!-- "Intro" -->
<div>
<div id="Openoptions" class="flexCenter" style="flex-direction: column;float: right;"><img
src="./settings.png"><span style="font-size: 11px;">Settings</span></div>
<div id="Openoptions" class="flexCenter">
<img src="./settings.png">
<!-- <span style="font-size: 11px;">Settings</span> -->
</div>
<a href="#" class="flexCenter" style="text-decoration:none;color: black;cursor: default;">
<img src="./RR_logo.png" alt="Logo" style="width: 50px;height: 70px;"><span>Adblocker!</span>
</a>
Expand All @@ -251,7 +264,8 @@
<table id="blockedDomains"></table>
</div>
</div>
<div id="showDomain" style="font-size: 125% !important;"><span style="color: #ccc;">Domain:</span>
<div style="font-size: 125% !important;padding-block: .5rem;margin-block: 1rem;">
<span id="showDomain">Domain:</span>
</div>
</div>

Expand Down
Binary file added _metadata/generated_indexed_rulesets/_ruleset1
Binary file not shown.
Binary file added _metadata/generated_indexed_rulesets/_ruleset2
Binary file not shown.
Binary file added _metadata/generated_indexed_rulesets/_ruleset3
Binary file not shown.
Binary file added _metadata/generated_indexed_rulesets/_ruleset4
Binary file not shown.
Binary file added _metadata/generated_indexed_rulesets/_ruleset5
Binary file not shown.
25 changes: 15 additions & 10 deletions options.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

#close:hover,
#close:focus {
color: #000;
color: #fff;
text-decoration: none;
cursor: pointer;
}
Expand All @@ -57,6 +57,7 @@
width: 80px;
height: 30px;
cursor: pointer;

}

.saveBefore {
Expand Down Expand Up @@ -85,32 +86,36 @@
.stlBtn {
background-color: #0F8C44;
border: none;
border-radius: 20px;
border-radius: 3rem;
outline: none;
cursor: pointer;
font-size: 14px;
font-weight: 550;
width: 300px;
height: 30px;
padding-block: 1rem;
cursor: pointer;
color: #fff;
margin-top: 1rem;
}


.stlBtn2 {
margin-top: 1rem;
padding-block: 1rem;
width: 330px;
height: 40px;
padding: 10px 25px;
font-weight: 600;
font-weight: 550;
background: transparent;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
display: inline-block;
border-radius: 20px;
border-radius: 3rem;
border: none;
}

.btn-15 {
background: #0F8C44;
color: black;
color: #fff;
z-index: 1;
}

Expand Down Expand Up @@ -142,7 +147,7 @@

.btn-16 {
background: #0F8C44;
color: black;
color: #fff;
z-index: 1;
}

Expand Down Expand Up @@ -268,7 +273,7 @@
</p>
</div>
</div>
<div style="display: flex;flex-direction: row;justify-content:space-between;">
<div style="display: flex;flex-direction: row;justify-content:space-between;padding: 2rem;">
<div style="display: flex;flex-direction:column">
<div style="font-weight: bold;font-size: 120% !important;">Enhancement Options</div>
<div style="font-size: 13px;">Make sure to "Save" the options after changes.</div>
Expand Down