husk/static/stylesheet.css

182 lines
4.5 KiB
CSS

html *{ font-family: Dejavu Sans Mono, Noto Sans Mono, Ubuntu Mono, Menlo, Consolas, Monaco, monospace; }
body { margin:0; padding: 0; text-decoration: none; }
h1 {font-size: 33px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 51px; }
h2 {font-size: 26px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 41px; }
h3 { font-size: 16px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 27px; }
p { font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 27px; }
blockquote { text-align: center; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 27px; }
pre { font-family: monospace; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 27px; padding-left: 2ch;padding-top:2ch; padding-bottom: 2ch; overflow: auto; max-width: 100%; border-radius: 5px; }
code { max-width: 100%; overflow: auto; }
img { max-width: 100%; }
hr { height: 0px; }
a {color: inherit; }
a:hover { text-decoration: solid underline;}
details > summary{ font-size: 16px;}
details > summary:hover { }
details summary::-webkit-details-marker,
details summary::marker { height: auto; 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; text-align: center; width: 13%; font-weight: 700; padding-top: 8px; }
.header-wrapper { width: 100%; position: fixed; top: 0; height: 5vh; min-height: 5vh; }
.HolyGrail,
.HolyGrail-body {
display: flex;
flex-direction: column;
}
.HolyGrail-nav {
padding-right: 1em;
padding-top: 4ch;
padding-bottom: 1em;
order: -1;
}
@media (min-width: 768px) {
.header-wrapper { width: 100%; position: fixed; top: 0; padding-bottom: 0.5vh; padding-top: 1vh; /*opacity: 0.96;*/ }
.HolyGrail-body {
flex-direction: row;
flex: 1;
text-align: left;
margin-top: 5vh;
/*padding-left: 8px;
padding-right:8px;*/
}
.HolyGrail-content {
flex: 1;
text-align: left;
margin-left: 3em;
margin-right: 3em;
/* max-width: 80.5em; */
overflow: auto;
padding-top: 3em;
}
.HolyGrail-nav, .HolyGrail-ads {
/* 12em is the width of the columns */
flex: 0 0 12em;
/* experimental line height */
line-height: 27px;
/* border-radius: 5px; */
}
.HolyGrail-ads {
overflow: hidden;
padding-right: 1ch;
padding-top: 2.3ch;
/*min-width: 16em;
max-width: 18em;*/
min-width: 15%;
max-width: 20%;
/*border-top-left-radius: 10px;
border-bottom-left-radius: 10px;*/
/*font-size: 13px;
line-height: 23px;*/
}
.HolyGrail-nav {
/*min-width: 16em;
max-width: 18em;*/
min-width: 15%;
max-width: 20%;
/*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;
/* direction: rtl; */
}
.HolyGrail-nav li {
list-style-type: none!important;
/* padding-left : 0.5ch; */
margin: 0em;
text-align: left;
/* experimental line height */
list-style-position: inside;
font-weight: 400;
}
.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;
/*margin-right: 0%;*/
width: 50%;
}
.search-container input {
width: 100%;
height: 4vh;
/* height: 42px; */
font-weight: 700;
cursor: pointer;
padding-left: 1ch;
padding-right: 1ch;
border-radius: 5px;
}
.search-container input:focus {
outline: 0 none;
}