SocialGO Default CSS


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. html,body {
  2. margin: 0;
  3. background-color: transparent;
  4. }
  5. ul,li {
  6. margin: 0;
  7. outline: 0;
  8. padding: 0;
  9. }
  10. img {
  11. border: 0;
  12. }
  13. body,td,th,textarea,h1,h2,h3,h4,h5,h6 {
  14. font: 83% "Lucida Grande",Verdana,Helvetica,sans-serif;
  15. margin: 0;
  16. padding: 0;
  17. }
  18. ol,ul {
  19. list-style: none;
  20. }
  21. .html ol,.html ul {
  22. list-style-type: disc;
  23. margin-left: 30px;
  24. }
  25. .html ol {
  26. list-style-type: decimal;
  27. }
  28. .html ol li,.html ul li {
  29. padding: 5px 0;
  30. }
  31. b,strong {
  32. font-weight: bold;
  33. }
  34. i,em {
  35. font-style: italic;
  36. }
  37. blockquote,q {
  38. quotes: none;
  39. }
  40. p {
  41. padding-bottom: 1em;
  42. }
  43. blockquote:before,blockquote:after,q:before,q:after {
  44. content: '';
  45. content: none;
  46. }
  47. :focus {
  48. outline: 0;
  49. }
  50. ins {
  51. text-decoration: none;
  52. }
  53. del {
  54. text-decoration: line-through;
  55. }
  56. table {
  57. border-collapse: collapse;
  58. border-spacing: 0;
  59. }
  60. .one {
  61. width: 55px;
  62. }
  63. .two {
  64. width: 120px;
  65. }
  66. .three {
  67. width: 185px;
  68. }
  69. .four {
  70. width: 250px;
  71. }
  72. .five {
  73. width: 315px;
  74. }
  75. .six {
  76. width: 380px;
  77. }
  78. .seven {
  79. width: 445px;
  80. }
  81. .eight {
  82. width: 510px;
  83. }
  84. .nine {
  85. width: 575px;
  86. }
  87. .ten {
  88. width: 640px;
  89. }
  90. .eleven {
  91. width: 705px;
  92. }
  93. .twelve {
  94. width: 770px;
  95. }
  96. .thirteen {
  97. width: 835px;
  98. }
  99. .fourteen {
  100. width: 900px;
  101. }
  102. .fifteen {
  103. width: 955px;
  104. }
  105. .full-screen {
  106. width: 100%;
  107. }
  108. .ajax-loading {
  109. opacity: .8;
  110. position: absolute;
  111. }
  112. .loading {
  113. background: url(/icons/custom/ajax-loader.gif);
  114. background-repeat: no-repeat;
  115. padding-left: 20px;
  116. cursor: progress!important;
  117. }
  118. .loading-big {
  119. background: url(/icons/custom/ajax-loader-big.gif);
  120. background-repeat: no-repeat;
  121. background-position: center;
  122. cursor: progress!important;
  123. }
  124. a canvas#loading {
  125. cursor: progress!important;
  126. background: none;
  127. float: left;
  128. position: relative;
  129. padding-right: 6px;
  130. margin-top: -1px;
  131. }
  132. .buttons canvas#loading {
  133. cursor: progress!important;
  134. background: none;
  135. margin-top: 0;
  136. }
  137. .form-box {
  138. border-bottom-style: solid;
  139. border-bottom-width: 1px;
  140. border-right-style: solid;
  141. border-right-width: 1px;
  142. margin-bottom: 10px;
  143. padding: 10px;
  144. }
  145. .form-box h2 {
  146. border-bottom-style: solid;
  147. border-bottom-width: 1px;
  148. font-size: 15px;
  149. font-weight: bold;
  150. line-height: 23px;
  151. margin-bottom: 7px;
  152. padding-bottom: 3px;
  153. text-indent: 7px;
  154. letter-spacing: .01em;
  155. }
  156. .form-box .desc {
  157. line-height: 20px;
  158. padding: 0 10px;
  159. }
  160. form fieldset,.fieldset {
  161. border-style: solid;
  162. border-width: 1px;
  163. margin: 10px 0 2em 0;
  164. padding: 10px 10px;
  165. line-height: 1.4em!important;
  166. }
  167. .form-box-content-box {
  168. border-style: solid;
  169. border-width: 1px;
  170. margin-bottom: 10px;
  171. padding: 10px 15px;
  172. }
  173. form label {
  174. clear: both;
  175. display: block;
  176. font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
  177. font-size: 12px;
  178. font-weight: bold;
  179. line-height: 1.7em;
  180. margin-bottom: 1px;
  181. padding-top: 3px;
  182. text-transform: none;
  183. }
  184. form input[type=text],form input[type=password] {
  185. background-color: #FFF;
  186. border: 1px solid #CCC;
  187. font-size: 1.1em;
  188. margin: 0 10px 4px 0;
  189. padding: 4px;
  190. }
  191. form input[type=checkbox] {
  192. background-color: transparent;
  193. border: none;
  194. padding: 3px;
  195. }
  196. form textarea {
  197. background-color: #FFF;
  198. border: 1px solid #CCC;
  199. font-size: 1em;
  200. margin-bottom: 8px;
  201. padding: 4px;
  202. width: 68%;
  203. }
  204. form select {
  205. background-color: #FFF;
  206. border: 1px solid #CCC;
  207. font-size: 1em;
  208. margin: 0 15px 5px 0;
  209. padding: 1px;
  210. }
  211. form .radio-buttons {
  212. margin-bottom: 10px;
  213. }
  214. form .radio-buttons span {
  215. margin-right: 10px;
  216. }
  217. form .radio-buttons span input,form .check-buttons span input {
  218. margin-right: 5px;
  219. }
  220. form .check-buttons span {
  221. display: block;
  222. margin: 0 0 5px 30px;
  223. }
  224. form .cq-check-buttons span {
  225. display: block;
  226. margin: 0 0 5px 0;
  227. }
  228. .input-desc {
  229. display: block;
  230. font-size: 11px;
  231. line-height: 16px;
  232. padding-bottom: 10px;
  233. }
  234. .input-desc p {
  235. padding: 0;
  236. margin: 0;
  237. }
  238. .form-sub-box {
  239. border-style: solid;
  240. border-width: 1px;
  241. margin-bottom: 10px;
  242. padding: 10px;
  243. }
  244. #sb-current-status form input {
  245. margin: 5px 0;
  246. width: 153px;
  247. }
  248. #form-dob-month,#form-dob-day,#form-dob-year,#dob-month,#dob-day,#dob-year,#date-mm,#date-dd,#date-yyyy,#date-h,#date-m {
  249. margin-right: 5px;
  250. width: auto;
  251. }
  252. #date-yyyy {
  253. margin-right: 30px;
  254. }
  255. #profile-wall form textarea {
  256. width: 98%;
  257. }
  258. form #form-name {
  259. margin-right: 15px;
  260. }
  261. form .location {
  262. width: 350px;
  263. }
  264. form .location-map {
  265. height: 350px;
  266. width: 350px;
  267. }
  268. form .location-loading-text {
  269. float: left;
  270. height: 350px;
  271. line-height: 350px;
  272. position: absolute;
  273. text-align: center;
  274. width: 350px;
  275. }
  276. form .location .input-desc {
  277. text-align: center;
  278. }
  279. .profile-picture-left {
  280. text-align: center;
  281. }
  282. .profile-picture {
  283. width: 230px;
  284. padding-bottom: 10px;
  285. }
  286. .picture-dropdown {
  287. margin-top: -38px;
  288. }
  289. #gallery-selected {
  290. width: auto;
  291. }
  292. .form-box h3 {
  293. border-bottom-style: solid;
  294. border-bottom-width: 1px;
  295. font-size: 14px;
  296. font-weight: bold;
  297. line-height: 23px;
  298. margin-bottom: 10px;
  299. padding-bottom: 3px;
  300. text-align: left;
  301. text-indent: 7px;
  302. }
  303. .upload-box .create-album {
  304. float: right;
  305. width: 365px;
  306. }
  307. .upload-box .select-album {
  308. float: left;
  309. width: 365px;
  310. }
  311. #fsUploadProgress1 {
  312. margin-top: 10px;
  313. }
  314. #form-cancel-account .buttons,#form-cancel .buttons {
  315. margin-top: 10px;
  316. }
  317. #lightbox .form-box {
  318. margin-bottom: 0;
  319. }
  320. #lightbox form fieldset {
  321. margin-bottom: 0;
  322. }
  323. #member-send-message textarea {
  324. width: 407px;
  325. }
  326. #lightbox .buttons {
  327. margin-top: 10px;
  328. }
  329. .form-notice {
  330. background-color: #FFF9D7;
  331. border: 1px solid #E2C822;
  332. color: #333;
  333. padding: 10px 0;
  334. text-align: center;
  335. }
  336. .form-error {
  337. background-color: #FBE3E4;
  338. border: 1px solid #FBC2C4;
  339. color: #333;
  340. padding: 10px;
  341. clear: both;
  342. margin: 10px 0 10px 0;
  343. }
  344. .form-error p {
  345. padding: 0 0 30px 0;
  346. }
  347. .form-error a {
  348. color: #333!important;
  349. }
  350. h2 img {
  351. margin: 0 6px -1px -3px;
  352. }
  353. form#form-signup span.payment_value {
  354. line-height: 12px;
  355. margin-right: 15px;
  356. }
  357. form#form-signup input.payment_radio {
  358. margin: 0 4px 0 4px;
  359. }
  360. #sb-signin {
  361. padding: 5px;
  362. }
  363. #sb-signin form fieldset {
  364. margin: 5px auto 0 auto;
  365. padding: 10px;
  366. }
  367. #sb-signin form input {
  368. margin-right: 0;
  369. width: 140px;
  370. }
  371. #sb-signin form input[type=checkbox] {
  372. width: auto;
  373. }
  374. li#autocomplete-list ul.holder {
  375. color: #000;
  376. margin: 0;
  377. width: 500px;
  378. overflow: hidden;
  379. height: auto!important;
  380. height: 1%;
  381. background-color: #FFF;
  382. border: 1px solid #CCC;
  383. padding: 4px 5px 0;
  384. }
  385. li#autocomplete-list *:first-child+html ul.holder {
  386. padding-bottom: 2px;
  387. }
  388. * html ul.holder {
  389. padding-bottom: 2px;
  390. }
  391. li#autocomplete-list ul.holder li {
  392. float: left;
  393. list-style-type: none;
  394. margin: 0 5px 4px 0;
  395. }
  396. li#autocomplete-list ul.holder li.bit-box,li#autocomplete-list ul.holder li.bit-input input {
  397. font-size: 11px;
  398. }
  399. li#autocomplete-list ul.holder li.bit-box {
  400. border: 1px solid #CAD8F3;
  401. background: #EEE;
  402. padding: 1px 5px 2px;
  403. color: #000;
  404. }
  405. li#autocomplete-list ul.holder li.bit-box-focus {
  406. border-color: #598BEC;
  407. background: #DDD;
  408. color: #fff;
  409. }
  410. li#autocomplete-list ul.holder li.bit-input input {
  411. width: 100%;
  412. margin: 0;
  413. border: none;
  414. outline: 0;
  415. padding: 3px 0 2px;
  416. }
  417. li#autocomplete-list ul.holder li.bit-input input.smallinput {
  418. width: 20px;
  419. color: #000;
  420. }
  421. li#autocomplete-list form ol {
  422. font-size: 11px;
  423. margin: 0;
  424. padding: 0;
  425. }
  426. li#autocomplete-list form ol li.input-text label {
  427. font-weight: bold;
  428. cursor: pointer;
  429. display: block;
  430. font-size: 13px;
  431. margin-bottom: 10px;
  432. }
  433. li#autocomplete-list form ol li.input-text input {
  434. width: 500px;
  435. padding: 5px 5px 6px;
  436. font-size: 11px;
  437. border: 1px solid #999;
  438. }
  439. li#autocomplete-list form ul.holder {
  440. width: 500px;
  441. }
  442. li#autocomplete-list ul.holder li.bit-box,#apple-list ul.holder li.bit-box {
  443. padding-right: 22px;
  444. position: relative;
  445. }
  446. li#autocomplete-list ul.holder li.bit-hover {
  447. background: #DDD;
  448. border: 1px solid #CCC;
  449. color: #000;
  450. }
  451. li#autocomplete-list ul.holder li.bit-box-focus {
  452. border-color: #CCC;
  453. background: #BBB;
  454. color: #000;
  455. }
  456. li#autocomplete-list ul.holder li.bit-box a.closebutton {
  457. display: block;
  458. font-size: 1px;
  459. height: 22px;
  460. position: absolute;
  461. right: 0;
  462. top: -2px;
  463. width: 22px;
  464. background: url('http://static.sgcdn.net/icons/lightbox-close.png');
  465. background-repeat: no-repeat;
  466. _background: none;
  467. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.sgcdn.net/icons/lightbox-close.png');
  468. }
  469. li#autocomplete-list #userlist-box {
  470. display: none;
  471. position: absolute;
  472. width: 512px;
  473. background: #EEE;
  474. }
  475. li#autocomplete-list #userlist-box .default {
  476. padding: 5px 7px;
  477. font-size: 11px;
  478. border: 1px solid #ccc;
  479. border-width: 0 1px 1px;
  480. }
  481. li#autocomplete-list #userlist-box ul {
  482. display: none;
  483. margin: 0;
  484. padding: 0;
  485. }
  486. li#autocomplete-list #userlist-box ul li {
  487. padding: 5px 12px;
  488. margin: 0;
  489. list-style-type: none;
  490. border: 1px solid #ccc;
  491. border-width: 0 1px 1px;
  492. font-size: 11px;
  493. }
  494. li#autocomplete-list #userlist-box ul li em {
  495. font-weight: bold;
  496. font-style: normal;
  497. background: #ccc;
  498. }
  499. li#autocomplete-list #userlist-box ul li.auto-focus {
  500. background: #CCC;
  501. color: #000;
  502. }
  503. li#autocomplete-list #userlist-box ul li.auto-focus em {
  504. background: #AAA;
  505. }
  506. div#box-guest li#autocomplete-list {
  507. float: left;
  508. width: 150px;
  509. }
  510. div#box-guest div.available_friends ul#user_list {
  511. overflow-y: auto;
  512. height: 195px;
  513. margin-right: 5px;
  514. }
  515. div#box-guest div.available_friends {
  516. width: 250px;
  517. }
  518. div#box-guest div.available_friends,div#box-guest div.email_friends,div#box-guest div.invite_friends {
  519. font-size: 11px;
  520. margin-top: 10px;
  521. float: left;
  522. }
  523. div#box-guest div.invite_friends {
  524. width: 220px;
  525. }
  526. div#box-guest div.attending {
  527. font-size: 11px;
  528. margin-left: 10px;
  529. }
  530. div#box-guest li#autocomplete-list #userlist-box {
  531. width: 212px;
  532. }
  533. div#box-guest li#autocomplete-list ul.holder {
  534. width: 200px;
  535. }
  536. div#box-guest li#autocomplete-list ul.holder li.bit-box {
  537. width: 170px;
  538. }
  539. div#box-guest #user_list li.user-new a {
  540. position: relative;
  541. height: 12px;
  542. left: 0;
  543. top: 1px;
  544. width: 14px;
  545. font-size: 11px;
  546. padding-left: 15px;
  547. background: url('http://static.sgcdn.net/icons/bullet_add.png');
  548. background-repeat: no-repeat;
  549. _background: none;
  550. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/icons/bullet_add.png');
  551. }
  552. input.date_picker {
  553. display: block;
  554. width: 150px;
  555. height: 18px;
  556. padding: 2px 2px 1px 24px!important;
  557. font-size: 12px;
  558. background: #fff url(http://static.sgcdn.net/icons/custom/dateinput.gif) no-repeat top left;
  559. cursor: pointer;
  560. }
  561. input:focus.date_picker {
  562. background: #EFEFEF url(http://static.sgcdn.net/icons/custom/dateinput.gif) no-repeat top left;
  563. }
  564. div.dp_container {
  565. position: relative;
  566. padding: 0;
  567. z-index: 500;
  568. }
  569. div.dp_container .dp_cal {
  570. background-color: #fff;
  571. border: 1px solid #CCC;
  572. position: absolute;
  573. width: 177px;
  574. top: 24px;
  575. left: 0;
  576. margin: 0 0 3px 0;
  577. }
  578. div.dp_container .dp_cal table {
  579. width: 100%;
  580. border-collapse: collapse;
  581. border-spacing: 0;
  582. }
  583. div.dp_container .dp_cal select {
  584. margin: 2px 3px;
  585. font-size: 11px;
  586. }
  587. div.dp_container .dp_cal select option {
  588. padding: 1px 3px;
  589. }
  590. div.dp_container .dp_cal th,div.dp_container .dp_cal td {
  591. width: 14.2857%;
  592. text-align: center;
  593. font-size: 11px;
  594. padding: 2px 0;
  595. color: #000;
  596. }
  597. div.dp_container .dp_cal th {
  598. border: solid #aad4f2;
  599. border-width: 1px 0;
  600. color: #797774;
  601. background: #daf2e6;
  602. font-weight: bold;
  603. }
  604. div.dp_container .dp_cal td {
  605. cursor: pointer;
  606. }
  607. div.dp_container .dp_cal thead th {
  608. background: #d9eefc;
  609. }
  610. div.dp_container .dp_cal td.dp_roll {
  611. color: #000;
  612. background: #DDD;
  613. }
  614. div.dp_container .dp_hide {
  615. visibility: hidden;
  616. }
  617. div.dp_container .dp_empty {
  618. background: #eee;
  619. }
  620. div.dp_container .dp_today {
  621. background: #daf2e6;
  622. }
  623. div.dp_container .dp_selected {
  624. color: #fff;
  625. background: #328dcf;
  626. }
  627. .recaptchatable .recaptcha_image_cell,#recaptcha_table {
  628. background-color: #E8E8E8!important;
  629. }
  630. #recaptcha_table {
  631. border-color: #CACACA!important;
  632. }
  633. #recaptcha_response_field {
  634. border-color: #CACACA!important;
  635. background-color: #FFF!important;
  636. }
  637. a:link,a:visited,a:hover,a:active {
  638. text-decoration: none;
  639. }
  640. a:hover {
  641. text-decoration: underline;
  642. }
  643. h1 {
  644. font-size: 180%;
  645. font-weight: normal;
  646. }
  647. h2 {
  648. font-size: 155%;
  649. font-weight: normal;
  650. }
  651. h3 {
  652. font-size: 135%;
  653. font-weight: normal;
  654. }
  655. h4 {
  656. font-size: 100%;
  657. font-weight: bold;
  658. }
  659. strong {
  660. font-weight: bold;
  661. }
  662. em {
  663. font-weight: italic;
  664. }
  665. input {
  666. background-color: #FFF;
  667. border: 1px solid #CCC;
  668. _border: none;
  669. font-size: 1.1em;
  670. margin: 0 10px 8px 0;
  671. }
  672. div#wrapper-header-outer {
  673. border-bottom-style: solid;
  674. border-bottom-width: 0;
  675. border-top-style: solid;
  676. border-top-width: 4px;
  677. padding-bottom: 5px;
  678. position: relative;
  679. }
  680. div#wrapper-header-outer.has-full-header-image {
  681. border-top: none;
  682. padding-top: 4px;
  683. }
  684. div#wrapper-header-outer.has-body-header-image {
  685. border-top: none;
  686. padding-bottom: 0;
  687. }
  688. div#wrapper-header-inner {
  689. width: 100%;
  690. }
  691. div#wrapper-header-inner.has-full-header-image,div#wrapper-header-inner.has-body-header-image {
  692. background-color: transparent;
  693. }
  694. div#wrapper-header {
  695. margin: 0 auto;
  696. padding: 0 5px;
  697. width: 975px;
  698. }
  699. div#wrapper-header.has-body-header-image {
  700. padding: 4px 0 5px 0;
  701. }
  702. div#header h1 {
  703. padding: 10px 25px;
  704. }
  705. div#header h1 a {
  706. font-size: 35px;
  707. line-height: 113px;
  708. }
  709. div#header h1 img {
  710. margin-bottom: -5px;
  711. }
  712. div#search-bar-background {
  713. border-style: none;
  714. background-color: none!important;
  715. border-width: 0;
  716. border-bottom: none;
  717. float: left;
  718. height: 32px;
  719. margin: 8px 0 -5px 0;
  720. width: 185px;
  721. }
  722. div#search-bar-background {
  723. background-color: transparent!important;
  724. border-top-color: yellow;
  725. border-right-color-value: yellow;
  726. border-bottom-color: yellow;
  727. border-left-color-value: yellow;
  728. border-left-color-ltr-source: physical;
  729. border-left-color-rtl-source: physical;
  730. border-right-color-ltr-source: physical;
  731. border-right-color-rtl-source: physical;
  732. }
  733. div#search-bar-background.has-full-header-image,div#search-bar-background.has-body-header-image {
  734. border-width: 0;
  735. margin-left: 4px;
  736. }
  737. div#search-bar-background.sidebar-right {
  738. float: right;
  739. margin: 8px -10px -5px 0;
  740. }
  741. div#search-bar-background.has-full-header-image.sidebar-right,div#search-bar-background.has-body-header-image.sidebar-right {
  742. border-width: 0;
  743. margin: 8px -6px -5px 0;
  744. }
  745. div#navigation-wrapper {
  746. margin-top: -42px;
  747. position: relative;
  748. }
  749. ul#main-navigation {
  750. margin: 0 5px 0 10px;
  751. width: 775px;
  752. }
  753. ul#main-navigation li {
  754. display: block;
  755. float: left;
  756. font-weight: bold;
  757. height: 32px;
  758. margin: 10px 2px 1px 0;
  759. position: relative;
  760. }
  761. ul#main-navigation li a:link,ul#main-navigation li a:visited,ul#main-navigation li a:hover,ul#main-navigation li a:active {
  762. display: block;
  763. font-size: 13px;
  764. padding: 7px;
  765. }
  766. ul#main-navigation li a:hover {
  767. text-decoration: none;
  768. }
  769. div#wrapper-container {
  770. margin: 0 auto;
  771. width: 985px;
  772. }
  773. div#body-container {
  774. height: 100%;
  775. position: relative;
  776. margin-left: 10px;
  777. width: 975px;
  778. }
  779. div#container {
  780. float: left;
  781. min-height: 600px;
  782. position: relative;
  783. width: 790px;
  784. }
  785. div#main-content {
  786. margin: 15px 10px 10px 10px;
  787. }
  788. ul#sub-navigation,ul.sub-navigation {
  789. border-bottom-style: solid;
  790. border-bottom-width: 2px;
  791. margin-bottom: 10px;
  792. padding-top: 6px;
  793. font-size: 12px;
  794. }
  795. ul#sub-navigation li,ul.sub-navigation li {
  796. display: block;
  797. float: left;
  798. height: 19px;
  799. line-height: 14px;
  800. margin: 2px 3px 0 3px;
  801. padding: 5px 6px 4px 6px;
  802. font-weight: bold;
  803. }
  804. ul#sub-navigation li.nav-selected,ul.sub-navigation li.nav-selected {
  805. margin: 2px 3px 0 1px;
  806. }
  807. ul#sub-navigation li.right,ul.sub-navigation li.right {
  808. float: right;
  809. }
  810. ul.micro-navigation {
  811. margin-bottom: 3px;
  812. font-size: 12px;
  813. }
  814. ul.micro-navigation li {
  815. display: block;
  816. float: left;
  817. margin: 2px 3px 0 3px;
  818. padding: 1px 3px;
  819. }
  820. ul.micro-navigation li.nav-selected {
  821. margin: 2px 3px 0 1px;
  822. }
  823. ul.micro-navigation li.nav-selected a {
  824. font-size: 13px;
  825. padding: 11px;
  826. }
  827. ul.micro-navigation li.right {
  828. float: right;
  829. }
  830. div#sidebar {
  831. float: left;
  832. margin-top: -33px;
  833. margin-bottom: 10px;
  834. position: relative;
  835. width: 185px;
  836. z-index: 90;
  837. background-color: none;
  838. }
  839. div#sidebar h4 {
  840. text-align: center;
  841. padding-top: 5px;
  842. }
  843. form#theform-search {
  844. height: 32px;
  845. margin: 0 0 5px 0;
  846. padding: 4px;
  847. width: 176px;
  848. }
  849. div.search-input {
  850. width: 145px;
  851. }
  852. form#theform-search input {
  853. border-right: none;
  854. font-size: 13px;
  855. margin: 0;
  856. width: 145px;
  857. }
  858. div.search-button {
  859. background-color: #FFF;
  860. border: 1px solid #CCC;
  861. border-left: none;
  862. height: 16px;
  863. padding: 4px 0 4px 1px;
  864. width: 20px;
  865. }
  866. div.search-button a {
  867. cursor: pointer;
  868. height: 14px;
  869. width: 16px;
  870. }
  871. div.search-button a:hover {
  872. text-decoration: none;
  873. }
  874. div#sb-user-account {
  875. margin-bottom: 20px;
  876. padding: 0 5px;
  877. }
  878. div#sb-user-account div.user-photo {
  879. float: left;
  880. height: 54px;
  881. margin-right: 5px;
  882. position: relative;
  883. width: 54px;
  884. }
  885. div#sb-user-account div.user-photo a {
  886. float: left;
  887. }
  888. div#sb-user-account div.user-photo a:hover {
  889. cursor: pointer;
  890. text-decoration: none;
  891. }
  892. div#sb-user-account span#user-photo-change {
  893. background-color: #000;
  894. color: #FFF;
  895. float: left;
  896. font-size: 10px;
  897. font-weight: bold;
  898. height: 54px;
  899. position: absolute;
  900. text-align: center;
  901. text-transform: uppercase;
  902. top: 0;
  903. width: 54px;
  904. filter: alpha(opacity=70);
  905. filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  906. -moz-opacity: .70;
  907. opacity: .7;
  908. }
  909. div#sb-user-account span#user-photo-change img {
  910. float: left;
  911. height: 16px;
  912. margin: 13px 0 0 20px;
  913. width: 16px;
  914. }
  915. div#sb-user-account h2.user-nickname {
  916. font-size: 14px;
  917. font-weight: bold;
  918. margin-bottom: 3px;
  919. overflow: hidden;
  920. width: 115px;
  921. }
  922. div#sb-user-account div.user-quick-options {
  923. font-size: 11px;
  924. margin-left: 60px;
  925. }
  926. div.sb-big-link {
  927. margin-bottom: 20px;
  928. padding: 0 5px;
  929. }
  930. div.sb-big-link a {
  931. cursor: pointer;
  932. }
  933. div.sb-big-link a:hover {
  934. text-decoration: none;
  935. }
  936. div.sb-big-link div.big-link-block {
  937. border-style: solid;
  938. border-width: 1px;
  939. height: 20px;
  940. padding: 5px 10px;
  941. }
  942. div.sb-big-link div.big-link-block div.icon {
  943. float: left;
  944. margin: 2px 10px 0 0;
  945. }
  946. div.sb-big-link div.big-link-block div.text {
  947. float: left;
  948. font-size: 12px;
  949. line-height: 22px;
  950. }
  951. div.sb-big-link div.big-link-block div.arrow {
  952. display: block;
  953. float: right;
  954. margin-top: -1px;
  955. }
  956. div#sb-invite-contacts.sb-big-link div.big-link-block div.arrow {
  957. margin-top: 1px;
  958. }
  959. ul#manage-dropdown li {
  960. border-style: solid;
  961. border-width: 1px;
  962. border-top: none;
  963. padding: 4px 8px;
  964. }
  965. ul#manage-dropdown li a:hover {
  966. text-decoration: none;
  967. }
  968. ul#manage-dropdown li div.manage-icon {
  969. display: block;
  970. float: left;
  971. margin: 1px 8px 0 0;
  972. width: 16px;
  973. }
  974. ul#manage-dropdown li div.manage-text {
  975. float: left;
  976. font-size: 11px;
  977. margin-top: 1px;
  978. }
  979. div.sidebar-box {
  980. margin: 0 4px 20px 4px;
  981. }
  982. div.sidebar-box h2 {
  983. border-bottom-style: solid;
  984. border-bottom-width: 2px;
  985. font-size: 11px;
  986. font-weight: bold;
  987. text-transform: uppercase;
  988. }
  989. div.sidebar-box h3 {
  990. font-size: 14px;
  991. }
  992. div.sidebar-box a.sb-action {
  993. display: block;
  994. float: right;
  995. margin-top: -20px;
  996. font-size: 11px;
  997. font-weight: bold;
  998. text-transform: uppercase;
  999. }
  1000. div.sidebar-box a.sb-action:hover {
  1001. text-decoration: none;
  1002. }
  1003. #sidebar .content-box-content {
  1004. padding: 5px 5px 5px 5px!important;
  1005. font-size: 12px;
  1006. }
  1007. div#sb-current-status-wrapper {
  1008. width: 177px;
  1009. }
  1010. div#sb-current-status-change div {
  1011. width: 165px;
  1012. }
  1013. div#sb-current-status-text,div#sb-current-status-input {
  1014. font-size: 12px;
  1015. font-weight: normal;
  1016. padding: 4px;
  1017. }
  1018. #sb-current-status-text {
  1019. overflow: hidden;
  1020. }
  1021. div#sb-current-status-input input {
  1022. width: 155px;
  1023. }
  1024. ul#sb-inbox-list li,ul#sb-moderate-list li {
  1025. border-bottom-style: solid;
  1026. border-bottom-width: 1px;
  1027. padding: 4px 8px;
  1028. }
  1029. ul#sb-moderate-list li.no-moderate-items {
  1030. text-align: center;
  1031. }
  1032. ul#sb-inbox-list li a:hover,ul#sb-moderate-list li a:hover {
  1033. text-decoration: none;
  1034. }
  1035. ul#sb-inbox-list .inbox-icon,ul#sb-moderate-list .inbox-icon {
  1036. display: block;
  1037. float: left;
  1038. margin: 1px 6px 0 0;
  1039. }
  1040. ul#sb-inbox-list .inbox-text,ul#sb-moderate-list .inbox-text {
  1041. font-size: 11px;
  1042. font-weight: bold;
  1043. line-height: 20px;
  1044. }
  1045. ul#sb-inbox-list .inbox-unread,ul#sb-moderate-list .inbox-unread {
  1046. display: block;
  1047. float: right;
  1048. font-size: 11px;
  1049. font-weight: bold;
  1050. height: 20px;
  1051. line-height: 19px;
  1052. margin: -20px -5px 0 0;
  1053. padding: 0 4px;
  1054. text-align: center;
  1055. width: 24px;
  1056. }
  1057. ul#sb-inbox-list li.unread,ul#sb-moderate-list li.unread {
  1058. background-color: #fff9d7;
  1059. }
  1060. ul#sb-inbox-list li.unread:hover,ul#sb-moderate-list li.unread:hover {
  1061. background-color: #f5efcd;
  1062. }
  1063. ul#sb-inbox-list li.unread a,ul#sb-moderate-list li.unread a {
  1064. color: #333;
  1065. }
  1066. ul#sb-add-list {
  1067. border-bottom-style: solid;
  1068. border-bottom-width: 1px;
  1069. padding: 4px 0 0 6px;
  1070. }
  1071. ul#sb-add-list li {
  1072. border-bottom-style: solid;
  1073. border-bottom-width: 1px;
  1074. border-right-style: solid;
  1075. border-right-width: 1px;
  1076. display: block;
  1077. float: left;
  1078. height: 54px;
  1079. margin-right: 3px;
  1080. margin-bottom: 5px;
  1081. width: 52px;
  1082. }
  1083. .sb-add-list-link {
  1084. display: block;
  1085. height: 53px;
  1086. width: 53px;
  1087. }
  1088. ul#sb-add-list li a:hover {
  1089. cursor: pointer;
  1090. text-decoration: none;
  1091. }
  1092. ul#sb-add-list .add-icon {
  1093. margin: 3px 10px 0 10px;
  1094. }
  1095. ul#sb-add-list .add-text {
  1096. font-size: 11px;
  1097. margin-top: -4px;
  1098. padding-bottom: 2px;
  1099. text-align: center;
  1100. width: 51px;
  1101. }
  1102. ul#sb-friends-list li {
  1103. border-bottom-style: solid;
  1104. border-bottom-width: 1px;
  1105. min-height: 22px;
  1106. padding: 4px;
  1107. position: relative;
  1108. width: 169px;
  1109. }
  1110. ul#sb-friends-list li.no-friends {
  1111. text-align: center;
  1112. }
  1113. ul#sb-friends-list li a:hover {
  1114. text-decoration: none;
  1115. }
  1116. ul#sb-friends-list li div.friends-icon {
  1117. display: block;
  1118. float: left;
  1119. margin: 1px 6px 0 0;
  1120. }
  1121. ul#sb-friends-list li div.friends-text {
  1122. line-height: 21px;
  1123. }
  1124. div#sidebar a.start-chat {
  1125. display: block;
  1126. float: right;
  1127. margin-top: 2px;
  1128. position: absolute;
  1129. right: 4px;
  1130. }
  1131. div#sidebar a.start-chat:hover {
  1132. cursor: pointer;
  1133. }
  1134. div#sidebar a.start-chat span.front {
  1135. display: block;
  1136. float: left;
  1137. height: 18px;
  1138. width: 5px;
  1139. }
  1140. div#sidebar a.start-chat span.middle {
  1141. display: block;
  1142. float: left;
  1143. height: 18px;
  1144. width: 16px;
  1145. }
  1146. div#sidebar a.start-chat span.end {
  1147. display: block;
  1148. float: left;
  1149. height: 18px;
  1150. width: 5px;
  1151. }
  1152. ul#sb-upcoming-list li {
  1153. border-bottom-style: solid;
  1154. border-bottom-width: 1px;
  1155. min-height: 22px;
  1156. padding: 6px;
  1157. }
  1158. ul#sb-upcoming-list li a:hover {
  1159. cursor: pointer;
  1160. text-decoration: none;
  1161. }
  1162. ul#sb-upcoming-list li div.event-today {
  1163. display: block;
  1164. float: right;
  1165. margin: 3px -2px 0 0;
  1166. }
  1167. ul#sb-upcoming-list li div.event-title {
  1168. margin-bottom: 5px;
  1169. overflow: hidden;
  1170. width: 163px;
  1171. }
  1172. ul#sb-upcoming-list li div.event-title.today {
  1173. width: 130px;
  1174. }
  1175. ul#sb-upcoming-list li div.event-text {
  1176. font-size: 11px;
  1177. margin-top: -5px;
  1178. }
  1179. ul#sb-upcoming-list li div.no-events {
  1180. text-align: center;
  1181. }
  1182. div#sb-report-bug div.sidebar-box-content {
  1183. padding: 10px;
  1184. }
  1185. div#footer {
  1186. margin-left: 10px;
  1187. float: left;
  1188. padding-bottom: 0;
  1189. width: 965px;
  1190. margin-top: 5px;
  1191. }
  1192. div#footer.show-content-background {
  1193. width: 975px;
  1194. }
  1195. div#footer-powered-by {
  1196. visibility: visible!important;
  1197. display: block!important;
  1198. height: 55px;
  1199. }
  1200. div#footer-powered-by img {
  1201. display: block!important;
  1202. visibility: visible!important;
  1203. }
  1204. ul#footer-links {
  1205. float: right;
  1206. text-transform: lowercase;
  1207. }
  1208. ul#footer-links li {
  1209. float: left;
  1210. font-size: 11px;
  1211. line-height: 30px;
  1212. margin: 13px 7px 10px 7px;
  1213. }
  1214. .left,.grid-left {
  1215. float: left;
  1216. }
  1217. .right,.grid-right {
  1218. float: right;
  1219. }
  1220. .hide {
  1221. display: none;
  1222. }
  1223. div.lightbox-overlay {
  1224. display: none;
  1225. height: 100%;
  1226. left: 0;
  1227. position: absolute;
  1228. top: 0;
  1229. width: 100%;
  1230. }
  1231. div.lightbox-wrapper {
  1232. display: none;
  1233. left: 0;
  1234. position: absolute;
  1235. text-align: center;
  1236. top: 0;
  1237. width: 100%;
  1238. }
  1239. div.lightbox {
  1240. background-color: #FFF;
  1241. border: 2px solid #DDD;
  1242. display: none;
  1243. margin: 0 auto;
  1244. padding: 5px;
  1245. position: absolute;
  1246. text-align: left;
  1247. -moz-border-radius: 5px;
  1248. -webkit-border-radius: 5px;
  1249. }
  1250. div.lightbox div.lightbox-close-button a {
  1251. background-image: url('http://static.sgcdn.net/icons/lightbox-close.png');
  1252. _background: none;
  1253. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.sgcdn.net/icons/lightbox-close.png') background-position:left top;
  1254. background-repeat: no-repeat;
  1255. cursor: pointer;
  1256. display: block;
  1257. height: 25px;
  1258. left: -13px;
  1259. position: absolute;
  1260. top: -11px;
  1261. width: 25px;
  1262. }
  1263. div.lightbox-content {
  1264. display: block;
  1265. height: 100%;
  1266. width: 100%;
  1267. }
  1268. div.lightbox-content-box {
  1269. margin-bottom: 0;
  1270. }
  1271. .info-notice,.alert-notice,.error-notice {
  1272. background-color: #DFF4FF;
  1273. border: 1px solid #72A0B6;
  1274. color: #333;
  1275. font-size: 11px;
  1276. margin-bottom: 10px;
  1277. padding: 10px;
  1278. text-align: left;
  1279. }
  1280. .alert-notice {
  1281. background-color: #FFFFE0;
  1282. border: 1px solid #E6DB55;
  1283. }
  1284. .error-notice {
  1285. background-color: #FFEBE8;
  1286. border: 1px solid #C00;
  1287. }
  1288. .info-notice h5,.alert-notice h5,.error-notice h5 {
  1289. font-size: 13px;
  1290. font-weight: bold;
  1291. }
  1292. .info-notice a,.alert-notice a,.error-notice a {
  1293. color: #000378!important;
  1294. }
  1295. form .error-notice {
  1296. display: none;
  1297. }
  1298. .input-error {
  1299. background-color: #FFEBE8!important;
  1300. border: 1px solid #C00!important;
  1301. color: #000;
  1302. }
  1303. div.legal {
  1304. font-size: 12px;
  1305. text-align: left;
  1306. }
  1307. div.legal h3 {
  1308. color: #333;
  1309. font-size: 25px;
  1310. font-weight: bold;
  1311. padding-bottom: 5px;
  1312. }
  1313. div.legal h4 {
  1314. color: #333;
  1315. font-size: 14px;
  1316. font-weight: bold;
  1317. margin-top: 20px;
  1318. padding-bottom: 5px;
  1319. text-align: left;
  1320. }
  1321. div.legal span.last-revision {
  1322. font-style: italic;
  1323. }
  1324. div.legal ol {
  1325. margin: 1em 0;
  1326. }
  1327. div.legal ol li {
  1328. margin: .5em 0;
  1329. }
  1330. div.legal ol.sub-list {
  1331. margin-left: 50px;
  1332. }
  1333. ul#admin-bar-navigation {
  1334. background-color: #DFF4FF;
  1335. border-bottom: 1px solid #2075B7;
  1336. }
  1337. ul#admin-bar-navigation li {
  1338. display: block;
  1339. float: left;
  1340. font-size: 12px;
  1341. line-height: 1.2em;
  1342. width: auto;
  1343. }
  1344. ul#admin-bar-navigation li.space {
  1345. margin-left: 15px;
  1346. }
  1347. ul#admin-bar-navigation li a {
  1348. background-position: 6px 50%;
  1349. background-repeat: no-repeat;
  1350. border-right: 1px solid #B7CCD7;
  1351. color: #003663;
  1352. cursor: pointer;
  1353. display: block;
  1354. font-size: 95%;
  1355. font-weight: normal;
  1356. padding: 8px;
  1357. padding-left: 27px;
  1358. text-decoration: none;
  1359. width: auto;
  1360. }
  1361. ul#admin-bar-navigation li.network-setup {
  1362. width: 140px;
  1363. }
  1364. ul#admin-bar-navigation li.network-tools {
  1365. width: 135px;
  1366. }
  1367. ul#admin-bar-navigation li a:hover,ul#admin-bar-navigation li a.hover {
  1368. background-color: #EFEFEF;
  1369. }
  1370. ul#admin-bar-navigation li a.active {
  1371. background-color: #EFEFEF;
  1372. color: #333;
  1373. font-weight: bold;
  1374. }
  1375. ul#admin-bar-navigation li a.active:hover,ul#admin-bar-navigation li a.active.hover {
  1376. background-color: #EFEFEF;
  1377. }
  1378. ul#admin-bar-navigation li.title a {
  1379. padding-left: 10px;
  1380. }
  1381. ul#admin-bar-navigation li.network-setup a {
  1382. background-image: url('/icons/16/37.png');
  1383. }
  1384. ul#admin-bar-navigation li.layout-manager a {
  1385. background-image: url('/icons/16/56.png');
  1386. }
  1387. ul#admin-bar-navigation li.network-access a {
  1388. background-image: url('/icons/16/14.png');
  1389. }
  1390. ul#admin-bar-navigation li.network-designer a {
  1391. background-image: url('/icons/16/65.png');
  1392. }
  1393. ul#admin-bar-navigation li.network-details a {
  1394. background-image: url('/icons/16/2.png');
  1395. }
  1396. ul#admin-bar-navigation li.profile-questions a {
  1397. background-image: url('/icons/16/38.png');
  1398. }
  1399. ul#admin-bar-navigation li.account-details a {
  1400. background-image: url('/icons/16/28.png');
  1401. }
  1402. ul#admin-bar-navigation li.news-feeds a {
  1403. background-image: url('/icons/16/114.png');
  1404. }
  1405. ul#admin-bar-navigation li.blog-categories a {
  1406. background-image: url('/icons/16/122.png');
  1407. }
  1408. ul#admin-bar-navigation li.moderate-members a {
  1409. background-image: url('/icons/16/127.png');
  1410. }
  1411. ul#admin-bar-navigation li.advanced-settings a {
  1412. background-image: url('/icons/16/24.png');
  1413. }
  1414. ul#admin-bar-navigation li.network-tools a {
  1415. background-image: url('/icons/16/112.png');
  1416. }
  1417. ul#admin-bar-navigation li.invite-contacts a {
  1418. background-image: url('/icons/16/125.png');
  1419. }
  1420. ul#admin-bar-navigation li.message-members a {
  1421. background-image: url('/icons/16/75.png');
  1422. }
  1423. ul#admin-bar-navigation li.language-editor a {
  1424. background-image: url('/icons/16/7.png');
  1425. }
  1426. ul#admin-bar-navigation li.export-data a {
  1427. background-image: url('/icons/16/47.png');
  1428. }
  1429. ul#admin-bar-navigation li.api-access a {
  1430. background-image: url('/icons/16/37.png');
  1431. }
  1432. ul#admin-bar-navigation li.member-billing a {
  1433. background-image: url('/icons/16/57.png');
  1434. }
  1435. ul#admin-bar-navigation li.custom-html a {
  1436. background-image: url('/icons/16/178.png');
  1437. }
  1438. ul#admin-bar-navigation li.payment-details a {
  1439. background-image: url('/icons/16/57.png');
  1440. }
  1441. ul#admin-bar-navigation li.view-invoices a {
  1442. background-image: url('/icons/16/128.png');
  1443. }
  1444. ul#admin-bar-navigation li.edit-card a {
  1445. background-image: url('/icons/16/163.png');
  1446. }
  1447. ul#admin-bar-navigation li.change-plan a {
  1448. background-image: url('/icons/16/169.png');
  1449. }
  1450. ul#admin-bar-navigation li.widget-store a {
  1451. background-image: url('/icons/16/45.png');
  1452. }
  1453. ul#admin-bar-navigation li.blog a {
  1454. background-image: url('/icons/16/124.png');
  1455. }
  1456. ul#admin-bar-navigation li.support a {
  1457. background-image: url('/icons/16/18.png');
  1458. }
  1459. ul#admin-bar-navigation li.drop a {
  1460. overflow: hidden;
  1461. }
  1462. ul#admin-bar-navigation li a span.link-text {
  1463. float: left;
  1464. }
  1465. ul#admin-bar-navigation li a span.arrow {
  1466. background: transparent url('/icons/custom/dropdown-black.png') left top no-repeat;
  1467. display: block;
  1468. float: right;
  1469. height: 4px;
  1470. margin-left: 4px;
  1471. margin-top: 5px;
  1472. width: 7px;
  1473. }
  1474. ul#admin-bar-navigation li ul {
  1475. border: 1px solid #2075B7;
  1476. border-top: none;
  1477. display: none;
  1478. margin: 0;
  1479. margin-left: -1px;
  1480. overflow: hidden;
  1481. position: absolute;
  1482. width: 200px;
  1483. z-index: 1001;
  1484. }
  1485. ul#admin-bar-navigation li ul li {
  1486. border-bottom: 1px solid #B7CCD7;
  1487. float: none;
  1488. padding: 0;
  1489. width: 200px;
  1490. }
  1491. ul#admin-bar-navigation li ul li a {
  1492. background: none;
  1493. background-color: #EFEFEF;
  1494. background-position: 5px 6px;
  1495. background-repeat: no-repeat;
  1496. border-top-width: 0;
  1497. color: #333;
  1498. letter-spacing: 0;
  1499. margin: 0;
  1500. padding-left: 27px;
  1501. width: 200px;
  1502. }
  1503. ul#admin-bar-navigation li ul li a:hover {
  1504. background-color: #E1E1E1;
  1505. }
  1506. .clearfix:after {
  1507. content: ".";
  1508. clear: both;
  1509. display: block;
  1510. height: 0;
  1511. visibility: hidden;
  1512. }
  1513. .clearfix {
  1514. display: inline-block;
  1515. }
  1516. .clearfix {
  1517. display: block;
  1518. }
  1519. div.undertaker {
  1520. color: #D8290D;
  1521. cursor: pointer;
  1522. display: block;
  1523. font: bold 14px Verdana;
  1524. font-style: normal;
  1525. font-variant: normal;
  1526. height: 17px;
  1527. margin: 0;
  1528. padding: 0;
  1529. width: 12px;
  1530. }
  1531. .entry-body ul {
  1532. list-style-type: disc;
  1533. margin: 0 0 10px 10px;
  1534. }
  1535. .entry-body ol {
  1536. list-style-type: decimal;
  1537. margin: 0 0 10px 10px;
  1538. }
  1539. table,td,tr {
  1540. vertical-align: top;
  1541. }
  1542. #main-content h2.form-title {
  1543. margin: 0 10px 10px 10px;
  1544. padding: 5px;
  1545. }
  1546. #main-content h2.form-title a.edit {
  1547. font-size: 12px;
  1548. line-height: 8px;
  1549. margin-left: 10px;
  1550. }
  1551. .content-box {
  1552. border-bottom-style: solid;
  1553. border-bottom-width: 0;
  1554. border-right-style: solid;
  1555. border-right-width: 0;
  1556. margin-bottom: 10px;
  1557. padding: 2px 1px 2px 2px;
  1558. }
  1559. .custom ol {
  1560. list-style-type: decimal;
  1561. margin-left: 30px;
  1562. }
  1563. .custom ul {
  1564. list-style-type: disc;
  1565. margin-left: 30px;
  1566. }
  1567. .code-box {
  1568. border: solid #ccc 1px;
  1569. background-color: #fafafa;
  1570. margin: 3px;
  1571. padding: 5px;
  1572. }
  1573. .code-box h4 {
  1574. text-align: left;
  1575. }
  1576. img.tiny {
  1577. width: 30px;
  1578. }
  1579. img.med {
  1580. width: 45px;
  1581. }
  1582. img.avatar {
  1583. width: 75px;
  1584. }
  1585. #profile-about,#members-home-list,#groups-home-list,#groups-top-list,#events-home-list,#profile-interact,#magazine-list {
  1586. border-top-style: solid;
  1587. border-top-width: 2px;
  1588. padding: 7px;
  1589. }
  1590. #magazine-list .day,#magazine-list .month {
  1591. filter: alpha(opacity=60);
  1592. -moz-opacity: .60;
  1593. opacity: .60;
  1594. }
  1595. #magazine-list {
  1596. border-bottom: 0;
  1597. padding: 10px 15px 10px 15px;
  1598. }
  1599. #welcome-list {
  1600. padding: 7px;
  1601. }
  1602. #welcome-list .content-box {
  1603. overflow: hidden;
  1604. }
  1605. #members-home-list,#groups-home-list,#events-home-list,#magazine-list {
  1606. border-bottom-style: solid;
  1607. border-bottom-width: 0;
  1608. margin-bottom: 5px;
  1609. }
  1610. #welcome-list {
  1611. margin-bottom: 5px;
  1612. }
  1613. #groups-home-list,#events-home-list {
  1614. padding: 0;
  1615. }
  1616. .content-box h2 {
  1617. border-bottom-style: solid;
  1618. border-bottom-width: 0;
  1619. font-size: 13px;
  1620. font-weight: bold;
  1621. letter-spacing: .03em;
  1622. padding: 4px 7px 5px 7px;
  1623. margin-right: 1px;
  1624. }
  1625. #what-now h3 {
  1626. border-bottom-style: solid;
  1627. border-bottom-width: 1px;
  1628. font-weight: normal;
  1629. line-height: 24px;
  1630. margin: 5px;
  1631. padding-bottom: 5px;
  1632. }
  1633. #what-now a {
  1634. color: #333;
  1635. }
  1636. #what-now h3 img {
  1637. float: left;
  1638. margin-right: 5px;
  1639. }
  1640. .content-box-content {
  1641. padding: 10px;
  1642. word-wrap: break-word;
  1643. }
  1644. #profile-about .content-box-content,#profile-location .content-box-content,#members-home-list .content-box-content,#profile-interact .content-box-content,#groups-home-list .content-box-content #events-home-list .content-box-content,#magazine-list .content-box-content {
  1645. margin: 0;
  1646. }
  1647. #profile-location .content-box-content {
  1648. padding: 7px;
  1649. }
  1650. .content-box h4 {
  1651. font-size: 13px;
  1652. font-weight: normal;
  1653. margin: 7px 0 10px 0;
  1654. text-align: center;
  1655. letter-spacing: .01em;
  1656. }
  1657. .content-box-content p {
  1658. margin-bottom: 10px;
  1659. text-align: left;
  1660. }
  1661. .profile-details-box {
  1662. border-top-style: solid;
  1663. border-top-width: 1px;
  1664. margin-bottom: 10px;
  1665. padding-top: 10px;
  1666. line-height: 1.5em;
  1667. }
  1668. .profile-details-box h5 {
  1669. font-family: "Helvetica Neue",Tahoma,Helvetica,Arial,sans-serif;
  1670. font-size: 11px;
  1671. font-weight: bold;
  1672. letter-spacing: 1px;
  1673. margin-bottom: 5px;
  1674. text-transform: uppercase;
  1675. }
  1676. .quick-info {
  1677. border: none;
  1678. margin-left: 5px;
  1679. }
  1680. .quick-info h3 {
  1681. font-size: 18px;
  1682. line-height: 18px;
  1683. margin-bottom: 5px;
  1684. }
  1685. .details-info {
  1686. margin-bottom: 0;
  1687. }
  1688. .custom-questions {
  1689. font-size: 11px;
  1690. margin: 10px 0 0 5px;
  1691. }
  1692. .profile-info-question {
  1693. font-weight: bold;
  1694. margin-bottom: 2px;
  1695. }
  1696. .profile-info-answer {
  1697. font-size: 12px;
  1698. margin-bottom: 10px;
  1699. margin-left: 10px;
  1700. }
  1701. .ds-album-list {
  1702. text-align: center;
  1703. }
  1704. div#photos-list canvas#loading,div#videos-list canvas#loading {
  1705. left: 375px;
  1706. position: absolute;
  1707. }
  1708. div#comments-list canvas#loading {
  1709. left: 250px;
  1710. position: absolute;
  1711. }
  1712. .videos-album-list li.video_item {
  1713. height: 135px;
  1714. width: 345px;
  1715. margin-right: 10px;
  1716. margin-left: 5px;
  1717. float: left;
  1718. position: relative;
  1719. }
  1720. li.video_item {
  1721. font-size: 11px;
  1722. }
  1723. li.video_item div.video_thumb {
  1724. background-image: url(/icons/custom/no-video.png);
  1725. float: left;
  1726. }
  1727. li.video_item div.video_thumb,li.video_item div.video_thumb img {
  1728. width: 130px;
  1729. height: 97px;
  1730. }
  1731. li.video_item .moderate-block {
  1732. background-color: #EEE;
  1733. position: absolute;
  1734. height: 93px;
  1735. padding: 2px;
  1736. float: left;
  1737. width: 15px;
  1738. opacity: .8;
  1739. filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  1740. }
  1741. li.video_item .moderate-block img {
  1742. width: 16px;
  1743. height: 16px;
  1744. }
  1745. li.video_item div.video_infos {
  1746. margin-left: 5px;
  1747. width: 210px;
  1748. height: 83px;
  1749. float: left;
  1750. text-align: left;
  1751. overflow: hidden;
  1752. }
  1753. li.video_item div.video_infos div.video_title,li.video_item div.video_infos div.video_by,li.video_item div.video_infos div.video_stats {
  1754. overflow: hidden;
  1755. width: 210px;
  1756. float: left;
  1757. }
  1758. li.video_item .video_title a {
  1759. font-size: 110%;
  1760. }
  1761. li.video_item div.video_infos div.video_title {
  1762. font-weight: bold;
  1763. font-size: 12px;
  1764. height: 16px;
  1765. }
  1766. li.video_item div.video_infos div.video_by {
  1767. height: 30px;
  1768. }
  1769. li.video_item div.video_infos div.video_stats {
  1770. height: 16px;
  1771. }
  1772. li.video_item div.video_thumb div.video_duration {
  1773. background-color: #000;
  1774. filter: alpha(opacity=60);
  1775. filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  1776. opacity: .6;
  1777. padding: 0 2px 1px;
  1778. height: 12px;
  1779. position: absolute;
  1780. right: 221px;
  1781. top: 83px;
  1782. _top: 80px;
  1783. font-size: 10px;
  1784. color: #FFF;
  1785. }
  1786. li.video_item:hover div.video_thumb:hover div.play_button {
  1787. background: url(/icons/mini_play.png);
  1788. background-repeat: no-repeat;
  1789. position: absolute;
  1790. opacity: .8;
  1791. left: 54px;
  1792. top: 38px;
  1793. width: 24px;
  1794. height: 24px;
  1795. }
  1796. li.video_item div.video_infos div.select_video {
  1797. float: right;
  1798. text-align: right;
  1799. width: 100px;
  1800. height: 16px;
  1801. }
  1802. li.video_item div.video_infos div.video_by a {
  1803. font-weight: bold;
  1804. }
  1805. li.video_item.small div.video_thumb {
  1806. background-image: none;
  1807. }
  1808. li.video_item.small div.video_thumb,li.video_item.small div.video_thumb img {
  1809. position: relative;
  1810. height: 60px;
  1811. width: 80px;
  1812. float: left;
  1813. }
  1814. li.video_item.small div.video_infos {
  1815. width: 135px;
  1816. height: 72px;
  1817. overflow: hidden;
  1818. }
  1819. li.video_item.small div.video_infos div.video_by {
  1820. height: 15px;
  1821. }
  1822. li.video_item.small div.video_duration {
  1823. right: 1px!important;
  1824. top: 46px!important;
  1825. _top: 43px!important;
  1826. }
  1827. li.video_item.small div.video_infos div.video_title {
  1828. font-size: 11px;
  1829. height: 15px;
  1830. }
  1831. div.snm_video_player h1.video_title {
  1832. font-weight: bold;
  1833. float: left;
  1834. }
  1835. div#video_player {
  1836. margin-bottom: 10px;
  1837. text-align: center;
  1838. }
  1839. div#video_player.black {
  1840. height: 423px;
  1841. width: 752px;
  1842. background-color: #000;
  1843. }
  1844. div#video_player div.video-alert {
  1845. margin: 180px 30px;
  1846. }
  1847. div.video_tags {
  1848. font-weight: bold;
  1849. margin-bottom: 10px;
  1850. }
  1851. div.video_description {
  1852. margin-bottom: 10px;
  1853. }
  1854. div.side_tools {
  1855. width: 225px;
  1856. margin-bottom: 10px;
  1857. }
  1858. #welcome-default td {
  1859. vertical-align: middle;
  1860. }
  1861. #welcome-default h1 {
  1862. padding: 0 0 5px 0;
  1863. font-weight: normal;
  1864. font-size: 22px;
  1865. line-height: normal;
  1866. }
  1867. #welcome-default .feature-title {
  1868. font-size: 16px;
  1869. }
  1870. #welcome-default .feature-desc {
  1871. font-weight: 13px;
  1872. }
  1873. #welcome-default img {
  1874. padding: 0 5px 5px 0;
  1875. }
  1876. #welcome-list {
  1877. font-size: 16px;
  1878. }
  1879. #welcome-left p {
  1880. font-size: 16px;
  1881. line-height: 1.5em;
  1882. }
  1883. #welcome-right table {
  1884. border: 0;
  1885. }
  1886. .search-listing {
  1887. padding: 10px 15px;
  1888. }
  1889. .search-listing li {
  1890. border-bottom-style: solid;
  1891. border-bottom-width: 2px;
  1892. margin-bottom: 10px;
  1893. padding-bottom: 10px;
  1894. text-align: left;
  1895. }
  1896. .search-listing .listing-photo {
  1897. float: left;
  1898. height: 75px;
  1899. }
  1900. .search-listing .listing-photo img {
  1901. margin-right: 10px;
  1902. max-width: 75px;
  1903. }
  1904. .search-listing h3 {
  1905. float: left;
  1906. font-size: 18px;
  1907. line-height: 25px;
  1908. width: 375px;
  1909. }
  1910. .search-listing .member-online {
  1911. color: green;
  1912. float: left;
  1913. line-height: 25px;
  1914. margin: 0 10px 0 0;
  1915. width: 75px;
  1916. }
  1917. .search-listing .strapline {
  1918. float: left;
  1919. line-height: 18px;
  1920. width: 460px;
  1921. }
  1922. .search-listing .listing-questions {
  1923. float: left;
  1924. width: 460px;
  1925. }
  1926. .search-listing .listing-questions li {
  1927. border: none;
  1928. float: left;
  1929. font-size: 11px;
  1930. line-height: 17px;
  1931. margin: 0;
  1932. padding: 0;
  1933. width: 300px;
  1934. }
  1935. .search-listing .listing-questions li strong {
  1936. font-weight: bold;
  1937. }
  1938. .search-listing .listing-questions li .closed {
  1939. float: left;
  1940. margin-right: 5px;
  1941. }
  1942. .search-listing .interact-links {
  1943. float: right;
  1944. margin: 0;
  1945. padding: 0 10px;
  1946. width: 130px;
  1947. }
  1948. .search-listing .interact-links li {
  1949. border-bottom: none;
  1950. border-top-style: solid;
  1951. border-top-width: 1px;
  1952. font-size: 11px;
  1953. margin: 0;
  1954. padding: 2px 5px;
  1955. }
  1956. .search-listing .interact-links li.interact-view-profile {
  1957. border-top: none;
  1958. }
  1959. .search-listing .interact-links li:hover {
  1960. cursor: pointer;
  1961. }
  1962. .search-listing .interact-links li a:hover {
  1963. text-decoration: none;
  1964. }
  1965. .photos-list,.members-list {
  1966. margin: 0 auto;
  1967. text-align: center;
  1968. width: 418px;
  1969. }
  1970. .photos-list {
  1971. width: 425px;
  1972. }
  1973. .photos-list li,.members-list li {
  1974. float: left;
  1975. margin: 0 4px 10px 4px;
  1976. text-align: center;
  1977. width: 59px;
  1978. }
  1979. .members-list img {
  1980. width: 57px;
  1981. height: 57px;
  1982. }
  1983. .photos-list li {
  1984. height: 70px;
  1985. width: 70px;
  1986. padding: 2px;
  1987. }
  1988. .members-list li span {
  1989. display: block;
  1990. margin-top: 3px;
  1991. }
  1992. .members-list li span a {
  1993. font-weight: bold;
  1994. }
  1995. .wall-posts li {
  1996. border-bottom-style: solid;
  1997. border-bottom-width: 1px;
  1998. margin: 10px 0;
  1999. padding-bottom: 8px;
  2000. }
  2001. .wall-post .user-photo {
  2002. float: left;
  2003. margin: 0 5px 0 0;
  2004. }
  2005. .wall-post .user-photo img.photo {
  2006. width: 30px;
  2007. height: 30px;
  2008. }
  2009. .wall-post .who-when {
  2010. font-size: 11px;
  2011. line-height: 15px;
  2012. font-weight: bold;
  2013. width: 92%;
  2014. }
  2015. #umc-messages .wall-post .who-when {
  2016. width: 575px;
  2017. }
  2018. .wall-post .who-when.right {
  2019. text-align: right;
  2020. }
  2021. .wall-post .delete-comment {
  2022. width: 200px;
  2023. text-align: right;
  2024. font-size: 11px;
  2025. }
  2026. .wall-post .content {
  2027. line-height: 18px;
  2028. width: 92%;
  2029. float: left;
  2030. }
  2031. .wall-post .content p {
  2032. font-size: 11px;
  2033. margin: 0;
  2034. }
  2035. .wall-post .wall-post-actions {
  2036. float: right;
  2037. font-size: 11px;
  2038. height: 20px;
  2039. }
  2040. .photo-info {
  2041. float: left;
  2042. margin-top: 4px;
  2043. width: 440px;
  2044. }
  2045. .photo-info h3 {
  2046. font-size: 16px;
  2047. line-height: 26px;
  2048. margin-bottom: 5px;
  2049. }
  2050. .photo-info h3 strong {
  2051. font-weight: bold;
  2052. }
  2053. .photo-info-links {
  2054. font-size: 12px;
  2055. }
  2056. #photo-single .photos-list {
  2057. float: right;
  2058. width: 300px;
  2059. }
  2060. .description {
  2061. padding: 10px;
  2062. text-align: center;
  2063. }
  2064. .blog-list li {
  2065. margin: 20px 0;
  2066. }
  2067. .blog-list li h3 {
  2068. line-height: 1.5em;
  2069. }
  2070. .blog-post h3 {
  2071. border-bottom-style: dashed;
  2072. border-bottom-width: 1px;
  2073. font-size: 19px;
  2074. font-weight: normal;
  2075. line-height: 19px;
  2076. margin: 0 0 5px 0;
  2077. padding: 0 0 8px 0;
  2078. }
  2079. .blog-post h3 .icon {
  2080. margin: 3px 5px 0 0;
  2081. }
  2082. .blog-post h3 a.edit {
  2083. font-size: 12px;
  2084. margin-left: 10px;
  2085. }
  2086. .blog-post .post-time {
  2087. float: right;
  2088. font-size: 10px;
  2089. margin-top: -2px;
  2090. }
  2091. .blog-post .post-time strong {
  2092. font-weight: bold;
  2093. }
  2094. .blog-post .post-comments {
  2095. float: left;
  2096. font-size: 11px;
  2097. padding: 0 0 2px 0;
  2098. }
  2099. .blog-post .post-comments strong {
  2100. font-size: bold;
  2101. }
  2102. .blog-post .post-tags {
  2103. float: right;
  2104. font-size: 11px;
  2105. padding: 0 0 2px 18px;
  2106. }
  2107. .blog-entry h3 {
  2108. font-size: 20px;
  2109. font-weight: normal;
  2110. margin: 3px 0 5px 0;
  2111. padding-bottom: 0;
  2112. }
  2113. .blog-entry .entry-stats {
  2114. font-size: 12px;
  2115. line-height: 16px;
  2116. }
  2117. .blog-entry .entry-body {
  2118. margin-bottom: 10px;
  2119. padding: 10px 15px;
  2120. line-height: 1.5em;
  2121. }
  2122. .rss-entry {
  2123. padding-bottom: 25px;
  2124. padding-top: 10px;
  2125. }
  2126. .rss-entry td,.rss-entry {
  2127. font-size: 12px!important;
  2128. line-height: 1.6em!important;
  2129. }
  2130. .rss-entry a {
  2131. text-decoration: underline;
  2132. }
  2133. .rss-entry a img {
  2134. text-decoration: none;
  2135. padding: 3px;
  2136. }
  2137. .rss-entry td {
  2138. padding: 15px 0 0 10px!important;
  2139. }
  2140. .rss-entry h3 {
  2141. font-weight: bold;
  2142. display: inline;
  2143. }
  2144. .rss-entry .feed-icon {
  2145. float: right;
  2146. padding-left: 10px;
  2147. }
  2148. .rss-entry .entry-stats {
  2149. font-size: 10px;
  2150. display: inline;
  2151. font-weight: bold;
  2152. }
  2153. .profile-group-list li.group-list-item {
  2154. border-bottom-style: solid;
  2155. border-bottom-width: 1px;
  2156. margin-top: 13px;
  2157. padding-bottom: 10px;
  2158. }
  2159. .group-list-info {
  2160. float: left;
  2161. }
  2162. .group-list-info .title {
  2163. font-size: 13px;
  2164. font-weight: bold;
  2165. line-height: 15px;
  2166. margin-top: 3px;
  2167. width: 225px;
  2168. }
  2169. .group-list-members {
  2170. float: right;
  2171. font-size: 9px;
  2172. height: 20px;
  2173. text-transform: uppercase;
  2174. text-align: right;
  2175. }
  2176. .group-list-members strong {
  2177. float: left;
  2178. font-size: 20px;
  2179. font-weight: normal;
  2180. line-height: 20px;
  2181. }
  2182. .group-list-members span {
  2183. line-height: 23px;
  2184. margin-left: 2px;
  2185. }
  2186. #theform-inbox {
  2187. width: 770px;
  2188. }
  2189. #message-items {
  2190. display: block;
  2191. width: 770px;
  2192. }
  2193. #message-items th {
  2194. font-size: 11px;
  2195. font-weight: bold;
  2196. padding: 6px 0;
  2197. vertical-align: top;
  2198. }
  2199. #umc-notices .unread,#message-items tr.unread,#theform-inbox .unread,.unread blockquote {
  2200. background-color: #FFF9D7!important;
  2201. color: #000!important;
  2202. padding: 5px;
  2203. }
  2204. div.progressBarStatus,.unread .activity-when {
  2205. color: #000!important;
  2206. }
  2207. .umc-request-item {
  2208. padding: 10px 0;
  2209. font-size: 12px;
  2210. }
  2211. .unread a {
  2212. color: #333!important;
  2213. }
  2214. #message-items .check {
  2215. display: block;
  2216. text-align: center;
  2217. width: 30px;
  2218. }
  2219. #message-items td {
  2220. padding: 7px 0;
  2221. vertical-align: top;
  2222. }
  2223. #message-items td a {
  2224. display: block;
  2225. text-decoration: none;
  2226. width: 100%;
  2227. }
  2228. #message-items td a span {
  2229. display: block;
  2230. font-size: 11px;
  2231. }
  2232. #message-items td.check {
  2233. padding-top: 14px;
  2234. }
  2235. #message-items .check img {
  2236. cursor: pointer;
  2237. }
  2238. #message-items td.image {
  2239. padding-top: 10px;
  2240. }
  2241. #message-items .image {
  2242. width: 30px;
  2243. }
  2244. #message-items .image {
  2245. padding-left: 15px;
  2246. padding-right: 5px;
  2247. text-align: center;
  2248. }
  2249. #message-items .image img {
  2250. height: 20px;
  2251. width: 20px;
  2252. }
  2253. #message-items .sender {
  2254. width: 130px;
  2255. }
  2256. #message-items td.sender {
  2257. font-size: 12px;
  2258. line-height: 25px;
  2259. padding: 8px 0 0 3px;
  2260. }
  2261. #message-items td.sender span {
  2262. display: inline;
  2263. font-weight: bold;
  2264. }
  2265. #message-items td.sender em {
  2266. display: block;
  2267. font-style: normal;
  2268. overflow: hidden;
  2269. width: 110px;
  2270. }
  2271. #message-items .subject {
  2272. width: 385px;
  2273. }
  2274. #message-items td.subject {
  2275. display: block;
  2276. font-size: 14px;
  2277. font-weight: bold;
  2278. margin-top: -8px;
  2279. padding-right: 10px;
  2280. overflow: hidden;
  2281. white-space: nowrap;
  2282. }
  2283. @media screen and(-webkit-min-device-pixel-ratio:0) {#message-items td.subject {
  2284. margin-top: 0;
  2285. }
  2286.  
  2287. }
  2288. #message-items td.noreply {
  2289. display: block;
  2290. line-height: 22px;
  2291. }
  2292. #message-items .subject a em {
  2293. font-size: 11px;
  2294. font-weight: normal;
  2295. }
  2296. #message-items td.subject a span {
  2297. font-size: 10px;
  2298. font-weight: normal;
  2299. }
  2300. #message-items td.date {
  2301. font-size: 11px;
  2302. line-height: 28px;
  2303. margin-right: 25px;
  2304. padding-top: 10px;
  2305. }
  2306. #message-items .date {
  2307. width: 175px;
  2308. }
  2309. #message-items td.delete {
  2310. padding-top: 15px;
  2311. text-align: center;
  2312. width: 30px;
  2313. }
  2314. #message-items .delete {
  2315. width: 30px;
  2316. }
  2317. #message-table-bottom {
  2318. margin-bottom: 10px;
  2319. padding: 8px 25px 8px 0;
  2320. text-align: right;
  2321. }
  2322. #message-actions {
  2323. float: right;
  2324. width: auto;
  2325. }
  2326. #message-actions li {
  2327. display: inline;
  2328. float: left;
  2329. }
  2330. #message-actions li a {
  2331. display: block;
  2332. margin-top: 5px;
  2333. }
  2334. #message-actions li select {
  2335. margin-bottom: 0;
  2336. }
  2337. #message-actions li span {
  2338. float: left;
  2339. margin: 5px 8px 0 0;
  2340. }
  2341. .lightbox-content-box {
  2342. background-color: yellow;
  2343. }
  2344. .upload-entity-list li .upload-preview {
  2345. float: left;
  2346. margin-right: 10px;
  2347. }
  2348. .upload-entity-list li .edit-upload-info {
  2349. float: left;
  2350. width: 360px;
  2351. }
  2352. .upload-entity-list li .upload-permissions {
  2353. float: right;
  2354. }
  2355. #blog-create-upload {
  2356. margin: 10px 0;
  2357. }
  2358. .inline-upload h2 {
  2359. margin-top: 0;
  2360. }
  2361. .activity-list li {
  2362. border-bottom-style: solid;
  2363. border-bottom-width: 0;
  2364. margin: 0 0 8px 0;
  2365. padding-bottom: 3px;
  2366. }
  2367. .activity-list .activity-delete {
  2368. display: none;
  2369. width: 15px;
  2370. height: 16px;
  2371. float: right;
  2372. text-align: right;
  2373. }
  2374. .activity-list li .activity-delete {
  2375. display: none;
  2376. }
  2377. .activity-list li:hover .activity-delete {
  2378. display: block;
  2379. }
  2380. .activity-text {
  2381. font-size: 12px;
  2382. padding: 5px!important;
  2383. }
  2384. .activity-text a {
  2385. font-weight: normal;
  2386. }
  2387. .activity-icon {
  2388. float: left;
  2389. margin-right: 6px;
  2390. border: 0;
  2391. width: 24px;
  2392. height: 24px;
  2393. padding: 2px 0 0 2px;
  2394. }
  2395. .activity-when,.activity-delete {
  2396. float: right;
  2397. text-align: right;
  2398. width: 80px;
  2399. font-size: 11px;
  2400. }
  2401. .activity-text blockquote {
  2402. width: 70%;
  2403. font-size: 13px;
  2404. padding: 8px 0 8px 10px;
  2405. margin: 0 50px 0 0;
  2406. float: left;
  2407. }
  2408. .activity-when {
  2409. float: right;
  2410. }
  2411. .activity-when,.activity-delete {
  2412. filter: alpha(opacity=80);
  2413. -moz-opacity: .80;
  2414. opacity: .80;
  2415. }
  2416. .activity-picture {
  2417. float: right;
  2418. padding-top: 3px;
  2419. }
  2420. .activity-pictures {
  2421. margin-left: 10px;
  2422. }
  2423. .activity-list .video-photo {
  2424. width: 120px;
  2425. overflow-x: hidden;
  2426. display: block;
  2427. }
  2428. .activity-list div.video_thumb {
  2429. background-image: url(/icons/custom/no-video.png);
  2430. }
  2431. .activity-list div.video_thumb,.activity-list div.video_thumb img {
  2432. float: left;
  2433. height: 90px;
  2434. position: relative;
  2435. width: 120px;
  2436. padding: 4px 0 4px 0;
  2437. }
  2438. .activity-list div.video_thumb:hover div.play_button {
  2439. background: url(/icons/mini_play.png);
  2440. background-repeat: no-repeat;
  2441. position: absolute;
  2442. opacity: .8;
  2443. left: 0;
  2444. top: 0;
  2445. width: 24px;
  2446. height: 24px;
  2447. }
  2448. .activity-list div.video_thumb div.video_duration {
  2449. background-color: #000;
  2450. filter: alpha(opacity=60);
  2451. filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  2452. opacity: .6;
  2453. padding: 0 2px 1px;
  2454. height: 12px;
  2455. position: absolute;
  2456. right: 1px;
  2457. top: 76px;
  2458. font-size: 10px;
  2459. color: #FFF;
  2460. }
  2461. .activity-list .video-desc {
  2462. margin-left: 10px;
  2463. }
  2464. .activity-list h3 {
  2465. font-weight: bold;
  2466. font-size: 13px;
  2467. padding-top: 4px;
  2468. }
  2469. div#videos-list,div#photos-list {
  2470. min-height: 800px;
  2471. }
  2472. .pagination {
  2473. padding-bottom: 5px;
  2474. font-size: 12px;
  2475. }
  2476. .pagination-desc {
  2477. float: left;
  2478. padding-top: 3px;
  2479. }
  2480. .pagination-desc strong,.pagination-links strong {
  2481. font-weight: bold;
  2482. }
  2483. .pagination-links {
  2484. float: right;
  2485. padding: 0!important;
  2486. }
  2487. .pagination-links li {
  2488. display: inline;
  2489. font-weight: bold;
  2490. float: left;
  2491. height: 16px;
  2492. }
  2493. .pagination-links li.nav-selected {
  2494. border-style: solid;
  2495. padding: 1px 4px 0!important;
  2496. border-width: 2px;
  2497. }
  2498. .pagination-links li.nav {
  2499. border: none;
  2500. padding: 3px 4px 0!important;
  2501. }
  2502. .arrow-left {
  2503. display: block;
  2504. height: 75px;
  2505. float: left;
  2506. text-align: center;
  2507. width: 30px;
  2508. }
  2509. .arrow-right {
  2510. display: block;
  2511. height: 75px;
  2512. float: right;
  2513. text-align: center;
  2514. width: 30px;
  2515. }
  2516. .picture-carousel .arrow-left,.picture-carousel .arrow-right {
  2517. height: 45px;
  2518. padding-top: 26px;
  2519. }
  2520. .picture-carousel .arrow-left {
  2521. margin-right: 5px;
  2522. }
  2523. .buttons a,.buttons button {
  2524. display: block;
  2525. margin: 0 7px 0 0;
  2526. background-color: #f5f5f5;
  2527. border: 1px solid #dedede;
  2528. border-top: 1px solid #eee;
  2529. border-left: 1px solid #eee;
  2530. font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
  2531. font-size: 100%;
  2532. line-height: 130%;
  2533. text-decoration: none;
  2534. font-weight: normal;
  2535. color: #565656;
  2536. cursor: pointer;
  2537. padding: 5px 10px 6px 7px;
  2538. }
  2539. .buttons button {
  2540. width: auto;
  2541. padding: 4px 10px 3px 7px;
  2542. }
  2543. #sb-signup .buttons a,#sb-signup .buttons {
  2544. white-space: normal!important;
  2545. }
  2546. .buttons button[type] {
  2547. padding: 5px 10px 5px 7px;
  2548. line-height: 17px;
  2549. }
  2550. *:first-child+html button[type] {
  2551. padding: 4px 10px 3px 7px;
  2552. }
  2553. .buttons button img,.buttons a img {
  2554. margin: 0 3px -3px 0!important;
  2555. padding: 0;
  2556. border: none;
  2557. width: 16px;
  2558. height: 16px;
  2559. }
  2560. button:hover,.buttons a:hover {
  2561. background-color: #dff4ff;
  2562. border: 1px solid #c2e1ef;
  2563. color: #369;
  2564. }
  2565. .buttons a:active {
  2566. background-color: #6299c5;
  2567. border: 1px solid #6299c5;
  2568. color: #fff;
  2569. }
  2570. button.positive,.buttons a.positive {
  2571. color: #529214;
  2572. }
  2573. .buttons a.positive:hover,button.positive:hover {
  2574. background-color: #E6EFC2;
  2575. border: 1px solid #C6D880;
  2576. color: #529214;
  2577. }
  2578. .buttons a.positive:active {
  2579. background-color: #529214;
  2580. border: 1px solid #529214;
  2581. color: #fff;
  2582. }
  2583. .buttons a.negative,button.negative {
  2584. color: #d12f19;
  2585. }
  2586. .buttons a.negative:hover,button.negative:hover {
  2587. background: #fbe3e4;
  2588. border: 1px solid #fbc2c4;
  2589. color: #d12f19;
  2590. }
  2591. .buttons a.negative:active {
  2592. background-color: #d12f19;
  2593. border: 1px solid #d12f19;
  2594. color: #fff;
  2595. }
  2596. #overlay {
  2597. background-color: #000;
  2598. height: 500px;
  2599. left: 0;
  2600. position: absolute;
  2601. top: 0;
  2602. width: 100%;
  2603. z-index: 100;
  2604. }
  2605. #lightbox {
  2606. color: #222;
  2607. left: 0;
  2608. line-height: 18px;
  2609. position: absolute;
  2610. text-align: left;
  2611. width: 100%;
  2612. z-index: 101;
  2613. }
  2614. #lightbox-close-button a {
  2615. background-image: url('http://static.sgcdn.net/icons/lightbox-close.png');
  2616. background-position: left top;
  2617. background-repeat: no-repeat;
  2618. cursor: pointer;
  2619. display: block;
  2620. height: 25px;
  2621. left: -11px;
  2622. text-indent: -9999px;
  2623. position: absolute;
  2624. top: -11px;
  2625. width: 25px;
  2626. z-index: 999;
  2627. }
  2628. #outer-container {
  2629. background-color: #FFF;
  2630. border: 1px solid #000;
  2631. margin: 0 auto;
  2632. padding: 5px;
  2633. position: relative;
  2634. width: 600px;
  2635. }
  2636. #inner-container {
  2637. display: block;
  2638. padding: 2px;
  2639. }
  2640. .action-inform {
  2641. background-color: #FFF9D7;
  2642. border: 1px solid #E2C822;
  2643. color: #333;
  2644. margin-bottom: 10px;
  2645. padding: 10px;
  2646. text-align: center;
  2647. }
  2648. .action-alert {
  2649. background-color: #FFF9D7;
  2650. border: 1px solid #E2C822;
  2651. color: #333;
  2652. margin-bottom: 10px;
  2653. padding: 10px;
  2654. text-align: center;
  2655. }
  2656. .action-alert a {
  2657. color: #000!important;
  2658. }
  2659. .action-error {
  2660. background-color: #FFF9D7;
  2661. border: 1px solid #E2C822;
  2662. color: #333;
  2663. margin-bottom: 10px;
  2664. padding: 10px;
  2665. text-align: center;
  2666. }
  2667. .admin-note {
  2668. background-color: #f2feed;
  2669. border: 1px solid #9dcf87;
  2670. padding: 5px;
  2671. font-size: 12px;
  2672. color: #222;
  2673. text-align: center;
  2674. margin: 10px;
  2675. }
  2676. .admin-note a {
  2677. color: black;
  2678. }
  2679. .left {
  2680. float: left;
  2681. }
  2682. .hide {
  2683. display: none;
  2684. }
  2685. .icon {
  2686. float: left;
  2687. margin-right: 5px;
  2688. }
  2689. .icon-wrong {
  2690. left: -4px;
  2691. position: relative;
  2692. top: -7px;
  2693. }
  2694. .more {
  2695. float: right;
  2696. font-size: 11px;
  2697. font-family: "Helvetica Neue",Tahoma,Helvetica,Arial,sans-serif;
  2698. font-weight: bold;
  2699. text-transform: uppercase;
  2700. }
  2701. .more_rss {
  2702. float: left;
  2703. font-size: 11px;
  2704. font-family: "Helvetica Neue",Tahoma,Helvetica,Arial,sans-serif;
  2705. font-weight: bold;
  2706. text-transform: uppercase;
  2707. }
  2708. .more_rss img {
  2709. margin: 2px 5px -2px 0;
  2710. }
  2711. .status-online {
  2712. color: green;
  2713. margin-right: 5px;
  2714. }
  2715. .status-away {
  2716. color: orange;
  2717. margin-right: 5px;
  2718. }
  2719. .status-kick {
  2720. color: #c00;
  2721. margin-right: 5px;
  2722. }
  2723. .photo {
  2724. border-style: solid;
  2725. border-width: 0;
  2726. }
  2727. .activity-list .photo {
  2728. border: 0 0 0 0!important;
  2729. margin: 10px 5px;
  2730. width: 75px;
  2731. height: 75px;
  2732. }
  2733. .site-help {
  2734. background-color: #bce4ff;
  2735. border: 1px solid #458AC3;
  2736. color: #333;
  2737. padding: 5px;
  2738. text-align: left;
  2739. font-size: 11px;
  2740. margin-left: -9px;
  2741. }
  2742. .thumbnail {
  2743. height: 20px;
  2744. width: 20px;
  2745. }
  2746. .clearfix:after {
  2747. content: ".";
  2748. clear: both;
  2749. display: block;
  2750. height: 0;
  2751. visibility: hidden;
  2752. }
  2753. .clearfix {
  2754. display: inline-block;
  2755. }
  2756. .clearfix {
  2757. display: block;
  2758. }
  2759. ul.widget-list {
  2760. margin-top: -4px;
  2761. clear: both;
  2762. }
  2763. .widget-list li {
  2764. border-bottom: 1px solid;
  2765. padding: 3px 0 3px 0;
  2766. }
  2767. .widget-list li.group-list-item {
  2768. border-bottom: none;
  2769. width: 56px;
  2770. height: 53px;
  2771. }
  2772. #sidebar .widget-list li.group-list-item {
  2773. width: 55px;
  2774. height: 53px;
  2775. }
  2776. .widget-list li:first {
  2777. padding-top: 0;
  2778. }
  2779. .widget-footer {
  2780. margin: 4px 0 4px 0;
  2781. clear: both;
  2782. }
  2783. .widget-footer a {
  2784. text-align: right;
  2785. font-size: 12px;
  2786. padding: 4px 4px 0 0;
  2787. display: block;
  2788. text-transform: capitalize!important;
  2789. }
  2790. .forum-list-title {
  2791. margin: 0 0 4px 18px!important;
  2792. font-size: 13px;
  2793. padding-top: 1px;
  2794. text-align: left;
  2795. float: none!important;
  2796. }
  2797. .forum-list-item img {
  2798. float: left;
  2799. padding-top: 2px;
  2800. }
  2801. .forum-list-time {
  2802. float: right;
  2803. font-size: 10px;
  2804. line-height: 15px;
  2805. text-align: left;
  2806. }
  2807. #sidebar .forum-list-time {
  2808. display: none;
  2809. }
  2810. .forum-list-message {
  2811. font-size: 10px;
  2812. text-align: left;
  2813. }
  2814. ul.minor-options li a {
  2815. font-size: 10px!important;
  2816. padding: 7px 0 5px 8px;
  2817. }
  2818. .group-forum-list-item {
  2819. padding-bottom: 10px;
  2820. }
  2821. .group-forum-list-item img {
  2822. float: left;
  2823. margin: 4px;
  2824. }
  2825. .group-forum-list-title {
  2826. font-size: 14px;
  2827. float: left;
  2828. width: 280px;
  2829. }
  2830. .group-forum-list-time {
  2831. float: right;
  2832. font-size: 10px;
  2833. width: 170px;
  2834. text-align: right;
  2835. }
  2836. .welcome-list-title {
  2837. margin-bottom: 1px;
  2838. font-size: 12px;
  2839. text-align: left;
  2840. padding-top: 0;
  2841. min-height: 32px;
  2842. margin: 0 0 0 38px!important;
  2843. float: none!important;
  2844. }
  2845. .welcome-list img {
  2846. float: left;
  2847. margin-top: 3px;
  2848. }
  2849. li.welcome-list {
  2850. margin: 5px 0 0 0;
  2851. padding: 0 0 5px 0;
  2852. }
  2853. .magazine-list-avatar {
  2854. float: left;
  2855. width: 36px;
  2856. padding: 2px 0 2px 0;
  2857. }
  2858. .magazine-list-title {
  2859. margin-bottom: 1px;
  2860. font-size: 12px;
  2861. padding-top: 1px;
  2862. margin-left: 38px!important;
  2863. float: none!important;
  2864. width: auto!important;
  2865. }
  2866. .magazine-list img {
  2867. float: left;
  2868. }
  2869. .magazine-list-author {
  2870. font-size: 10px!important;
  2871. margin-left: 38px!important;
  2872. width: auto!important;
  2873. float: none!important;
  2874. }
  2875. .magazine-list-clip {
  2876. font-size: 10px!important;
  2877. margin-left: 38px!important;
  2878. width: auto!important;
  2879. float: none!important;
  2880. }
  2881. .magazine-authors .magazine-list-title,.magazine-authors .magazine-list-author {
  2882. width: 120px;
  2883. }
  2884. .three,.four {
  2885. font-size: 12px;
  2886. }
  2887. .entity-list img {
  2888. padding: 2px;
  2889. }
  2890. .birthday-list-item {
  2891. font-size: 12px!important;
  2892. }
  2893. .birthday-list-item img {
  2894. float: left;
  2895. }
  2896. .birthday-list-info {
  2897. margin-left: 20px;
  2898. }
  2899. .news-list-item {
  2900. padding: 3px 0 3px 0;
  2901. }
  2902. .news-list-title {
  2903. margin-bottom: 2px;
  2904. font-size: 12px;
  2905. padding-top: 1px;
  2906. }
  2907. .news-list-item img {
  2908. float: right;
  2909. padding-top: 5px;
  2910. }
  2911. .news-list-time {
  2912. font-size: 9px;
  2913. text-align: right;
  2914. }
  2915. li.featured-member-item {
  2916. width: 139px;
  2917. padding: 0 0 5px 0;
  2918. margin-left: 10px;
  2919. border-bottom: 0;
  2920. margin-top: 10px;
  2921. }
  2922. li.featured-member-item a:hover {
  2923. text-decoration: none;
  2924. }
  2925. li.featured-member-item:first {
  2926. margin-left: -4px;
  2927. }
  2928. li.featured-member-item div {
  2929. padding: 4px 5px 3px 3px;
  2930. width: 140px;
  2931. }
  2932. li.featured-member-item div a {
  2933. font-size: 13px;
  2934. font-weight: bold;
  2935. white-space: nowrap;
  2936. width: 149px;
  2937. overflow: hidden;
  2938. }
  2939. li.featured-member-item div span {
  2940. font-size: 11px;
  2941. }
  2942. ul.featured-members {
  2943. margin: 2px 0 2px 2px;
  2944. }
  2945. .photo-info {
  2946. float: left;
  2947. margin-top: 4px;
  2948. width: 440px;
  2949. }
  2950. .photo-info h3 {
  2951. font-size: 16px;
  2952. line-height: 26px;
  2953. margin-bottom: 5px;
  2954. }
  2955. .photo-info h3 strong {
  2956. font-weight: bold;
  2957. }
  2958. .photo-info-links {
  2959. font-size: 12px;
  2960. }
  2961. #photo-single {
  2962. min-height: 600px;
  2963. }
  2964. #photo-single .photos-list {
  2965. float: right;
  2966. width: 300px;
  2967. }
  2968. #photo-single .photos-list li {
  2969. float: left;
  2970. height: 54px;
  2971. margin: 0 0 0 5px;
  2972. width: 54px;
  2973. }
  2974. .photo-single-image {
  2975. padding: 10px;
  2976. text-align: center;
  2977. min-height: 100px;
  2978. width: 726px;
  2979. }
  2980. .photo-single-image canvas#loading {
  2981. float: none;
  2982. right: 0;
  2983. }
  2984. .photo-single-description {
  2985. float: left;
  2986. width: 515px;
  2987. }
  2988. .photo-single-interact {
  2989. float: right;
  2990. width: 225px;
  2991. }
  2992. .photo-single-bottom {
  2993. margin-top: 10px;
  2994. }
  2995. .photo-single-info {
  2996. font-size: 12px;
  2997. text-align: center;
  2998. width: 230px;
  2999. margin-left: 10px;
  3000. overflow: hidden;
  3001. }
  3002. .photo-single-comments {
  3003. float: left;
  3004. width: 515px;
  3005. }
  3006. .photos-album-list,.album-list {
  3007. padding: 3px;
  3008. text-align: center;
  3009. }
  3010. .photos-album-list li,.album-list li {
  3011. float: left;
  3012. width: 134px;
  3013. height: 162px;
  3014. margin: 4px;
  3015. padding: 1px;
  3016. }
  3017. .photos-album-list li,.album-list li {
  3018. position: relative;
  3019. }
  3020. .photos-album-list li {
  3021. height: 170px;
  3022. font-size: 10px;
  3023. }
  3024. .photos-album-list .moderate-block {
  3025. background-color: #EDEDED;
  3026. height: 16px;
  3027. opacity: .8;
  3028. padding: 2px;
  3029. float: left;
  3030. top: 1px;
  3031. width: 134px;
  3032. }
  3033. .photos-album-list .moderate-block img {
  3034. width: 16px;
  3035. height: 16px;
  3036. }
  3037. #photo-album .pagination {
  3038. width: 726px;
  3039. }
  3040. .photo {
  3041. border: 0 solid;
  3042. }
  3043. .tagcloud .tag-icon {
  3044. float: left;
  3045. padding: 0 5px 3px 3px;
  3046. }
  3047. .tagcloud div {
  3048. float: right;
  3049. width: 94%;
  3050. font-size: 12px;
  3051. }
  3052. .edit-profile-photo {
  3053. margin-bottom: 10px;
  3054. }
  3055. #edit-profile-aboutme h4 {
  3056. font-size: 16px;
  3057. font-weight: bold;
  3058. margin-bottom: 5px;
  3059. text-align: left;
  3060. }
  3061. .edit-profile-photo h5 {
  3062. border-bottom: 2px solid #000;
  3063. font-size: 15px;
  3064. font-weight: bold;
  3065. margin-bottom: 10px;
  3066. padding-bottom: 2px;
  3067. width: 450px;
  3068. }
  3069. .edit-profile-photo .grid-left {
  3070. margin-top: 10px;
  3071. text-align: center;
  3072. width: 250px;
  3073. }
  3074. .edit-profile-photo span {
  3075. font-size: 11px;
  3076. margin-bottom: 10px;
  3077. }
  3078. .edit-profile-photo .grid-right {
  3079. width: 460px;
  3080. }
  3081. .edit-photo-upload-picture,.edit-photo-choose-default,.edit-photo-remove-picture {
  3082. margin-bottom: 10px;
  3083. padding: 5px;
  3084. }
  3085. #profile-albums .arrow-left,#profile-albums .arrow-right {
  3086. padding-top: 65px;
  3087. }
  3088. #profile-friends-list .arrow-left,#profile-friends-list .arrow-right {
  3089. padding-top: 52px;
  3090. }
  3091. .edit-photo-choose-default .arrow-left,.edit-photo-choose-default .arrow-right {
  3092. margin-top: 30px;
  3093. }
  3094. #profile-interact li {
  3095. float: left;
  3096. }
  3097. #profile-interact li a {
  3098. border-style: solid;
  3099. border-width: 1px;
  3100. cursor: pointer;
  3101. display: block;
  3102. float: left;
  3103. font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
  3104. font-size: 100%;
  3105. line-height: 130%;
  3106. margin-right: 7px;
  3107. padding: 5px 7px 6px 7px;
  3108. text-decoration: none;
  3109. }
  3110. #profile-interact li a img {
  3111. border: none;
  3112. height: 16px;
  3113. margin: 0 5px -3px 0;
  3114. padding: 0;
  3115. width: 16px;
  3116. }
  3117. .event-smallinfo {
  3118. height: 51px;
  3119. margin-top: 10px;
  3120. }
  3121. .event-date {
  3122. float: left;
  3123. text-align: center;
  3124. width: 50px;
  3125. }
  3126. .event-smallinfo .month {
  3127. font-size: 11px;
  3128. font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  3129. font-weight: bold;
  3130. line-height: 18px;
  3131. text-transform: uppercase;
  3132. }
  3133. .event-smallinfo .day {
  3134. border-style: solid;
  3135. border-width: 1px;
  3136. border-top: none;
  3137. font-family: Verdana,"Times New Roman",Times,serif;
  3138. font-size: 30px;
  3139. line-height: 32px;
  3140. }
  3141. .event-smallinfo .name {
  3142. font-size: 15px;
  3143. font-weight: bold;
  3144. margin-left: 60px;
  3145. }
  3146. .event-smallinfo .tagline {
  3147. font-size: 11px;
  3148. line-height: 15px;
  3149. margin: 2px 0 0 60px;
  3150. }
  3151. .group-top-list li.group-list-item,.group-new-list li.group-list-item {
  3152. border-bottom-style: solid;
  3153. border-bottom-width: 1px;
  3154. margin: 10px 0;
  3155. padding-bottom: 10px;
  3156. }
  3157. .group-list-half .group-list-info {
  3158. float: left;
  3159. width: 293px;
  3160. }
  3161. .group-list-half .profile-pic {
  3162. float: left;
  3163. margin-right: 10px;
  3164. }
  3165. .group-list-half .title {
  3166. font-size: 14px;
  3167. font-weight: bold;
  3168. margin-top: 3px;
  3169. }
  3170. .group-list-half .tagline {
  3171. font-size: 11px;
  3172. line-height: 14px;
  3173. margin-top: 2px;
  3174. }
  3175. .group-list-join {
  3176. float: right;
  3177. font-size: 9px;
  3178. height: 50px;
  3179. padding: 9px 5px 0 5px;
  3180. text-align: center;
  3181. text-transform: uppercase;
  3182. width: 50px;
  3183. }
  3184. .group-list-join strong {
  3185. font-size: 20px;
  3186. font-weight: normal;
  3187. line-height: 25px;
  3188. letter-spacing: -1px;
  3189. }
  3190. .actions {
  3191. margin: 10px 0 0 30px;
  3192. }
  3193. .actions li {
  3194. font-size: 11px;
  3195. line-height: 16px;
  3196. margin: 2px 0 8px 0;
  3197. padding: 0;
  3198. }
  3199. .actions li a img {
  3200. float: left;
  3201. }
  3202. .actions li a span {
  3203. padding-left: 8px;
  3204. }
  3205. .actions li a:hover {
  3206. text-decoration: none;
  3207. }
  3208. .actions li a:hover span {
  3209. text-decoration: underline;
  3210. }
  3211. .countdown {
  3212. text-align: center;
  3213. }
  3214. .countdown li {
  3215. float: left;
  3216. margin: 0 10px;
  3217. }
  3218. .countdown-days,.countdown-hours,.countdown-minutes,.countdown-seconds {
  3219. font-family: Futura;
  3220. font-size: 30px;
  3221. color: #373737;
  3222. height: 34px;
  3223. width: 41px;
  3224. }
  3225. .countdown-label {
  3226. font-size: 11px;
  3227. }
  3228. .group-list-item img {
  3229. float: left;
  3230. margin-right: 3px;
  3231. }
  3232. .invite-list {
  3233. margin: 0 auto;
  3234. text-align: left;
  3235. width: 580px;
  3236. }
  3237. .invite-list li {
  3238. float: left;
  3239. margin: 5px;
  3240. width: 180px;
  3241. }
  3242. .invite-list li img {
  3243. float: left;
  3244. margin-right: 10px;
  3245. }
  3246. .invite-list li .invite {
  3247. margin: 0 auto;
  3248. margin-top: 12px;
  3249. }
  3250. .center {
  3251. margin: 0 auto;
  3252. text-align: center;
  3253. }
  3254. .tip {
  3255. background-color: #000;
  3256. color: #FFF;
  3257. opacity: .7;
  3258. padding: 5px;
  3259. z-index: 13000;
  3260. }
  3261. li.invite_friend {
  3262. float: left;
  3263. margin-bottom: 3px;
  3264. height: 20px;
  3265. width: 240px;
  3266. }
  3267. li.invite_friend div.left img {
  3268. width: 20px;
  3269. height: 20px;
  3270. }
  3271. li.invite_friend input#invitations {
  3272. margin: 0 9px 0 0;
  3273. }
  3274. textarea#external-invite-emails {
  3275. height: 45px;
  3276. width: 450px;
  3277. }
  3278. .lastupdated {
  3279. display: none;
  3280. }
  3281. .entry-body {
  3282. padding: 0;
  3283. margin: 0;
  3284. }
  3285. .entry-body td {
  3286. overflow: visible;
  3287. overflow-x: inherit;
  3288. text-overflow: inherit;
  3289. padding: 3px;
  3290. }
  3291. .entry-body table,.entry-body td {
  3292. vertical-align: top!important;
  3293. }
  3294. .entry-body br {
  3295. padding-bottom: 10px;
  3296. }
  3297. #profile-interact ul li {
  3298. margin-bottom: 5px;
  3299. }
  3300. #welcome-page th {
  3301. font-size: 20px;
  3302. padding: 10px 0 20px 0;
  3303. }
  3304. #welcome-page table th {
  3305. border-bottom-style: solid;
  3306. border-bottom-width: 1px;
  3307. font-size: 18px;
  3308. padding: 10px 0 5px 0;
  3309. text-align: left;
  3310. }
  3311. #welcome-left img {
  3312. border-style: solid;
  3313. border-width: 1px;
  3314. padding: 4px;
  3315. }
  3316. #welcome-list tr {
  3317. border-bottom-style: solid;
  3318. border-bottom-width: 1px;
  3319. padding-bottom: 10px;
  3320. }
  3321. #welcome-list tr.button {
  3322. border: none;
  3323. padding-bottom: 10px;
  3324. }
  3325. #what-now {
  3326. background-color: #FFF9D7;
  3327. color: #333;
  3328. }
  3329. #what-now h3 {
  3330. border-bottom: none;
  3331. padding: 8px 0 8px 0;
  3332. font-size: 21px;
  3333. }
  3334. #what-now .title,#what-now .desc {
  3335. width: 163px;
  3336. float: right;
  3337. }
  3338. #what-now .icon {
  3339. float: left;
  3340. width: 32px;
  3341. padding-right: 3px;
  3342. }
  3343. #what-now-list li {
  3344. background-color: #fdf2b4;
  3345. padding: 13px 15px 13px 10px;
  3346. margin: 5px 10px 15px 0;
  3347. -moz-border-radius: 5px!important;
  3348. -webkit-border-radius: 5px!important;
  3349. }
  3350. #what-now-list li.close {
  3351. font-size: 13px;
  3352. padding: 5px 10px 0 0;
  3353. text-align: right

URL: http://static.socialgo.com/css/gen/snm-pack.css.v4011546

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.