:root {
     --dk-color:#3333ff;
     --mid-color:#6666ff;
     --lt-color:#b3b3ff;
     --dkest-color:#24249c;
     --accent:#0e0ea3;
}

.leftsticky {
  z-index: 10;
  position: fixed;
  filter: drop-shadow(10px 10px 7px rgba(10, 10, 12, 0.733));
  bottom: 0;
  left: 0;
}

.rightsticky {
  z-index: 10;
  position: fixed;
   filter: drop-shadow(-10px -10px 7px rgba(10, 10, 12, 0.521));
  bottom: 0;
  right: 0;
}

body {
     margin:0;
     height:98%;
     font-family:Comic Sans MS;
     font-size:15px;
     background-image:url('https://thegreenroom.neocities.org/spr_dw_tv_starbgtile_0.gif');
     background-repeat:repeat;
     background-position: top left;
     animation: mymove 20s linear infinite;
     color:var(--dkest-color);
       padding-top:10px;
  padding-left:190px;
  padding-bottom:10px;
  padding-right:190px;
      cursor: url("https://file.garden/aGVgARL4OBP7L4sn/sym599.cur"), auto;
       padding-bottom:10px;
     }

     @keyframes mymove {
  50% {background-position: center;}
}


 h1, h3, h5 {
     color:var(--dk-color);
     filter: drop-shadow(2px 2px rgba(10, 10, 12, 0.267))
}
 h2, h4, h6 {
     color:var(--accent);
     filter:drop-shadow(2px 2px rgba(10, 10, 12, 0.267));
}

.header{
  background-color: #6666ff;
  float: middle;
  height: auto;
  margin: auto;
  filter: drop-shadow(10px 10px 7px rgba(10, 10, 12, 0.521));
  text-align: center;
  padding: 20px;
  border-style: dotted;
  border-radius: 5px;
}

.sidebaraccent{
  border-style: dotted;
  border-bottom: none;
  filter: drop-shadow(5px 5px rgba(10, 10, 12, 0.603));
  background-color: #6666ff;
  margin:auto;
  margin-right:10px;
  border-radius: 5px;
  padding-right: 50px;
  text-align:center;
  padding: 1px;
  overflow: visible;
  scrollbar-base-color: #b3b3ff;
}

img{  filter: drop-shadow(2px 2px rgba(10, 10, 12, 0.267));
}

