glacier-web/css/k2.css
2023-12-20 10:06:34 -05:00

270 lines
4.3 KiB
CSS

/* css/everest.css - stylesheet for everest-web */
/*
Copyright (C) 2023 Everest Linux.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled "GNU
Free Documentation License".
*/
/* Sidebar menu */
.sidenav {
height: 100%;
width: 160px;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #131313;
overflow-x: hidden;
padding-top: 20px;
}
/* Menu links */
.sidenav a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 20px;
color: #818181;
display: block;
}
.sidenav a:hover {
color: #4a86e8ff;
}
html {
background-color: #1E1E1E;
color: #bfbfbf;
}
.main {
margin-left: 160px;
padding: 0px 10px;
background-color: #1E1E1E;
}
.file {
font-family: monospace;
background-color: #0F0F0F;
border-left-style: solid;
border-left-color: MediumSeaGreen;
border-width: 4px;
border-radius: 2px;
padding: 4px;
width: 50%;
color: #bfbfbf;
}
.kernel {
font-family: monospace;
background-color: #0F0F0F;
border-left-style: solid;
border-left-color: SlateBlue;
border-width: 4px;
border-radius: 2px;
padding: 4px;
width: 50%;
color: #bfbfbf;
}
.warning {
background-color: #330000;
border-left-style: solid;
border-left-color: #e60000;
border-width: 4px;
border-radius: 2px;
padding: 4px;
width: 50%;
color: #e60000;
}
.news {
background-color: #131313;
border-left-style: solid;
border-left-color: #4a86e8ff;
border-width: 4px;
border-radius: 2px;
padding: 4px;
width: 50%;
color: #bfbfbf;
}
fhead {
background-color: #0F0F0F;
border-left-style: solid;
border-left-color: MediumSeaGreen;
border-width: 4px;
border-radius: 2px;
padding: 6px;
width: 50%;
color: MediumSeaGreen;
}
khead {
background-color: #0F0F0F;
border-left-style: solid;
border-left-color: SlateBlue;
border-width: 4px;
border-radius: 2px;
padding: 6px;
width: 50%;
color: Slateblue;
}
warnhead {
background-color: #330000;
border-left-style: solid;
border-left-color: #e60000;
border-width: 4px;
border-radius: 2px;
padding: 6px;
width: 50%;
color: #e60000;
}
newshead {
background-color: #131313;
border-left-style: solid;
border-left-color: #4a86e8ff;
border-width: 4px;
border-radius: 2px;
padding: 4px;
width: 50%;
color: #4a86e8ff;
}
wikihead {
border-left-style: solid;
border-left-color: Tomato;
border-width: 4px;
border-radius: 2px;
padding: 6px;
color: Tomato;
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a{font-size: 18px;}
}
body {
font-family: sans-serif;
background-color: #1E1E1E;
color: #bfbfbf;
}
code {
font-family: monospace;
background-color: #0F0F0F;
border-left-style: solid;
border-left-width: 4px;
border-radius: 2px;
padding: 2px;
color: #bfbfbf;
}
wiki {
border-left-style: solid;
border-left-width: 4px;
border-radius: 2px;
padding: 6px;
border-color: Tomato;
}
/* file {
border-style: solid;
border-width: 4px;
border-radius: 2px;
padding: 2px;
border-color: black;
} */
h2 {
border-left-style: solid;
border-color: #4a86e8ff;
padding-left: 4px;
border-left-width: 6px;
border-radius: 5px;
color: #bfbfbf;
}
button {
font-size: 24px;
border-style: none;
border-left-style: solid;
border-width: 8px;
padding: 12px 28px;
border-color: #4a86e8ff;
border-radius: 5px;
background-color: #2C2C2C;
color: #e6e6e6;
}
button:hover {
background-color: #252525;
}
hr.dotted {
border-top: 3px dotted #bbb;
}
/* p {
color: #e6e6e6;
} */
/* strong {
color: #4a86e8ff;
} */
/* i {
color: #e6e6e6;
} */
footer {
text-align: center;
font-size: 10px;
padding: 20px;
}
#myInput {
width: 378px;
font-size: 16px;
padding: 10px;
border: 2px solid #4a86e8ff;
border-radius: 2px;
margin-bottom: 12px;
background-color: #2C2C2C;
color: #e6e6e6;
}
#myUL {
width: 400px;
list-style-type: none;
padding: 0;
margin: 0;
}
#myUL li a {
border-left-width: 2px;
border-left-style: solid;
border-left-color: #4a86e8ff;
margin-top: -1px;
background-color: #2C2C2C;
padding: 12px;
text-decoration: none;
font-size: 18px;
color: #e6e6e6;
display: block;
}
#myUL li a:hover:not(.header) {
background-color: #1E1E1E;
}
img {
padding: 8px;
}