Advertisement
fredysugiman

Delirious Days GOP 02092014

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