.sidebar{
  border-style: dotted;
  background-image:url(https://thegreenroom.neocities.org/images/strip05106.gif);
  filter: drop-shadow(5px 5px rgba(10, 10, 12, 0.603));
  margin-right:10px;
  border-radius: 5px;
  padding: 10px;
  overflow: visible;
  scrollbar-base-color: #b3b3ff;
}

.middle{
  border-style: dotted;
  filter: drop-shadow(5px 5px rgba(10, 10, 12, 0.603));
  float: middle;
  width: auto;
    margin:auto;
  background-image:url(https://thegreenroom.neocities.org/images/strip05106.gif);
  text-align: center;
  border-radius: 5px;
  overflow:hidden;
  scrollbar-base-color: #b3b3ff;
}

.blinkies{
  border-style: dotted;
  filter: drop-shadow(5px 5px rgba(10, 10, 12, 0.603));
  float: middle;
  height: auto;
  width: auto;
  margin-top: 2px;
  margin-bottom: 2px;
  background-image:url(https://thegreenroom.neocities.org/images/strip05106.gif);
  text-align: center;
  border-radius: 5px;
  overflow:hidden;
  scrollbar-base-color: #b3b3ff;
}

.left{
  float:left;
}

/* web shimeji */
.webmeji-container {
  position: fixed;
  bottom: 0;
  width: 128px;
  height: 192px;
  overflow: hidden;
  z-index: 9999;
}

.webmeji-container img {
  width: 100%;
  height: auto;
  user-select: none;
  pointer-events: none;
  display: block;
  transform-origin: center;
}

@media (max-width: 768px) {
  .webmeji-container {
    width: 50px;
    height: 50px;
  }
}

  .text:hover{ 
font-style: italic;
text-decoration-line: underline;
}  

 ::-webkit-scrollbar {
        width: 14px;
        }

        ::-webkit-scrollbar:horizontal {
        height: 14px;
        }

        ::-webkit-scrollbar-corner {
        background: #eee;
        }

        ::-webkit-scrollbar-track:vertical {
        background: linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
        border-radius: 5px;
        }

        ::-webkit-scrollbar-track:horizontal {
        background: linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
        border-radius: 5px;
        }

        ::-webkit-scrollbar-thumb {
        border: 1.5px solid #888;
        border-radius: 5px;
        box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
        }

        ::-webkit-scrollbar-thumb:vertical {
        background: linear-gradient(90deg, #eee 45%, #ddd 0, #bbb);
        }

        ::-webkit-scrollbar-thumb:horizontal {
        background: linear-gradient(180deg, #eee 45%, #ddd 0, #bbb);
        }

        ::-webkit-scrollbar-button:horizontal:end:increment,
        ::-webkit-scrollbar-button:horizontal:start:decrement,
        ::-webkit-scrollbar-button:vertical:end:increment,
        ::-webkit-scrollbar-button:vertical:start:decrement {
        display: block;
        }

        ::-webkit-scrollbar-button:vertical {
        height: 15px;
        }

        ::-webkit-scrollbar-button:vertical:start:decrement {
        background: white;
        background: url("https://dl.dropbox.com/s/n9ji42h9hdgdtpc/scroll3.png"), #eee;
        background-repeat: no-repeat;
        background-position: center;
        -moz-background-size: 100% auto, cover;
        -webkit-background-size: 100% auto, cover;
        -o-background-size: 100% auto, cover;
        background-size: 100% auto, cover;
        border: 1.5px solid #888;
        border-radius: 5px;
        }

        ::-webkit-scrollbar-button:vertical:start:increment {
        display: none;
        }

        ::-webkit-scrollbar-button:vertical:end:decrement {
        display: none;
        }

        ::-webkit-scrollbar-button:vertical:end:increment {
        background: white;
        background: url("https://dl.dropbox.com/s/cdcco6pih7n1lae/scroll4.png"), #eee;
        background-repeat: no-repeat;
        background-position: center;
        -moz-background-size: 100% auto, cover;
        -webkit-background-size: 100% auto, cover;
        -o-background-size: 100% auto, cover;
        background-size: 100% auto, cover;
        border: 1.5px solid #888;
        border-radius: 5px;
        }

        ::-webkit-scrollbar-button:horizontal {
        width: 14px
        }
        ::-webkit-scrollbar-button:horizontal:start:increment {
        display: none;
        }
        ::-webkit-scrollbar-button:horizontal:end:decrement {
        display: none;
        }

        ::-webkit-scrollbar-button:horizontal:start:decrement {
        background: white;
        background: url("https://dl.dropbox.com/s/xcm618ghd823271/scroll5.png"), linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
        background-repeat: no-repeat;
        background-position: center;
        -moz-background-size: 100% auto, cover;
        -webkit-background-size: 100% auto, cover;
        -o-background-size: 100% auto, cover;
        background-size: 100% auto, cover;
        border-radius: 5px;
        border: 1.5px solid #888;
        }

        ::-webkit-scrollbar-button:horizontal:end:increment {
        background: white;
        background: url("https://dl.dropbox.com/s/byeyi7am889ii9m/scroll6.png"), linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
        background-repeat: no-repeat;
        background-position: center;
        -moz-background-size: 100% auto, cover;
        -webkit-background-size: 100% auto, cover;
        -o-background-size: 100% auto, cover;
        background-size: 100% auto, cover;
        border-radius: 5px;
        border: 1.5px solid #888;
        }
       

.headeranim {
  animation: tilt 2s ease-in-out infinite alternate;
}

@keyframes tilt {
  from {transform: rotate(5deg); }
  to { transform: rotate(-5deg); }
}

.marquee {
  overflow: hidden;
  /* Other styling like width, height, background, etc. */
}

.marquee-right {
  display: flex;
  flex-shrink: 0;
  animation: scrollr 11s linear infinite; /* Adjust duration as needed */
}

.marquee-left {
  display: flex;
  flex-shrink: 0;
  animation: scrolll 11s linear infinite; /* Adjust duration as needed */
}

@keyframes scrolll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%); /* Or a calculated value based on content width and duplication */
  }
}


@keyframes scrollr {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%); /* Or a calculated value based on content width and duplication */
  }
}

/* onionring.js is made up of four files - onionring-widget.js, onionring-index.js, onionring-variables.js and onionring.css (this one!)
// it's licensed under the cooperative non-violent license (CNPL) v4+ (https://thufie.lain.haus/NPL.html)
// it was originally made by joey + mord of allium (è’œ) house, last updated 2020-10-24 */

/* === ONIONRING.CSS === */
/* this file affects the style of the widget. remember to replace all instances of #webringid with whatever value you have for ringID in the onionring-widget.js file. make sure it still has the # at the front, though! probably easiest to use find+replace to do it */

#siwebring {
	color: black!important
}

#siwebring #templateWebring {
    font-family: Comic Sans MS;
    text-align: center;
    width: 315px;
    height: 175px;
    background: url('/siwebring/siwidgetbg.png') no-repeat;
    background-size: cover;
    border: 3px #FF74B8 solid;
    font-size: 16px;
}

#siwebring #templateWebring a {
    color: #E7338C;
}

#siwebring #templateWebring a:hover{
    font-weight: bold;
}

#siwebring #webringboxes {
display: flex;
justify-content: center;
align-items: center;
padding-top: 10px;
height: 100px;
}

#siwebring #webringiconbox, #siwebring #iconWebring {
    width: 100px ;
    height: 100px;
    display: block;
}

#siwebring #webringiconbox {
    border: 3px solid #FF74B8;
    border-radius: 4px;

}

#siwebring #webringdescbox {
    width: 170px;
    margin-left: 20px;
}

#siwebring #webringdesc {  
    -webkit-text-stroke: white 3px;
    paint-order: stroke; 
}

#siwebring #webringlinks{
    width:100%;
    margin:auto;
}


