/* polyxias coded this site in 2026.
please do not copy/redistribute/use as a base.
it's for your own good. */

body {
  background-color: #fff;
  color: #000;
  font-family: 'ms gothic', sans-serif;
  font-size: 13px;
  text-align: left;
  scroll-behavior: smooth;
  overflow: hidden;
  padding-top: 15px;
}

footer {
    display: block;
    text-align: center;
    font-size: 10px;
    margin: 0 auto;
    bottom: 0px;
    position: fixed;
}

/* a bunch of containers. 
i made too much. */

.container {
  margin: 0 auto;
  padding-bottom: 35px;
  width: 300px;
  border: 1px solid #1967d2;
}

.indexcontainer {
  margin: 0 auto;
  margin-top: 100px;
  padding-bottom: 35px;
  width: 300px;
}

.updates {
  width: 280px;
  height:70px;
  margin:60px auto;
  padding: 5px;
  padding-left:10px;
  overflow-y:scroll;
  overflow-x:hidden;
  text-align:left;
  border: 1px dashed #1967d2;
}


.nbcontainer {
  margin: 0 auto;
  padding-bottom: 35px;
  width: 300px;
  left: 50%;
}

.navcontainer {
  margin: 0 auto;
  padding:10px;
  padding-left:10px;
  width: 300px;
  overflow: hidden;
}

.minicontainer {
  width:300px;
  height:400px;
  margin:0 auto;
  padding:10px;
  padding-left:10px;
  overflow-y:scroll;
  overflow-x:hidden;
  text-align:left;
  border: 1px solid #1967d2;
}

.microcontainer {
  border: 1px dashed #1967d2; 
  padding-left: 5px; 
  padding-top: 10px; 
  padding-bottom: 5px;
  padding-right: 5px
  outline: transparent;
} /* tiny dashed box. REMEMBER. */

.microcontainer img {
  max-width: 100%;
  height: auto; 
  object-fit: contain;
}


.blogcontainer {
  width:300px;
  height:500px;
  margin:0 auto;
  padding:10px;
  padding-left:10px;
  position:fixed;
  overflow-y:scroll;
  overflow-x:hidden;
  text-align:left;
  border: 1px solid #1967d2;
}

/* img filter i hope it works*/

.filter {
    border: 1px dashed #1967d2; 
    padding-left: -5px; 
    padding-top: 5px; 
    padding-bottom: 5px;
    outline: transparent;
}

.filter img {
    filter: grayscale(100%) sepia(77%) hue-rotate(169deg);
    transition: 0.2s;
    outline: transparent;
}

.filter img:hover {
    filter: none;
    outline: solid 1px #1967d2;
    box-shadow: 2px 2px #1967d2;
}

/*plushies in the index page*/

#img-load {
  background-color: #1967d2;
  margin-top: 10px;
  height: 300px;
  outline: solid 3px #1967d2;
  outline-offset: -3px;
}

/*guestbook*/

.guestbook {
  height: 410px;
  margin: auto;
  margin-top: -90px;
  margin-bottom: -25px;
  margin-left: -2px;
  width: 104%;
  height: 420px;
}

#guestbook-iframe {
  margin-top: -1px;
  overflow: hidden;
}


/* links */

a {
  text-decoration: none;
  font-weight: bold;
  color: #1967d2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:link, a:active, a:visited {
  color: #1967d2;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
  text-shadow:
    1px 0px #1967d2, 
    0px 1px #1967d2, 
    -1px 0px #1967d2, 
    0px -1px #1967d2;
  display: inline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* uhhh stuff */

hr {
  border: none;
  border-top: 1px dashed #1967d2;
  width: 70%;
}

h5, h6 {
  font-weight: normal;
}

summary {
    color: #1967d2;
}

summary:hover {
    color: #1967d2;
}

blockquote {
 margin:-13px 0 0 10px; 
 padding:0 0 0 10px; 
 border-left:1px dashed #1967d2;
 text-align: left;
}

.footer {
  width: 100%;
  align-content: center;
  text-align: center;
  margin-top: 0px;
  padding: 0px;
  background-color: #transparent;
  font-size: 10px;
  color: #000;
  box-sizing: border-box;
}


/* navigation */

select {
  width: 100%;
  background-color: #1967d2;
  border: 1px #1967d2 solid;
  color: #fff;
  font-size: 13px;
  font-family: 'ms gothic', sans-serif;
  font-weight: bold;

  option {
    color: #1967d2;
    background-color: #fff;
  }
    
}

/* tables. nope. */

table.drink {
  border: 1px solid #1967D2;
  background-color: #fff;
  width: 300px;
  text-align: left;
  border-collapse: collapse;
  border: 1px dashed #1967D2;
}
table.drink td, table.drink th {
  border: 1px dashed #1967D2;
  padding: 5px 5px;
}

table.drink tbody td {
  font-size: 13px;
  color: #000;
}


/*selection color*/

::selection {
  color: #000;
  background: #1967d2;
  text-shadow:
    1px 0px #fff, 
    0px 1px #fff, 
    -1px 0px #fff, 
    0px -1px #fff;
  display: inline;
}

::-moz-selection {
  color: #000;
  background: #1967d2;
  text-shadow:
    1px 0px #fff, 
    0px 1px #fff, 
    -1px 0px #fff, 
    0px -1px #fff;
  display: inline;
}

/* tooltips */

#s-m-t-tooltip{
/* basic */
 max-width: 220px;
 z-index: 10;
 margin: 24px 14px 7px 12px;
/* style and design */
 padding:5px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
 border-radius:0px;
 border:1px solid #1967d2;
 box-shadow: 1px 1px #1967d2;
 background-color:white;
 color: black;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #1967d2;
  border: 1px solid;
  color: #1967d2;
}
