mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
add extra cool styling
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@
|
|||||||
"description": " ",
|
"description": " ",
|
||||||
"main": "webpack.config.js",
|
"main": "webpack.config.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "webpack --mode production",
|
"build": "webpack --config webpack.config.js",
|
||||||
"dev": "webpack --mode development --watch"
|
"dev": "webpack --config webpack.config.js --watch"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<h1 class="addonitem">About</h1>
|
<h1 class="addonitem">About</h1>
|
||||||
<p class="item subitem">Created and developed and maintained by CK and AH</p>
|
<p class="item subitem">Created and developed and maintained by CK and AH</p>
|
||||||
<p class="item subitem">Even BetterSEQTA is a revived or BetterSEQTA
|
<p class="item subitem">EvenBetterSEQTA is a revived or BetterSEQTA
|
||||||
which is no longer maintained.</p>
|
which is no longer maintained.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -237,7 +237,7 @@
|
|||||||
<div class="item-container">
|
<div class="item-container">
|
||||||
<div class="text-container">
|
<div class="text-container">
|
||||||
<h1 class="addonitem">Animated Background</h1>
|
<h1 class="addonitem">Animated Background</h1>
|
||||||
<p class="item subitem">Adds an animated background to Even BetterSEQTA.</p>
|
<p class="item subitem">Adds an animated background to EvenBetterSEQTA.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="onoffswitch"><input class="onoffswitch-checkbox notification" type="checkbox" id="animatedbk">
|
<div class="onoffswitch"><input class="onoffswitch-checkbox notification" type="checkbox" id="animatedbk">
|
||||||
<label for="animatedbk" class="onoffswitch-label"></label>
|
<label for="animatedbk" class="onoffswitch-label"></label>
|
||||||
@@ -260,7 +260,7 @@
|
|||||||
|
|
||||||
<div class="item-container" style="height: 2em; margin-top: 0px;">
|
<div class="item-container" style="height: 2em; margin-top: 0px;">
|
||||||
<div class="text-container">
|
<div class="text-container">
|
||||||
<h1 class="addonitem">BetterSEQTA</h1>
|
<h1 class="addonitem">EvenBetterSEQTA</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="onoffswitch" style="margin-bottom: 0px;"><input class="onoffswitch-checkbox notification"
|
<div class="onoffswitch" style="margin-bottom: 0px;"><input class="onoffswitch-checkbox notification"
|
||||||
type="checkbox" id="onoff">
|
type="checkbox" id="onoff">
|
||||||
|
|||||||
@@ -24,6 +24,7 @@
|
|||||||
// along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
// along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,600');
|
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,600');
|
||||||
|
@import './injected/popup.css';
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
background-color: var(--better-main) !important;
|
background-color: var(--better-main) !important;
|
||||||
@@ -221,6 +222,187 @@ html {
|
|||||||
background-color: var(--better-main) !important;
|
background-color: var(--better-main) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Messages */
|
||||||
|
.menuShown .content .anyoneSelect .listWrapper .list:has(.item) {
|
||||||
|
height: 32px !important;
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-type="student"] .header {
|
||||||
|
color: black !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
ol:has(.MessageList__avatar___2wxyb svg) {
|
||||||
|
transition-duration: 150ms !important;
|
||||||
|
transition-delay: 0ms !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Direct Message Menu */
|
||||||
|
.wrapper .cke_contents {
|
||||||
|
border-radius: 16px !important;
|
||||||
|
padding: 8px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wrapper .cke_contents::-webkit-scrollbar-thumb {
|
||||||
|
background-color: rgb(150, 150, 150) !important; /* color of the scroll thumb */
|
||||||
|
border-radius: 20px; /* roundness of the scroll thumb */
|
||||||
|
border: 3px solid orange; /* creates padding around scroll thumb */
|
||||||
|
}
|
||||||
|
|
||||||
|
.content .footer {
|
||||||
|
margin-top: 5px;
|
||||||
|
border-radius: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content [autocomplete="off"] {
|
||||||
|
background-color: var(--background-primary) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content [placeholder="Subject…"] {
|
||||||
|
border-radius: 16px;
|
||||||
|
padding-left: 12px !important;
|
||||||
|
background-color: var(--background-primary) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.listWrapper {
|
||||||
|
padding: 8px;
|
||||||
|
border-top-left-radius: 16px;
|
||||||
|
border-top-right-radius: 16px;
|
||||||
|
background-color: var(--background-primary);
|
||||||
|
margin-top: 26%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.functions {
|
||||||
|
background-color: var(--background-primary);
|
||||||
|
margin: 0 !important;
|
||||||
|
border-bottom-left-radius: 16px;
|
||||||
|
border-bottom-right-radius: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.functions > .uiButton {
|
||||||
|
width: 100%;
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.singleSelect {
|
||||||
|
border-radius: 16px !important;
|
||||||
|
padding: 4px !important;
|
||||||
|
padding-left: 12px !important;
|
||||||
|
box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.2) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
[style="--better-sub\:\ \#161616\;\ --better-alert-highlight\:\ \#c61851\;\ --background-primary\:\ \#ffffff\;\ --background-secondary\:\ \#e5e7eb\;\ --text-primary\:\ black\;\ --text-color\:\ white\;\ --betterseqta-logo\:\ url\(chrome-extension\:\/\/boikofabjaholheekefimfojfncpjfib\/icons\/betterseqta-light-full\.png\)\;\ --better-main\:\ \#1a1a1a\;\ --better-light\:\ \#333333\;"] .menuShown > :last-child {
|
||||||
|
top: 14% !important;
|
||||||
|
}
|
||||||
|
[style="--better-sub\:\ \#161616\;\ --better-alert-highlight\:\ \#c61851\;\ --background-primary\:\ \#ffffff\;\ --background-secondary\:\ \#e5e7eb\;\ --text-primary\:\ black\;\ --text-color\:\ white\;\ --betterseqta-logo\:\ url\(chrome-extension\:\/\/boikofabjaholheekefimfojfncpjfib\/icons\/betterseqta-light-full\.png\)\;\ --better-main\:\ \#1a1a1a\;\ --better-light\:\ \#333333\;"] .menuShown > :last-child {
|
||||||
|
top: 18% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.singleSelect > li {
|
||||||
|
border-radius: 4px;
|
||||||
|
margin-top: 4px !important;
|
||||||
|
margin-bottom: 4px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.singleSelect::-webkit-scrollbar-thumb {
|
||||||
|
background-color: rgb(150, 150, 150) !important; /* color of the scroll thumb */
|
||||||
|
border-radius: 20px; /* roundness of the scroll thumb */
|
||||||
|
border: 3px solid orange; /* creates padding around scroll thumb */
|
||||||
|
}
|
||||||
|
|
||||||
|
.uiFileHandler {
|
||||||
|
-webkit-box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0) !important;
|
||||||
|
box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menuShown :first-child:has(.header h1) {
|
||||||
|
border-radius: 16px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.uiSlidePane {
|
||||||
|
background-color: rgba(0, 0, 0, 0);
|
||||||
|
transition-duration: 500ms !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#container #content {
|
||||||
|
border-radius: 16px;
|
||||||
|
-webkit-box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0.2) !important;
|
||||||
|
box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0.2) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#container #content #title {
|
||||||
|
margin-bottom: 40px;
|
||||||
|
-webkit-box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0.2) !important;
|
||||||
|
box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2) !important;
|
||||||
|
}
|
||||||
|
#main .timetablepage {
|
||||||
|
padding-top: 10px;
|
||||||
|
}
|
||||||
|
.header {
|
||||||
|
background: var(--arc-palette-foregroundPrimary) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.document {
|
||||||
|
border-radius: 32px !important;
|
||||||
|
}
|
||||||
|
td.size {
|
||||||
|
border-top-right-radius: 8px;
|
||||||
|
border-bottom-right-radius: 8px;
|
||||||
|
}
|
||||||
|
td.colourBar {
|
||||||
|
border-top-left-radius: 8px;
|
||||||
|
border-bottom-left-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.documents {
|
||||||
|
padding-left: 10px;
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
||||||
|
#main>.reports>.item>.report {
|
||||||
|
filter: brightness(1) !important;
|
||||||
|
border-radius: 16px !important;
|
||||||
|
border: 2px solid lightgray !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#main>.reports>.item {
|
||||||
|
box-shadow: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
ol > [data-message] {
|
||||||
|
padding-left: 4px !important;
|
||||||
|
padding-right: 4px !important;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
border-radius: 8px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
ol > [data-label] {
|
||||||
|
margin-left: 4px;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
border-top-left-radius: 8px;
|
||||||
|
border-bottom-left-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.MessageList__sender___32riy :last-child {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-type="student"] [style="z-index\:\ 30\;"] .header:has(h1) {
|
||||||
|
color: black !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
div > ol:has(.uiFileHandlerWrapper) {
|
||||||
|
border-bottom-left-radius: 16px !important;
|
||||||
|
border-bottom-right-radius: 16px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.assessments > div > div > div > div > div > div > div:has(ol) {
|
||||||
|
border-radius: 16px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
[aria-labelledby="lixycoxs-tab-1"] [minlength="\30 "] {
|
||||||
|
min-height: 8rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
.student #menu>ul::before {
|
.student #menu>ul::before {
|
||||||
background-image: var(--betterseqta-logo);
|
background-image: var(--betterseqta-logo);
|
||||||
position: -webkit-sticky; /* Safari */
|
position: -webkit-sticky; /* Safari */
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
.logo-container {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.topmenu {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user