bvffalo

LIBRELAND_POL

Aug 15th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 9.80 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Germania+One|Martel:900|Poppins:500');
  2. /* Mewch.net "Based & Fashy" CSS */
  3.  
  4. /* Stuff to hide */
  5. .labelCreated, .sizeLabel, .dimensionLabel, input.deletionCheckBox { display:none; }
  6. div#panelMessage hr { display:none; }
  7. .uploadDetails { color: transparent; }
  8.  
  9. /* Custom Fonts */
  10. body, div.divMessage, input, select, textarea, #postingForm button, #qrbutton, #divMessage {
  11.   font-family: 'Poppins', sans-serif;
  12. }
  13. nav, .opHead, div.postInfo.title, .boardHeader p, #postingForm th, strong em .aa, .redText, .title, #divMessage strong span.aa  {
  14.   font-family: 'Germania One', cursive;
  15. }
  16. .redText strong {
  17.   font-family: 'Martel', cursive;
  18. }
  19.  
  20. /* Cursors */
  21. html, *, hover { cursor: url(https://i.imgur.com/VXi5y9v.png), default; }
  22. a, .embedButton, select, .divRefresh input, #postingForm button, #qrbutton { cursor: url(https://i.imgur.com/2jvE2AN.png), progress !important; }
  23. label, img, .hideFileButton { cursor: url(https://i.imgur.com/2jvE2AN.png), progress !important; }
  24.  
  25. /* Custom Text */
  26. .redText {
  27.   color: #d30;
  28.   text-shadow: 1px 1px 0px #001, -1px 1px 0px #001, 1px -1px 0px #001, -1px -1px 0px #001, 0px 1px 0px #001, 0px -1px 0px #001, -1px 0px 0px #001, 1px 0px 0px #001;
  29.   font-weight: bold;
  30.   font-size: 140%;
  31.   text-transform: capitalize;
  32. }
  33. .redText strong {
  34.   color: #f6A;
  35.   text-shadow: 0px 1px 1px black, 0px 1px 1px black, 0px 0px 1px black, 0px 0px 1px black;
  36.   font-weight: bold;
  37.   font-size: 140%;
  38. }
  39. .opHead, div.postInfo.title, .labelId {
  40.   font-size:15px;
  41. }
  42. #divMessage strong span.aa { color:limegreen; font-size:12px;}
  43. .title {margin-bottom:8px; text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 0px 1px 0px #000, 0px -1px 0px #000, -1px 0px 0px #000, 1px 0px 0px #000;}
  44. /* User ID */
  45. .labelId { background-color: #0000 !important; text-transform: uppercase; color: orange; text-shadow: 0px 1px 1px black, 0px 1px 1px black, 0px 0px 1px black, 0px 0px 1px black; }
  46.  
  47. /* Thread indicators (pinned, cyclic, locked, bumplocked) */
  48. .pinIndicator:after, .cyclicIndicator:after, .lockIndicator:before, .bumpLockIndicator:after {
  49.   position:relative;
  50.   bottom:-2px;
  51. }
  52.  
  53. /* Thread Divider */
  54. hr {
  55.   border-top: 3px solid;
  56.   border-image: linear-gradient(to right, #0579, #0031, #6f02, #0031, #0579) 1;
  57.   padding-bottom: 16px;
  58. }
  59. div.floatingMenu hr {
  60.   border-top: 1px solid grey;
  61.   margin: 0;
  62.   padding: 0;
  63.   border-image-source: url("");
  64. }
  65.  
  66. /* Post Information / Title Field */
  67. .title, .watchButton, .labelSubject, .linkName, .noEmailName, .noEmailName:hover, .linkSelf, .linkQuote, .pinIndicator:after, .cyclicIndicator:after, .lockIndicator:before, .bumpLockIndicator:after {
  68.   color:white;
  69.   text-decoration: none;
  70.   text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 0px 1px 0px #000, 0px -1px 0px #000, -1px 0px 0px #000, 1px 0px 0px #000;  
  71. }
  72.  
  73. /* Subject */
  74. .labelSubject {
  75.   color: gold;
  76.   font-variant: small-caps;
  77. }
  78. .labelSubject:before { color: gold; content:"» "; }
  79. .labelSubject:after { color: gold; content:" «"; }
  80.  
  81. /* Board navigation and options */
  82. nav {
  83.   background-color: #222;
  84.   background: #3336;
  85.   border-bottom:0px solid #444;
  86.   color: silver;
  87.   font-size: 13px;
  88.   margin-left: -8px;
  89.   padding-top: 4px;
  90.   padding-bottom: 6px;
  91. }
  92. .coloredIcon { color:white; text-shadow: 0px 1px 1px black, 0px 1px 1px black, 0px 0px 1px black, 0px 0px 1px black;}
  93. .coloredIcon:hover {
  94.   transition: all ease-in 0.15s;
  95.   font-size: 120%;
  96.   color:chartreuse;
  97. }
  98.  
  99. /* Board Announcement */
  100. #divMessage {
  101.   font-size:11px;
  102.   background-size: 48px;
  103.   padding: 10px;
  104.   width: 60%;
  105.   margin-left: auto;
  106.   margin-right: auto;
  107.   color: orange;
  108.   text-shadow: 0px 1px 1px black, 0px 1px 1px black, 0px 0px 1px black, 0px 0px 1px black;
  109.   font-weight: bold;
  110.   text-align: center;
  111.   margin-top: 12px;
  112.   margin-bottom: 22px;
  113. }
  114. #divMessage strong { color:orangered; }
  115.  
  116. /* Board background & Mascot */
  117. body {
  118.   background: #EEF2FF;
  119.   color: #000;
  120.   background: url('https://i.imgur.com/zrlszvA.gif'), #EEF2FF;
  121.   background-repeat: no-repeat, repeat;
  122.   background-attachment: fixed, fixed;
  123.   background-position: right bottom, center;
  124.   background-size: 20%, 10%;
  125. }
  126.  
  127. /* Hyperlinks */
  128. a, a:visited, .hideButton, .unhideButton, .embedButton, #closeWatcherMenuButton, .watchedCellCloseButton, .hideFileButton {
  129.   text-decoration: none;
  130.   color: #148888;
  131.   transition: all ease-in 0.25s;
  132. }
  133. a:hover, .linkSelf:hover, .linkQuote:hover, .hideButton:hover, .unhideButton:hover, .embedButton:hover, #closeWatcherMenuButton:hover, .watchButton:hover, .watchedCellCloseButton:hover, .hideFileButton:hover {
  134.   color: red;
  135.   transition: all ease-in 0.25s;
  136. }
  137.  
  138. /* Postnumber quotes */
  139. .panelBacklinks a { color: #f42; font-size: 15px; }
  140. .panelBacklinks a:hover { color: crimson; }
  141.  
  142. .quoteLink { color: crimson; text-decoration: none; }
  143. .quoteLink:hover { color: red; text-decoration: none; }
  144.  
  145. /* Thread Background */
  146. .opCell {
  147.   padding: 0px 0px 1px 12px;
  148. }
  149.  
  150. /* Post Counter */
  151. body { counter-reset:postcount; }    
  152. #ipDelete + #panelMessage + #threadList .linkQuote:after { counter-increment: postcount; content: "#" counter(postcount); color: goldenrod; text-shadow: 0px 1px 1px black, 0px 1px 1px black, 0px 0px 1px black, 0px 0px 1px black; margin-left: 0.5em; margin-right: 1em; }
  153.  
  154. /* Post replies */
  155. .innerPost, .markedPost {
  156.   background:#D6DAF0;
  157.   margin: 0px;
  158.   box-shadow: none;
  159.   border: 1px solid #B7C5D9;
  160.   border-style: none solid solid none;
  161.   max-width: 94% !important;
  162.   transition: all ease-in 0.85s;
  163. }
  164.  
  165. .divMessage { margin: 0px 0px 11px 36px; }
  166.  
  167. /* Highlighted post */
  168. .markedPost {
  169.   background:#D6BAD0;
  170. }
  171.  
  172. /* Hover post */
  173. .innerPost:hover {
  174.   transition: all ease-in 0.35s;
  175.   background:#D6BAD0;
  176. }
  177.  
  178. /* Input Fields, Buttons, Textfields, etc. */
  179. input, select, textarea, #postingForm button, #qrbutton {
  180.   font-size:13px;
  181.   background: #fff;
  182.   color: #000;
  183.   border: 1px solid gray;
  184. }
  185.  
  186. input:hover, select:hover, textarea:hover, #postingForm button:hover, #qrbutton:hover {
  187.   border: 1px solid goldenrod;
  188. }
  189.  
  190. /* Reply Dialog */
  191. input, select, textarea { font-size: 12px; }
  192.  
  193. #postingForm th {
  194.   background: 0;
  195.   border: 0;
  196.   padding: 2px 4px;
  197.   color: #a00;
  198.   font-size: 15px;
  199.   text-align: right;
  200.   font-variant: small-caps;
  201. }
  202.  
  203. #postingForm td {
  204.   background: 0;
  205. }
  206.  
  207. #postingForm {
  208.   color:#000;
  209.   margin: 6px;
  210.   padding: 16px;
  211.   padding-left:0px;
  212.   border-radius: 0px;
  213.   background: 0;
  214. }
  215.  
  216. #postingForm button, #qrbutton {
  217.   border-radius:0;
  218.   margin: 0;
  219.   padding: 0;
  220.   height: 22px;
  221.   width: 89px;
  222.   font-weight:bold;
  223. }
  224.  
  225. #postingForm button:hover, #qrbutton:hover { color: red; }
  226.  
  227. /* Quick Reply Dialog */
  228. #quick-reply table {
  229.   background: #D6DAF0;
  230.   border-radius:7px;
  231.   margin-top: 8px;
  232.   margin-bottom: 8px;
  233.   margin-left: 8px;
  234.   padding-top: 6px;
  235.   padding-left: 6px;
  236.   padding-bottom: 0px;
  237. }
  238.  
  239. #quick-reply th .handle {
  240.   background-color: #0000;
  241. }
  242.  
  243. #quick-reply th {
  244.   background-color: #aaf;
  245.   border: 1px solid #B7C5D9;
  246. }
  247.  
  248. #quick-reply th .close-btn {
  249.   color:#a00;
  250. }
  251.  
  252. /* Theme Selector */
  253. #themeSelector {
  254.   background: #444;
  255.   color: #eee;
  256. }
  257. #themeSelector { font-size:8px;}
  258. #themeSelector:hover { transition: all ease-in 0.15s; font-size:11px;}
  259.  
  260. /* File upload */
  261. .dropzone, .selectedCell {
  262.   background: rgba(255, 255, 255, 0.5);
  263.   border: 2px dashed rgba(125, 125, 125, 0.4);
  264.   color: rgba(0, 0, 0, 0.5);
  265. }
  266.  
  267. .dropzone:hover, .selectedCell:hover {
  268.   color: #000;
  269. }
  270.  
  271. /* Post Options (Moderation) Menu */
  272. span.extraMenuButton {
  273.   margin-right: 6px;
  274. }
  275.  
  276. .floatingMenu { background: #fffe; }
  277. .floatingMenu label:before {margin-left: 4px; content:"• "; color:red;}
  278.  
  279. .modalDecorationPanel {
  280.   background: rgba(255,255,235,.8);
  281. }
  282.  
  283. /* >greentext */
  284. .greenText {
  285.   color: #148800;
  286. }
  287.  
  288. /* Spoilers */
  289. span.spoiler, span.spoiler a {
  290.   background: transparent;
  291.   color: transparent;
  292.   text-shadow: 0 0 5px #000, 0 0 7px #000, 0 0 8px #000;
  293.   padding: 0 1px;
  294.   transition: 1s;
  295. }
  296. span.spoiler:hover { /* spoiler hover */
  297.   background: transparent;
  298.   color: #fff;
  299. }
  300.  
  301. /* Board Title */
  302. .boardHeader p#labelName {
  303.   color: firebrick;
  304.   font-size: 42px;
  305.   line-height:1.34em;
  306.   font-weight: bold;
  307.   text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 0px 1px 0px #000, 0px -1px 0px #000, -1px 0px 0px #000, 1px 0px 0px #000;
  308. }
  309.  
  310. /* Board Subtitle */
  311.  
  312. .boardHeader p#labelDescription {
  313.   color: #181;;
  314.   font-size: 150%;
  315.   text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 0px 1px 0px #000, 0px -1px 0px #000, -1px 0px 0px #000, 1px 0px 0px #000;
  316. }
  317.  
  318. /* Flags */
  319. .imgFlag {
  320.   padding-top:0px;
  321.   padding-bottom:5px;
  322.   max-width: 32px;
  323.   max-height: 24px;
  324.   position: relative;
  325.   bottom: -8px;
  326. }
  327.  
  328. /* Flags Animation (Buzz Script) */
  329. .imgFlag {
  330.   transform: translateZ(0);
  331. }
  332.  
  333. .imgFlag:hover {
  334.   animation-name: buzz;
  335.   animation-duration: 0.25s;
  336.   animation-timing-function: linear;
  337.   animation-iteration-count: infinite;
  338. }
  339.  
  340. @keyframes buzz {
  341.   50% {
  342.     transform: translateX(4px) rotate(3deg);
  343.   }
  344.   100% {
  345.     transform: translateX(-4px) rotate(-3deg);
  346.   }
  347. }
  348.  
  349. /* Flags Preview (Spinner) */
  350. .flagPreview {
  351.   transition: all ease-in 1s;
  352.   transition: all ease-out 1s;
  353. }
  354.  
  355. .flagPreview:hover {
  356.   transition: all ease-in 1s;
  357.   transition: all ease-out 1s;
  358.   animation: spin 1s linear infinite;
  359. }
  360.  
  361. @keyframes spin {
  362.     from { transform: rotate(0deg); }
  363.     to { transform: rotate(360deg); }
  364. }
  365.  
  366.   /* Post Decorations */
  367. .innerPost:before {
  368.   content: url(https://i.imgur.com/51WcWZb.png);
  369.   float: right;
  370.   position: relative;
  371.   left: 4px;
  372.   opacity: 1;
  373. }
  374. .innerPost:hover:before {
  375.   content: url(https://i.imgur.com/kqptMRV.png);
  376.   float: right;
  377.   opacity: 1;
  378. }
Add Comment
Please, Sign In to add comment