Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Everpresent Actions */
- #actionform {
- background: var(--post-color);
- bottom: 5px;
- position: fixed;
- }
- .bottom-reply {
- background: var(--post-color);
- bottom: 0px;
- left:161px;
- position: fixed;
- }
- .stickynav .nav-item {
- line-height: 35.5px;
- }
- /* Selected Post Styling */
- .post-container {
- min-width: 0;
- transition: transform 0.2s ease-in-out,
- box-shadow 0.2s ease-in-out,
- background-color 0.2s ease-in-out,
- opacity 0.2s ease-in-out;
- }
- .anchor:target + .post-container {
- transform: translate(1.5px, 1.5px);
- box-shadow: none;
- }
- .thread .post-container.op,
- .thread .post-container.op * {
- transition: none !important;
- transform: none !important;
- background-color: transparent !important;
- border: none !important;
- }
- #bottom {
- margin-bottom: 0px;
- }
- /* Colored (hidden) Text */
- .spoiler {
- background: #00a2e8;
- color: #00a2e8;
- cursor: none;
- padding: .2px 0px
- }
- .spoiler:not(:hover) * {
- color: #00a2e8;
- background: #00a2e8!important
- }
- .greentext .spoiler:hover,
- .pinktext .spoiler:hover,
- .purpletext .spoiler:hover,
- .bluetext .spoiler:hover,
- .spoiler:hover a {
- color: inherit;
- }
- /* Scrollbar */
- ::-webkit-scrollbar {
- width: 12px;
- height: 12px;
- }
- ::-webkit-scrollbar-track {
- background: #00a2e8;
- }
- ::-webkit-scrollbar-thumb {
- background-color: #00a2e8;
- border-radius: 4px;
- border: 2px solid #00a2e8;
- }
- html {
- scrollbar-color: #00a2e8 #FFFFFF;
- scrollbar-width: thin;
- }
- html, body {
- background:#000000
- repeat fixed center;
- color: #00a2e8;
- font-family: "Trebuchet MS",Trebuchet,serif;
- font-size: 12pt;
- }
Advertisement
Add Comment
Please, Sign In to add comment