152 lines
3.4 KiB
CSS
152 lines
3.4 KiB
CSS
html *{ font-family: Dejavu Sans Mono, MesloGS NF, Menlo, Consolas, Twemoji Mozilla Monospace !important; }
|
|
body { margin:0; padding: 0; text-decoration: none;}
|
|
blockquote { text-align: center; font-size: 16px; font-style: normal; line-height: 30px;}
|
|
pre { font-size: 14px; padding-left: 2ch;padding-top:2ch; padding-bottom: 2ch; overflow: auto; max-width:100%; border-radius: 5px;}
|
|
code { }
|
|
hr { height: 0px; }
|
|
a {color: inherit; }
|
|
a:hover { text-decoration: solid underline;}
|
|
details > summary{ font-size: 18px;}
|
|
details > summary:hover { }
|
|
details summary::-webkit-details-marker,
|
|
/*details summary::marker { content: "\1F4C1\20";}*/
|
|
details summary::marker { display: none; content: ""; }
|
|
::selection { }
|
|
::-moz-selection { }
|
|
.menu { line-height: 1em; font-size: 32px; text-decoration: none; width: 100%; margin: 0 auto; opacity: 1; }
|
|
.banner { float: left; margin-left: 3ch; padding-top: 8px;}
|
|
.header-wrapper { width: 100%; position: fixed; top: 0; padding-bottom: 8px; padding-top: 8px; opacity: 0.8; }
|
|
|
|
.HolyGrail,
|
|
.HolyGrail-body {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.HolyGrail-nav {
|
|
padding-right: 1em;
|
|
padding-top: 1em;
|
|
padding-bottom: 1em;
|
|
order: -1;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.HolyGrail-body {
|
|
flex-direction: row;
|
|
flex: 1;
|
|
text-align: left;
|
|
padding-top: 6vh;
|
|
}
|
|
|
|
.HolyGrail-content {
|
|
flex: 1;
|
|
text-align: left;
|
|
margin-left: 1em;
|
|
margin-right: 1em;
|
|
max-width: 80.5em;
|
|
}
|
|
|
|
.HolyGrail-nav, .HolyGrail-ads {
|
|
/* 12em is the width of the columns */
|
|
flex: 0 0 12em;
|
|
/* experimental line height */
|
|
line-height: 1.8em;
|
|
}
|
|
.HolyGrail-ads {
|
|
overflow: hidden;
|
|
padding-right: 8px;
|
|
min-width: 18em;
|
|
max-width: 18em;
|
|
border-top-left-radius: 10px;
|
|
border-bottom-left-radius: 10px;
|
|
}
|
|
.HolyGrail-nav {
|
|
min-width: 18em;
|
|
max-width: 18em;
|
|
border-top-right-radius: 10px;
|
|
border-bottom-right-radius: 10px;
|
|
}
|
|
|
|
.HolyGrail-nav ul {
|
|
list-style-type: none!important;
|
|
padding-left: 1.5ch;
|
|
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;
|
|
list-style-position: inside;
|
|
}
|
|
|
|
.HolyGrail-nav li::marker {
|
|
/*content: "\1F4DD\20";*/
|
|
display: none;
|
|
content: "";
|
|
|
|
}
|
|
|
|
.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: 1.5ch;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.HolyGrail-ads ul li:before {
|
|
content: "\007C\20";
|
|
}
|
|
}
|
|
|
|
.search-container {
|
|
/*width: 75%; */
|
|
margin: 0 auto;
|
|
float: right;
|
|
/*margin-right: 0%;*/
|
|
width: 80%;
|
|
}
|
|
.search-container input {
|
|
width: 35%;
|
|
height: 42px;
|
|
font-weight: 30px;
|
|
cursor: pointer;
|
|
padding-left: 1ch;
|
|
padding-right: 1ch;
|
|
border-radius: 5px;
|
|
}
|
|
.search-container input:focus {
|
|
outline: 0 none;
|
|
}
|
|
|