Advertisement
fredysugiman

okamisamaa GOP 2201201722124899 rev03022017

Jan 21st, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.87 KB | None | 0 0
  1. /*== base background ==*/
  2. html, body {background: #000 url(http://i1156.photobucket.com/albums/p563/ogwolfattack/hpbg_zps0ayk93di.png);
  3. background-size:auto 100%;
  4. background-attachment:fixed;
  5. background-position:center;
  6. background-repeat:no-repeat;
  7. }
  8.  
  9. /*== front background ==*/
  10. #column_3 .spoiler-wrapper:before {background:#000 url(http://i67.tinypic.com/28018h1.jpg);}
  11.  
  12. /*== click button front ==*/
  13. #column_3 .spoiler-wrapper button {
  14. background:transparent url(http://i695.photobucket.com/albums/vv312/fredysugiman/e1dyxAm.png) bottom no-repeat;}
  15.  
  16. /*== your avatar control ==*/
  17. #footer {width:120px;
  18. height:150px;
  19. position:absolute;
  20. top:20px;
  21. left:20px;
  22. z-index:5000;}
  23.  
  24. #footer:after {
  25. content:'';
  26. background:url(http://a2.cdn.gaiaonline.com/dress-up/avatar/ava/63/99/758c52f81519963_flip.png);
  27. width:100%;
  28. height:100%;
  29. position:absolute;
  30. opacity:0.7;
  31. transition:1s;
  32. display:block;
  33. transform:rotateY(0deg);}
  34.  
  35. /*== minimum window size ==*/
  36. body {
  37. min-width:1100px;
  38. min-height:600px;
  39. width: auto;
  40. position:relative;
  41. }
  42.  
  43. /*== main codes ==*/
  44. .column {overflow:visible !important;
  45. padding:0px !important;
  46. font-size:0px;
  47. }
  48.  
  49. #columns, #column_1, #column_2 {position:absolute;
  50. height:auto;
  51. top:auto;
  52. bottom:0px;
  53. margin:0px;}
  54.  
  55. #columns {width:100%;
  56. min-width:1100px;
  57. min-height:0px;
  58. overflow:visible !important;
  59. padding:0px;
  60. margin:0px;}
  61.  
  62. #column_3 {display:block;}
  63.  
  64. /*== side tabs==*/
  65. #column_1 {
  66. position:fixed;
  67. width:0px !important;
  68. left:auto;
  69. right:300px;
  70. top:40px;
  71. overflow:visible;
  72. z-index:150;
  73. pointer-events:none;}
  74.  
  75. #column_1 .panel {
  76. pointer-events:auto;
  77. overflow:auto;
  78. background:rgba(5,5,5,0.8) !important;
  79. box-shadow:0px 0px 3px pink;
  80. height:200px;
  81. position:static !important;
  82. left:3px;
  83. width:280px;
  84. top:0px;
  85. padding:10px;
  86. border-radius:10px 0 0 10px;
  87. margin:0 0 5px 300px;
  88. color:white;
  89. }
  90.  
  91. #column_1 .panel:hover {
  92. margin:0 0 5px 0;
  93. }
  94.  
  95. #column_1 h2 {
  96. text-transform:none;
  97. background:rgba(100,100,100,0.4);
  98. border-radius:5px 5px 0px 0px;
  99. height:15px;
  100. padding:5px;
  101. color:white;
  102. font-size:12px;
  103. font-weight:100;
  104. text-shadow:0px 0px 3px rgba(250,250,250,0.7);
  105. font-family:Allura, comic sans ms;
  106. -webkit-transform-origin:right top;
  107. transform-origin:right top;
  108. -webkit-transform:rotate(270deg);
  109. transform:rotate(270deg);
  110. text-align:center;
  111. right:-300px;
  112. margin:0px 25px;
  113. top:10px;
  114. left:auto;
  115. position:absolute;
  116. width:150px;
  117. letter-spacing:2px !Important;
  118. }
  119.  
  120. #column_1 .panel:hover h2 {
  121. background:rgba(210,210,210,0.7);
  122. color:white;
  123. text-shadow:0px 0px 3px #AAF, 0px 0px 3px #AAF;
  124. right:0px;}
  125.  
  126. #column_1 .panel:nth-of-type(2) h2 {top:235px;}
  127. #column_1 .panel:nth-of-type(3) h2 {top:470px;}
  128. /*-- main column --*/
  129. #column_2 {
  130. min-height:10%;
  131. height:auto;
  132. width:1050px;
  133. position:absolute;
  134. bottom:10px;
  135. left:50%;
  136. margin:0px -525px;
  137. padding-bottom:0px !important;
  138. z-index:0;
  139. overflow:hidden !important;
  140. }
  141.  
  142. #column_2 .panel ul.buttons {
  143. display:inline;
  144. position:static;
  145. }
  146.  
  147. #column_2 .panel {
  148. letter-spacing:1px;
  149. font-family:'Oswald', arial;
  150. height:auto !important;
  151. max-height:0px;
  152. width:550px;
  153. padding:0px 10px;
  154. margin:0px auto;
  155. display:block;
  156. position:static;
  157. overflow:hidden;
  158. background:rgba(20,20,20,0);
  159. color:transparent;
  160. pointer-events:auto;
  161. border-radius:5px;
  162. border:0px solid transparent;
  163. font-size:13px;}
  164.  
  165. #column_2 .panel h2 ~ * {opacity:0;}
  166. #column_2 .panel:hover h2 ~ * {opacity:1;}
  167.  
  168. #column_2 .panel:hover {
  169. overflow:auto;
  170. background:rgba(20,20,20,0.7);
  171. color:white;
  172. padding:10px 10px;
  173. max-height:375px;
  174. margin:5px auto 30px auto;
  175. box-shadow:0px 0px 3px #000;
  176. border:5px solid transparent;
  177. }
  178.  
  179. #column_2 .panel:before {
  180. position:absolute;
  181. display:none;
  182. height:260px;
  183. width:1050px;
  184. content:'';
  185. bottom:0px;
  186. left:0px;
  187. z-index:-1;
  188. }
  189.  
  190. #column_2 .panel:hover:before {
  191. display:block;
  192. }
  193.  
  194. #column_2 .panel h2 {
  195. font-family: 'Oswald', sans serif;
  196. width:132px;
  197. margin:0px -70px;
  198. height:auto;
  199. position:absolute;
  200. left:50%;
  201. bottom:5px;
  202. text-align:center;
  203. padding:3px;
  204. font-size:12px;
  205. text-transform:none;
  206. line-height:15px;
  207. font-weight:100;
  208. color:#DDD;
  209. height:14px;
  210. min-height:auto;
  211. background:rgba(10,10,10,0.5);
  212. z-index:10;
  213. }
  214.  
  215. #column_2 .panel:hover h2 {
  216. font-size:15px;
  217. padding:5px 6px;
  218. transform:translate(-3px, 2px);
  219. color:#FFF;
  220. text-shadow:0px 0px 3px #AAF;
  221. filter:drop-shadow(0px 0px 5px #fff);
  222. -webkit-filter:drop-shadow(0px 0px 5px #fff);
  223. }
  224.  
  225. /*---Array bubble---*/
  226. #column_2 .panel:nth-last-of-type(2) h2 {
  227. left:380px;margin-left:3px;
  228. }
  229. #column_2 .panel:nth-last-of-type(2) ~ .panel h2 {
  230. margin-left:3px;
  231. }
  232.  
  233.  
  234. #column_2 .panel:nth-last-of-type(3) h2 {
  235. left:235px;margin-left:75px;}
  236. #column_2 .panel:nth-last-of-type(3) ~ .panel h2 {
  237. margin-left:75px;
  238. }
  239.  
  240. #column_2 .panel:nth-last-of-type(4) h2 {
  241. left:90px;margin-left:147px;}
  242. #column_2 .panel:nth-last-of-type(4) ~ .panel h2 {
  243. margin-left:147px;
  244. }
  245.  
  246. #column_2 .panel:nth-last-of-type(5) h2 {
  247. left:-55px;margin-left:220px;}
  248. #column_2 .panel:nth-last-of-type(5) ~ .panel h2 {
  249. margin-left:220px;
  250. }
  251.  
  252. #column_2 .panel:nth-last-of-type(6) h2 {
  253. left:-200px;margin-left:293px;}
  254. #column_2 .panel:nth-last-of-type(6) ~ .panel h2 {
  255. margin-left:293px;
  256. }
  257.  
  258. #column_2 .panel:nth-last-of-type(7) h2 {
  259. left:-345px;margin-left:365px;}
  260. #column_2 .panel:nth-last-of-type(7) ~ .panel h2 {
  261. margin-left:365px;
  262. }
  263.  
  264. /*== media ==*/
  265. .media_panel object {
  266. width:100%;
  267. height:100%;
  268. min-height:260px;
  269. }
  270.  
  271. /*== friends ==*/
  272. #id_friends ul.style1 li { width:80px;}
  273.  
  274. /*== comments ==*/
  275. #id_comments dl {
  276. max-height:300px;
  277. overflow:auto;
  278. }
  279.  
  280. /*== contacts ==*/
  281. #id_contact ul:not(.buttons) {text-align:center;}
  282.  
  283. #id_contact ul:not(.buttons) li {display:inline-block;}
  284.  
  285. #id_contact ul:not(.buttons) li * {display:inline-block;
  286. color:#bbb;
  287. text-shadow:none;
  288. font-size:12px;
  289. font-weight:bold;
  290. font-variant:small-caps;
  291. -webkit-filter:drop-shadow(1px 1px 2px rgba(0,0,0,0.7));
  292. filter:drop-shadow(1px 1px 2px rgba(0,0,0,0.7));
  293. background:rgba(245,245,245,0.2);
  294. padding:2px 5px;
  295. border: solid #777;
  296. border-width: 0 1px 0 1px;
  297. }
  298.  
  299. #id_contact ul:not(.buttons) li span {color:#666;}
  300.  
  301. #id_contact ul:not(.buttons) li a {
  302. border-color:#bbb;
  303. }
  304.  
  305. #id_contact ul:not(.buttons) li *:hover {
  306. background:rgba(155,155,155,0.3);
  307. box-shadow:inset 0 -15px 25px -15px #000;
  308. }
  309.  
  310. #id_contact ul:not(.buttons) li *:before {
  311. content:'+';
  312. font-weight:bold;
  313. font-size:20px;
  314. line-height:20px;
  315. margin-right:5px;
  316. }
  317.  
  318. #id_contact ul:not(.buttons) li:nth-of-type(2) *:before {
  319. content:'✉';
  320. }
  321.  
  322. #id_contact ul:not(.buttons) li:nth-of-type(3) *:before {content:'⇌';}
  323.  
  324. /*== triggers ==*/
  325. #column_3 {position:static;}
  326. #column_3 .custom_panel {
  327. background:transparent;
  328. min-height:0px;
  329. margin:0px;
  330. padding:0px;
  331. position:static;
  332. width:1px;
  333. }
  334.  
  335. #column_3 h2 {
  336. display:none;}
  337.  
  338. #column_3 .spoiler-wrapper {
  339. position:absolute;
  340. right:0px;
  341. bottom:0px;
  342. height:400px;
  343. width:400px;
  344. pointer-events:none;
  345. border:none !important;
  346. margin:0px !important;
  347. padding:0px !important;
  348. z-index:1000;}
  349.  
  350. #column_3 .spoiler-title {overflow: hidden;
  351. width: 100%;
  352. height: 100%;
  353. position: relative;
  354. }
  355.  
  356. #column_3 .spoiler-wrapper:before {
  357. content:'';
  358. display:block;
  359. position:fixed;
  360. top:0;
  361. left:0;
  362. right:0;
  363. bottom:0;
  364. background-attachment:fixed;
  365. background-size:cover;
  366. background-position:bottom;
  367. padding:0px;
  368. mix-blend-mode:darken;
  369. -webkit-filter:blur(0px);
  370. filter:blur(0px);
  371. box-shadow:inset 0px 0 0px 20px rgba(255,255,255,0);
  372. transition: 0.5s 0.2s;
  373. }
  374.  
  375. #column_3 .spoiler-revealed:before {
  376. -webkit-filter:blur(15px);
  377. filter:blur(15px);
  378. transition: 0.5s 0s;
  379. opacity:0;
  380. left:50%;
  381. right:50%;
  382. border-radius:0px;
  383. border:0px solid transparent;
  384. }
  385.  
  386. #column_3 .spoiler-wrapper button {
  387. position:absolute;
  388. bottom:10px;
  389. right:10px;
  390. height:280px;
  391. width:220px;
  392. background-size:auto 100%;
  393. border:none !important;
  394. margin:0px;
  395. padding:0px;
  396. pointer-events:auto;
  397. color:transparent;
  398. display:block !important;
  399. transform:rotate(0deg);
  400. transform-origin:bottom;
  401. }
  402.  
  403. #column_3 .spoiler-wrapper button:nth-of-type(1):hover {-webkit-filter:drop-shadow( 0 0 5px #000);filter:drop-shadow( 0 0 5px #000);}
  404.  
  405. #column_3 .spoiler-revealed button:nth-of-type(1) {
  406. transform:rotate(-90deg);
  407. transform-origin:bottom;
  408. border:none;
  409. opacity:0.5;
  410. bottom:-160px;
  411. }
  412.  
  413. #column_3 .spoiler-wrapper button:nth-of-type(2) {
  414. background:none rgba(25,25,25,0.7);
  415. height:40px;
  416. width:40px;
  417. bottom:15px;
  418. right:-60px;
  419. box-shadow:0px 0px 3px #000;
  420. opacity:0.6;
  421. border-radius:10px 0 0 10px;
  422. }
  423.  
  424. #column_3 .spoiler-wrapper button:nth-of-type(2):hover {opacity:1;}
  425. #column_3 .spoiler-revealed button:nth-of-type(2) {
  426. right:0px;
  427. }
  428.  
  429. #column_3 .spoiler-wrapper button:nth-of-type(2):before {
  430. content:'';
  431. display:block;
  432. border:15px solid;
  433. width:0px;
  434. border-color:#fff transparent transparent transparent;
  435. position:absolute;
  436. top:12px;
  437. left:5px;
  438. }
  439.  
  440. #column_3 .spoiler-wrapper ~ * {
  441. display:block;
  442. width:0px;
  443. height:0px;
  444. transition:1s;
  445. }
  446.  
  447. #column_3 .spoiler-revealed ~ * {
  448. height:340px;
  449. }
  450. /*========================*
  451. GAIA HEADER CONTROL
  452. *========================*/
  453. #gaia_header {
  454. background:transparent !Important;
  455. pointer-events:auto;
  456. overflow-x:visible;
  457. overflow-y:visible;
  458. font-family:arial !important;
  459. font-weight:bold;
  460. letter-spacing:1px;
  461. font-size:10px !important;
  462. width:100%;
  463. min-width:1100px !important;
  464. height:0px !important;
  465. z-index:9000;
  466. }
  467.  
  468. #header_left, #header_right {
  469. padding:0px 5px;
  470. position:absolute;
  471. color:transparent !important;
  472. width:auto !Important;
  473. background-color:rgba(170,170,170,0.4)!important;
  474. box-shadow: inset 0px -10px 10px -10px #ccc, 0px 0px 2px #000;
  475. -webkit-transition:all 0.5s;
  476. transition:all 0.5s;
  477. border-radius:0px 0px 25px 0px;
  478. left:0px;
  479. height:20px !important;
  480. padding:0px 20px 0px 0px;
  481. }
  482.  
  483. #header_right {left:auto!important;right:0px;padding:0px 5px 0px 20px;border-radius:0px 0px 0px 25px;}
  484.  
  485. #gaia_header ul:hover {
  486. background:rgba(150,150,150,0.7)!important;
  487. }
  488.  
  489. #gaia_header a{
  490. color: #CCC !Important;
  491. text-shadow:0px 0px 3px #000;
  492. text-decoration:none !Important;
  493. font-weight:100;
  494. font-size:11px;
  495. font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  496. font-variant:small-caps;
  497. position:relative;
  498. top:-3px;
  499. display:block-inline;
  500. float:none;
  501. }
  502.  
  503. #gaia_header a:hover {
  504. color:#FFF !important;
  505. text-shadow:0px 0px 5px #AAF,0px 0px 5px #AAF;
  506. }
  507.  
  508. #header_left li.spacer+li {
  509. background-image:url(http://s.cdn.gaiaonline.com/images/gaia_global/gaia_header/br_gaia_logo_header.png);
  510. background-size:47px auto !important;
  511. background-position:10px 4px;
  512. background-repeat:no-repeat;
  513. display:inline-block !important;
  514. width:47px !important;
  515. height:26px !important;
  516. -o-transition:all 0.5s;
  517. -moz-transition:all 0.5s;
  518. -webkit-transition:all 0.5s;
  519. transition:all 0.5s;
  520. padding:0px 10px 0px 10px;
  521. line-height:23px;
  522. position:relative;
  523. top:-2px;
  524. left:-5px;
  525. background-color:rgba(0,0,0,0.6);
  526. border-radius:0px 0px 10px 10px;
  527. }
  528.  
  529. #header_left li a img {
  530. opacity:0 !important;
  531. }
  532.  
  533. /*-- floating images --*/
  534. .avatar_decoration img, #footer {
  535. animation:cfbounce 2s infinite alternate;
  536. }
  537.  
  538. form #pictures_container .avatar_decoration img, .avatar_decoration:hover img, #footer:hover {
  539. animation-play-state:paused;
  540. }
  541.  
  542. @keyframes cfbounce {
  543. 0% {transform:translateY(0px);}
  544. 100% {transform:translateY(20px);}
  545. }
  546.  
  547. .avatar_decoration a {display:inline-block;opacity:0.7;transition:1s;}
  548.  
  549. .avatar_decoration:hover a, #footer:hover:after{
  550. opacity:1 !important;
  551. transform:rotateY(360deg);
  552. }
  553.  
  554. /*----LINK styling----*/
  555.  
  556. .panel a {
  557. font-weight:400;
  558. color:#faa !Important;
  559. -webkit-transition:all 1s;
  560. transition: all 1s;
  561. text-shadow:0px 0px 3px rgba(240,240,250,0.7);
  562. }
  563.  
  564. .panel a:hover {
  565. color:#aaf !important;
  566. text-shadow:0px 0px 3px rgba(5,5,5,0.8), 0px 0px 5px rgba(5,5,5,0.8);
  567. text-decoration:none !Important;
  568. }
  569.  
  570. #id_contact li a {
  571. color: #ccc !important;
  572. text-shadow:0px 0px 3px rgba(25,25,25,0.4);
  573. }
  574.  
  575. #id_contact li a:hover {
  576. color: #fff !important;
  577. text-shadow:0px 0px 3px rgba(0,0,0,0.7);
  578. }
  579.  
  580. /*== gaia header ==*/
  581. #gaia_header {
  582. min-width:1150px;
  583. }
  584.  
  585. /*--All transitions--*/
  586.  
  587. #columns * , #gaia_header *, #columns *:before , #columns *:after {
  588. -webkit-transition:all 1s;
  589. -moz-transition:all 1s;
  590. -ms-transition:all 1s;
  591. transition:all 1s;
  592. }
  593.  
  594. /*== fonts and patches ==*/
  595. #id_wishlist .item a {
  596. border-radius:3px;
  597. margin:3px;
  598. display:block;
  599. position:relative;
  600. box-shadow:0px 0px 3px rgba(255,255,255,0.3),inset 0px -15px 15px -5px rgba(255,255,255,0.7) ;
  601. background:rgba(255,255,255,0.8);
  602. }
  603.  
  604. #id_wishlist .item a[title*='Donated'] {
  605. box-shadow:0px 0px 3px rgba(25,25,255,0.3),inset 0px -15px 15px -5px rgba(30,30,255,0.7);
  606. }
  607.  
  608. #id_wishlist .item a[title*='Bought'] {
  609. box-shadow:0px 0px 3px rgba(205,255,55,0.3),inset 0px -15px 15px -5px rgba(200,250,50,0.7);
  610. }
  611.  
  612. #id_wishlist .item a[title*='Wanted'] {
  613. box-shadow:0px 0px 3px rgba(255,255,255,0.6),inset 0px -15px 15px -5px rgba(255,55,55,0.7) ;
  614. }
  615.  
  616. #id_wishlist .item a[title*='Wanted']:after {
  617. content:'!!!';
  618. display:block;
  619. position:absolute;
  620. top:-10px;
  621. left:-6px;
  622. font-size:10px;
  623. }
  624.  
  625. .premium_sparkle, #avatar_menu+div+div, #footer~script[src*='blockedimage']~script+script+div[style*='display']~div, noscript+script+script+noscript+div[style*='display']~div {
  626. display:none;
  627. }
  628.  
  629. /* latin-ext */
  630. @font-face {
  631. font-family: 'Oswald';
  632. font-style: normal;
  633. font-weight: 400;
  634. src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v11/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  635. unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  636. }
  637.  
  638. /* latin */
  639. @font-face {
  640. font-family: 'Oswald';
  641. font-style: normal;
  642. font-weight: 400;
  643. src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v11/pEobIV_lL25TKBpqVI_a2w.woff2) format('woff2');
  644. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  645. }
  646.  
  647. kill code {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement