/* Abandon all hope, ye who enter here 
This style sheet is messy dogshit, I have no idea what the fuck I'm doing.
Take whatever you want from here, if, for some reason, you want any of it at all.
20/12/2024: Now slightly cleaner, neater dogshit!
*/

/* Various parts of page */
:root {
    --burgermenuicon:url(/picture/burgermenu.svg); /* Path to burgermenu vector */
    --closeicon:url(/picture/close.svg); /* Path to close vector */
}

header {
/*  Nothingness   */
max-width: 960px;
}

body {
    font-family: "Verdana", sans-serif;
    background: #121212;
    margin: auto;
    margin-bottom: 1em;
    margin-top: 1em;
    font-size: 18px;
    max-width: 960px;
    border-style: double;
    border-color: #FDCA40;
}

main {
  background: #121212;
  max-width: 960px ;
  padding: 16px;
  text-align: left;
  border-style: double;
}

footer {
  text-align: center;
  clear: both;
}


/* Style of Common Elements */

h1, h2, h3, h4, h5, h6 {
  color: #FDCA40; 
  font-family: "Verdana", sans-serif;
  margin-bottom: 0.5em; 
}

p, ol, ul, details {
  color: #E6E8E5;
  font-size:1em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: upper-alpha;
}

a:link {
  color: #FDCA40;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: darkorange;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: #E6E8E6;
  text-decoration: underline;
}

a:active {
  color: green;
  background-color: transparent;
  text-decoration: underline;}

img {
  margin: auto;
  display: inline-block;
  max-width: 75% ;
}

blockquote {
  display: inline-block;
  border-left: 4px solid #FDCA40;
  margin-left: 0px;
/*    
  border-bottom: 4px solid #FDCA4025;
  border-top: 4px solid #FDCA4025;
  border-right: 4px solid #FDCA4025;
  background: #FDCA4025;
  */
} 

blockquote p, ul, ol {
 margin: auto;
 margin-left: 8px;
 padding: 8px;
} 

blockquote li {
  list-style-type: none;
  margin-left: 0px;
}

/* Specific shortcodes */

/* Menus */

/* Regular Menu */

.topnav {
  overflow: hidden;
  border-bottom: solid;
  border-bottom-color: #FDCA40;
}

.topnav a {
  float: left;
  display: block;
  color: #E6E8E6;
  text-decoration: none;
  text-align: center;
  padding: 8px 8px;
  font-feature-settings: "c2sc", "smcp";
  font-size:1.1em;
}


/* Change color on hover */
.topnav a:hover {
  color: #FDCA40;
  display: flex;
}

.horinavmenu {
  vertical-align: center;
  min-width: 0;
  justify-content: "space-evenly";
  list-style-type: none;
  padding: 0px 8px;
  margin: 0;
}

/* Mobile friendly menu */

#burgermenu {
  display: none;
  margin: auto;
  font-feature-settings: "c2sc", "smcp";
}

#burgermenu details {
  cursor: pointer;
  border-bottom: solid;
  border-color: #FDCA40;
  padding-bottom: 4px;
  font-size: 1.1em;
}

#burgermenu details > summary {
list-style: none;
font-size: 2em;
}

#burgermenu details > summary::-webkit-details-marker {
  display: none;
}

#burgermenu ul {
  list-style-type: none;
}

#burgermenu li {
  padding: 4px 8px;
}

/* Determines when each menu is shown */

@media screen and (max-width: 900px) {
  div.topnav {
    display: none;
  }

  #burgermenu {
    display: block;
  }
}
/* details.HTML */

#details {
  display: block;
}
#summary {
  margin-top: 2em;
  margin-bottom: 2em;
}

/* nextprev.html */

#nextprev {
	/* The container for both the previous and next articles. */
    margin-top: 3em;
    margin-left: 1em;
    margin-right: 1em;
}
#prevart {
	float: left ;
	text-align: left ;
}
#nextart {
	float: right ;
	text-align: right ;
}
#nextart,#prevart {
	max-width: 33% ;
}

/* Centregallery.html */
/* All this amazing Hugotastic "shortcode" does is to make the div use a specific CSS class, look at me, super hacker man */

.centergallery {
  width:100%; overflow:auto; text-align: center; float:center; }

/* TAGLIST.HTML */
.taglist {
	text-align: center ;
	clear: both ;
}
  
/* Misc. CSS classes */

/* Mostly used for headings  */

.center {
  text-align: center;
}

.titleblockcenter {
  text-align: center;
  margin:0;
  padding:0;
}

.titleblockcenterbig {
  text-align: center;
  font-size: 4em;
  margin:0;
  padding:20px;
}

.titleblock {
  text-align: left;
  margin:0;
  padding:0;
}

.left {
  float: left;
  margin:0;
  padding:0;
}

.tight {
  padding:0;
  margin:0;
}
.small-left {
  float: inline-start;
  margin-top: 16px;
  margin-left: 16px;
  margin-bottom: 16px;
  border: 4px;
  max-width: 25%
  max-height: auto;
}

.404HUGE {
  padding: 10px;
  text-align: center;
  font-size: 4em;
}

.contrarytitle {
  text-align: right;
  color: #E94F37;
}

/* Image classes, rarely used, shameful, clunky */]

.smallimg {
  max-width: 200px;
  max-height: auto;
  border : 4px;
  border-color: ivory;
}

.smallimg_floatleft {
  float: left;
  max-width: 200px;
  max-height: auto;
  border : 4px;
  border-color: ivory;
}

.smallimg_floatright {
  float: right;
  max-width: 200px;
  max-height: auto;
}

/* Details Classes */

.warning {
  background-color: #FDCA40;
  padding: 10px;
  color: black;
  font-size: 1em;
}

/* Blockquote classes */

/* List Classes */

/* This is used on the index pages for tags and directories */

.listpage ul {
  width: 100%;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.listpage li {
  list-style-type: none;
  padding: 4px 8px;
  margin: 0px;
}

