Deleted old styles.css, dont need that.
This commit is contained in:
parent
060b931227
commit
1689b727f9
1 changed files with 0 additions and 181 deletions
181
styles.css
181
styles.css
|
@ -1,181 +0,0 @@
|
|||
html:not([data-scroll='0']) .topnav {
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: ubuntu, arial;
|
||||
padding-left: 20px;
|
||||
color: white;
|
||||
font-size: 16px;
|
||||
text-shadow: 0px 0px 16px rgb(0, 0, 0), 0px 0px 16px rgb(0, 0, 0), 0px 0px 16px rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
a {
|
||||
font-family: ubuntu, arial;
|
||||
color: #5865f2;
|
||||
}
|
||||
|
||||
.background {
|
||||
background-image: url(backgrounds/eknr1_and_lottilx.png);
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
min-height: 400px;
|
||||
}
|
||||
|
||||
.text-background {
|
||||
background-color: rgba(51, 51, 51, 0.4);
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.topnav {
|
||||
background-color: rgba(51, 51, 51, 0.863);
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
top: 8px;
|
||||
}
|
||||
|
||||
.topnav-inactive {
|
||||
font-family: ubuntu, arial;
|
||||
float: left;
|
||||
color: #f2f2f2;
|
||||
text-align: center;
|
||||
padding: 5px 16px;
|
||||
text-decoration: none;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.topnav-inactive:hover {
|
||||
background-color: #ddd;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.topnav-active {
|
||||
font-family: ubuntu, arial;
|
||||
background-color: #04AA6D;
|
||||
color: white;
|
||||
float: left;
|
||||
padding: 5px 16px;
|
||||
text-decoration: none;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.scriptsinactive:hover {
|
||||
background-color: #ddd;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.topnav-placeholder {
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.topnav-companion {
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
background-color: #2e2e2e;
|
||||
height: 8px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.big-text {
|
||||
font-family: ubuntu, arial;
|
||||
color: white;
|
||||
font-size: 26px;
|
||||
}
|
||||
|
||||
.medium-text {
|
||||
font-family: ubuntu, arial;
|
||||
}
|
||||
|
||||
.tiny-text {
|
||||
font-family: ubuntu, arial;
|
||||
color: white;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.center-text {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.fat-text {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.background-text {
|
||||
background-color: rgba(51, 51, 51, 0.4);
|
||||
}
|
||||
|
||||
.inactive-text {
|
||||
color: rgb(255, 255, 255, 0.5);
|
||||
text-decoration: line-through;
|
||||
transition: color 0.5s, text-decoration 0.5s;
|
||||
}
|
||||
|
||||
.inactive-text:hover {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.normal-link {
|
||||
font-family: ubuntu, arial;
|
||||
color: #5865f2;
|
||||
}
|
||||
|
||||
.normal-link-button {
|
||||
font-family: ubuntu, arial;
|
||||
color: #f2f2f2;
|
||||
background-color: rgba(51, 51, 51, 0.8);
|
||||
padding: 5px 8px;
|
||||
text-decoration: none;
|
||||
font-size: 17px;
|
||||
border-style: inset;
|
||||
border-width: 4px;
|
||||
border-color: rgba(51, 51, 204, 0.8) rgba(51, 51, 204, 0.8) rgba(153, 255, 102, 0.8) rgba(153, 255, 102, 0.8 );
|
||||
}
|
||||
|
||||
.normal-link-button:hover {
|
||||
background-color: rgba(240, 240, 240, 0.6);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.normal-emoji {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
align: center;
|
||||
}
|
||||
|
||||
.pythonscripts {
|
||||
background-color: rgba(51, 51, 51, 0.863);
|
||||
width: 160px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.merge_box {
|
||||
font-family: ubuntu;
|
||||
color: white;
|
||||
font-size: 18px;
|
||||
padding: 5px 16px;
|
||||
background-color: rgba(51, 51, 51, 0.863);
|
||||
position: relative;
|
||||
left: 50%;
|
||||
}
|
||||
|
||||
.normal-list {
|
||||
font-family: ubuntu;
|
||||
color: white;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.program {
|
||||
font-family: ubuntu;
|
||||
color: white;
|
||||
font-size: 18px;
|
||||
padding: 5px 16px;
|
||||
background-color: rgba(51, 51, 51, 0.863);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.search-folder {
|
||||
visibility: hidden;
|
||||
}
|
Loading…
Reference in a new issue