@font-face {
  font-family: "contb";
  src: url("https://no.wiichan.uwu.mx/contb.ttf");
}

body {
cursor: url(https://no.wiichan.uwu.mx/wii.cur),pointer;
background:unset;
background-color: #f3f3f3;
background-image: linear-gradient(transparent 50%, #e3e3e3 50%);
background-size: 10px 10px;
    
}

#rec {
    width: 340px !important;
    height: 180px !important;
    overflow: hidden;
    margin: 10px !important;
    position: relative;
    display: block;
    margin: auto;
    border-radius: 10%;
    border: 3px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    overflow: hidden;
    box-shadow: 7px 7px rgba(0, 0, 0, 0.5);
}

#imgrec {
    overflow: hidden;
    position: absolute;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
}

input[name="post"] { 
        border:px;

border-style:outset;
border-color:#34beed;
overflow:hidden;
position:relative;
margin-right:-70px;
border-radius:5px;
padding-top:5px;
padding-bottom:5PX;
background: #f7bec2;
background: #f4cbcd;
background: -moz-linear-gradient(top, #f4cbcd 0%, #fcd4d7 32%, #fcd4d7 75%, #f4cbcd 100%);
background: -webkit-linear-gradient(top, #f4cbcd 0%,#fcd4d7 32%,#fcd4d7 75%,#f4cbcd 100%);
background: linear-gradient(to bottom, #f4cbcd 0%,#fcd4d7 32%,#fcd4d7 75%,#f4cbcd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4cbcd', endColorstr='#f4cbcd',GradientType=0 );
    font-family:'contb';
font-size:10px;
color:#de8888;
margin-bottom:0px;
 vertical-align: top;  
    margin-top:-35px
}
.subtitle{
	margin-top:1%;
	    font-family: contb;
    color: #999999 !important;	    

}
h1 {
    margin-top: 20px !important;
    font: unset;
    font-family: contb;
    font-size: 40px;
    color: #999999;
    margin-top: -30px;
    margin-bottom: -10px;
    animation-name: example;
    animation-duration: 1s;
    animation-iteration-count: 1000;
}
div.topbar, input[type="text"], select, form table tr th, form table tr td input[type="text"], form table tr td textarea, div.post.reply, [type="submit"], input[type="password"], div.pages {
    background: #e5e5e5 !important;
    color: #0a0707 !important;
}
form table tr th {
    background: #e5e5e5 !important;
    color: #AAAAAA !important;
    font-weight: 100;
    text-align: center;
    padding: 2px;
    border: 12px;
    /* border-color: black !important; */
    font-family: contb;
}
div[id^="thread_"] {
    /* -webkit-box-shadow: 11px 11px 0px 0px #000; */
    -moz-box-shadow: 11px 11px 0px 0px #000;
    background-color: rgb(221, 221, 221);
    margin-bottom: 20px;
    padding: 10px;
    border: 1px double #34beed;
    /* border-right: 1px !important; */
    width: 100%;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 7px 7px #c6c6c6;
}

.post-image {
    border: double black;
    height: auto !important;
    width: auto !important;
    max-height: 60%;
    max-width: 60%;
    box-shadow: 7px 7px rgba(0, 0, 0, 0.5);
    padding: 5px;
    background-color: #cdcdcd;
}
div.files img.post-image {
    -webkit-box-shadow: 7px 7px 0px 0px #000;
    -moz-box-shadow: 7px 7px 0px 0px #000;
    /* -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5); */
    box-shadow: 7px 7px rgb(227, 227, 227);
    background-color: #CBCBCB;
    border: unset;
    padding: 5px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    margin-bottom: 5px;
}

img.banner, img.board_image {
    display: block;
    border: unset;
    margin: 3em auto 0 auto;
}
