Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Removing unnecessary stuff */
- div#boardNavDesktop.desktop,
- div.boardTitle,
- hr,
- div#togglePostFormLink.desktop,
- .sideArrows,
- div#boardNavDesktopFoot.desktop,
- div#absbot.absBotText,
- .boardBanner,
- #totop,
- #tobottom,
- #blotter,
- .mobile {
- display: none;
- }
- /* Other stuff */
- body {
- margin: 3px !important;
- padding: 0 !important;
- }
- .sideArrows {
- display: none !important;
- }
- .reply {
- margin: 6px !important;
- }
- .fileText {
- margin-left: 3px !important;
- font-size: 0.85em;
- }
- .fileText a {
- text-decoration: none !important;
- }
- .fileThumb {
- margin: 3px 9px 3px 3px !important;
- }
- .fileThumb img {
- border-radius: 3px;
- }
- .postMessage {
- margin: 3px !important;
- }
- .opContainer .postMessage {
- margin-bottom: 3px !important;
- }
- div.navLinks.navLinksBot {
- clear: both;
- width: 100%;
- }
Add Comment
Please, Sign In to add comment