284 lines
No EOL
5.3 KiB
Sass
284 lines
No EOL
5.3 KiB
Sass
$primary: #00c0ff;
|
|
$secondary: #0099ff;
|
|
$dark1: #101010;
|
|
$dark2: #2a2a2a;
|
|
$dark3: #1f1f1f;
|
|
$medium: #686868;
|
|
$light: #e0e0e0;
|
|
$light2: #C5C6C7;
|
|
$light3: #a1a1a1;
|
|
|
|
body
|
|
padding: 50px
|
|
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif
|
|
color: white;
|
|
background-color: $dark1;
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
h1
|
|
text-align: center;
|
|
|
|
h2
|
|
color: $light;
|
|
margin-top: 0;
|
|
text-align: center;
|
|
|
|
#signin, #signup, #forgotPsw
|
|
padding: 4vw;
|
|
|
|
.signinup
|
|
margin-top: 15vh;
|
|
background-color: $dark2;
|
|
border-radius: 2vw;
|
|
form
|
|
input
|
|
color: $light;
|
|
margin-bottom: 4vh;
|
|
font-size: 25px;
|
|
input[type="submit"]
|
|
padding: 1vw;
|
|
border-radius: 2vw;
|
|
background-color: $secondary;
|
|
color: white;
|
|
border: none;
|
|
width: 40%;
|
|
display: block;
|
|
margin: auto;
|
|
font-size: 35px;
|
|
border: 2px solid #2C3531;
|
|
cursor: pointer;
|
|
transition-duration: 0.3s
|
|
input[type="submit"]:hover
|
|
color: $secondary;
|
|
background-color: $dark1;
|
|
border: 2px solid $secondary;
|
|
|
|
i
|
|
color: $primary;
|
|
|
|
#panel
|
|
background-color: $dark2;
|
|
height: 100vh;
|
|
border-right: 2px solid $light3;
|
|
padding: 0;
|
|
|
|
.main
|
|
background-color: $dark1;
|
|
|
|
#navtop
|
|
font-size: 30px;
|
|
.maintitle
|
|
font-size: 50px;
|
|
text-align: center;
|
|
margin: 0;
|
|
margin-top: 2vh;
|
|
ul
|
|
margin: 0;
|
|
text-align: right;
|
|
li.active
|
|
background: $primary;
|
|
a
|
|
color: black;
|
|
li
|
|
border-top: 1px solid $dark1;
|
|
background: linear-gradient(to right, $dark2 50%, $primary 50%) left;
|
|
background-size: 200%;
|
|
transition: .3s ease-out;
|
|
|
|
a
|
|
padding: 1.3vw;
|
|
color: $light2;
|
|
display: block;
|
|
width: 100%;
|
|
transition-duration: 0.3s;
|
|
li:hover
|
|
background-position: right;
|
|
cursor: pointer;
|
|
a
|
|
color: black;
|
|
|
|
#navprofile
|
|
font-size: 25px;
|
|
padding-top: 1vh;
|
|
padding-bottom: 1vh;
|
|
margin: 0;
|
|
background: radial-gradient(circle, rgb(1, 79, 116) 20%, rgb(15, 15, 99) 100%);
|
|
text-align: center;
|
|
|
|
p
|
|
margin-top: 1vh;
|
|
margin-bottom: 0;
|
|
|
|
a
|
|
cursor: pointer;
|
|
|
|
#page
|
|
margin: 0;
|
|
|
|
#edtjour
|
|
.edtflex
|
|
display: flex;
|
|
flex-direction: column;
|
|
div:last-child
|
|
border: none;
|
|
div
|
|
text-align: center;
|
|
font-size: 20px;
|
|
background-color: $dark2;
|
|
padding: 0 10px;
|
|
border-bottom: 2px solid $light3;
|
|
.edthead
|
|
border: none;
|
|
font-size: 30px;
|
|
background-color: $secondary;
|
|
.edtmidi
|
|
height: 100px;
|
|
background-color: $dark3;
|
|
|
|
#filactu
|
|
.actuflex
|
|
background-color: $dark3;
|
|
padding: 0;
|
|
height: 700px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
div:last-child
|
|
border: none;
|
|
.actucontent
|
|
overflow-y: scroll;
|
|
padding: 0;
|
|
height: 700px;
|
|
cursor: auto;
|
|
div:hover
|
|
background-color: $medium;
|
|
div
|
|
text-align: left;
|
|
cursor: pointer;
|
|
font-size: 20px;
|
|
background-color: $dark2;
|
|
padding: 0 10px;
|
|
border-bottom: 2px solid $light3;
|
|
p
|
|
margin: 0;
|
|
padding: 10px;
|
|
.actuhead
|
|
border: none;
|
|
cursor: auto;
|
|
font-size: 30px;
|
|
background-color: $secondary;
|
|
text-align: center;
|
|
p
|
|
padding: 30px;
|
|
.actuhead:hover
|
|
background-color: $secondary;
|
|
|
|
#welcome
|
|
padding-bottom: 20px;
|
|
|
|
h3
|
|
font-size: 30px;
|
|
text-align: center;
|
|
|
|
#edttable
|
|
margin-top: 100px;
|
|
border-collapse: collapse;
|
|
border: 1px solid white;
|
|
width: 90%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
.midi
|
|
td
|
|
height: 109px;
|
|
th
|
|
background-color: $secondary;
|
|
text-align: center;
|
|
border-radius: 0;
|
|
border: 1px solid white;
|
|
font-size: 25px;
|
|
tr
|
|
td:first-child
|
|
border-left: 1px solid white;
|
|
td:last-child
|
|
border-right: 1px solid white;
|
|
tr:last-child
|
|
td
|
|
border-bottom: 1px solid white;
|
|
td
|
|
text-align: center;
|
|
font-size: 20px;
|
|
background-color: $medium;
|
|
padding: 0;
|
|
border-radius: 0;
|
|
border: 1px solid black;
|
|
td:nth-child(even)
|
|
background-color: $dark2;
|
|
|
|
#edtweek
|
|
i
|
|
cursor: pointer;
|
|
div:nth-child(1)
|
|
text-align: right;
|
|
div:nth-child(3)
|
|
text-align: left;
|
|
|
|
|
|
#marks
|
|
table
|
|
border: 1px solid white;
|
|
margin-top: 80px;
|
|
width: 80%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
table-layout: fixed;
|
|
border-collapse: collapse;
|
|
tbody
|
|
display: block;
|
|
height: 270px;
|
|
overflow: auto;
|
|
thead, tbody tr
|
|
display: table;
|
|
width: 100%;
|
|
table-layout: fixed;
|
|
th
|
|
border: 1px solid white;
|
|
background-color: $secondary;
|
|
text-align: center;
|
|
font-size: 30px;
|
|
td
|
|
font-size: 25px;
|
|
padding: 0;
|
|
text-align: center;
|
|
background-color: $dark2;
|
|
border-radius: 0;
|
|
border: 1px solid $medium;
|
|
|
|
.marksdetails
|
|
display: none;
|
|
z-index: 1;
|
|
position: fixed;
|
|
left: 40%
|
|
top: 20%;
|
|
width: 30%;
|
|
table
|
|
border-collapse: collapse;
|
|
border: 1px solid white;
|
|
th
|
|
text-align: center;
|
|
font-size: 25px;
|
|
border: 1px solid white;
|
|
background-color: $secondary;
|
|
td
|
|
text-align: center;
|
|
background-color: $dark2;
|
|
border: none;
|
|
font-size: 25px;
|
|
tr:last-child
|
|
td
|
|
border-bottom: 1px solid white;
|
|
|
|
div#visible
|
|
display: block;
|
|
|
|
div#visible + div
|
|
filter: blur(4px); |