Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @-moz-document domain(forums.d3go.com) {
- /*
- * hide some stuff
- */
- h1.d3go-game__header img {
- display: none !important;
- }
- div.promoted-content {
- display: none !important;
- }
- /*
- * use more width
- */
- .container {
- width: 100% !important;
- }
- /*
- * get rid of much unnecessary whitespace
- */
- tbody tr td {
- padding: 4px !important;
- }
- body.Discussions .ItemDiscussion .DiscussionName .Wrap .Title {
- padding-bottom: 0px !important
- }
- .DataList.Item, .DataList .Item {
- padding: 3px !important;
- }
- .DataList.CategoryList .Item {
- padding: 3px !important;
- min-height: 0px !important
- }
- .DataList.CategoryList .Item .Number {
- display: inline !important
- }
- .DiscussionsTable .Item .Title {
- font-size: 1.5rem !important;
- }
- .BlockColumn .ProfilePhoto {
- width: 0px !important;
- }
- /*
- * some fixes for profile page
- */
- .Item .Title a {
- color: #333 !important;
- }
- div.Meta.Meta-Discussion span.MItem {
- color: #888888 !important;
- }
- .DataList .Item .Meta a {
- color: #333 !important;
- }
- .Item .Meta .MItem.Category a {
- color: #fff !important;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement