hi! this is my aesthetic, and im a coder and yter. this was an assignment, you can check out my work here.
https://justagrook.straw.page
hope you like it!
Authorjustagrookey
LicenseNo License
Categoryedgenuity
Created
Updated
Size2.7 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
hi! this is my aesthetic, and im a coder and yter. this was an assignment, you can check out my work here.
https://justagrook.straw.page
hope you like it!
you can recode this and stuff idm
/* ==UserStyle==
@name Night Sky (V3) - For Edgenuity
@namespace USO Archive
@author JustAGrook
@description `A pretty night sky theme for Edgenuity. Gradient top menu, pretty background. A clean looking edit to Edgenuity. Easy to customize if you know a little CSS, or ask me and I'll make you a custom Edgenuity theme for $1.`
@version 20200602.2.3
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("edgenuity.com") {
.mainhead {
background: linear-gradient(-90deg, #891aad, #2c11a6);
}
#contentViewer {
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
background-color: white;
border-radius: 10px;
}
#tray {
background-color: white;
height: 50px;
border-radius: 10px;
opacity: 0.7;
}
.lesson-pane-trigger {
background-color: #00000000;
}
.overlay-background {
display: block;
position: fixed;
z-index: 2000;
opacity: 0.5;
border-radius: 10px;
}
.icon-adv-open {
color: #ff0707;
}
.mainfoot {
opacity: 0.3;
}
.mainfoot a[disabled], .mainfoot a.disabled, .mainfoot a[disabled]:hover, .mainfoot a.disabled:hover {
opacity: 0;
}
/*Quiz and test estimated time color change*/
.overlay-time {
color: #ffffff;
}
/*Attempt Header Remover + Move down*/
.overlay-attempt-header {
background-color: rgba(46, 46, 46, 0);
border-top: rgba(46, 46, 46, 0);
border-right: rgba(46, 46, 46, 0);
border-left: rgba(46, 46, 46, 0);
height: 25px;
}
.overlay-attempt {
background-color: rgba(46, 46, 46, 0);
}
#wrap {
background-image: url('https://i.imgur.com/r0og6sr.jpg');
background-position: left top;
background-size: 1920px 1080px;
height: 1100px;
background-repeat: no-repeat;
position: relative;
}
BODY {
background-color: #00000000;
bottom: 5px;
overflow: hidden;
}
.Toolbar .FramesList {
top: 0px;
margin: 0px;
}
em#frameProgress {
color: #FFFFFF;
font-weight: bold;
text-decoration: underline;
}
HTML {
background-color: #00000000;
}
#lesson-title {
font-size: 24px;
color: #FFFFFF;
line-height: 26px;
margin: 0px 0px 6px 0px;
font-weight: bold;
}
body#footer {
background-image: url('https://i.postimg.cc/sXTqnx6p/art.jpg');
}
.Toolbar .FramesList li.FrameComplete a {
border: 1px solid #ffffff;
}
.Toolbar .FramesList li.FrameCurrent a {
border: 1px solid #ffffff;
background-image: linear-gradient(to bottom, #000099, #6600ff)
}
.Toolbar .FramesList li.FrameRight a {
-webkit-border-radius: 160px;
}
.Toolbar .FramesList li a {
border: 1px solid #FFFFFF;
}
.Toolbar .FramesList li.FrameLeft a {
-webkit-border-radius: 160px;
}
}