Advertisement
Biebergirl

lfo

May 10th, 2018
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 14.89 KB | None | 0 0
  1.  
  2. .sortable.music{display: none;}
  3. .module_groups {display: none;}
  4. .module_about_user {display: none;}
  5. .sortable.module_feed {display: none;}
  6. .module_photo {display: all;}
  7. .module_members {display:none !important; }
  8. #xj_module_gift {display: all;}
  9. /* comment wall */ #xg_module_body, #xg_module_head h2, .xg_module_comment_wall{ display: none;}
  10. #xg_masthead {visibility:hidden;}
  11. .xg_module_body.profile.vcard dl.last-child a {font-family: consolas; font-size: 8px; text-transform: uppercase; line-height: 5px; color : #E9363A;}
  12. .xg_module_body.profile.vcard dl.last-child {color: black; position: fixed; ;left: 50px; top: 50%;}
  13. .xg_sprite xg_sprite-share {display:none!important;}
  14. #xn_bar { display: none;}
  15. .xg_theme #xg_foot {display: none; }
  16. #xg_layout_column_1 { right }
  17. .xg_span-5 { display:none !important;}
  18. ul.nobullets.last-child {display: none;}
  19. #xg_mudule.movable.sortable.module {display: none;}
  20. #xg_navigation, #xg_navigation ul, #xg_navigation ul li, #xg_navigation ul li span, #xg_navigation {display: none;}
  21. .xg_theme #xg_head,  .xg_theme #xg_foot {
  22. display: all;}
  23. .dy-avatar{
  24. display:all;border-radius:50%;}
  25. #xj_approvalBox {display: none;}
  26. .module_blog {display: none;}
  27.  
  28. {******ADDITIONS**********}
  29. a:hover , :hover, a {-webkit-transition: all 800ms linear;
  30. -moz-transition: all 800ms linear;
  31. -ms-transition: all 800ms linear;
  32. -o-transition: all 800ms linear;
  33. transition: all 800ms linear;}
  34.  
  35.  a:hover {-webkit-transition: all 400ms linear;
  36. -moz-transition: all 400ms linear;
  37. -ms-transition: all 400ms linear;
  38. -o-transition: all 400ms linear;
  39. transition: all 400ms linear;}
  40.  
  41. a {font-family: consolas; text-transform: uppercase; font-size: 10px;}
  42.  
  43. {MORE IMPORTANT CODES!}
  44. div#xg_layout_column_2{ font-size: 7px; width: 450px; height: 400px; position: fixed; top:0px; left: 0px; margin-left: 430px; margin-top: 60px;background-color: transparent; border: 10px solid ;}
  45. div.xg_span-16 {font-size: 7px; width: 600px; height: 450px; position: fixed; top:0px; left: 0px; margin-left: 200px; margin-top: 70px;background-color: transparent; }
  46. div.xg_3col { width:500px; background-color: transparent; position: fixed; top:0px; left: 50px; margin-left: 500px; }
  47.  
  48.  
  49.  
  50. html, body,   applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, ins, kbd, q, s, samp, small, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td , body, td,   .orangetext15,.lightbluetext8,.blacktext12,.blacktext10,.whitetext12,.btext, .redtext, .redbtext, .text .xg_theme button, .xg_theme a.button, .xg_theme input.button {font-family: consolas; font-size: 9px; letter-spacing: 1px; webkit-transition: all 400ms ease;  text-decoration: none;
  51. -moz-transition: all 400ms ease;
  52. -ms-transition: all 400ms ease;
  53. -o-transition: all 400ms ease;
  54. transition: all 400ms ease; color : ;}
  55.  
  56.  
  57. #cred {
  58. position: fixed;
  59. right: 16px;
  60. bottom: 30px;
  61. }
  62.  
  63. @font-face {
  64. font-family: "Journal"; src: url('http://static.tumblr.com/pwgdr2n/9YYm3j4gp/journal.ttf');
  65. }
  66.  
  67. #cred a strong {
  68. color: red;
  69. font-family: 'journal';
  70. text-transform: lowercase;
  71. font-size: 40px;
  72. line-height: 20px;
  73. letter-spacing: -2px;
  74. color: #ff7575;
  75. display: block;
  76. text-align: center;
  77. }
  78.  
  79. #cred a {
  80. font-family: trebuchet ms;
  81. font-size: 7px;
  82. text-transform: uppercase;
  83. color: #aaa;
  84. }
  85.  
  86. #cred:hover {
  87. opacity: 0.5;
  88. }
  89.  
  90. #sidebarpic{
  91. opacity:1;
  92. transition: all 0.7s ease-out;
  93. -o-transition-transition: all 0.7s ease-out;
  94. -webkit-transition: all 0.7s ease-out;
  95. -moz-transition: all 0.7s ease-out;
  96. }
  97.  
  98. #sidebarpic img{
  99. opacity:1;
  100. margin: 0px;
  101. border:1px solid #e5e5e5;
  102. transition: all 0.8s ease-out;
  103. -o-transition-transition: all 0.8s ease-out;
  104. -webkit-transition: all 0.8s ease-out;
  105. -moz-transition: all 0.8s ease-out;
  106. }
  107.  
  108. #sidebarpic2 img{
  109. opacity:1;
  110. margin: 0px;
  111. border:1px solid #e5e5e5;
  112. transition: all 0.8s ease-out;
  113. -o-transition-transition: all 0.8s ease-out;
  114. -webkit-transition: all 0.8s ease-out;
  115. -moz-transition: all 0.8s ease-out;
  116. }
  117.  
  118. #sidebarpic3 img{
  119. opacity:1;
  120. margin: 0px;
  121. border:1px solid #e5e5e5;
  122. transition: all 0.8s ease-out;
  123. -o-transition-transition: all 0.8s ease-out;
  124. -webkit-transition: all 0.8s ease-out;
  125. -moz-transition: all 0.8s ease-out;
  126. }
  127.  
  128. #sidebar{
  129. positon: Fixed;
  130. margin-left: 30%;
  131. border:1px solid #e5e5e5;
  132. position:fixed !important;
  133. width:283px;
  134. background-color:white;
  135. height:auto;
  136. padding:4px;
  137. bottom:250px;
  138. left:80px;
  139. line-height:8px;
  140. text-align:center;
  141. z-index:999;
  142. opacity:1;
  143. transition: all 0.5s ease-out;
  144. -o-transition-transition: all 0.5s ease-out;
  145. -webkit-transition: all 0.5s ease-out;
  146. -moz-transition: all 0.5s ease-out;
  147. }
  148.  
  149. #sidebar:hover{
  150. opacity:1;
  151. transition: all 0.5s ease-out;
  152. -o-transition-transition: all 0.5s ease-out;
  153. -webkit-transition: all 0.5s ease-out;
  154. -moz-transition: all 0.5s ease-out;
  155. -webkit-box-shadow: 0px 0px 20px #fff;
  156. -moz-box-shadow: 0px 0px 20px #fff;
  157. box-shadow: 0px 0px 20px #fff;
  158. }
  159.  
  160. #sidebar2{
  161. positon: Fixed;
  162. margin-left: 30%;
  163. border:1px solid #e5e5e5;
  164. position:fixed !important;
  165. width:283px;
  166. background-color:white;
  167. height:auto;
  168. padding:4px;
  169. bottom:250px;
  170. left:80px;
  171. line-height:8px;
  172. text-align:center;
  173. z-index:9999;
  174. opacity:1;
  175. transition: all 0.5s ease-out;
  176. -o-transition-transition: all 0.5s ease-out;
  177. -webkit-transition: all 0.5s ease-out;
  178. -moz-transition: all 0.5s ease-out;
  179. -webkit-transform: rotate(10deg);
  180. }
  181.  
  182. #sidebar:hover #sidebar2{
  183. opacity:.6;
  184. -webkit-transform: rotate(0deg);
  185. transition: all 0.5s ease-out;
  186. -o-transition-transition: all 0.5s ease-out;
  187. -webkit-transition: all 0.5s ease-out;
  188. -moz-transition: all 0.5s ease-out;
  189. }
  190.  
  191. #sidebar3{
  192. positon: Fixed;
  193. margin-left: 30%;
  194. border:1px solid #e5e5e5;
  195. position:fixed !important;
  196. width:283px;
  197. background-color:white;
  198. height:auto;
  199. padding:4px;
  200. bottom:250px;
  201. left:80px;
  202. line-height:8px;
  203. text-align:center;
  204. z-index:999;
  205. opacity:1;
  206. transition: all 0.5s ease-out;
  207. -o-transition-transition: all 0.5s ease-out;
  208. -webkit-transition: all 0.5s ease-out;
  209. -moz-transition: all 0.5s ease-out;
  210. -webkit-transform: rotate(-10deg);
  211. }
  212.  
  213. #sidebar:hover #sidebar3{
  214. opacity:0;
  215. -webkit-transform: rotate(0deg);
  216. transition: all 0.5s ease-out;
  217. -o-transition-transition: all 0.5s ease-out;
  218. -webkit-transition: all 0.5s ease-out;
  219. -moz-transition: all 0.5s ease-out;
  220. }
  221.  
  222. #merp{
  223. position:fixed !important;
  224. width:190px;
  225. height:100px;
  226. margin-top:36px;
  227. margin-left:-15px;
  228. line-height:8px;
  229. text-align:center;
  230. z-index:99;
  231. opacity:1;
  232. -webkit-transform: rotate(0deg);
  233. -moz-transform: rotate(0deg);
  234. transition: all 0.5s ease-out;
  235. -o-transition-transition: all 0.5s ease-out;
  236. -webkit-transition: all 0.5s ease-out;
  237. -moz-transition: all 0.5s ease-out;
  238. }
  239.  
  240. #sidebar:hover #merp{
  241. opacity:1;
  242. }
  243.  
  244. .title{
  245. font-family: swenson;
  246. font-size: 40px;
  247. line-height: 20px;
  248. color: black;
  249. letter-spacing: 1px;
  250. font-weight: normal;
  251. }
  252.  
  253.  
  254. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  255.  
  256. @font-face { font-family: "swenson"; src: url('http://static.tumblr.com/q54tzar/PHem21foh/swenson_1_.ttf'); }
  257.  
  258. @font-face { font-family: "fishbowl"; src: url('http://static.tumblr.com/iyhbugp/hgRmdz42x/fishbowl_1_.ttf'); }
  259.  
  260. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  261.  
  262. @font-face { font-family: "lobster"; src: url('http://static.tumblr.com/iyhbugp/XFome0sal/lobster_1.4_1_.otf'); }
  263.  
  264. #blogtitle{
  265. width:280px;
  266. font-family: "bebas neue";
  267. line-height:40px;
  268. z-index:999999;
  269. text-shadow:0px 0px 5px #000;
  270. font-size: 40px;
  271. text-align:center;
  272. margin-top:-340px;
  273. position:fixed;
  274. letter-spacing:-1px; color:#fff;
  275. transition: all 0.5s ease-out;
  276. -o-transition-transition: all 0.5s ease-out;
  277. -webkit-transition: all 0.5s ease-out;
  278. -moz-transition: all 0.5s ease-out;
  279. opacity: 0;
  280. margin-left:-5px;
  281. }
  282.  
  283. #sidebar:hover #blogtitle{
  284. opacity:1;
  285. margin-left:0px;
  286. }
  287.  
  288. #sidebar:hover #sidebarpic img{
  289. opacity:.3;
  290. transition: all 0.5s ease-out;
  291. -o-transition-transition: all 0.5s ease-out;
  292. -webkit-transition: all 0.5s ease-out;
  293. -moz-transition: all 0.5s ease-out;
  294. }
  295.  
  296. #blogtitle2{
  297. width:280px;
  298. font-family: "bebas neue";
  299. line-height:40px;
  300. z-index:999999;
  301. text-shadow:0px 0px 5px #000;
  302. font-size:30px;
  303. text-align:center;
  304. margin-top:-47px;
  305. position:fixed;
  306. letter-spacing:-1px; color:#fff;
  307. transition: all 0.5s ease-out;
  308. -o-transition-transition: all 0.5s ease-out;
  309. -webkit-transition: all 0.5s ease-out;
  310. -moz-transition: all 0.5s ease-out;
  311. opacity:0;
  312. margin-left: 5px;
  313. }
  314.  
  315. #sidebar:hover #blogtitle2{
  316. opacity:1;
  317. margin-left:0px;
  318. }
  319.  
  320. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  321.  
  322. #description{
  323. margin-bottom: 200px;
  324. background-color:#F58148;
  325. position:fixed !important;
  326. width:230px;
  327. height: 210px;
  328. overflow: scroll;
  329. font-family: "dixel";
  330. font-size: 8px;
  331. opacity: 0;
  332. margin-left: 25px;
  333. padding:5px;
  334. z-index:9999;
  335. color: red;
  336. transition: all 0.5s ease-out;
  337. -o-transition-transition: all 0.5s ease-out;
  338. -webkit-transition: all 0.5s ease-out;
  339. -moz-transition: all 0.5s ease-out;
  340. }
  341.  
  342. #sidebar:hover #description{
  343. margin-top:-300px;
  344. opacity:1;
  345. transition: all 0.5s ease-out;
  346. -o-transition-transition: all 0.5s ease-out;
  347. -webkit-transition: all 0.5s ease-out;
  348. -moz-transition: all 0.5s ease-out;
  349. }
  350.  
  351. #description:hover {color: #F58148 ; background-color: black; -o-transition-transition: all 0.5s ease-out;
  352. -webkit-transition: all 0.5s ease-out;
  353. -moz-transition: all 0.5s ease-out;}
  354.  
  355. #linkies{
  356. opacity:0;
  357. margin-top:-50px;
  358. margin-left:25px;
  359. position:fixed !important;
  360. line-height:20px;
  361. width: 240px;
  362. height:20px;
  363. z-index:9999;
  364. background-color:white;
  365. transition: all 0.5s ease-out;
  366. -o-transition-transition: all 0.5s ease-out;
  367. -webkit-transition: all 0.5s ease-out;
  368. -moz-transition: all 0.5s ease-out;
  369. }
  370.  
  371. #linkies a {font-family: calibri; font-size : 8px; text-transform: uppercase; letter-spacing: 1px; color: black;}
  372. #sidebar:hover #linkies{
  373. opacity:1;
  374. margin-top:-70px;
  375. transition: all 0.5s ease-out;
  376. -o-transition-transition: all 0.5s ease-out;
  377. -webkit-transition: all 0.5s ease-out;
  378. -moz-transition: all 0.5s ease-out;
  379. }
  380. #linkies a:hover {font-family: cambria;}
  381.  
  382. #lights{
  383. position:fixed;
  384. bottom:215px;
  385. left:100px;
  386. opacity:0;
  387. transition: all 0.5s ease-out;
  388. -o-transition-transition: all 0.5s ease-out;
  389. -webkit-transition: all 0.5s ease-out;
  390. -moz-transition: all 0.5s ease-out;
  391. }
  392.  
  393. #sidebar:hover #lights{
  394. opacity:.8;
  395. transition: all 0.5s ease-out;
  396. -o-transition-transition: all 0.5s ease-out;
  397. -webkit-transition: all 0.5s ease-out;
  398. -moz-transition: all 0.5s ease-out;
  399. }
  400.  
  401. .module_user_summary ul.nobullets li a {display: none;}
  402.  
  403. ul.nobullets.last-child {
  404. display: block;
  405. position: fixed;
  406. margin-top: -100px;
  407. margin-left: 10px;
  408. top: 300px;
  409. }
  410.  
  411. ul.nobullets li {color: transparent;}
  412.  
  413. .xg_module music {display: none;}
  414. .main:hover
  415. .main2 {left:0; transition: all 0.5s ease; -moz-transition: all 0.5s ease;
  416. -webkit-transition: all 0.5s ease; position:Relative;}
  417. .main
  418. .main4 {width: 540px; height:40px; background-color: rgba(235,159,159, 0.5); position:relative; top:300px; left:0;
  419. transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
  420. .main:hover
  421. .sortable.music {display: none;}
  422. .right {display: none;}
  423. .module_groups {display: none;}
  424. .module_about_user {display: none;}
  425. .sortable.module_feed {display: none;}
  426. .module_photo {display: all;}
  427. .module_members {display: none!important;}
  428. #xj_module_gift {display: none;}
  429. #xg_module_body,#xg_module_head h2,.xg_module_comment_wall {display: none;}
  430. #xg_masthead {visibility: hidden;}
  431. .xg_sprite xg_sprite-share {display: none!important;}
  432. #xn_bar {display: none;}
  433. .xg_theme #xg_foot {display: none;}
  434. #xg_layout_column_1 {display: none:}
  435. .xg_span-5 {display: none!important;}
  436. #xg_mudule.movable.sortable.module {display: none;}
  437. #xg_navigation,#xg_navigation ul,#xg_navigation ul li,#xg_navigation ul li span,#xg_navigation {display: none;}
  438. .xg_theme #xg_head,.xg_theme #xg_foot {display: none;}
  439. .dy-avatar.dy-avatar-full-width {display: all;}.xg_span-5 {display: none!important;}
  440. #xg_mudule.movable.sortable.module {display: none;}
  441. #xg_navigation,#xg_navigation ul,#xg_navigation ul li,#xg_navigation ul li span,#xg_navigation {display: none;}
  442. .xg_theme #xg_head,.xg_theme #xg_foot {display: none;}
  443. .module_blog {display: none;}
  444. .xg_module_body.profile.vcard dl.last-child{
  445.     position:fixed;
  446.     top:0px;
  447.     Right:5px;
  448.     width: 100px !important;
  449.     text-align: right;
  450. }
  451. #xg_body { font-size: 8px; font-family: century gothic; width: 755px; background-color: ; margin:0 auto; }
  452. .xg_floating_container { font-family: century gothic; font size: 8px; letter-spacing: 1px; }
  453. .xg_widget_profiles_profile_show .xg_3col .xg_1col img.photo { width: 175px; border: 2px solid black; background-color: #ffffff; border-radius: 100%; } <div style="height: 370px; width: 510px; overflow: auto; background-color: transparent;">
  454. <div style="padding: 4px; color: #464040; xg-p: relative; background-color: #db929e; text-align: center;" id="textDivBG" class="controlsStyle">
  455. body {
  456. .module_blog {display: none;}#tab1 {
  457. background-color:#290604;
  458. border-bottom:19px solid #919191;
  459. border-top:19px solid #919191;
  460. border-left:20px solid #919191;
  461. border-right:19px solid #919191;
  462. width:125px;
  463. height:125px;
  464. font-size:14px;
  465. font-family: 'calibri';
  466. color: #808080;
  467. border-radius:50px 50px 50px 50px;
  468. -moz-border-radius:0px 0px 0px 50px;
  469. position:fixed;
  470. overflow:hidden;
  471. top:0px;
  472. left:10px;
  473. z-index:999999999;
  474. padding:2px;
  475. -webkit-transition: opacity 0.7s linear;
  476. -webkit-transition: all 0.7s ease-in-out;
  477. -moz-transition: all 0.7s ease-in-out;
  478. -o-transition: all 0.7s ease-in-out;}#tab2 {
  479. background-color:#290604;
  480. border-bottom:10px solid #919191;
  481. border-top:10px solid #919191;
  482. border-left:1px solid #919191;
  483. border-right:1px solid #919191;
  484. width:125px;
  485. height:125px;
  486. font-size:14px;
  487. font-family: 'calibri';
  488. color: #808080;
  489. border-radius:0px 0px 10px 50px;
  490. -moz-border-radius:0px 0px 40px 10px;
  491. position:fixed;
  492. overflow:;all
  493. top:0px;
  494. left:55px;
  495. z-index:99999999;
  496. padding:2px;
  497. -webkit-transition: opacity 0.7s linear;
  498. -webkit-transition: all 0.7s ease-in-out;
  499. -moz-transition: all 0.7s ease-in-out;
  500. -o-transition: all 0.7s ease-in-out;}.main {width: 540px; height: 550px; margin:0 auto; overflow: hidden
  501. ; background-image:url(http://api.ning.com:80/files/PBe5xKf609HaPaTV-paqzq1paacy3RXmQZUnrBl0mY-6iJj16P3xxeIC8v0v9-lk1F0xC6wCYU325TSRzb9V*FIL-FmXzJ5U/mainqimgd54f0ab8a9b91a28c7e39026c5d81155.png);} /*change main photo here*/
  502. .main
  503. .main1 {width: 540px; height:550px; background-color:#290604; transition: all 0.5s ease;
  504. -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; position:relative; left:590px; top:0;}
  505. .main:hover
  506. .main1 {left:0; transition: all 0.5s ease;  -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement