Advertisement
fredysugiman

Bloody Exorcism GOP 02092014

Sep 2nd, 2014
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.56 KB | None | 0 0
  1. html:before {
  2. background:url(http://2.bp.blogspot.com/-RSHieakSN4g/T9Web_1PnrI/AAAAAAAAAFA/_fZaKWzLTwE/s1600/Black_desert.jpg);
  3. background-size:cover;
  4. background-position:center;}
  5.  
  6.  
  7. /*---BACKGROUND LIST---*/
  8. .custom_panel a[href*='bgchanger.kp'] + ol .spoiler-wrapper:nth-of-type(1) {
  9. background-image:url(http://i1254.photobucket.com/albums/hh611/pluffypurple15/abstractblacksmokemonochrome1920x1080wallpaper_wallpaperswacom_65_zps4374867d.jpg);
  10. background-position:center;
  11. }
  12.  
  13. .custom_panel a[href*='bgchanger.kp'] + ol .spoiler-wrapper:nth-of-type(2) {
  14. background-image:url(http://i1254.photobucket.com/albums/hh611/pluffypurple15/d320246d7a5d419697873449c0826843_zps7f8f0806.jpg);
  15. background-position:center;
  16. }
  17.  
  18. .custom_panel a[href*='bgchanger.kp'] + ol .spoiler-wrapper:nth-of-type(3) {
  19. background-image:url(http://i1254.photobucket.com/albums/hh611/pluffypurple15/amplifier-controls-music-desktop-hd-wallpaper-ibackgroundzcom1_zps55a4dcf6.jpg);
  20. background-position:center;
  21. }
  22.  
  23. .custom_panel a[href*='bgchanger.kp'] + ol .spoiler-wrapper:nth-of-type(4) {
  24. background-image:url(http://i1254.photobucket.com/albums/hh611/pluffypurple15/katanabladeswords3660x2274wallpaper_wwwwall321com_6_zps2772d739.jpg);
  25. background-position:center;
  26. }
  27.  
  28.  
  29. /*---BASE FUNCTION---*/
  30.  
  31. body, html {
  32. z-index:10;
  33. background:none transparent;
  34. height:auto !Important;
  35. }
  36.  
  37. .custom_panel a[href*='bgchanger.kp'] + ol .spoiler-wrapper {
  38. width:110px;
  39. height:70px;
  40. float:left;
  41. margin:3px;
  42. padding:0px;
  43. position:static;
  44. background-color:rgba(255,255,255,0.5);
  45. background-size:cover;
  46. border-radius:10px;
  47. overflow:hidden;
  48. }
  49.  
  50. .custom_panel a[href*='bgchanger.kp'] + ol .spoiler-wrapper button, .custom_panel a[href*='bgchanger.kp'] + ol .spoiler-title {
  51. width:inherit;
  52. height:inherit;
  53. position:relative;
  54. margin:0px;
  55. padding:0px;
  56. }
  57.  
  58. .custom_panel a[href*='bgchanger.kp'] + ol .spoiler-wrapper button {
  59. opacity:0;
  60. }
  61.  
  62. .custom_panel a[href*='bgchanger.kp'] + ol .spoiler {
  63. pointer-events:none;
  64. position:fixed;
  65. background-attachment:fixed;
  66. width:100%;
  67. height:100%;
  68. background:inherit;
  69. left:100%;
  70. top:0px;
  71. z-index:-5;
  72. display:block !Important;
  73. }
  74.  
  75. .custom_panel a[href*='bgchanger.kp'] + ol .spoiler-revealed .spoiler {
  76. z-index:-10;
  77. }
  78.  
  79. /*--Preview mode yes or no?--*/
  80. .custom_panel a[href*='bgchanger.kp'] + ol .spoiler-revealed .spoiler, .custom_panel a[href*='bgchanger.kp'] + ol .spoiler-title:hover ~ .spoiler {
  81. left:0px;
  82. }
  83.  
  84. .custom_panel a[href*='bgchanger.kp'] + ol .spoiler-wrapper .spoiler:after {
  85. content:' ';
  86. background:rgba(255,255,255,0.5);
  87. display:block;
  88. width:100%;
  89. height:100%;
  90. left:0px;
  91. top:0px;
  92. position:absolute;
  93. opacity:0;
  94. -webkit-transition:all 1s;
  95. transition:all 1s;
  96. }
  97.  
  98. .custom_panel a[href*='bgchanger.kp'] + ol .spoiler-hidden .spoiler-title:hover + .spoiler:after,
  99. .custom_panel a[href*='bgchanger.kp'] + ol .spoiler-revealed .spoiler-title:before {
  100. opacity:1;
  101. }
  102.  
  103. /*--NOTICE BOX cover so people wont miss click--*/
  104. .custom_panel a[href*='bgchanger.kp'] + ol .spoiler-revealed .spoiler-title {
  105. background-color:rgba(255,255,255,0.8);
  106. background-image:none;
  107. background-size:auto 100%;
  108. background-repeat:no-repeat;
  109. position:absolute;
  110. left:0px;
  111. top:0px;
  112. width:100%;
  113. height:100%;
  114. z-index:5;
  115. }
  116.  
  117. /*---Default BG code---*/
  118. html:before {
  119. background-attachment:fixed;
  120. position:fixed;
  121. left:0px;
  122. top:0px;
  123. width:100%;
  124. height:100%;
  125. content:'';
  126. display:block;
  127. z-index:-9999;
  128. }
  129. /*---PANELS STYLING---*/
  130.  
  131. .custom_panel a[href*='bgchanger.kp'] + ol {
  132. position:relative;
  133. width:auto;
  134. height:auto;
  135. padding:0px;
  136. background:rgba(0,0,0,0.5);
  137. overflow:hidden;
  138. border-radius:10px 10px 10px 10px;
  139. }
  140.  
  141. /*--NOTIFICATION STYLING--*/
  142.  
  143. .custom_panel a[href*='bgchanger.kp'] + ol .spoiler-revealed .spoiler-title:before {
  144. display:block;
  145. text-align:center;
  146. font-size:14px;
  147. content:'Click anywhere to select other background or return to default BG';
  148. position:absolute;
  149. border:1px dashed black;
  150. height:auto;
  151. width:auto;
  152. margin:5px;
  153. left:0px;
  154. right:0px;
  155. bottom:0px;
  156. top:0px;
  157. }
  158. /*---MAIN column----*/
  159. #columns {
  160. position:absolute;
  161. overflow-x:hidden;
  162. overflow-y:visible;
  163. top:0px;
  164. left:0px;
  165. height:100%;
  166. width:100%;
  167. }
  168.  
  169. #column_1 {
  170. position:fixed;
  171. left:-2000px;
  172. }
  173.  
  174. #column_2 {
  175. position:absolute;
  176. padding:50px 0px;
  177. left:0px;
  178. margin:0px 0px;
  179. top:15px;
  180. float:none !Important;
  181. width:1100px !Important;
  182. height:auto !important;
  183. overflow:hidden;
  184. pointer-events:none;
  185. }
  186.  
  187. @media screen and (max-width:1000px) {
  188. #column_2 {
  189. margin-left:0px;
  190. left:0%;}
  191. }
  192.  
  193. #column_2 .panel {
  194. pointer-events:auto;
  195. position:static;
  196. width:0px;
  197. height:0px !important;
  198. padding:10px 0px;
  199. margin:0px 0px 0px 100px;
  200. float:left;
  201. overflow:hidden;
  202. -webkit-transition:all 0.5s;
  203. transition:all 0.5s;
  204. background:rgba(250,250,250,0.8);
  205. color:black;
  206. box-shadow:0px 0px 3px #000;
  207. }
  208.  
  209. #column_2 .panel:nth-of-type(even) {
  210. margin:10px 0px 0px 120px;
  211. }
  212.  
  213. #column_2 .panel:nth-of-type(1) {
  214. margin:0px 0px 0px 55px;
  215. }
  216.  
  217. #column_2 .panel:hover {
  218. padding:10px;
  219. width:330px;
  220. height:250px !Important;
  221. overflow:auto;
  222. }
  223.  
  224. #column_2 .panel:before {
  225. position:absolute;
  226. z-index:-1;
  227. top:20px;
  228. left:auto;
  229. padding:0px 0px;
  230. margin:-10px -20px;
  231. display:block;
  232. -webkit-transition:all 0.5s;
  233. transition:all 0.5s;
  234. content:'';
  235. background:rgba(255,255,255,0);
  236. border-radius:5px;
  237. width:370px;
  238. height:0px;
  239. }
  240.  
  241. #column_2 .panel:nth-of-type(even):before {
  242. margin:0px -20px;
  243. }
  244.  
  245. #column_2 .panel:hover:before {
  246. height:320px;
  247. background:rgba(255,255,255,0.3);
  248. }
  249.  
  250.  
  251. #column_2 .panel h2 {
  252. position:absolute;
  253. top:0px;
  254. left:0px;
  255. text-shadow:0px 0px 3px #AAF;
  256. width:100px;
  257. background:rgba(55,55,55,0.6);
  258. height:auto;
  259. padding:4px 5px;
  260. text-align:center;
  261. font-size:10px;
  262. font-weight:400;
  263. margin:15px 85px;
  264. z-index:10;
  265. -webkit-transition:all 0.5s;
  266. transition:all 0.5s;
  267. }
  268.  
  269. #column_2 .panel:nth-of-type(even) h2 {
  270. top:10px;
  271. background:rgba(25,25,25,0.6);
  272. }
  273.  
  274. #column_2 .panel:nth-of-type(2) h2 {left:120px;}
  275. #column_2 .panel:nth-of-type(3) h2 {left:240px;}
  276. #column_2 .panel:nth-of-type(4) h2 {left:360px;}
  277. #column_2 .panel:nth-of-type(5) h2 {left:480px;}
  278. #column_2 .panel:nth-of-type(6) h2 {left:600px;}
  279. #column_2 .panel:nth-of-type(7) h2 {left:720px;}
  280.  
  281.  
  282. #column_2 .panel h2:before, #column_2 .panel h2:after {
  283. content:' ';
  284. display:block;
  285. position:absolute;
  286. width:0px;
  287. padding:0px 0px;
  288. left:-7px;
  289. top:0px;
  290. height:0px;
  291. min-height:-moz-calc( 100% - 20px );
  292. min-height:-webkit-calc( 100% - 20px );
  293. min-height:calc( 100% - 20px );
  294. z-index:-1;
  295. border-left:none;
  296. border-right:7px solid rgba(55,55,55,0.6);
  297. border-top:10px solid rgba(255,255,255,0);
  298. border-bottom:10px solid rgba(255,255,255,0);
  299. -webkit-transition:all 0.5s;
  300. transition:all 0.5s;
  301. }
  302.  
  303. #column_2 .panel h2:after {
  304. left:auto !important;
  305. right:-7px;
  306. border-right:none;
  307. border-left:7px solid rgba(55,55,55,0.6);
  308. border-top:10px solid rgba(255,255,255,0);
  309. border-bottom:10px solid rgba(255,255,255,0);
  310. -webkit-transition:all 0.5s;
  311. transition:all 0.5s;
  312. }
  313.  
  314.  
  315. #column_2 .panel:nth-of-type(even) h2:before,
  316. #column_2 .panel:nth-of-type(even) h2:after {
  317. border-color:transparent rgba(25,25,25,0.6) !Important;}
  318.  
  319. #column_2 .panel:hover h2 {
  320. color:black;
  321. background:rgba(255,255,255,0.7);
  322. }
  323.  
  324. #column_2 .panel:hover h2:after, #column_2 .panel:hover h2:before {
  325. border-color:transparent rgba(255,255,255,0.7) !Important;
  326. }
  327.  
  328. /*------Side column----*/
  329.  
  330. #column_3 {
  331. position:absolute;
  332. width:0px;
  333. left:auto;
  334. right:0px;
  335. top:40px;
  336. overflow:visible;
  337. }
  338.  
  339. #column_3 .panel {
  340. background:rgba(5,5,5,0.8) !important;
  341. box-shadow:0px 0px 3px pink;
  342. min-height:200px;
  343. position:relative !important;
  344. left:3px;
  345. width:280px;
  346. top:0px;
  347. padding:10px;
  348. border-radius:10px;
  349. margin:0px;
  350. color:white;
  351. }
  352.  
  353. #column_3 .panel:hover {
  354. left:-295px;
  355. }
  356.  
  357. #column_3 h2 {
  358. text-transform:none;
  359. background:transparent;
  360. border-radius:5px 5px 0px 0px;
  361. box-shadow:0px 15px 35px -10px rgba(5,5,5,0.8) inset;
  362. height:15px;
  363. padding:5px;
  364. color:white;
  365. font-size:12px;
  366. font-weight:100;
  367. text-shadow:0px 0px 3px rgba(250,250,250,0.7);
  368. font-family:Allura, comic sans ms;
  369. -webkit-transform-origin:right top;
  370. transform-origin:right top;
  371. -webkit-transform:rotate(270deg);
  372. transform:rotate(270deg);
  373. text-align:center;
  374. right:100%;
  375. margin:0px 25px;
  376. top:auto;
  377. left:auto;
  378. position:absolute;
  379. width:150px;
  380. letter-spacing:2px !Important;
  381. }
  382.  
  383. #column_3 .panel:hover h2 {
  384. background:rgba(0,0,0,0.5);
  385. color:white;
  386. text-shadow:0px 0px 3px #AAF, 0px 0px 3px #AAF;
  387. }
  388.  
  389. /*-----GAIA HEADER----*/
  390. #gaia_header {
  391. background:rgba(25,25,25,0);
  392. height:32px !important;
  393. width:100% !important;
  394. position:absolute;
  395. top:0px;
  396. left:0px;
  397. z-index:1000 !important;
  398. min-width:1100px;
  399. overflow:hidden;}
  400.  
  401. #gaia_header ul {
  402. position:absolute;
  403. line-height:initial !important;
  404. height:20px !Important;
  405. background: none transparent !important;
  406. left:-10px;
  407. width:auto !important;
  408. z-index:10000;
  409. }
  410.  
  411. #header_right {
  412. left:auto !important;
  413. right:0px;
  414. }
  415.  
  416. #gaia_header li.spacer {
  417. display:none !important;
  418. }
  419.  
  420. #gaia_header li {
  421. position:relative;
  422. display:inline-block !important;
  423. padding:2px 10px;
  424. font-size:0px;
  425. background:rgba(0,0,0,0);
  426. height:10px;
  427. line-height:inherit !important;
  428. z-index:10; /*--new stack---*/
  429. vertical-align:top;
  430. }
  431.  
  432. #gaia_header li:before {
  433. position:absolute;
  434. content:'';
  435. background:rgba(0,0,0,0.5);
  436. width:100%;
  437. padding:0px 2px;
  438. border-right:1px solid rgba(255,255,255,0.8);
  439. border-bottom:1px solid rgba(255,255,255,0.5);
  440. height:20px;
  441. top:0px;
  442. left:0px;
  443. -webkit-transform:skew(-36deg);
  444. transform:skew(-36deg);
  445. z-index:-1;
  446. box-shadow:0px 0px 3px #000;
  447. -webkit-transition:all 1s;
  448. transition:all 1s;
  449. }
  450.  
  451. #header_right li:before {
  452. border-right:none;
  453. border-left:1px solid rgba(255,255,255,0.8);
  454. -webkit-transform:skew(36deg);
  455. transform:skew(36deg);
  456. }
  457.  
  458. #gaia_header li:hover:before {
  459. background:rgba(205,205,255,0.6);
  460. }
  461.  
  462. #header_left li.spacer+li:before {
  463. height:30px;
  464. }
  465.  
  466. #header_left li.spacer+li {
  467. margin-right:4px;
  468. z-index:10;
  469. position:relative;
  470. }
  471.  
  472. #header_left li.spacer+li a:after {
  473. background-image:url(http://s.cdn.gaiaonline.com/images/gaia_global/gaia_header/br_gaia_logo_header.png);
  474. background-size:47px auto !important;
  475. background-position:0px 4px;
  476. background-repeat:no-repeat;
  477. display:block;
  478. width:47px !important;
  479. height:26px !important;
  480. -o-transition:all 0.5s;
  481. -moz-transition:all 0.5s;
  482. -webkit-transition:all 0.5s;
  483. transition:all 0.5s;
  484. padding:0px 0px 0px 0px;
  485. line-height:0px;
  486. position:relative;
  487. top:-2px;
  488. margin-left:5px;
  489. content:'';
  490. }
  491.  
  492. #header_left li.spacer+li a img {
  493. display:none;
  494. }
  495.  
  496. #gaia_header ul a {
  497. font-size:10px;
  498. font-weight:400;
  499. font-family:Comic Sans ms;
  500. font-variant:auto;
  501. color:#BBB !Important;
  502. }
  503.  
  504. #gaia_header ul:hover a {
  505. color:#FFF !Important;
  506. }
  507.  
  508. #gaia_header ul a:hover {
  509. color:#F33 !Important;
  510. text-decoration:none !Important;
  511. }
  512.  
  513. #save_button[href*='fredy'] {
  514. display:block !Important;
  515. }
  516. /*ALL TRANSITIONS*/
  517.  
  518. #gaia_header *, #columns * {
  519. -webkit-transition:all 0.5s;
  520. transition:all 0.5s;
  521. }
  522.  
  523. /*----LINK styling----*/
  524.  
  525. .panel a {
  526. color:white !Important;
  527. -webkit-transition:all 1s;
  528. transition: all 1s;
  529. text-shadow:0px 0px 3px #000000;
  530. }
  531.  
  532. .panel a:hover {
  533. color:black !important;
  534. text-shadow:0px 0px 3px #FFFFFF;
  535. text-decoration:none !Important;
  536. }
  537.  
  538. /*----patches----*/
  539. #pictures_container, #texts_container {
  540. z-index:2000;
  541. }
  542.  
  543. .premium_sparkle, #avatar_menu+div+div, noscript+script+script+noscript+div[style*='display']~div {
  544. display:none;
  545. }
  546.  
  547. .mask {
  548. z-index:1000 !important;
  549. }
  550.  
  551. .panel ul.buttons {
  552. position:static;
  553. display:inline;
  554. }
  555.  
  556. .media_panel object {
  557. width:100% !important;
  558. min-height:250px;
  559. }
  560.  
  561. K group kill code {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement