132 lines
3.1 KiB
CSS
132 lines
3.1 KiB
CSS
html *{ font-family: Dejavu Sans Mono, MesloGS NF, Menlo, Consolas, Monospace !important; }
|
|
body { text-decoration: none; color: #979FAD; background-color: #2F333D;}
|
|
blockquote { text-align: center; font-size: 16px; font-style: normal; line-height: 30px;}
|
|
pre { background-color: #282C34;color: #979FAD;border: 1px solid #282C34; font-size: 14px; padding-left: 2ch;padding-top:2ch; padding-bottom: 2ch; line-height: 18px; overflow: auto; }
|
|
code { background-color: #282C34; color: #979FAD; }
|
|
hr { height: 0px; }
|
|
a {color: inherit; }
|
|
a:hover {color: #2979FF; text-decoration: solid underline;}
|
|
details > summary{ background-color: #3A3F4B; font-size: 18px;}
|
|
details > summary:hover { background-color: #2F333D;}
|
|
details summary::-webkit-details-marker,
|
|
details summary::marker { content: "\1F4C1\20";}
|
|
::selection { background-color: #668799; }
|
|
::-moz-selection { background-color: #668799; }
|
|
.menu { line-height: 1em; font-size: 32px; line-height: 1em; text-decoration: none; }
|
|
|
|
.HolyGrail,
|
|
.HolyGrail-body {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.HolyGrail-nav {
|
|
padding-right: 1em;
|
|
padding-top: 1em;
|
|
order: -1;
|
|
background-color: #3A3F4B;
|
|
}
|
|
|
|
@media (min-width: 48em) {
|
|
.HolyGrail-body {
|
|
flex-direction: row;
|
|
flex: 1;
|
|
text-align: left;
|
|
}
|
|
|
|
.HolyGrail-content {
|
|
flex: 1;
|
|
text-align: left;
|
|
margin-left: 1em;
|
|
margin-right: 1em;
|
|
width: 70%;
|
|
border-top: 1px solid #979FAD; border-bottom: 1px solid #979FAD;
|
|
}
|
|
|
|
.HolyGrail-nav, .HolyGrail-ads {
|
|
/* 12em is the width of the columns */
|
|
flex: 0 0 14em;
|
|
background-color: #3A3F4B;
|
|
/* experimental line height */
|
|
line-height: 1.8em;
|
|
width: 15%;
|
|
}
|
|
|
|
.HolyGrail-nav ul {
|
|
list-style-type: none!important;
|
|
padding-left : 1ch;
|
|
margin: 0em;
|
|
text-align: left;
|
|
}
|
|
|
|
.HolyGrail-nav li {
|
|
list-style-type: none!important;
|
|
padding-left : 0.5ch;
|
|
margin: 0em;
|
|
text-align: left;
|
|
/* experimental line height */
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
.HolyGrail-nav a{
|
|
overflow-wrap: break-word;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.HolyGrail-nav a:hover{
|
|
text-decoration: solid underline;
|
|
}
|
|
|
|
.HolyGrail-nav a:before{
|
|
content: "";
|
|
}
|
|
|
|
.HolyGrail-ads ul li {
|
|
list-style-type: none!important;
|
|
text-align: left;
|
|
border: none;
|
|
white-space: normal;
|
|
}
|
|
|
|
.HolyGrail-ads a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.HolyGrail-ads a:hover {
|
|
text-decoration: solid underline;
|
|
}
|
|
|
|
.HolyGrail-ads ul{
|
|
padding-left: 0.5em;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.HolyGrail-ads ul li:before {
|
|
content: "\203B\20";
|
|
}
|
|
|
|
}
|
|
|
|
.search-container{
|
|
position: relative;
|
|
}
|
|
.search-container input {
|
|
display: inline-block;
|
|
align: center;
|
|
margin-top: 8px;
|
|
margin-bottom: 16px;
|
|
width: 30%;
|
|
height: 42px;
|
|
background-color: #3A3F4B;
|
|
border: 1px solid #282C34;
|
|
font-weight: 20px;
|
|
color: #979FAD;
|
|
cursor: pointer;
|
|
padding-left: 1ch;
|
|
padding-right: 1ch;
|
|
}
|
|
.search-container input:focus {
|
|
border: 2px solid #282C34;
|
|
outline: 0 none;
|
|
}
|