Masterlumina

Takeover CSS

Oct 4th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.68 KB | None | 0 0
  1.  
  2. /*  VAG Rounded Webfont Kit by Xaekai  */
  3. @import url("https://resources.pink.horse/css/vaground.css");
  4.  
  5. /*  My Little Pony Webfont Kit by Xaekai - Font created by Pixel Sagas */
  6. @import url("https://resources.pink.horse/css/webfont-equestria.css");
  7.  
  8. /* Symbola Emoji Webfont Kit by Xaekai */
  9. @import url("https://resources.pink.horse/css/webfont-symbola.css");
  10.  
  11. /* Eight Bit Operator Plus Webfont Kit by Xaekai */
  12. @import url("https://resources.pink.horse/css/webfont-eightbitop.css");
  13.  
  14. /* Papyrus Webfont Kit */
  15. @import url("https://resources.pink.horse/css/webfont-papyrus.css");
  16.  
  17. /* Determination Webfont Kit */
  18. @import url("https://resources.pink.horse/css/webfont-determination.css");
  19.  
  20. /* Project Paintball Webfont Kit */
  21. @import url("https://resources.pink.horse/css/webfont-project.paintball.css");
  22.  
  23. /* Font for Messagebuffer */
  24. @import url("https://fonts.googleapis.com/css?family=Roboto");
  25.  
  26.  
  27.  
  28. /*  CSS3 Marquee Kit by Xaekai  */
  29. @import url("https://resources.pink.horse/css/marq.css");
  30.  
  31. /*  Channel Emotes  */
  32. @import url("https://resources.pink.horse/css/emotes.css");
  33.  
  34. /*  Anim Effects  */
  35. @import url("https://resources.pink.horse/css/anim.css");
  36.  
  37. /* Image Transforms */
  38. @import url("https://resources.pink.horse/css/img_fx.css");
  39.  
  40. /* Drinkbar Theme */
  41. @import url("https://resources.pink.horse/css/drinkbar.css");
  42.  
  43.  
  44. /* Women hate each other */
  45. body.user-Clovs div.chat-msg-xchan { display: none }
  46. body.user-xchan div.chat-msg-Clovs { display: none }
  47. body.user-Clovs #useritem-xchan { display: none }
  48. body.user-xchan #useritem-Clovs { display: none }
  49.  
  50.  
  51.  
  52. /*  Navbar stuff  */
  53. nav { font-weight: 900; font-family: 'VAG Rounded', sans-serif; }
  54.  
  55. img.welcome-avatar {
  56.     max-height: 22px;
  57.     margin-right: 4px;
  58.     border-radius:4px;
  59. }
  60.  
  61.  
  62.  
  63. /*  Banner stuff  */
  64. #motdwrap {
  65.     background-image:
  66.         url("http://i.imgur.com/vsj8Kth.png");
  67. }
  68.  
  69. #banner-motto {
  70.     background: rgba(0,0,0,0.5);
  71.     background-image:
  72.         url(http://resources.pink.horse/images/portal_ponk_l.gif),
  73.         url(http://resources.pink.horse/images/portal_ponk_r.gif);
  74.     background-position: left bottom, right bottom;
  75.     background-repeat:   no-repeat,   no-repeat;
  76.     background-size:     auto 50%,    auto 50%;
  77. }
  78.  
  79. #motd img.channel-emote { border-radius: 12px; }
  80. .banner-image { max-width: 15%; }
  81.  
  82.  
  83.  
  84.  
  85. @media (min-width: 992px) and (max-width: 1300px){
  86.     div#chatheader span[id$="Toggle"] span.toggle-label {
  87.         display:none;
  88.     }
  89. }
  90.  
  91. @media (max-width: 480px){
  92.     div#chatheader span[id$="Toggle"] span.toggle-label {
  93.         display:none;
  94.     }
  95. }
  96.  
  97.  
  98.  
  99. /*  Userlist stuff  */
  100.  
  101. #userlist {
  102.     min-width: 96px;
  103.     width: auto;
  104.     transition-duration: 1s;
  105.  
  106.     /*  Initial Gargoyle  */
  107.     background-image:    url("https://cdn.discordapp.com/attachments/470395588614291456/629716342823583795/bray_wyatt_fiend_png_2019__mask_on__by_brpproductions12_ddcjqg9-fullview.png");
  108.     background-position: left bottom;
  109.     background-repeat:   no-repeat;
  110.     background-size:     90% auto;
  111. }
  112.  
  113. #userlist .userlist_item {
  114.     padding-left:  2px;
  115.     padding-right: 2px;
  116.     background: rgba(0,0,0,0.65);
  117. }
  118.  
  119. .userlist_op {
  120.     color: #3399FF!important;
  121.     font-weight: bold!important;
  122. }
  123.  
  124. .userlist_owner {
  125.     color: #205FD9 !important;
  126.     font-weight: bold!important;
  127. }
  128.  
  129. .profile-box {
  130.     max-height: 340px;
  131. }
  132. .profile-image {
  133.     width: 150px;
  134.     height: 150px;
  135. }
  136.  
  137.  
  138. /*  Messagebuffer stuff  */
  139.  
  140. #messagebuffer {
  141. /* background-image: url("");
  142. */
  143.     font-family: 'Roboto';
  144.     background-position: right top;
  145.     background-repeat: no-repeat;
  146.     background-size: 100% auto;
  147.     transition-duration: 1s;
  148. }
  149.  
  150. .chat-msg-PonkBot code {
  151.   background: #333;
  152.   padding: 1px;
  153.   color: lightgrey;
  154.   border-left: 2px solid #C51A76;
  155.   border-right: 1px;
  156.   border-top: 1px;
  157.   border-bottom: 1px;
  158.   border-radius: 2px;
  159. }
  160.  
  161.  
  162. /*
  163. #messagebuffer {
  164.   color: deeppink;
  165.   background: url("http://i.imgur.com/cRIbEuM.gif");
  166.   background-size: cover;
  167. }
  168.  
  169. #messagebuffer div:not(.nick-highlight):not(.nick-hover) { background: rgba(0,0,0,0.44) }
  170. */
  171.  
  172. #messagebuffer video { max-width: 100%; }
  173. video.webm {
  174.     display: inline;
  175.     vertical-align: middle;
  176.     max-height: 400px;
  177. }
  178.  
  179. video.webmote {
  180.   max-height: 200px;
  181. }
  182.  
  183. .pm-buffer img,
  184. #messagebuffer img {
  185.     -webkit-border-radius: 8px;
  186.     -khtml-border-radius:  8px;
  187.     -moz-border-radius:    8px;
  188.     border-radius:         8px;
  189.     overflow: hidden;
  190.     background: rgba(0, 0, 0, 0.3);
  191.     transform-origin: center center inherit;
  192. }
  193.  
  194. .image-embed-small  { max-height: 150px; max-width: 55%; }
  195. .image-embed-medium { max-height: 240px; max-width: 360px; }
  196. .image-embed-large  { max-height: 320px; min-width: 40%; max-width: 66%; }
  197. .playlist-thumbnail { max-height: 180px; max-width: 240px; }
  198.  
  199. span.userlist_op~span    img.image-embed-large,
  200. span.userlist_owner~span img.image-embed-large {
  201.     width: 420px; max-height: 80%; min-width: 55%; max-width: 90%;
  202. }
  203.  
  204. /* Mouse hover */
  205. .nick-highlight { background-color: rgba( 144, 44,  44, 0.6 ) }
  206. .nick-hover     { background-color: rgba(  88, 88, 127, 0.6 ) }
  207.  
  208. /*  The /me command  */
  209. .action {
  210.     font-style: italic;
  211.     font-weight: bold;
  212.     color: #424AB0;
  213.     }
  214.  
  215. /*  The /say command  */
  216. .shout:not(.timestamp) {
  217.     font-size: 18pt;
  218.     font-weight: bold;
  219.     color: #3399FF;
  220. }
  221. .shout {
  222.     font-family: 'Equestria';
  223.     color: #3399FF;
  224. }
  225.  
  226. img.chaticon {
  227.     border:     3px solid rgba(255, 255, 255, 0.1);
  228.     padding:    0px;
  229.     overflow:   hidden;
  230.     width:      auto;
  231.     max-height: 54px;
  232.     }
  233.  
  234. /*
  235. div.chat-msg-ocpony      span strong.username { color: deeppink; }
  236. div.chat-msg-Hobowithrpg span strong.username { color: #3091f2;  }
  237. */
  238.  
  239. div.chat-msg-Xaekai        span strong img.chaticon { border: 3px solid rgba(255,  34, 153, 0.77); }
  240. div.chat-msg-GatheringDust span strong img.chaticon { border: 3px solid rgba(199, 204, 224, 0.77); }
  241.  
  242.  
  243.  
  244. .userlist_owner img.chaticon {
  245.     border:     3px solid rgba(32, 94, 217, 0.77);
  246.     background: rgba(255, 34, 153, 0.77);
  247.     }
  248.  
  249. .userlist_op img.chaticon {
  250.     border:     3px solid rgba(51, 155, 255, 0.77);
  251.     background: rgba(255, 102, 204, 0.77);
  252.     }
  253.  
  254.  
  255. .shout:not(.userlist_op) img.chaticon {
  256.     border:     3px solid rgba(255, 16, 32, 0.77);
  257.     background: rgba(255, 0, 0, 0.77);
  258.     }
  259.  
  260.  
  261. /* Poll close button */
  262. #pollwrap .well.active .close { padding-left: 16px }
  263.  
  264.  
  265.  /*  Controls stuff  */
  266. #leftcontrols button.btn {
  267.     margin-right: 3px;
  268. }
  269.  
  270. #voteskip {
  271.     min-width: 100px;
  272. }
  273.  
  274. #_chanjs-deny {
  275.     display: none;
  276. }
  277.  
  278.  
  279. /* Paginated Emote Modal buttons */
  280. li .prev { float: left; }
  281. li .next { float: right; }
  282.  
  283.  
  284. /* Channel Control Modal AudioNotice Labels */
  285. .customSettings div.form-group .label { margin-left: 10px }
  286.  
  287.  
  288. .jwlogo { display: none; }
  289.  
  290.  
  291. /*  The PM windows */
  292. .pm-panel, .pm-panel-placeholder { min-width: 440px; }
  293.  
  294.  
  295. /* Random shit */
  296. #colorFiltersDropText { display: none; }
  297.  
  298.  
  299.  
  300. /*
  301.  
  302. .chat-msg-Anoymust {
  303. font-size: 0.1em!important;
  304. }
  305.  
  306. .chat-msg-Anoymust .channel-emote {
  307. max-height: 16px!important;
  308. max-width: 16px!important;
  309. }
  310.  
  311. */
  312.  
  313.  
  314. /*
  315. @import url(http://fonts.googleapis.com/css?family=Khula:600);
  316. @import url(http://fonts.googleapis.com/css?family=Dekko);
  317. @import url(http://fonts.googleapis.com/css?family=Bilbo+Swash+Caps);
  318. @import url(http://fonts.googleapis.com/css?family=Mystery+Quest);
  319. @import url(http://fonts.googleapis.com/css?family=Ribeye+Marrow);
  320. @import url(http://fonts.googleapis.com/css?family=Lakki+Reddy);
  321. @import url(http://fonts.googleapis.com/css?family=Vibur);
  322. @import url(http://fonts.googleapis.com/css?family=Tangerine);
  323. @import url(http://fonts.googleapis.com/css?family=Rock+Salt);
  324. @import url(http://fonts.googleapis.com/css?family=Permanent+Marker);
  325. @import url(http://fonts.googleapis.com/css?family=Monofett);
  326. @import url(http://fonts.googleapis.com/css?family=Henny+Penny);
  327. @import url(http://fonts.googleapis.com/css?family=Eater);
  328. @import url(http://fonts.googleapis.com/css?family=Sniglet:400,800);
  329. @import url(http://fonts.googleapis.com/css?family=Euphoria+Script);
  330. @import url(http://fonts.googleapis.com/css?family=Gorditas:400,700);
  331. */
  332.  
  333.  
  334. @media screen and (max-width: 991px){
  335.     .columns{
  336.         overflow:scroll;
  337.     }
  338. }
  339.  
  340. @media screen and (min-width: 992px) and (max-width: 1400px){
  341.     .columns{
  342.         -moz-column-count:2; /* Firefox */
  343.         -webkit-column-count:2; /* Safari and Chrome */
  344.         column-count:2;
  345.     }
  346. }
  347.  
  348. @media screen and (min-width: 1401px){
  349.     .columns{
  350.         -moz-column-count:3; /* Firefox */
  351.         -webkit-column-count:3; /* Safari and Chrome */
  352.         column-count:3;
  353.     }
  354. }
Advertisement
Add Comment
Please, Sign In to add comment