<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 3000px) {


#specialvotes {

display: block

}

#weinewsblock {

display: block

}

.sidesanta {
    display: block
}    

.weinewsleft {

	float: left; width: 80%; _width: auto;+width: auto;margin-bottom: 6px;

}

.gridcolumn {
grid-template-columns: repeat(4,1fr);
}

}


@media screen and (max-width: 1800px) {
.gridcolumn {
grid-template-columns: repeat(3,1fr);
}


}


@media screen and (max-width: 1600px) {

.sidesanta {
    display: none
}    

#specialvotes {

display: none

}

#weinewsblock {

display: none

}

#menu #plugin {

display: none

}

.weinewsleft {

	float: none; width: 100%; _width: auto;+width: auto;margin-bottom: 6px;

}

.threadpm{

display: none

}


.fifthhome {

display: none;

}

}


@media screen and (max-width: 1350px) {
    
.mainbox h3 {
line-height:15px;
}

.gridcolumn {
grid-template-columns: repeat(3,1fr);
}

.nums {
display:table-cell;
}

}

@media screen and (max-width: 1200px) {
    
.nums {
display:none;
}
    
.gridcolumn {
grid-template-columns: repeat(2,1fr);
}


.mainbox h3 {
line-height:25px;
}
#specialvotes {


display: none

}

#weinewsblock {

display: none

}

#menu #plugin {

display: none

}

.weinewsleft {

	float: none; width: 100%; _width: auto;+width: auto;margin-bottom: 6px;

}

.backindex {

display: none

}

.threadpm{

display: none

}



#announcement{

display: none

}

.fifthhome {

display: none;

}

}



@media screen and (max-width: 800px) {

.nums {
display:none;
}

.gridcolumn {
grid-template-columns: repeat(1,1fr);
}

#specialvotes {

display: none

}

#weinewsblock {

display: none

}

#menu #plugin {

display: none

}

.weinewsleft {

	float: none; width: 100%; _width: auto;+width: auto;margin-bottom: 6px;

}

.backindex {

display: none

}

.threadpm{

display: none

}

.signatures img{

display: none

}

#announcement{

display: none

}

.fifthhome {

display: none;

}

}

</pre></body></html>