<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
  font-family: "Times New Roman", Times, serif;
  }

/*******/

#cover {
	position:relative;
	left: 3%; /**/
	width: 94%; /**/
	border: 2px solid black;
	border-style: none solid none solid;
}

#cover &gt; img { 
	width: 100%;
	height: 300px;
}

/******/

#menu {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	z-index: 1;
	background-color: white;
	left: 5%;   /**/
	width: 94%; /**/
	border: 2px solid black;
	border-style: solid none solid none;
}

.menubar {
	margin-top: 6px;
	margin-bottom: 6px;
	position: relative;
	padding: 0;
	width: 100%;
}

ul.menubar li {
  display: inline;
}

ul.menubar a {
  display: inline-block;
  width: 24.5%; 
  outline: none;
  text-decoration: none;
  text-align: center;
  line-height: 1.6;
  color: black;
  font-size: 1.0em; /**/
  border: 1px solid black;
  border-style: none solid none none;
}

ul.menubar li:last-child a {
  margin-right: 0;
  border-style: none;
}

ul.menubar a:hover {
  background: #ffdd99;
}

/********/

#metadiv {
	position: absolute;
	left:100%; /**/
	width: 30%; /**/	
	text-align: center;
	font-size: large;
	overflow: auto;
}

#tagsdiv {
	border: 1px solid black;
}

#postwrapper {
	position:relative;
	left: 3%;/**/
	width: 94%; /**/
	border: 2px solid black;
	border-style: none solid none solid;
}

.post {
	position: relative;
	width: 88%;
	left: 6%;
	height: auto;
	text-align: justify;
	text-justify: inter-word;
	line-height: 1.4; /**/
	font-size: 1.1em; /**/
	border: 2px solid black;
	border-style: none none solid none;
}

.texindent {
  text-indent: 1em;
  }

#tagmain {
	position: relative; /**/
	left: 5%; /**/
}

/*******************/

@media (min-width: 600px) {
	#cover {
		left: 15%; 
		width: 70%;
	}
	
	#menu {
		left: 15.55%;
		width: 70%;
	}
	.menubar{
	  left: 0.9%;
	  }
	
	ul.menubar a {
	        font-size: 1.5em;
	}
	
	#metadiv {
		left: 88%;
		width: 10%;
	}
	
	#postwrapper {
		left: 15%;
		width: 70%;
	}
	
	.post {
		font-size: 1.3em;
		line-height: 1.7;
	}
	
	#tagmain {
	    left: 15%;
	    width: fit-content;
	}
}

/*************/

h2 {
	text-align: center;
}

h2 a {
	text-decoration: none;
	color: black;
}

h2 a:hover {
  color: orange;
}

.infopar {
	font-size: 0.9em;
}

/*************/



.tagul {  
	font-size: 1.6em; 
	width: fit-content;
}

ul.tagul li {
	width: fit-content;
	padding:20px;
}

ul.tagul li a {
    font-size: 1em;
}

/***********/

#footer {
	text-align:center; 
	border: 1px solid black;
	border-style: solid none none none;
}
</pre></body></html>