fredysugiman

Rathalox GOP 3639413520092014

Sep 19th, 2014
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.46 KB | None | 0 0
  1. /*---default background---*/
  2.  
  3. html, body {
  4. background:url(http://www.hdbackgroundpoint.com/wp-content/uploads/2014/02/10/Galaxy-Desktop-Wallpapers-5.jpg);
  5. background-size:cover;
  6. background-position:center;
  7. background-attachment:fixed;
  8. background-repeat:no-repeat;
  9. background-color:black;
  10. }
  11.  
  12. /*---Profile font---*/
  13. @font-face {
  14. font-family: 'Allura';
  15. font-style: normal;
  16. font-weight: 400;
  17. src: local('Allura'), local('Allura-Regular'), url(http://themes.googleusercontent.com/static/fonts/allura/v2/ExiT4hKozv4E-LiOi2vvJA.woff) format('woff');
  18. }
  19.  
  20. /*---Parent code---*/
  21. #columns {
  22. position:relative;
  23. float:none;
  24. margin:0px auto;
  25. width:700px;
  26. top:0px;
  27. height:100%;
  28. overflow:visible !Important;
  29. }
  30.  
  31. .column {
  32. position:absolute;
  33. overflow:visible !Important;
  34. }
  35.  
  36. /*---Column MAIN---*/
  37. #column_2 {
  38. top:100px;
  39. left:200px;
  40. width:350px;
  41. margin:0px;
  42. padding:0px;
  43. z-index:20;
  44. height:0px;}
  45.  
  46. #column_2:hover {
  47. }
  48.  
  49. #column_2:hover ~ #column_3 #id_contact {
  50. opacity:0;
  51. }
  52.  
  53. #column_2 .panel {
  54. position:static !important;
  55. height:0px !important;
  56. overflow-x:hidden !important;
  57. overflow-y:auto !important;
  58. color:black;
  59. padding:0px 10px;
  60. margin:0px;
  61. background:transparent;
  62. }
  63.  
  64. #column_2 .panel:hover {
  65. height:280px !Important;
  66. padding:10px 10px;
  67. box-shadow:0px 0px 3px #000;
  68. background:rgba(255,255,255,0.5);
  69. }
  70.  
  71. #column_2 h2 {
  72. position:absolute;
  73. margin:20px 0px;
  74. left:100%;
  75. top:0px;
  76. padding:5px 9px 5px 4px;
  77. height:15px;
  78. width:125px;
  79. text-align:right;
  80. font-weight:100;
  81. font-size:12px;
  82. font-family:Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  83. background:rgba(25,25,25,0.3);
  84. text-transform:none;
  85. color:white;
  86. box-shadow:0px 0px 3px rgba(0,0,0,0.5);
  87. }
  88.  
  89. #column_2 .panel:hover h2 {
  90. background:rgba(255,255,255,0.4);
  91. text-shadow:0px 0px 5px #AAF, 0px 0px 5px #AAF;
  92. color:white;
  93. }
  94. /*---array list---*/
  95. #column_2 .panel:nth-of-type(2) h2 {top:25px;}
  96. #column_2 .panel:nth-of-type(3) h2 {top:50px;}
  97. #column_2 .panel:nth-of-type(4) h2 {top:75px;}
  98. #column_2 .panel:nth-of-type(5) h2 {top:100px;}
  99. #column_2 .panel:nth-of-type(6) h2 {top:125px;}
  100. #column_2 .panel:nth-of-type(7) h2 {top:150px;}
  101. #column_2 .panel:nth-of-type(8) h2 {top:175px;}
  102. #column_2 .panel:nth-of-type(9) h2 {top:200px;}
  103. #column_2 .panel:nth-of-type(10) h2 {top:225px;}
  104.  
  105. #column_2 ul.buttons {
  106. display:inline !important;
  107. position:static !Important;
  108. }
  109.  
  110. #column_3 {
  111. position:absolute;
  112. height:0px;
  113. width:0px;
  114. height:0px;
  115. left:0px;
  116. top:50px;
  117. overflow:visible;
  118.  
  119. }
  120.  
  121. /*--SP PANELS--*/
  122.  
  123. #column_3 #id_details {
  124. top:55px;
  125. left:-5px;
  126. width:160px;
  127. height:210px;
  128. background:rgba(225,225,225,0.1) !important;
  129. padding:5px;
  130. border-radius:5px;
  131. box-shadow:0px 0px 3px #000;
  132. z-index:10;
  133. color:white;
  134. }
  135.  
  136. #column_3 #id_details h2 {
  137. opacity:0.4;
  138. position:absolute;
  139. letter-spacing:0px;
  140. top:30px;
  141. left:40px;
  142. width:500px;
  143. color:rgba(255,255,255,0.5);
  144. text-align:left;
  145. font-size:45px;
  146. font-family:Allura, Impact, Segoe Script, Comic Sans MS;
  147. font-weight:bold;
  148. text-transform:none;
  149. background:transparent;
  150. padding:5px 0px;
  151. margin:0px;
  152. border-radius:5px;
  153. transform-origin:left top;
  154. -webkit-transform:rotate(90deg);
  155. transform:rotate(90deg);
  156. z-index:-5;
  157. text-shadow:0px 0px 3px rgba(255,255,255,0.5);
  158. }
  159.  
  160. #column_3 #id_contact {
  161. position:absolute;
  162. padding:0px;
  163. margin:0px;
  164. background-color:transparent;
  165. top:110px;
  166. left:165px;
  167. width:125px;
  168. height:135px;
  169. opacity:0.5;
  170. text-align:center;
  171. }
  172.  
  173. #column_3 #id_contact:hover {
  174. opacity:1;
  175. }
  176.  
  177. #column_3 #id_contact h2 {
  178. display:none;
  179. }
  180.  
  181. #column_3 #id_contact ul:not(.buttons) li{
  182. position:relative;
  183. float:left !important;
  184. display:block;
  185. margin:5px 0px;
  186. top:0px;
  187. left:0px;
  188. width:130px;
  189. height:auto;
  190. padding:3px 0px;
  191. background:rgba(0,0,0,0.3);
  192. color:white;
  193. border-radius:0px 10px 10px 0px;
  194. }
  195.  
  196. #column_3 #id_contact ul:not(.buttons) li:hover {
  197. background:rgba(255,255,255,0.4);
  198. box-shadow:80px 0px 80px -40px rgba(0,0,0,0.5) inset;
  199. }
  200.  
  201. #column_3 .media_panel {
  202. position:fixed;
  203. left:0px;
  204. top:auto;
  205. bottom:0px;
  206. width:100%;
  207. height:25px!important;
  208. overflow:hidden !important;
  209. padding:0px;
  210. margin:0px;
  211. background:rgba(0,0,0,0.4);
  212. z-index:100;
  213. opacity:0.5;
  214. color:white;
  215. }
  216.  
  217. #column_3 .media_panel:hover {
  218. height:280px !important;
  219. opacity:1;
  220. }
  221.  
  222. #column_3 .media_panel h2 {
  223. display:none;
  224. }
  225.  
  226. #column_3 .media_panel object {
  227. position:absolute;
  228. left:0px;
  229. bottom:0px;
  230. height:280px!Important;
  231. width:100%!important;
  232. }
  233.  
  234. /*---Hidden column---*/
  235. #column_1 {
  236. position:fixed;
  237. left:-2000px;
  238. }
  239.  
  240. /*---PIC CONTAINER---*/
  241. #pictures_container, #texts_container {
  242. width:700px;
  243. height:0px;
  244. right:50%;
  245. left:auto;
  246. margin-right:-350px;
  247. position:absolute;
  248. top:30px;
  249. color:white;
  250. }
  251.  
  252. @media screen and (max-width:1000px) {
  253. #texts_container, #pictures_container {
  254. margin-right:0px;
  255. right:0px;}
  256. }
  257. /*========================*
  258. GAIA HEADER CONTROL
  259. *========================*/
  260.  
  261. #gaia_header {
  262. position:absolute;
  263. top:0px;
  264. background:transparent !Important;
  265. pointer-events:auto;
  266. overflow-x:visible;
  267. overflow-y:visible;
  268. font-family:arial !important;
  269. font-weight:bold;
  270. letter-spacing:1px;
  271. font-size:10px !important;
  272. width:100% !important;
  273. min-width:800px !important;
  274. height:0px !important;
  275. -moz-transition:opacity 0.3s, background-color 0.4s;
  276. -webkit-transition:opacity 0.3s, background-color 0.4s;
  277. -o-transition:opacity 0.3s, background-color 0.4s;
  278. transition:opacity 0.53, background-color 0.4s;
  279. z-index:9000;
  280. }
  281.  
  282. #header_left, #header_right {
  283. padding:0px 5px;
  284. position:absolute;
  285. color:transparent !important;
  286. width:auto !Important;
  287. background-color:rgba(20,20,20,0.1)!important;
  288. box-shadow: inset 0px 24px 24px -24px rgba(255,255,255,0.2);
  289. -webkit-transition:all 0.5s;
  290. transition:all 0.5s;
  291. border-radius:0px 0px 5px 0px;
  292. left:0px;
  293. }
  294.  
  295. #header_right {left:auto!important;right:0px;
  296. border-radius:0px 0px 0px 5px;}
  297.  
  298. #gaia_header ul:hover {
  299. background:rgba(0,0,0,0.3)!important;
  300. }
  301.  
  302. #gaia_header a{
  303. color: white !Important;
  304. text-decoration:none !Important;
  305. font-weight:100;
  306. font-size:12px;
  307. font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  308. font-variant:small-caps;
  309. }
  310.  
  311. #gaia_header a:hover {
  312. color:red !important;
  313. }
  314.  
  315. #header_left li.spacer+li {
  316. background-image:url(http://s.cdn.gaiaonline.com/images/gaia_global/gaia_header/br_gaia_logo_header.png);
  317. background-size:47px auto !important;
  318. background-position:10px 1px;
  319. background-repeat:no-repeat;
  320. display:inline-block !important;
  321. width:47px !important;
  322. height:23px !important;
  323. -o-transition:all 0.5s;
  324. -moz-transition:all 0.5s;
  325. -webkit-transition:all 0.5s;
  326. transition:all 0.5s;
  327. padding:0px 10px 0px 10px;
  328. line-height:23px;
  329. position:relative;
  330. top:-2px;
  331. left:-5px;
  332. background-color:rgba(0,0,0,0.5);
  333. border-radius:0px 0px 10px 10px;
  334. }
  335.  
  336. #header_left li a img {
  337. opacity:0 !important;
  338. }
  339.  
  340. /*---Link styling---*/
  341.  
  342. #columns a, #texts_container a {
  343. font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  344. color:#FFF;
  345. -webkit-transition:all 1s;
  346. transition: all 1s;
  347. text-shadow:0px 0px 3px #559;
  348. }
  349.  
  350. #columns a:hover, #texts_container a:hover {
  351. color:black !important;
  352. text-shadow:0px 0px 3px #FFFFFF;
  353. text-decoration:none !Important;
  354. }
  355. /*ALL TRANSITIONS*/
  356.  
  357. #gaia_header *, #columns * {
  358. -webkit-transition:all 0.5s;
  359. transition:all 0.5s;
  360. }
  361.  
  362.  
  363. /*------------------------------------*
  364. USER STATUS BOX CONTROL
  365. *------------------------------------*/
  366. .forum_userstatus {
  367. margin:10px auto 0px auto !important;
  368. padding:3px 2px 5px 2px !important;
  369. color:white !important;
  370. text-decoration:none !important;
  371. text-shadow:0px 0px 3px black, 0px 0px 4px black;
  372. border:0px rgba( 255, 255, 255, 0.5 ) solid;
  373. border-radius:5px;
  374. width:120px;
  375. background:none !important;
  376. }
  377.  
  378. #avatar_menu {
  379. position:absolute;
  380. z-index:5050;
  381. background:rgba(255,240,240,0.7);
  382. }
  383.  
  384. .online, .offline {
  385. color:white !important;
  386. }
  387.  
  388. #avatar_menu, .forum_userstatus {
  389. box-shadow:0px 0px 12px #FFFFFF inset, 0px 0px 24px #FFFFFF inset;
  390. }
  391.  
  392. .forum_userstatus .statuslinks {
  393. background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAKCAMAAAC+Ge+yAAAAaVBMVEX///8AAAAAAAAAAAD////9/f0AAAAAAAAAAABfX1/////6+vp+fn7////////9/f3///+bm5v///////////99fX319fX////8/Pz8/Pz///+5ubn9/f2dnZ38/Py4uLj///8AAAC2traxXVsaAAAAI3RSTlMAAAgNGLwSBxlKPrhXK1O2HGUCITZWFrC+thByu2S9cwUGc9YpLywAAABKSURBVHheHcZFAoQwAMDA1KijLqv/fySUXCaIQdyNPdoEqLcZm96hjv4HKq3RS+CrJi930EurZD419mjabF4W3KcxXQXg/sXniheVvgMct5vtUQAAAABJRU5ErkJggg==);
  394. background-position:right center;
  395. background-repeat:no-repeat;
  396. }
  397.  
  398. #avatar_menu li {
  399. width:0px !important;
  400. overflow:visible !important;
  401. text-wrap: none;
  402. background:rgba(25, 25, 25, 0.7) !important;
  403. transition:width 0.5s;
  404. -moz-transition:width 0.5s;
  405. -webkit-transition:width 0.5s;
  406. -o-transition:width 0.5s;
  407. }
  408.  
  409. #avatar_menu li:hover {
  410. width: 100% !important;
  411. }
  412.  
  413. #avatar_menu li a{
  414. display:block !important;
  415. width:200px !important;
  416. overflow:visible !important;
  417. text-wrap: none; /*--- future CSS draft ---*/
  418. color:white !important;
  419. text-decoration:none !important;
  420. text-shadow:0px 0px 3px black, 0px 0px 4px black;
  421. }
  422.  
  423. #avatar_menu li a:hover{
  424. background:none !important;
  425. }
  426.  
  427. /*----wishlist----*/
  428.  
  429. #id_wishlist .item img{
  430. border-radius: 6px;
  431. margin:3px;
  432. box-shadow: 0px 0px 7px white;
  433. }
  434.  
  435. #id_wishlist .item:hover img {
  436. background:rgba(255,255,255,0.5);
  437. }
  438.  
  439. /*--patches--*/
  440. .premium_sparkle, #avatar_menu+div+div {
  441. display:none;
  442. }
  443.  
  444. .mask {
  445. z-index:1000 !important;
  446. }
  447.  
  448. .media_panel ul.buttons {
  449. top:0px;
  450. left:40px;
  451. }
  452.  
  453. /*---KILL CODE - KProject Group only---*/
  454.  
  455. KillKP {
Advertisement
Add Comment
Please, Sign In to add comment