Advertisement
Guest User

Untitled

a guest
May 2nd, 2012
2,184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.71 KB | None | 0 0
  1. /*CREDIT to FIT @ DW*/
  2.  
  3. body {overflow-x: hidden!important;}
  4. td.content { position:absolute !important; left:0em !important; color #fff!important;}
  5. a.promote.action { position: absolute; left: -1000px; width: 0px; }
  6.  
  7. #page_title {
  8. color: #a6a6a6;
  9. margin-top:2px;
  10. font-size:20px;
  11. font-family:century gothic;
  12. text-transform: uppercase;
  13. letter-spacing: -2px;
  14. filter:alpha(opacity=50);
  15. -moz-opacity:0.5;
  16. -khtml-opacity: 0.5;
  17. opacity: 0.5;
  18. }
  19.  
  20. body, html {
  21. background: #efefef url(http://i.imgur.com/AoPQZ.png);
  22. background-repeat: repeat;
  23. font-family: century gothic;
  24. font-size: 11px;
  25. color: #fff;
  26. }
  27.  
  28. #timeline_holder.permalink { height: 370px!important; }
  29. #timeline_holder, #timeline_cnt, #timeline_bg, #timeline_fg { height: 370px!important; }
  30. #bottom_line { 360px!important; }
  31. day_bg .div_inner,.div_inner { height: 350px!important; }
  32.  
  33.  
  34. #timeline_holder {
  35. background-position: bottom!important;
  36. background: #fafafa url(http://i.imgur.com/WPLNA.png) repeat-x ;
  37. border: 0px solid transparent;
  38. }
  39.  
  40. #filter_tab {
  41. border: 0 !important;
  42. margin-top: 0px;
  43. font-family:century gothic;
  44.  
  45. }
  46.  
  47. #filter_tab a.off_tab {
  48. background: #a6a6a6;
  49. color: #fff!important;
  50. border:0 !important;
  51. -moz-border-bottom-left-radius: 5px;
  52. -webkit-border-bottom-left-radius: 5px;
  53. -khtml-border-bottom-left-radius: 5px;
  54. -moz-border-bottom-right-radius: 5px;
  55. -webkit-border-bottom-right-radius: 5px;
  56. -khtml-border-bottom-right-radius: 5px;
  57. filter:alpha(opacity=50);
  58. -moz-opacity:0.5;
  59. -khtml-opacity: 0.5;
  60. opacity: 0.5;
  61. box-shadow: 4px 4px 0px #e2e2e2;
  62. -webkit-box-shadow: 4px 4px 0px #e2e2e2;
  63. -moz-box-shadow: 4px 4px 0px #e2e2e2;
  64. }
  65.  
  66. #filter_tab a.off_tab:hover {
  67. color: #fff;
  68. border:0 !important;
  69. -webkit-transition: all 0.5s ease;
  70. -moz-transition: all 0.5s ease;
  71. -o-transition: all 0.5s ease;
  72. box-shadow: 4px 9px 0px #e2e2e2;
  73. -webkit-box-shadow: 4px 9px 0px #e2e2e2;
  74. -moz-box-shadow: 4px 9px 0px #e2e2e2;}
  75.  
  76. #filter_tab a.filter_selected {
  77. border:0 !important;
  78. background: #fff;
  79. -moz-border-bottom-left-radius: 5px;
  80. -webkit-border-bottom-left-radius: 5px;
  81. -khtml-border-bottom-left-radius: 5px;
  82. -moz-border-bottom-right-radius: 5px;
  83. -webkit-border-bottom-right-radius: 5px;
  84. -khtml-border-bottom-right-radius: 5px;
  85. box-shadow: 4px 4px 0px #e2e2e2;
  86. -webkit-box-shadow: 4px 4px 0px #e2e2e2;
  87. -moz-box-shadow: 4px 4px 0px #e2e2e2;
  88. color: #a6a6a6!important;
  89. letter-spacing: 1px;
  90. }
  91.  
  92. #updater, #updater .text, #music_player {
  93. background:#a6a6a6!important;
  94. border:none!important;
  95. font-size:11px!important;
  96. color:#fff!important;
  97. letter-spacing:-1px;
  98. -moz-border-radius: 20px 20px 0px 0px;
  99. -khtml-border-radius: 20px 20px 0px 0px;
  100. -webkit-border-radius: 20px 20px 0px 0px;
  101. filter:alpha(opacity=30);
  102. -moz-opacity:0.3;
  103. -khtml-opacity: 0.3;
  104. opacity: 0.3;
  105. top:350px !important;}
  106.  
  107. #updater a {color:#fff!important; }
  108. #updater a:hover {}
  109.  
  110. #updater:hover {color:#fff!important;
  111. margin-top: -10px;
  112. padding-bottom: 12px;
  113. -webkit-transition: all 0.2s ease;
  114. -moz-transition: all 0.2s ease;
  115. -o-transition: all 0.2s ease; }
  116.  
  117. .cmp_loading {width:0px;height:0px;}
  118. #div_loading .cnt {
  119. background: url(http://statics.plurk.com/7f5c4282d2e9accfdae99cc6abb6c9bb.gif) no-repeat scroll center top !important;
  120. margin-top:140px;
  121. }
  122.  
  123. .loading img {width:0px;height:0px;}
  124. .loading {
  125. background: url(http://statics.plurk.com/7f5c4282d2e9accfdae99cc6abb6c9bb.gif) no-repeat scroll center top !important;
  126. margin-top:30px;
  127. }
  128.  
  129. #bottom_line {
  130. background: #a6a6a6;
  131. color: #fff;
  132. font-size: 11px;
  133. font-family: century gothic;
  134. border-top:0px solid #efefef;
  135. border-bottom:0px solid #efefef;
  136. filter:alpha(opacity=30);
  137. -moz-opacity:0.3;
  138. -khtml-opacity: 0.3;
  139. opacity: 0.3;
  140. }
  141.  
  142. .bottom_start , .bottom_end {color:#fff; font-weight:bold;font-size:11px ;text-transform: uppercase;}
  143.  
  144. /* Youtube, Images etc hover in Plurks */
  145. .youtube img,.pictureservices img { border: 0px; opacity:.6; filter: alpha(opacity=60); }
  146. .youtube:hover img,.pictureservices:hover img { border:0px; opacity:1; filter: alpha(opacity=100); }
  147.  
  148. /* Time above Plurk Timeline */
  149. #time_show {
  150. top:372px !important;
  151. height:20px !important;
  152. padding: 0px 5px !important;
  153. border-radius:0px;
  154. background:#a6a6a6;
  155. border: 0px;
  156. font-family: century gothic;
  157. text-transform: uppercase;
  158. filter:alpha(opacity=30);
  159. -moz-opacity:0.3;
  160. -khtml-opacity: 0.3;
  161. opacity: 0.3;
  162. }
  163.  
  164. .plurk_cnt {
  165. background: #fff;
  166. border:0;
  167. font-size: 10px;
  168. font-family: century gothic;
  169. line-height: 11px;
  170. filter:alpha(opacity=50);
  171. -moz-opacity:0.5;
  172. -khtml-opacity: 0.5;
  173. opacity: 0.5;
  174. }
  175.  
  176. .plurk_cnt:hover {
  177. filter:alpha(opacity=90);
  178. -moz-opacity:0.9;
  179. -khtml-opacity: 0.9;
  180. opacity: 0.9;
  181. -webkit-transition: all 0.5s ease;
  182. -moz-transition: all 0.5s ease;
  183. -o-transition: all 0.5s ease;
  184. }
  185.  
  186.  
  187. /*Time of Plurk above Plurk Timeline Strip*/
  188. .day_start, .day {
  189. color:#fff!important;
  190. font-weight:bold;
  191. background: transparent;
  192. font-family:century gothic;
  193. }
  194.  
  195. /* Updater Responses and new Plurks */
  196. #updater {
  197. background: transparent;
  198. text-transform: uppercase;
  199. font-family: centiry gothic;
  200. border: 0px #000000;
  201. color: #000;}
  202.  
  203. #updater .text {
  204. border:0;
  205. color: #000000;
  206. font-family: century gothic;
  207. font-size: 11px;
  208. }
  209. #updater a {
  210. color: #fff;
  211. font-family: century gothic;
  212. text-transform: uppercase;
  213. }
  214.  
  215. #updater a:hover {
  216. color: #454545;
  217. text-transform: uppercase;
  218. font-family: century gothic;
  219. }
  220.  
  221. /*Border at beginning of Timeline*/
  222. .day_bg .div_inner {
  223. background-color:#86d318;
  224. border-left:0px solid #ffffff;
  225. border-right:0px solid #ffffff;
  226. border-top:medium none;
  227. position:relative;
  228. width:0px;
  229. }
  230.  
  231. .award_bar
  232. {
  233. width:200px !important;
  234. height:50px !important;
  235. }
  236.  
  237. #dash-friends p, #dash-friends form,
  238. div #tw_help,
  239. div a#dashboard-invite,
  240. div #sharePlurk,
  241. .dash-icon
  242. {
  243. filter:alpha(opacity=0) !important;
  244. -moz-opacity:0 !important;
  245. opacity: 0 !important;
  246. height:0 !important;
  247. width:0 !important;
  248. overflow:hidden;
  249. }
  250.  
  251. #pane_plurk,
  252. #pane_daily_photo,
  253. #pane_search
  254. {background:none;
  255. border:0;
  256. margin:0 auto;
  257. width:97% !important;
  258. -khtml-border-radius: 4px 3px 5px 5px;
  259. -moz-border-radius: 4px 3px 5px 5px;
  260. -webkit-border-radius: 4px 3px 5px 5px;
  261. }
  262.  
  263. #toggle_tab li, #plurks_pane_li
  264. {
  265. color: #fff;
  266. font-weight: bold;
  267. font-size:20px !important;
  268. text-transform:uppercase;
  269. font-family:century gothic;
  270. }
  271. #toggle_tab li.tt_selected
  272. {
  273. color:#fff;
  274. font-weight: bold;
  275. background:none;
  276. border:0;
  277. }
  278.  
  279. textarea#input_big, textarea#input_permalink,
  280. textarea#input_big.content {
  281. border:0px solid #aaa;
  282. -khtml-border-radius: 5px;
  283. -moz-border-radius: 5px;
  284. -webkit-border-radius: 5px;
  285. }
  286.  
  287. .cmp_plurk {
  288. background: url(http://i.imgur.com/lX6tk.png);
  289. no-repeat scroll top center;
  290. height: 100px;
  291. width: 200px;
  292. overflow: hidden;
  293. filter:alpha(opacity=60);
  294. -moz-opacity:0.6;
  295. -khtml-opacity: 0.6;
  296. opacity: 0.6;}
  297. }
  298.  
  299. .q_says,.q_is
  300. {
  301. background:#222;
  302. color:#FFF;
  303. border-top: 0px solid #ccc !important;
  304. border-left: 0px solid #ccc !important;
  305. border-right: 0px solid #999 !important;
  306. border-bottom: 0px solid #999 !important;
  307. }
  308. .qualifier, .m_qualifier, .r_qualifier
  309. {
  310. -khtml-border-radius: 2px;
  311. -moz-border-radius: 2px;
  312. -webkit-border-radius: 2px;
  313. }
  314.  
  315. #dynamic_logo ,#logo img {filter:alpha(opacity=0); opacity: 0;}
  316. img#creature {filter:alpha(opacity=0); opacity: 0;}
  317.  
  318.  
  319. .cmp_loading {background:transparent;width:0px;height:0px;}
  320. #div_loading .cnt {background:transparent;}
  321. .loading img {height:0;width:0;}
  322. .loading {
  323. background:transparent url(http://i614.photobucket.com/albums/tt230/m66660000/plurk/loader/loader.gif) no-repeat scroll center center !important;
  324. margin-top:50px;
  325. }
  326.  
  327.  
  328. .cmp_arrow_right {
  329. background: url(http://i.imgur.com/Mq006.png) no-repeat;
  330. width:200px;height:100px;
  331. filter:alpha(opacity=60);
  332. -moz-background-opacity:0.6;
  333. -khtml-background-opacity: 0.6;
  334. opacity: 0.6;
  335. margin:0;
  336. }
  337. .cmp_arrow_left {
  338. background: url(http://i.imgur.com/OEH6V.png) no-repeat;
  339. width:200px;height:100px;
  340. filter:alpha(opacity=50);
  341. -moz-background-opacity:0.6;
  342. -khtml-background-opacity: 0.6;
  343. opacity: 0.6;
  344. margin:0;
  345. }
  346.  
  347. .cmp_arrow_right:hover {
  348. -webkit-transition: all 0.9s ease;
  349. -moz-transition: all 0.9s ease;
  350. -o-transition: all 0.9s ease;
  351. filter:alpha(opacity=90);
  352. -moz-background-opacity:0.9;
  353. -khtml-background-opacity: 0.9;
  354. opacity: 0.9;
  355. margin-right: 50px;
  356. }
  357. .cmp_arrow_left:hover {
  358. -webkit-transition: all 0.9s ease;
  359. -moz-transition: all 0.9s ease;
  360. -o-transition: all 0.9s ease;
  361. filter:alpha(opacity=90);
  362. -moz-background-opacity:0.9;
  363. -khtml-background-opacity: 0.9;
  364. opacity: 0.9;
  365. margin-left: 50px;
  366. }
  367. .cmp_back_to_today {
  368. background: transparent;
  369. width:0px;height:0px;
  370. margin-left:20px;
  371. }
  372.  
  373. .AmiMenu.info_menu,
  374. .AmiMenu.info_menu td.on,
  375. .AmiMenu.info_menu .user_info.on,
  376. .AmiMenu.info_menu .separator {
  377. background:#aaa !important;
  378. border:0 !important;
  379. }
  380. .AmiMenu.info_menu .block
  381. {
  382. background:#ccc !important;
  383. border:0!important;
  384. }
  385.  
  386.  
  387. .cmp_tooltips-down {background: url(http://i614.photobucket.com/albums/tt230/m66660000/plurk/up_down/greyblue_down.png)}
  388. .cmp_tooltips-up {background: url(http://i614.photobucket.com/albums/tt230/m66660000/plurk/up_down/greyblue_up.png)}
  389.  
  390. td.qual_holder {
  391. color: #a6a6a6!important;
  392. font-size: 20px;
  393. text-transform: uppercase;
  394. font-weight: bold;}
  395.  
  396.  
  397. .tooltip_cnt {
  398. background: url(http://i.imgur.com/knldZ.png);
  399. border: 0px;
  400. margin: 10px;
  401. color: #b2b2b2!important;
  402. -moz-border-radius: 3px;
  403. -khtml-border-radius: 3px;
  404. -webkit-border-radius: 3px;
  405. border-radius: 3px;
  406. }
  407. .tooltip_cnt img {border:0 !important;}
  408. .AmiTT_main {background:none !important; border:0 !important;}
  409.  
  410.  
  411. .GB_Window {border:0px solid #ccc !important;}
  412. .GB_Window .content {border:1px solid #ccc !important;border-top:none!important;}
  413. .GB_Window GB_Gallery .content {border:none!important;}
  414. .content .iframe_holder {border:0px solid #ccc !important;}
  415. .GB_Window .header {
  416. background:none !important;
  417. border:0px solid #eee !important;
  418. color:#ccc;
  419. border-bottom:none!important;
  420. }
  421. .GB_Window .header td.caption {
  422. font-size:14px;
  423. color:#fff;
  424. background:#ddd !important;
  425. }
  426. .GB_Window .close {background:#ddd !important;}
  427.  
  428. /*TOP BAR*/
  429. #validate_email,#sign_up_small,#registerToday,.plurk_box .login_to_see a,.red_link,.plurk_box .login_to_see {background:#eee !important;color:#fff!important;border:0;}
  430.  
  431. .plurk_box .login_to_see {
  432. border-right:1px solid #999;
  433. border-left:1px solid #ccc;
  434. }
  435. #top_login a {
  436. border:0;
  437. font-weight: bold;
  438. text-decoration: normal;
  439. font-family: tahoma;
  440. text-transform: uppercase;
  441. color: #fff!important;
  442. }
  443.  
  444. #top_login a:hover {
  445. border:0;
  446. text-decoration: none;
  447. color:#fff!important;
  448. }
  449.  
  450. #top_login a:hover{color: #fff; text-transform: normal;}
  451.  
  452. #top_bar .count {
  453. color: #fff;
  454. font-family: tahoma;
  455. text-transform: uppercase;
  456. }
  457.  
  458. #top_login a, #top_bar .content a {
  459. font-family: tahoma;
  460. text-transform: uppercase;
  461. border:0px;
  462. text-decoration: normal;
  463. color: #fff!important;
  464. }
  465.  
  466. #top_login a:hover {
  467. border:0;
  468. color: #fff;
  469. }
  470.  
  471. #top_bar .content a:hover{
  472. color:#fff text-transform: normal; text-decoration: none; }
  473.  
  474. #top_bar .content a#edit_link{
  475. background:transparent; border:0; padding-bottom:1px; color:#fff; font-weight:normal!important; }
  476.  
  477. #top_bar .content a:hover#edit_link{
  478. color:#fff; font-weight:normal!important; text-transform: normal;}
  479.  
  480. #top_login a:hover{color: #fff; text-transform: normal;}
  481.  
  482. #top_login a#sign_up {
  483. font-family: tahoma;
  484. text-transform: uppercase;
  485. padding-top:3px;
  486. padding-bottom:3px;
  487. background:#a6a6a6!important;
  488. border:0;
  489. text-decoration:none;
  490. font-size:12px;
  491. }
  492.  
  493. #top_bar .count {
  494. font-family: tahoma;
  495. }
  496.  
  497. #top_bar {
  498. background:transparent!important; border:0px;}
  499.  
  500. #top_bar a {
  501. color: #fff;
  502. font-weight: regular;
  503. font-family: tahoma;
  504. text-transform: uppercase;
  505. border:0;
  506. font-size:12px;
  507. }
  508.  
  509. #top_bar a:hover {
  510. color: #fff;
  511. font-weight: regular;
  512. border:0;
  513. }
  514. #top_bar #edit_link:hover, #reply h2 {
  515. font-weight:bold;
  516. }
  517.  
  518. div.bigplurk h1.content td a {color: #fff !important;}
  519. div.bigplurk h1.content .plurk_content {color:#fff!important;}
  520. div.bigplurk h1.content a.ex_link {color: #4D6666 !important; } /
  521. div.bigplurk h1.content a.ex_link:hover {color:#666666 !important;}
  522.  
  523. /*NAVIGATION*/
  524. #plurk_nav a:link, #plurk_nav a:visited, #plurk_nav a:active {color:#4D6666 !important;}
  525. #plurk_nav a:hover {color:#666666 !important;}
  526.  
  527. .td_img div {
  528. width: 20px;
  529. border: none;
  530. background: transparent url() no-repeat right 10px;
  531. background-repeat: no-repeat;
  532. padding-right:1px;
  533. }
  534. .p_img img {
  535. border:0px solid #ccc;
  536. background:#fff;
  537. padding:2px;
  538. -khtml-border-radius: 4px;
  539. -moz-border-radius: 4px;
  540. -webkit-border-radius: 4px;
  541. }
  542.  
  543. img.avatar {border:0 !important;}
  544.  
  545. #more_options, #more_options_link {
  546. background:none !important;
  547. margin-left:-12px;
  548. color:#444 !important;
  549. border:0 !important;
  550. }
  551. #more_options .on, #more_options_holder {
  552. background:none !important;
  553. color:#444 !important;
  554. width:93%;
  555. margin:0 auto;
  556. }
  557.  
  558.  
  559. .selectedSmartInputItem {background:#a6a6a6;}
  560. #more_options .caption select {border:1px solid #ccc !important;}
  561.  
  562.  
  563. .auto_ta {border:1px solid #ccc !important;}
  564. .auto_ta .person {background:#eee !important;color:#555 !important;} DASH
  565.  
  566. #updater, #music_player {
  567. background:#fff;
  568. border:0pt solid #ccc;
  569. padding:4px;
  570. -khtml-border-radius: 5px 5px 0px 0px;
  571. -moz-border-radius: 5px 5px 0px 0px;
  572. -webkit-border-radius: 5px 5px 0px 0px;
  573. }
  574. #updater .text {
  575. color: #222;
  576. font-size:13px !important;
  577. }
  578. #updater a, #music_player a {color:#fff !important;padding:3px;}
  579.  
  580.  
  581. .cmp_sound_off {
  582. background:transparent url(http://i614.photobucket.com/albums/tt230/m66660000/plurk/icon/9.png) 0 -243px no-repeat;
  583. width:16px;font-size:1px;height:16px;
  584. }
  585. .cmp_sound_on {
  586. background:transparent url(http://i614.photobucket.com/albums/tt230/m66660000/plurk/icon/9.png) 0 -259px no-repeat;
  587. width:16px;font-size:1px;height:16px;
  588. }
  589.  
  590. .user_link {
  591. border:0!important;
  592. background:#fff !important;
  593. }
  594.  
  595. .user_link:hover {
  596. border: 0px;
  597. }
  598.  
  599. .friend_holder table {margin-top:0px;margin-left:auto;margin-right:auto;}
  600. .friend_holder td {padding:2px 3px 2px; }
  601. .friend_holder .user_link {height:34px!important;width:34px!important; }
  602. .friend_holder img {-moz-border-radius: 20px; -webkit-border-radius: 20px; -khtml-border-radius: 20px; width:34px;height:34px; }
  603.  
  604. /*Number of Characters left to use*/
  605. .char_updater {
  606. color:#000000;
  607. }
  608. /* Number of characters left 31-0 */
  609. .char_updater.highlight_light {
  610. color: #000000;
  611. font-style: italic;
  612. background: transparent !important;
  613. }
  614. /* End Number of characters left 31-0 */
  615.  
  616. /* Too many characters in input form */
  617. .char_highlight {
  618. background: transparent !important;
  619. border-radius: 2px;
  620. padding-left: 2px;
  621. color: #515151 !important;
  622. }
  623. /* End Too many characters in input form */
  624.  
  625. /*URL in Plurks. Colour, Visited etc*/
  626. .plurk a.ex_link {
  627. color:#a6a6a6;
  628. font-weight: bold;
  629. text-decoration:normal;
  630. }
  631.  
  632. .plurk a.ex_link:hover {
  633. color: #000000;
  634.  
  635. font-weight: bold;
  636. border-bottom: 0px solid #acacac;
  637. text-decoration:normal;
  638.  
  639. }
  640.  
  641. .plurk a.ex_link:visited {
  642.  
  643. }
  644.  
  645. a:link {
  646. color: #a6a6a6;
  647. text-transform: normal;
  648. }
  649.  
  650. a:visited, a:active {
  651. color: #a6a6a6;
  652. text-transform: normal;}
  653.  
  654. a:hover {
  655. border:0;
  656. color: #a6a6a6;
  657. text-transform: normal;
  658. }
  659.  
  660. #edit_link:hover, #reply h2 {
  661. color: #a6a6a6!important;
  662. font-weight:bold;
  663. }
  664.  
  665. #reply #reply_box {
  666. background: #fff;
  667. }
  668.  
  669. #reply h2 {
  670. background: #000000;
  671. }
  672.  
  673. #reply #reply_box_holder {
  674. background: #fff;
  675. }
  676.  
  677. /* Plurk: View before opening any Plurk */
  678. .plurk_cnt {
  679. background: #fff;
  680. color: #000000 !important;
  681. font-size: 11px;
  682. border-right: 3px solid #a6a6a6;
  683. line-height: 13px;
  684. }
  685.  
  686. .list .plurk_cnt .td_qual {
  687. position: absolute;
  688. width: auto;
  689. overflow: visible;
  690. }
  691. .list .plurk_cnt .td_cnt .text_holder {
  692. margin-top: 1.1em;
  693. margin-left: 0.5em;
  694. padding: 0.4em;
  695. width: auto !important;
  696. background-color: #fff;
  697. }
  698. .list .highlight_owner .td_qual a {
  699. color: #8f8f8f !important;
  700. font-family:courier new;
  701. font-size: 11px;
  702. text-transform:lowercase;
  703. text-decoration: none!important;
  704. letter-spacing:1px;
  705. }
  706.  
  707. /* CSS code ... in between Plurk and number of Plurk responses - all in timeline */
  708. .dots .inner {
  709. background: #a6a6a6;
  710. margin-left: -3px;
  711. color: #000000 !important;
  712. border: 0px;
  713. height: 25px;
  714. filter:alpha(opacity=50);
  715. -moz-opacity:0.5;
  716. -khtml-opacity: 0.5;
  717. opacity: 0.5;
  718. }
  719.  
  720. /* Plurk: Background where responses are */
  721. .plurk_box .list {
  722. background: #fff;
  723. border: 0px;
  724. color: #000000 !important;
  725.  
  726. }
  727.  
  728. /* Delete Save Edit Mute Unmute Close */
  729. .manager .action { color:#000000; margin-left:5px; }
  730. .manager a:hover { text-decoration: none!important; }
  731. .manager .cancel { color:#ff0000; margin-right:5px; }
  732. .manager .delete { color:#000000; margin-right:5px; }
  733. .unmute { color:#000000!important; }
  734.  
  735.  
  736. /* Border around Plurk Picture in Timeline */
  737. .p_img {
  738. border: 2px solid #fff;
  739. }
  740.  
  741. /* Plurking Textarea*/
  742. #input_small {
  743. height: 50px;
  744. color: #000000 !important;
  745. border: 1px solid #ffffff;
  746. background: #ffffff; !important;
  747. }
  748. /*Plurk: Textarea to responde to a Plurk */
  749. textarea#input_small {
  750. background: #ffffff !important;
  751. border: 1px solid #f7f7f7;
  752. color: #000000 !important;
  753. }
  754.  
  755. / * Plurk: Response List Rounded Corners */
  756. .list {
  757. }
  758.  
  759. /* Plurk: "Recent Plurk Responses" area */
  760. .plurk_box .caption {
  761. border:0;
  762. font-size: 11px;
  763. color: #fbfbfb;
  764. background: #ffff;
  765. text-transform: uppercase;
  766. }
  767.  
  768. /* Plurk: "Plurk Page" area */
  769. .info_box {
  770. color: #a6a6a6 !important;
  771. background: transparent;
  772. border:0;
  773. font-size: 11px;}
  774.  
  775. /* Plurk: Color of Text on Empty Message List */
  776. .list .empty {
  777. color: #000;
  778. }
  779.  
  780. /* Plurk: Response Caption Bars */
  781. .plurk_box {
  782.  
  783. }
  784. /* Plurk: Mini Form Text */
  785. .plurk_box .highlight_light {
  786. color: #ff0000 !important;
  787. }
  788.  
  789. /* Plurk: Plurk Text when Plurk opened */
  790. .plurk_box .plurk_cnt {
  791. background: #ffffff !important;
  792. border-bottom: 1px solid #f7f7f7;
  793. color: #000000 !important;
  794. border-top: 0px solid #e0e0e0;
  795. padding-top: 3px;
  796. padding-bottom: 3px;
  797. }
  798.  
  799. /* Plurk: Responding area */
  800. .plurk_box .mini_form {
  801. background: #fff;
  802. color: #000000 !important;
  803. border-right: 1px solid #fff;
  804. border-left:0;
  805. border-bottom:0;
  806. border-top:0;}
  807.  
  808. /* Plurk: Mini Form Character Colour */
  809. .mini_form .char_updater {
  810. color: #000000 !important;
  811. background: #fff;
  812. }
  813. /*Number of Responses on Plurks in Timeline*/
  814. .response_count {
  815. background:#a6a6a6;
  816. color: #000 !important;
  817. padding-left: 4px;
  818. padding-right: 6px;
  819. padding-top: 1px;
  820. padding-bottom: 9px;
  821. margin-top: -7px;
  822. margin-left: -0px;
  823. -moz-border-top-right-radius: 5px;
  824. -webkit-border-top-right-radius: 5px;
  825. -khtml-border-top-right-radius: 5px;
  826. -moz-border-bottom-right-radius: 5px;
  827. -webkit-border-bottom-right-radius: 5px;
  828. -khtml-border-bottom-right-radius: 5px;
  829. filter:alpha(opacity=50);
  830. -moz-opacity:0.5;
  831. -khtml-opacity: 0.5;
  832. opacity: 0.5;}
  833.  
  834.  
  835.  
  836. /*New responses on Plurks*/
  837. .new .response_count {
  838. background: #797979;
  839. padding-left: 20px;
  840. }
  841.  
  842. /* Bold Italic and Underline */
  843.  
  844. strong {
  845. color: #515151;
  846. cursor: default;}
  847.  
  848. strong:hover {
  849. color: #515151;
  850. cursor: default;}
  851.  
  852.  
  853.  
  854. i {
  855. color: #515151;
  856. cursor: default;
  857. }
  858.  
  859. i:hover {
  860. color: #515151;
  861. cursor: default;
  862. }
  863.  
  864. u {
  865. color: #515151;
  866. cursor: default;
  867. border-bottom: 0px solid #FFFFFF;
  868. }
  869.  
  870. u:hover {
  871. color: #515151;
  872. cursor: default;
  873. border-bottom: 0px solid #FFFFFF;}
  874.  
  875. /* Loves Likes Shares Gives Hates Wants etc */
  876. .q_freestyle {
  877. background: #515151;
  878. border-right: 1px solid #6F4552;
  879. border-top: 1px solid #9F818A;
  880. border-bottom: 1px solid #6F4552;
  881. border-left: 1px solid #9F818A;
  882. color: #FFF !important;
  883.  
  884. }.q_loves {
  885. border-top: 1px solid #BF1717;
  886. border-left: 1px solid #BF1717;
  887.  
  888. border-right: 1px solid #8F0808;
  889. border-bottom: 1px solid #8F0808;
  890. color: #ffffff;
  891. background: #B20C0C;
  892. }
  893. .q_likes {
  894. border-top: 1px solid #BF2F32;
  895. border-left: 1px solid #BF2F32;
  896. border-right: 1px solid #AF0A0D;
  897. border-bottom: 1px solid #AF0A0D;
  898. color: #ffffff;
  899. background: #CB2728;
  900. }
  901. .q_shares {
  902. border-top: 1px solid #BF5F5F;
  903. border-left: 1px solid #BF5F5F;
  904. border-right: 1px solid #9F3B3B;
  905. border-bottom: 1px solid #9F3B3B;
  906. color: #ffffff;
  907. background: #A74949;
  908. }
  909. .q_gives {
  910. border-top: 1px solid #5F0C0C;
  911. border-left: 1px solid #5F0C0C;
  912. border-right: 1px solid #3F0000;
  913. border-bottom: 1px solid #3F0000;
  914. color: #ffffff;
  915. background: #620E0E;
  916. }
  917.  
  918. .q_hates {
  919. border-top: 1px solid #3F3F3F;
  920. border-left: 1px solid #3F3F3F;
  921. border-right: 1px solid #000000;
  922. border-bottom: 1px solid #000000;
  923. color: #ffffff;
  924. background: #111111;
  925. }
  926. .q_wants {
  927. border-top: 1px solid #A1BF5F;
  928. border-left: 1px solid #A1BF5F;
  929. border-right: 1px solid #809F3B;
  930. border-bottom: 1px solid #809F3B;
  931. color: #ffffff;
  932. background: #8DB241;
  933. }
  934.  
  935. .q_wishes{
  936. border-top: 1px solid #67AF2B;
  937. border-left: 1px solid #67AF2B;
  938. border-right: 1px solid #4A8F11;
  939. border-bottom: 1px solid #4A8F11;
  940. color: #ffffff;
  941. background: #5BB017;
  942. }
  943.  
  944. .q_needs {
  945. border-top: 1px solid #A1BF5F;
  946. border-left: 1px solid #A1BF5F;
  947. border-right: 1px solid #839F45;
  948. border-bottom: 1px solid #839F45;
  949. color: #ffffff;
  950. background: #7A9A37;
  951. }
  952.  
  953. .q_will {
  954. border-top: 1px solid #BF839C;
  955. border-left: 1px solid #BF839C;
  956. border-right: 1px solid #9F5976;
  957. border-bottom: 1px solid #9F5976;
  958. color: #ffffff;
  959. background: #B46D89;
  960. }
  961.  
  962. .q_hopes {
  963. border-top: 1px solid #F67FFF;
  964. border-left: 1px solid #F67FFF;
  965. border-right: 1px solid #C540CF;
  966. border-bottom: 1px solid #C540CF;
  967. color: #ffffff;
  968. background: #E05BE9;
  969. }
  970.  
  971. .q_asks {
  972. border-top: 1px solid #AA8BDF;
  973. border-left: 1px solid #AA8BDF;
  974. border-right: 1px solid #825FBF;
  975. border-bottom: 1px solid #825FBF;
  976. color: #ffffff;
  977. background: #8361BC;
  978. }
  979.  
  980. .q_has {
  981. border-top: 1px solid #8F8F8F;
  982. border-left: 1px solid #8F8F8F;
  983. border-right: 1px solid #4F4F4F;
  984. border-bottom: 1px solid #4F4F4F;
  985. color: #ffffff;
  986. background: #777777;
  987. }
  988.  
  989. .q_was {
  990. border-top: 1px solid #7F7F7F;
  991. border-left: 1px solid #7F7F7F;
  992. border-right: 1px solid #3F3F3F;
  993. border-bottom: 1px solid #3F3F3F;
  994. color: #ffffff;
  995. background: #525252;
  996. }
  997.  
  998. .q_wonders {
  999. border-top: 1px solid #5373BF;
  1000. border-left: 1px solid #5373BF;
  1001. border-right: 1px solid #31519F;
  1002. border-bottom: 1px solid #31519F;
  1003. color: #ffffff;
  1004. background: #2E4E9E;
  1005. }
  1006.  
  1007. .q_feels {
  1008. border-top: 1px solid #53A7DF;
  1009. border-left: 1px solid #53A7DF;
  1010. border-right: 1px solid #2380BF;
  1011. border-bottom: 1px solid #2380BF;
  1012. color: #ffffff;
  1013. background: #2D83BE;
  1014. }
  1015.  
  1016. .q_thinks {
  1017. border-top: 1px solid #99C3DF;
  1018. border-left: 1px solid #99C3DF;
  1019. border-right: 1px solid #5F98BF;
  1020. border-bottom: 1px solid #5F98BF;
  1021. color: #ffffff;
  1022. background: #689CC1;
  1023. }
  1024.  
  1025. .q_says {
  1026. background: #515151;
  1027. border-right: 1px solid #6F4552;
  1028. border-top: 1px solid #9F818A;
  1029. border-bottom: 1px solid #6F4552;
  1030. border-left: 1px solid #9F818A;
  1031. color: #FFF !important;
  1032. }
  1033.  
  1034. .q_is {
  1035. border-top: 1px solid #DF8453;
  1036. border-left: 1px solid #DF8453;
  1037. border-right: 1px solid #CF6A33;
  1038. border-bottom: 1px solid #CF6A33;
  1039. color: #ffffff;
  1040. background: #E57C43;
  1041. }
  1042.  
  1043. .qual_menu .q_shares{
  1044. color: #ffffff !important;
  1045. border-top: 1px solid #3F2F2B !important;
  1046. border-left: 1px solid #3F2F2B;
  1047. border-right: 1px solid #0F0B09;
  1048. border-bottom: 1px solid #0F0B09 !important;}
  1049.  
  1050. .share_menu{
  1051. border-top: 1px solid #3F2F2B !important;
  1052. border-left: 1px solid #3F2F2B !important;
  1053. border-right: 1px solid #0F0B09 !important;
  1054. border-bottom: 1px solid #0F0B09 !important;
  1055.  
  1056. color: #ffffff !important;
  1057.  
  1058. font-size:16px;}
  1059.  
  1060. .mini_menu .share_menu{
  1061. border-top: 1px solid #3F2F2B; border-left: 1px solid #3F2F2B; border-right: 1px solid #0F0B09; border-bottom: 1px solid #0F0B09;
  1062. color: #ffffff !important; font-size:12px;}
  1063.  
  1064. .block_cnt day_start{
  1065. filter:alpha(opacity=0);
  1066. -moz-opacity:0;
  1067. -khtml-opacity: 0;
  1068. opacity: 0;
  1069. }
  1070.  
  1071. .share_menu .on{
  1072. border-top: 1px solid #3F2F2B; border-left: 1px solid #3F2F2B; border-right: 1px solid #0F0B09; border-bottom: 1px solid #0F0B09;
  1073. background-color:#8d0000;
  1074. color:#FFF !important;}
  1075.  
  1076. .q_video,.q_link{
  1077. border-left:1px solid #ffffff !important;}
  1078.  
  1079.  
  1080. a {text-decoration: none!important;}
  1081. a:link {color:#a6a6a6!important; font-family:century gothic;
  1082. font-size: 11px;
  1083. text-transform:lowercase;
  1084. text-decoration: none!important;
  1085. letter-spacing:1px;}
  1086. a:hover {color:#777 !important;}
  1087. a:visited, a:active {color:#a6a6a6!important;}
  1088. a {outline: 0 !important;}
  1089.  
  1090. /*DASHBOARD*/
  1091. #plurk-dashboard {
  1092. background: transparent !important;
  1093. border:0 !important;
  1094. font-family: century gothic;
  1095. margin-right: -150px;
  1096. margin-left: 150px;
  1097. }
  1098. .segment-content {
  1099. background:transparent;
  1100. color: #000;
  1101. padding: 2px;
  1102. margin: 1px;
  1103. }
  1104.  
  1105. #dashboard_holder a {
  1106. background:;
  1107. }
  1108.  
  1109. #dashboard_holder a:hover {
  1110. background:;
  1111. }
  1112.  
  1113. /*Dashboard Header*/
  1114.  
  1115. #dash-stats h2 {
  1116. background: url(http://i.imgur.com/8ghR8.png) no-repeat;
  1117. font-size: 60px;
  1118. color: transparent!important;
  1119. padding-top: 5px;
  1120. padding-right: 30px;
  1121. margin-left: -10px;
  1122. }
  1123.  
  1124. #dash-friends h2{
  1125. background: url(http://i.imgur.com/Yipzs.png) no-repeat;
  1126. font-size: 60px;
  1127. color: transparent!important;
  1128. padding-top: -10px;
  1129. padding-right: 30px;
  1130. margin-left: -10px;
  1131.  
  1132. }
  1133.  
  1134. #dash-fans h2 {
  1135. color: #FAEADA!important; }
  1136.  
  1137. /*dashboard--links*/
  1138. #plurk-dashboard a {
  1139. color: #dbdbdb;
  1140. text-decoration:none;
  1141. font-weight: bold;
  1142. border:0;
  1143. }
  1144.  
  1145. #plurk-dashboard a:hover {
  1146. color: #f4a475;
  1147. text-decoration: none;
  1148. border:0;
  1149. }
  1150.  
  1151. /*Dashboard---Fans section*/
  1152. #dash-fans {
  1153. height: 0px!important;
  1154. width: 0px!important;
  1155. position: static;
  1156. opacity: 0!important;
  1157. padding-top: 0px;
  1158. padding-bottom: 0px;
  1159. font-size: 0px!important;
  1160. text-align: center;
  1161. text-transform: lowercase;
  1162. color: transparent;
  1163. background: #fff;
  1164. }
  1165.  
  1166. /* Block User Button */
  1167.  
  1168. .friend_man.block {
  1169. height: 0px!important;
  1170. width: 0px!important;
  1171. background: #f9f8f7;
  1172. color: #fff;
  1173. font-family: lucida console;
  1174. font-size: 0px;
  1175. font-weight: normal;
  1176. text-transform: uppercase;
  1177. }
  1178.  
  1179.  
  1180. /* Share Plurk Page */
  1181. #sharePlurk {
  1182. height: 0px!important;
  1183. width: 0px!important;
  1184. background: transparent!important;
  1185. color: transparent!important;
  1186.  
  1187. border: 0px!important;
  1188. }
  1189.  
  1190. #sharePlurk div {
  1191. height: 0px!important;
  1192. width: 0px!important;
  1193. background: transparent!important;
  1194. color: transparent!important;
  1195. border: 0px;
  1196. }
  1197.  
  1198. #sharePlurk span {height: 0px!important;
  1199. width: 0px!important;
  1200. background: transparent!important;
  1201. color: transparent!important;
  1202. border: 0px!important;
  1203. }
  1204. #sharePlurk #invite_url {height: 0px!important;
  1205. width: 0px!important;
  1206. background: transparent!important;
  1207. color: transparent!important;
  1208. border: 0px!important;
  1209.  
  1210. }
  1211.  
  1212. #sharePlurk p {height: 0px!important;
  1213. width: 0px!important;
  1214. background: transparent!important;
  1215. color: transparent!important;
  1216. border: 0px!important;
  1217. }
  1218.  
  1219. .cmp_wj { height: 0px!important;
  1220. width: 0px!important;
  1221. }
  1222. /* End Share Plurk Button */
  1223.  
  1224. /*Widget/Twitter/Mobile*/
  1225. a#widget-gfx { background:transparent url(/static/icons/icons_gif.gif) 0 -320px no-repeat; width: 0px; height:0px; }
  1226. a#mobile-gfx { background:transparent url(/static/icons/icons_gif.gif) 0 -251px no-repeat; width: 0px; height:0px; }
  1227. a#twitter-gfx { background:transparent url(/static/icons/icons_gif.gif) 0 -296px no-repeat; width: 0px; height:0px; }
  1228.  
  1229. /*Invite Your Friends*/
  1230. a#dashboard-invite {
  1231. height: 0px!important;
  1232. width: 0px!important;
  1233. background: transparent!important;
  1234. }
  1235.  
  1236. a#dashboard-invite:hover {
  1237. background: transparent no-repeat scroll 0 -58px;
  1238. height: 63px;
  1239. overflow: hidden;
  1240. color: transparent !important;
  1241. }
  1242. .cmp_invite, .cmp_widget-gfx, .cmp_twitter-gfx, .cmp_mobile-gfx {
  1243. background: transparent none no-repeat scroll 0 0;
  1244. height: 0px;
  1245. width: 0px;
  1246. margin-left: auto;
  1247. margin-right: auto;
  1248. }
  1249. /*END DASHBOARD---FANS SECTION*/
  1250.  
  1251. /*DASHBOARD---FRIENDS SECTION*/
  1252. #show_all_friends
  1253. {
  1254. background: url(http://i.imgur.com/FR3yV.png) repeat;
  1255. color: #b2b2b2;
  1256. padding: 10px;
  1257. font-size: 10px;
  1258. border: 0px;
  1259. -moz-border-radius: 2px 2px 2px 2px;
  1260. -khtml-border-radius: 2px;
  1261. -webkit-border-radius: 2px;
  1262. padding-top: 5px;
  1263. padding-bottom: 10px;
  1264. text-align:center;
  1265. }
  1266.  
  1267. #dash-friends {
  1268. background: url(http://i.imgur.com/FR3yV.png);
  1269. color: #b2b2b2;
  1270. padding: 10px;
  1271. font-size: 10px;
  1272. font-family: tahoma;
  1273. text-transform: uppercase;
  1274. -moz-border-radius: 5px;
  1275. -webkit-border-radius: 5px;
  1276. text-align: center;
  1277. box-shadow: 10px 6px 0px #e2e2e2;
  1278. -webkit-box-shadow: 10px 6px 0px #e2e2e2;
  1279. -moz-box-shadow: 10px 6px 0px #e2e2e2;
  1280. -moz-border-radius: 5px;
  1281. -webkit-border-radius: 5px;
  1282. filter:alpha(opacity=50)!important;
  1283. -moz-opacity:0.5!important;
  1284. -khtml-opacity: 0.5!important;
  1285. opacity: 0.5!important;
  1286. }
  1287.  
  1288. /*Follow Friend*/
  1289. .friend_man.add_follow, .friend_man.remove, .friend_man.add_friend, .friend_man.pending {
  1290.  
  1291. -moz-border-radius: 3px 3px 3px 3px;
  1292. -khtml-border-radius: 3px;
  1293. -webkit-border-radius: 3px;
  1294. background: #a6a6a6;
  1295. color: #fff!important;
  1296. font-family: century gothic;
  1297. font-size: 10px;
  1298. font-weight: normal;
  1299. text-transform: uppercase;
  1300. height: 0px;
  1301. width: 0px;
  1302. }
  1303.  
  1304.  
  1305. /*"Invite or Find your Friends on Plurk" Button*/
  1306. a#dashboard-invite {
  1307. background: #f4a475;
  1308. height: 63px;
  1309. overflow: hidden;
  1310. color: transparent !important;
  1311. margin-left: auto;
  1312. margin-right: auto;
  1313. border: 0px none #000000;
  1314. font-family: lucida console;
  1315. font-size: 10px;
  1316. font-weight: normal;
  1317. }
  1318.  
  1319. a#dashboard-invite:hover {
  1320. background: transparent url() no-repeat scroll 0 -58px;
  1321. height: 63px;
  1322. overflow: hidden;
  1323. color: transparent !important;
  1324. }
  1325. .cmp_invite, .cmp_widget-gfx, .cmp_twitter-gfx, .cmp_mobile-gfx {
  1326. background: transparent none no-repeat scroll 0 0;
  1327. height: 0px;
  1328. width: 0px;
  1329. }
  1330. /*Images of Friends*/
  1331. .friend_holder {
  1332. margin-bottom: 4px;
  1333. }
  1334.  
  1335. .friend_holder table {
  1336. margin-left: auto;
  1337. margin-right: auto;
  1338. }
  1339. .friend_holder .user_link{
  1340. height:25px!important;width:25px!important;
  1341. }
  1342.  
  1343. .friend_holder img{
  1344. width:25px;
  1345. height:25px;
  1346. }
  1347. /*END DASHBOARD--FRIENDS*/
  1348.  
  1349. /*DASHBOARD---STATS*/
  1350. #dash-stats{
  1351. background: #fff url(http://i.imgur.com/FR3yV.png) repeat;
  1352. color: #b2b2b2;
  1353. padding: 10px;
  1354. font-size: 10px;
  1355. font-family: tahoma;
  1356. text-transform: uppercase;
  1357. line-height: 12px;
  1358. letter-spacing: 2px;
  1359. -moz-border-radius: 5px;
  1360. -webkit-border-radius: 5px;
  1361. box-shadow: 10px 6px 0px #e2e2e2;
  1362. -webkit-box-shadow: 10px 6px 0px #e2e2e2;
  1363. -moz-box-shadow: 10px 6px 0px #e2e2e2;
  1364. -moz-border-radius: 5px;
  1365. -webkit-border-radius: 5px;
  1366. filter:alpha(opacity=50)!important;
  1367. -moz-opacity:0.5!important;
  1368. -khtml-opacity: 0.5!important;
  1369. opacity: 0.5!important;
  1370. }
  1371.  
  1372. #dash-stats table td {
  1373. color: #a6a6a6;
  1374. }
  1375.  
  1376. #karma {
  1377. font-family: century gothic;
  1378. color: #a6a6a6;
  1379. font-size: 60px;
  1380. text-transform: uppercase;
  1381. font-weight: bold;
  1382. margin-left: -10px;
  1383. }
  1384.  
  1385. .karma_hover {color: transparent;font-size:0px; text-transform:uppercase;font-family:courier new;text-align: center;}
  1386.  
  1387. .karma_arrow {filter:alpha(opacity=0); -moz-opacity:.0; opacity:.0;}
  1388. .cmp_karma_up,.cmp_karma_down {
  1389. background:transparent url(/static/icons/icons_png.png) 0 -28px no-repeat;
  1390. width:0px;
  1391. height:0px;
  1392. margin-top: 0px;
  1393. }
  1394.  
  1395. .link_arrow {
  1396. height:0 !important;
  1397. font-size:0 !important;
  1398. position:absolute;
  1399. opacity:0 !important;
  1400. filter:alpha(opacity=0) !important;
  1401. zoom=1;
  1402. }
  1403.  
  1404.  
  1405. #dash-stats table {margin-top:0;}
  1406. #dash-stats table td
  1407. {color:#a6a6a6;}
  1408.  
  1409. .award_bar
  1410. {padding-left: 6px;
  1411. width:200px !important;
  1412. height:50px !important;
  1413. }
  1414.  
  1415.  
  1416. /*Award ( Reached Plurk Nirvana award etc.)*/
  1417. .award_bar {
  1418. height: 45px;
  1419. }
  1420.  
  1421. #dash-profile {
  1422. background: #fff url(http://i.imgur.com/FR3yV.png) repeat;
  1423. color: #b2b2b2;
  1424. padding: 10px;
  1425. font-size: 10px;
  1426. font-family: tahoma;
  1427. text-transform: uppercase;
  1428. -moz-border-radius: 5px;
  1429. -webkit-border-radius: 5px;
  1430. box-shadow: 10px 6px 0px #e2e2e2;
  1431. -webkit-box-shadow: 10px 6px 0px #e2e2e2;
  1432. -moz-box-shadow: 10px 6px 0px #e2e2e2;
  1433. -moz-border-radius: 5px;
  1434. -webkit-border-radius: 5px;
  1435. filter:alpha(opacity=50)!important;
  1436. -moz-opacity:0.5!important;
  1437. -khtml-opacity: 0.5!important;
  1438. opacity: 0.5!important;
  1439. }
  1440.  
  1441. .friend_man.private_plurk {
  1442. background: #a6a6a6;
  1443. text-transform: uppercase;
  1444. border: 0px solid #c7c7bd;
  1445. color: #fff!important;
  1446. margin-left: 20px;
  1447. padding-left: 20px;
  1448. padding-right: 20px;
  1449. -khtml-border-radius: 6px;
  1450. -moz-border-radius: 6px;
  1451. -webkit-border-radius: 6px;
  1452. }
  1453.  
  1454. #span_years {
  1455. color: #b2b2b2;
  1456. font-weight: bold;
  1457. font-family: tahoma;
  1458. text-transform: uppercase;
  1459. line-height: 22px;
  1460. position: center;
  1461. font-size: 10px;
  1462. margin-left: 40px;
  1463.  
  1464.  
  1465. }
  1466.  
  1467. #location {
  1468. color: #b2b2b2;
  1469. position: center;
  1470. font-size: 10px;
  1471. margin-left: 30px;
  1472. font-family: tahoma;
  1473. text-transform: uppercase;
  1474. line-height: 0px;
  1475. }
  1476.  
  1477. p#relationship_container {
  1478. background: url(http://i.imgur.com/FR3yV.png);
  1479. border:0;
  1480. color: #b2b2b2;
  1481. padding: 10px;
  1482. font-family: tahoma;
  1483. text-transform: uppercase;
  1484. line-height: 11px;
  1485. font-size: 10px;
  1486. -moz-border-radius: 5px;
  1487. -webkit-border-radius: 5px;
  1488. box-shadow: 10px 6px 0px #e2e2e2;
  1489. -webkit-box-shadow: 10px 6px 0px #e2e2e2;
  1490. -moz-box-shadow: 10px 6px 0px #e2e2e2;
  1491. -moz-border-radius: 5px;
  1492. -webkit-border-radius: 5px;
  1493. filter:alpha(opacity=50);
  1494. -moz-opacity:0.5;
  1495. -khtml-opacity: 0.5;
  1496. opacity: 0.5;
  1497. }
  1498.  
  1499. #full_name {
  1500. color:#b2b2b2;
  1501. font-family: century gothic;
  1502. text-transform: uppercase;
  1503. font-size: 20px;
  1504. margin-left: 60px;
  1505. line-height: 10px;
  1506.  
  1507. }
  1508.  
  1509. p#about_me {
  1510. background: #fff url(http://i.imgur.com/FR3yV.png) repeat;
  1511. border: 0px;
  1512. color: #b2b2b2;
  1513. margin:2px;
  1514. padding: 10px;
  1515. text-align:left;
  1516. font-size: 10px;
  1517. font-family: tahoma;
  1518. text-transform: uppercase;
  1519. line-height: 15px;
  1520. box-shadow: 10px 6px 0px #e2e2e2;
  1521. -webkit-box-shadow: 10px 6px 0px #e2e2e2;
  1522. -moz-box-shadow: 10px 6px 0px #e2e2e2;
  1523. -moz-border-radius: 5px;
  1524. -webkit-border-radius: 5px;
  1525. filter:alpha(opacity=50);
  1526. -moz-opacity:0.5;
  1527. -khtml-opacity: 0.5;
  1528. opacity: 0.5;
  1529.  
  1530. }
  1531.  
  1532. #dash-profile img {
  1533. border: 0;
  1534. -moz-border-radius:200px;
  1535. -webkit-border-radius:100px;
  1536. margin-left: 4px;
  1537. position: center!important;
  1538. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement