Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @namespace url(http://www.w3.org/1999/xhtml);
- @-moz-document domain("4chan.org") {
- /*File Text appearing on hover*/
- .fileText {
- opacity: 0 !important;
- max-height: 0px !important;
- transition: .2s ease-out !important;
- }
- .file:hover .fileText,
- .file.image-expanded .fileText {
- opacity: 1 !important;
- max-height: 22px !important;
- }
- .fileText {
- font-size: 10px !important;
- }
- span.file-info a {
- color: #0392cf !important;
- }
- /*Post Info appearing on hover*/
- /*.info-on-hover:root .postNum {
- font-size: 0px !important;
- transition: .2s ease-out !important;
- }*/
- /*Thread Subject*/
- .subject {
- margin-right: 0px !important;
- }
- /*Normal post info*/
- .name {
- font-weight: normal !important;
- margin-right: 6px !important;
- }
- .postertrip {
- /*font-weight: bold !important;*/
- margin-right: 6px !important;
- }
- .postNum {
- /*font-weight: bold !important;*/
- /*This is for equal space between the left and right side*/
- margin-right: 6px !important;
- }
- a {
- color: #fdc298 !important;
- }
- .dateTime {
- /*font-weight: bold !important;*/
- /*display: none !important;*/
- color: #fd98a1 !important;
- margin-right: 6px !important;
- }
- /*Links*/
- .linkify {
- color: #999999 !important;
- }
- .embedder {
- color: #999999 !important;
- }
- /*Backlink (Icon version)*/
- .backlink-icon:root .reply .backlink {
- bottom: 5px !important;
- }
- .backlink {
- margin-left: -1px !important;
- }
- /*Op*/
- .op {
- background: #fbfbfb !important;
- margin-left: 0px !important;
- margin-top: 3px !important;
- padding-top: 6px !important;
- padding-bottom: 3px !important;
- margin-bottom: 8px !important;
- }
- .postContainer.opContainer {
- border-width: 0 0 0 0 !important;
- }
- /*Normal posts (The container is like the second layer of the post)*/
- .postContainer {
- margin-top: -3px !important;
- border-width: 1px 0px 0px 0px !important;
- border-style: dashed !important;
- border-color: #BEB4AA !important;
- }
- /*Quick reply*/
- #qr {
- border-width: 3px !important;
- border-color: #ffffff !important;
- box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2) !important;
- margin-right: -1px !important;
- margin-left: -1px !important;
- }
- /*Board Title*/
- .boardTitle {
- margin-bottom: 20px !important;
- margin-top: -5px !important;
- }
- /*Header bar when autohidden*/
- .fixed.top-header #header-bar.autohide:not(:hover) {
- margin-top: -1px !important;
- }
- }
- /*CSS by Tabal*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement