Widescreen adaptation for worldofspectrum.org/forums
worldofspectrum.org/forums/ by polomint
Details
Authorpolomint
LicenseNo License
CategoryRetro
Created
Updated
Size682 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name worldofspectrum.org/forums/
@version 20230710.05.45
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://worldofspectrum.org/forums") {
.container {
width: 100%;
margin-left: 0px;
}
.Item {
width: 97%;
padding-left: 0px;
}
.page-sidebar {
float: right;
width: 10%;
}
.page-content {
width: 90%;
}
.BoxDiscussionFilter {
width: 100%;
}
.DataBox-Comments {
width: 100%;
}
.CommentsWrap {
width: 100%;
}
.VideoWrap {
width: 100%;
padding-left: 30%;
padding-top: 2%;
}
/*
.Read {
line-height: 1.0;
}
*/
}