Advertisement
Guest User

TUBO GARABATO

a guest
Dec 1st, 2015
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.42 KB | None | 0 0
  1. body {
  2.  
  3. color:#00FFFF;
  4. }
  5. h1 {
  6. color: black;
  7. }
  8. h2 {
  9. color: rgb(255,0,0);
  10. }
  11. body {
  12. background-color: #white;
  13. }
  14. body::before {
  15. position: fixed !important;
  16. content: url("http://images6.fanpop.com/image/photos/34800000/Rukia-Kuchiki-My-fave-character-from-Bleach-soul-dragneel-34887504-1920-1200.jpg");
  17. bottom: -300px !important;
  18. right: -20px !important;
  19. opacity: 0.8;z-index: 0;
  20. }
  21. .navbar-brand {
  22. color: rgba(255, 0, 0, 0) !important;
  23. text-shadow: 1px 1px 1px rgba(0,0,0,0.0) !important;
  24. background-image: url("http://vignette1.wikia.nocookie.net/regularshow/images/d/d2/185px-Rigby.png/revision/latest?cb=20131201122553&path-prefix=es") !important;
  25. background-repeat:no-repeat !important;
  26. background-position:0px center;
  27. background-size: 57px 57px;
  28. padding-left:100px !important;
  29. width:235px !important;
  30. color:white !important
  31. }
  32.  
  33.  
  34. #chatline {
  35. //background-image: url("http://orig05.deviantart.net/4574/f/2011/360/7/e/profile_picture_by_urryuzaki-d4kae95.jpg");
  36. background-size: cover;
  37. }
  38.  
  39. #messagebuffer { /* Chat background */
  40. background-color: #090909;
  41. // background-image: url(http://i.imgur.com/sHZQ11G.gif);
  42. }
  43.  
  44. #userlist {
  45. background-color: #090909;
  46. }
  47.  
  48. .nick-hover { /* removes the hover chat message user shit */
  49. background: none;
  50. }
  51.  
  52. .nick-highlight { /* change color when someone mentions u */
  53. background: black;
  54. }
  55. span.userlist_op {
  56. color: darkviolet !important;
  57. }
  58.  
  59. body {
  60.  
  61. //color: lime;
  62. //font-size:20px;
  63. //text-shadow: 3px 3px 3px magenta,
  64. 3px 3px 5px yellow;
  65. //font-family: Webdings;
  66. //font-family: Comic Sans MS;
  67. //font-weight: bold;
  68. //background-color: darkred;
  69. //background-image: url(http://i.imgur.com/DkkURrE.gif);
  70. }
  71.  
  72. //#messagebuffer div {
  73. /* COMMENT LINES BELOW TO DISABLE MESSAGE FADE IN */
  74. -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
  75. -moz-animation: fadein 1s; /* Firefox < 16 */
  76. -ms-animation: fadein 1s; /* Internet Explorer */
  77. -o-animation: fadein 1s; /* Opera < 12.1 */
  78. animation: fadein 1s;
  79. }
  80.  
  81.  
  82. img.channel-emote { /* do shit with emotes */
  83. // animation: scaleman 1.00s linear infinite; /* scaling */
  84. // animation: spin 0.001s linear infinite; /* spinning */
  85. }
  86.  
  87.  
  88. @keyframes fadein {
  89. from { opacity: 0; }
  90. to { opacity: 1; }
  91. }
  92.  
  93. @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
  94. @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
  95. @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
  96.  
  97. @-webkit-keyframes scaleman {
  98. 0% { transform: scale(0.95); }
  99. 50% { transform: scale(1); }
  100. 100% { transform: scale(0.5); }
  101. }
  102. @keyframes scaleman {
  103. 0% { transform: scale(0.9); }
  104. 50% { transform: scale(1); }
  105. 100% { transform: scale(0.5); }
  106. }
  107.  
  108. div.chat-msg-pajlada .username {
  109. -webkit-background-clip: text;
  110. -webkit-text-fill-color: transparent;
  111. text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  112. background-image: -webkit-gradient(linear, left top, right top,
  113. color-stop(0.00, red),
  114. color-stop(20%, orange),
  115. color-stop(35%, yellow),
  116. color-stop(50%, green),
  117. color-stop(65%, lightblue),
  118. color-stop(80%, pink),
  119. color-stop(1.00, black));
  120. }
  121.  
  122.  
  123. div.chat-msg-GeneralTotoss .username {
  124. -webkit-background-clip: text;
  125. -webkit-text-fill-color: transparent;
  126. background-image: -webkit-gradient(linear, left top, right top,
  127. color-stop(0.00, red),
  128. color-stop(0.64, red),
  129. color-stop(0.65, white),
  130. color-stop(0.94, white),
  131. color-stop(0.95, red),
  132. color-stop(1.00, red));
  133. }
  134. /div.chat-msg-UXEN {
  135. background-color:freedom;
  136. background-image:url(http://i.imgur.com/DwYH3bk.png);
  137. }
  138. div.chat-msg-UXEN .username {
  139. color: white;
  140. }
  141. div.chat-msg-Mudrac .username{
  142. color:#00FFFF;
  143. }
  144. div.chat-msg-BlackPowerRanger .username {
  145. color:#9240D5;
  146. }
  147. div.chat-msg-Vaxom .username {
  148. color: darkgreen;
  149. // animation: spin 0.0001s linear infinite;
  150. }
  151.  
  152. div.chat-msg-Darksbane .username {
  153. -webkit-background-clip: text;
  154. -webkit-text-fill-color: transparent;
  155. background-image: url(http://i.imgur.com/f3GA5wU.gif);
  156. font-size:15px;
  157. font-weight: italics;
  158. }
  159. div.chat-msg- kluseqq .username {
  160. color: dark;
  161. font-weight: bold;
  162. }
  163. div.chat-msg-spyroq .username{
  164. color:#19CA25;
  165. }
  166. div.chat-msg-BlackPowerRanger{
  167.  
  168. }
  169. div.chat-msg-megaman .username {
  170. color: lightgreen;
  171. }
  172. div.chat-msg-swagalina .username {
  173. color: #4CB553;
  174. }
  175. div.chat-msg-dzerato .username{
  176. color: turquoise;
  177. }
  178. div.chat-msg-Tassadaritze .username {
  179. color: #0000FF;
  180. }
  181. #currenttitle {
  182. font-family: Comic Sans MS;
  183. font-weight: bold;
  184. }
  185. #emotelistbtn {
  186. font-weight: bold;
  187. font-size: 20px;
  188. -webkit-animation: rainbow 1s infinite;
  189. -ms-animation: rainbow 1s infinite;
  190. -o-animation: rainbow 1s infinite;
  191. animation: rainbow 1s infinite;
  192. }
  193.  
  194. #newpollbtn {
  195. font-weight: bold;
  196. font-size: 20px;
  197. -webkit-animation: rainbow 1s infinite;
  198. -ms-animation: rainbow 1s infinite;
  199. -o-animation: rainbow 1s infinite;
  200. animation: rainbow 1s infinite;
  201. }
  202. .greentext {
  203. -webkit-animation: rainbow 1s infinite;
  204. -ms-animation: rainbow 1s infinite;
  205. -o-animation: rainbow 1s infinite;
  206. animation: rainbow 1s infinite;
  207. }
  208. .formelements {
  209. -webkit-animation: rainbow 1s infinite;
  210. -ms-animation: rainbow 1s infinite;
  211. -o-animation: rainbow 1s infinite;
  212. animation: rainbow 1s infinite;
  213. }
  214.  
  215. .poll-notify {
  216. color: gold;
  217.  
  218. }
  219. @-webkit-keyframes rainbow {
  220. 0% {color: #ff0000;}
  221. 10% {color: #ff8000;}
  222. 20% {color: #ffff00;}
  223. 30% {color: #80ff00;}
  224. 40% {color: #00ff00;}
  225. 50% {color: #00ff80;}
  226. 60% {color: #00ffff;}
  227. 70% {color: #0080ff;}
  228. 80% {color: #0000ff;}
  229. 90% {color: #8000ff;}
  230. 100% {color: #ff0080;}
  231. }
  232. @-ms-keyframes rainbow {
  233. 0% {color: #ff0000;}
  234. 10% {color: #ff8000;}
  235. 20% {color: #ffff00;}
  236. 30% {color: #80ff00;}
  237. 40% {color: #00ff00;}
  238. 50% {color: #00ff80;}
  239. 60% {color: #00ffff;}
  240. 70% {color: #0080ff;}
  241. 80% {color: #0000ff;}
  242. 90% {color: #8000ff;}
  243. 100% {color: #ff0080;}
  244. }
  245. @-o-keyframes rainbow {
  246. 0% {color: #ff0000;}
  247. 10% {color: #ff8000;}
  248. 20% {color: #ffff00;}
  249. 30% {color: #80ff00;}
  250. 40% {color: #00ff00;}
  251. 50% {color: #00ff80;}
  252. 60% {color: #00ffff;}
  253. 70% {color: #0080ff;}
  254. 80% {color: #0000ff;}
  255. 90% {color: #8000ff;}
  256. 100% {color: #ff0080;}
  257. }
  258. @keyframes rainbow {
  259. 0% {color: #ff0000;}
  260. 10% {color: #ff8000;}
  261. 20% {color: #ffff00;}
  262. 30% {color: #80ff00;}
  263. 40% {color: #00ff00;}
  264. 50% {color: #00ff80;}
  265. 60% {color: #00ffff;}
  266. 70% {color: #0080ff;}
  267. 80% {color: #0000ff;}
  268. 90% {color: #8000ff;}
  269. 100% {color: #ff0080;}
  270. }
  271.  
  272. div.chat-msg-Weirdgus .username {
  273. color: aqua;
  274. }
  275. div.chat-msg-Halokitty .username {
  276. color: Gold;
  277. }
  278. div.chat-msg-Phaley .username {
  279. color: DarkViolet;
  280. }
  281.  
  282. div.chat-msg-ShoeonheadKappa .username {
  283. color: cyan;
  284. }
  285. div.chat-msg-Gibbileno .username{
  286. color:#922C54;
  287. }
  288.  
  289. .chat-msg-TheNick .username {
  290. -webkit-animation: rainbow 1s infinite;
  291. -ms-animation: rainbow 1s infinite;
  292. -o-animation: rainbow 1s infinite;
  293. animation: rainbow 1s infinite;
  294. }
  295. .chat-msg-GeneralTotoss .username:before {
  296. content: '';
  297. display: inline-block !important;
  298. vertical-align: middle;
  299. width: 48px !important;
  300. visibility: visible !important;
  301. height: 27px !important;
  302. background-image: url(http://i.imgur.com/DkkURrE.gif);
  303. //background-image: url(http://i.imgur.com/cIEY0c9.gif);
  304. background-size: 60%;
  305. background-size: cover;
  306. }
  307.  
  308. .chat-msg-ShoeonheadKappa .username:before {
  309. content: '';
  310. display: inline-block !important;
  311. vertical-align: middle;
  312. width: 54px !important;
  313. visibility: visible !important;
  314. height: 28px !important;
  315. background-image: url(http://i.imgur.com/pagozDs.gif);
  316. background-size: 60%;
  317. background-size: cover;
  318. }
  319.  
  320. .chat-msg-DovaKitty .username:before {
  321. content: '';
  322. display: inline-block !important;
  323. vertical-align: middle;
  324. width: 28px !important;
  325. visibility: visible !important;
  326. height: 26px !important;
  327. background-image: url(http://i.imgur.com/Nle2r17.png?1);
  328. background-size: 60%;
  329. background-size: cover;
  330. }
  331. .chat-msg-Uberone .username:before {
  332. content: '';
  333. display: inline-block !important;
  334. vertical-align: middle;
  335. width: 23px !important;
  336. visibility: visible !important;
  337. height: 34px !important;
  338. background-image: url(https://cdn.radiant.dj/rcs/emotes/img/tastyplug/billy.png);
  339. //background-image: url(http://i.imgur.com/cIEY0c9.gif);
  340. background-size: 60%;
  341. background-size: cover;
  342. }
  343.  
  344. div.chat-msg-Darksbane .username:before {
  345. content: '';
  346. display: inline-block !important;
  347. vertical-align: middle;
  348. width: 28px !important;
  349. visibility: visible !important;
  350. height: 40px !important;
  351. background-image: url(http://i.imgur.com/P1wPi1x.png?1);
  352. // background-image: url(http://i.imgur.com/jccKjQm.png);
  353. }
  354.  
  355. div.chat-msg-UXEN .username:before {
  356. content: '';
  357. display: inline-block !important;
  358. vertical-align: middle;
  359. width: 35px !important;
  360. visibility: visible !important;
  361. height: 35px !important;
  362. background-image: url(http://i.imgur.com/XoNwqOv.png);
  363. }
  364.  
  365. div.chat-msg-Hitler_Was_Reicht .username:before {
  366. content: '';
  367. display: inline-block !important;
  368. vertical-align: middle;
  369. width: 28px !important;
  370. visibility: visible !important;
  371. height: 28px !important;
  372. background-image: url(http://i.imgur.com/u713rm3.png);
  373. }
  374.  
  375. div.chat-msg-pajlada .username:before {
  376. content: '';
  377. display: inline-block !important;
  378. vertical-align: middle;
  379. width: 27px !important;
  380. visibility: visible !important;
  381. height: 35px !important;
  382. background-image: url(http://i.imgur.com/xf5zY6B.png?1);
  383. }
  384. div.chat-msg-Mudrac .username:before {
  385. content: '';
  386. display: inline-block !important;
  387. vertical-align: middle;
  388. width: 38px !important;
  389. visibility: visible !important;
  390. height: 30px !important;
  391. background-image: url(http://i.imgur.com/7U2dwli.png);
  392. }
  393.  
  394. div.chat-msg-Mogge .username:before {
  395. content: '';
  396. display: inline-block !important;
  397. vertical-align: middle;
  398. width: 28px !important;
  399. visibility: visible !important;
  400. height: 28px !important;
  401. background-image: url(http://i.imgur.com/CGGq468.png?1);
  402. }
  403.  
  404. div.chat-msg-spyroq .username:before {
  405. content: '';
  406. display: inline-block !important;
  407. vertical-align: middle;
  408. width: 28px !important;
  409. visibility: visible !important;
  410. height: 32px !important;
  411. background-size: cover;
  412. background-image: url(http://i.imgur.com/k6noBQM.png?1);
  413. }
  414. div.chat-msg-Vaxom .username:before {
  415. content: '';
  416. display: inline-block !important;
  417. vertical-align: middle;
  418. width: 25px !important;
  419. visibility: visible !important;
  420. height: 35px !important;
  421. background-image: url(https://cdn.radiant.dj/rcs/emotes/img/tastyplug/babby.png);
  422. }
  423. .chat-msg-Phaley .username:before {
  424. background: url(http://i.imgur.com/1e77rrm.gif);
  425. width: 54px !important;
  426. height: 30px !important;
  427. content: '';
  428. display: inline-block;
  429. vertical-align: middle;
  430. background-size: cover;
  431. margin-right: 3px;
  432. }
  433.  
  434. .chat-msg-Gibbileno .username:before {
  435. background: url(http://i.imgur.com/ggmIFzZ.png?1);
  436. width: 28px;
  437. height: 28px;
  438. content: '';
  439. display: inline-block;
  440. vertical-align: middle;
  441. background-size: cover;
  442. margin-right: 5px;
  443. }
  444. .chat-msg-DickInMyEyes .username:before {
  445. background: url(http://i.imgur.com/jDo2zui.gif);
  446. width: 28px;
  447. height: 19px;
  448. content: '';
  449. display: inline-block;
  450. vertical-align: middle;
  451. background-size: cover;
  452. margin-right: 5px;
  453. }
  454.  
  455. .chat-msg-MaTrEaXa .username:before {
  456. background: url(http://i.imgur.com/cg3cShH.gif);
  457. width: 28px !important;
  458. height: 28px !important;
  459. content: '';
  460. display: inline-block;
  461. margin-right: 3px;
  462. background-size: cover;
  463. }
  464.  
  465. }
  466. .panel-primary>.panel-heading {
  467. background-image: url(http://i.imgur.com/sHZQ11G.gif);
  468. }
  469. .chat-msg-Scamaz .username:before {
  470. content: '';
  471. display: inline-block !important;
  472. vertical-align: middle;
  473. width: 22px !important;
  474. visibility: visible !important;
  475. height: 30px !important;
  476. background-image: url(http://i.imgur.com/5Ery2vH.png);
  477. }
  478. .chat-msg-TheNick .username:before {
  479. content: '';
  480. display: inline-block !important;
  481. vertical-align: middle;
  482. width: 29px !important;
  483. visibility: visible !important;
  484. height: 35px !important;
  485. background-image: url(https://i.imgur.com/sf8D4IY.jpg);
  486. }
  487. .chat-msg-BlackPowerRanger .username:before {
  488. content: '';
  489. display: inline-block !important;
  490. vertical-align: middle;
  491. width: 26px !important;
  492. visibility: visible !important;
  493. height: 28px !important;
  494. background-image: url(https://cdn.betterttv.net/emote/5502989e135896936880fe02/1x);
  495. }
  496. .chat-msg-dzerato .username:before {
  497. content: '';
  498. display: inline-block !important;
  499. vertical-align: middle;
  500. width: 30px !important;
  501. visibility: visible !important;
  502. height: 35px !important;
  503. background-image: url(http://i.imgur.com/PxGsYzr.png?1);
  504. }
  505. .chat-msg-Gibbileno .username:before {
  506. content: '';
  507. display: inline-block !important;
  508. vertical-align: middle;
  509. width: 26px !important;
  510. visibility: visible !important;
  511. height: 38px !important;
  512. background-image: url(http://i.imgur.com/IET6S9D.png?1);
  513. }
  514. .chat-msg-Tassadaritze .username:before {
  515. content: '';
  516. display: inline-block !important;
  517. vertical-align: middle;
  518. width: 44px !important;
  519. visibility: visible !important;
  520. height: 25px !important;
  521. background-image: url(http://i.imgur.com/dtmfDHE.gif);
  522. background-size: cover;
  523. }
  524. .chat-msg-Metalrev .username:before {
  525. content: '';
  526. display: inline-block !important;
  527. vertical-align: middle;
  528. width: 38px !important;
  529. height: 36px !important;
  530. background-image:url(http://i.imgur.com/dVAWB9j.png);
  531. background-size: cover;
  532. margin-right: 3px;
  533. }
  534. .chat-msg-faggotbutnotgay .username:before {
  535. content: '';
  536. display: inline-block !important;
  537. vertical-align: middle;
  538. width: 49px !important;
  539. visibility: visible !important;
  540. height: 30px !important;
  541. background-size: cover;
  542. background-image:url(https://45.media.tumblr.com/7d071ceef0a26a096724994c83e0a3b7/tumblr_nccitfafJU1taj2vyo1_500.gif);
  543. }
  544. .chat-msg-FajansFhuj .username:before {
  545. content: '';
  546. display: inline-block !important;
  547. vertical-align: middle;
  548. width: 54px !important;
  549. visibility: visible !important;
  550. height: 30px !important;
  551. background-size: cover;
  552. background-image:url(http://i.imgur.com/XBqLRJ4.gif);
  553. }
  554.  
  555. .chat-msg-megaman .username:before {
  556. content: '';
  557. display: inline-block !important;
  558. vertical-align: middle;
  559. width: 19px !important;
  560. visibility: visible !important;
  561. height: 28px !important;
  562. background-size: cover;
  563. background-image:url(http://i.imgur.com/gMRVFb2.png?1);
  564. }
  565.  
  566. .chat-msg-Arcues .username:before {
  567. content: '';
  568. display: inline-block;
  569. vertical-align: middle;
  570. background: url(http://i.imgur.com/8FX1W4T.gif);
  571. width: 46px !important;
  572. height: 28px !important;
  573. margin-right: 3px;
  574. }
  575.  
  576. //body {background-image:url('http://i.imgur.com/sHZQ11G.gif')}
  577. //body {background-image:url('http://i.imgur.com/NSodE.gif');
  578. //#ytapiplayer {
  579. -webkit-transform:scaleY(-1); -moz-transform:scaleY(-1); transform:scaleY(-1);
  580. -ms-transform:scaleY(-1); -o-transform:scaleY(-1);
  581. }
  582.  
  583. body {
  584. }
  585.  
  586. .fluid {
  587. /* dunt tuch
  588. -webkit-animation-name: spin;
  589. -webkit-animation-duration: 40000ms;
  590. -webkit-animation-iteration-count: infinite;
  591. -webkit-animation-timing-function: linear;
  592. -moz-animation-name: spin;
  593. -moz-animation-duration: 40000ms;
  594. -moz-animation-iteration-count: infinite;
  595. -moz-animation-timing-function: linear;
  596. -ms-animation-name: spin;
  597. -ms-animation-duration: 40000ms;
  598. -ms-animation-iteration-count: infinite;
  599. -ms-animation-timing-function: linear; */
  600. }
  601.  
  602. @-moz-keyframes spin {
  603. from { -moz-transform: rotate(0deg); }
  604. to { -moz-transform: rotate(360deg); }
  605. }
  606. @-webkit-keyframes spin {
  607. from { -webkit-transform: rotate(0deg); }
  608. to { -webkit-transform: rotate(360deg); }
  609. }
  610. @keyframes spin {
  611. from {transform:rotate(0deg);}
  612. to {transform:rotate(360deg);}
  613. }
  614. .chat-msg-kluseqq .username:before {
  615. content: '';
  616. background: url(https://static-cdn.jtvnw.net/emoticons/v1/171/1.0);
  617. display: inline-block;
  618. height: 30px;
  619. width: 24px;
  620. margin-right: 3px;
  621. }
  622.  
  623. .rainbow {
  624. background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
  625. background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
  626. color:transparent;
  627. -webkit-background-clip: text;
  628. background-clip: text;
  629. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement