Advertisement
lacqueried

margarita in guava

Jul 28th, 2012
523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.56 KB | None | 0 0
  1. /*----------------------------------------------
  2.  
  3. layout name: margarita in guava
  4. layout base: crisped
  5. updated: 8/03/14
  6.  
  7. chimney.dreamwidth.org / pastries.dreamwidth.org
  8. do not redistribute!
  9.  
  10. ----------------------------------------------*/
  11.  
  12.  
  13. #lj_controlstrip{position:fixed;}
  14.  
  15. @font-face {
  16. font-family: 'Open Sans Condensed';
  17. font-style: normal;
  18. font-weight: 300;
  19. src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(http://themes.googleusercontent.com/static/fonts/opensanscondensed/v6/gk5FxslNkTTHtojXrkp-xF1YPouZEKgzpqZW9wN-3Ek.woff) format('woff');
  20. }
  21.  
  22. #module-jump-link { display: none; }
  23.  
  24. H1, H2, H3 {
  25. margin: .25em 0;
  26. padding: .25em 0;
  27. }
  28.  
  29. img {
  30. border: none;
  31. }
  32.  
  33. hr {
  34. display: none;
  35. }
  36. .entry-content hr,
  37. .comment-content hr {
  38. display: block;
  39. margin: 1em 10%;
  40. }
  41.  
  42. body {
  43. font-family:tahoma, sans-serif; font-size: 12pt;
  44. padding:0;
  45. background:url(http://i.imgur.com/JGmeD.png) repeat;
  46. color: #000;
  47. margin:0;
  48.  
  49. }
  50.  
  51. html body {
  52. margin-left: 0em;
  53. margin-right: 0em;
  54. }
  55.  
  56. a, a:active, .ljuser, a:hover{ color: #000; font-weight:normal!important; text-decoration:none!important;
  57. }
  58.  
  59. a:visited { color: inherit }
  60.  
  61. .entry-content a:hover, .ljuser:hover, .ljuser a:hover {color:#F99!important; background:#000;!important; font-weight:normal!important;}
  62.  
  63. q { font-style: italic; }
  64.  
  65. .one-column #content { float: none; }
  66. .two-columns-left #content,
  67. .three-columns-sides #content {
  68. border-left: 20em solid transparent;
  69. }
  70. .two-columns-right #content,
  71. .three-columns-sides #content {
  72. border-right: 20em solid transparent;
  73. }
  74. .three-columns-left #content {
  75. border-left: 40em solid transparent;
  76. }
  77. .three-columns-right #content {
  78. border-right: 40em solid transparent;
  79. }
  80. .column-right #content {
  81. min-width: 20em; /* prevents sidebar overlap of entry, when entry becomes narrower than sidebar */
  82. }
  83.  
  84. #content-footer {
  85. height: 0;
  86. font-size: 0; /*to make IE happy*/
  87. clear: both;
  88. }
  89.  
  90. #header, #footer {
  91. margin: 0;
  92. clear: both;
  93. padding: 0;
  94. }
  95.  
  96. #footer {
  97. margin:0 0 0 125px;
  98. width:150px;
  99. background: transparent;
  100. }
  101.  
  102. #footer a, #footer a:visited, #footer a:active { color:#000; }
  103. #footer a:hover {color:#F99; background:#000; }
  104.  
  105. #primary {
  106. float: left;
  107. width:100%;
  108. margin:0;
  109. }
  110.  
  111. #secondary{
  112. background:#F99;
  113. padding: 130px 0 0 0;
  114. width:180px;
  115. height:100%;
  116. float:left;
  117. margin-left:-250px;
  118. border-left:0px solid #F99;
  119. border-right:0px solid #F99;
  120. position:fixed;}
  121.  
  122. .one-column #primary { float: none; }
  123.  
  124. #primary > .inner:first-child {
  125. padding: 1em;
  126. }
  127.  
  128. .one-column #secondary { width: auto; }
  129.  
  130. .two-columns-left #secondary,
  131. .three-columns-sides #secondary {
  132. }
  133. .two-columns-right #secondary {
  134. float: right;
  135. width: 20em;
  136. margin-right: -20em;
  137. }
  138. .three-columns-left #secondary {
  139. float: left;
  140. width: 20em;
  141. margin-left: -40em;
  142. }
  143. .three-columns-right #secondary {
  144. float: right;
  145. width: 20em;
  146. margin-right: -20em;
  147. }
  148.  
  149. #secondary > .inner:first-child {
  150. padding: 1em;
  151. }
  152.  
  153. .one-column #tertiary { width: auto; }
  154.  
  155. .two-columns-left #tertiary,
  156. .two-columns-right #tertiary {
  157. clear: both;
  158. }
  159. .two-columns-left #tertiary { margin-left: -20em; }
  160. .two-columns-right #tertiary { margin-right: -20em; }
  161. .two-columns-left #tertiary .module,
  162. .two-columns-right #tertiary .module {
  163. float: left;
  164. width: 20em;
  165. }
  166. .three-columns-left #tertiary {
  167. float: left;
  168. width: 20em;
  169. margin-left: -20em;
  170. }
  171. .three-columns-right #tertiary {
  172. float: right;
  173. width: 20em;
  174. margin-right: -40em;
  175. margin-left: 20em; /* so that #tertiary won't overlay #secondary in IE7 */
  176. }
  177. .three-columns-sides #tertiary {
  178. float: right;
  179. width: 20em;
  180. margin-right: -20em;
  181. }
  182.  
  183. #tertiary > .inner:first-child {
  184. padding: 1em;
  185. }
  186.  
  187. .navigation ul {
  188. list-style: none;
  189. margin-left: 0;
  190. padding-left: 0;
  191. }
  192. .navigation li {
  193. display: inline;
  194. padding: 0 .5em;
  195. }
  196.  
  197. .navigation li a:hover, .module-typelist a:hover{color:#F99; background:#000;}
  198.  
  199. .noentries {
  200. text-align:center;
  201. text-transform:uppercase;
  202. padding: 0 .5em;
  203. }
  204.  
  205. /* To prevent overlapping when icon's on the left */
  206. /* and list is the first thing in content */
  207. .entry-content li,
  208. .comment-content li {
  209. list-style-position: inside;
  210. }
  211.  
  212. .metadata ul {
  213. display: inline;
  214. list-style: none;
  215. margin-left: .5em;
  216. padding-left: 0;
  217. }
  218. .metadata li {
  219. margin-bottom: .5em;
  220. }
  221. .metadata.top-metadata ul {
  222. margin: 0;
  223. }
  224. .metadata.top-metadata {
  225. margin-bottom: 1em;
  226. }
  227.  
  228. .tag ul {
  229. display: inline;
  230. list-style:square;
  231. margin-left: .5em;
  232. padding-left: 0;
  233. }
  234. .tag ul li {
  235. display: inline;
  236. padding: .25em;
  237. } /* same for month view */
  238.  
  239. ul.entry-management-links {
  240. list-style: none;
  241. margin-left: 0;
  242. padding-left: 0;
  243. }
  244. ul.entry-management-links li {
  245. display: inline;
  246. padding: 0 .25em;
  247. }
  248.  
  249. ul.entry-interaction-links {
  250. list-style: none;
  251. margin-left: 0;
  252. padding-left: 0;
  253. text-align: right;
  254. }
  255.  
  256. .entry-interaction-links a { color: #757575;
  257. }
  258.  
  259. ul.entry-interaction-links li {
  260. display: inline;
  261. padding: 0 .25em;
  262. }
  263.  
  264. /* comments */
  265.  
  266. .comment-wrapper {
  267. padding: .5em 0;
  268. min-width: 15em;
  269. }
  270.  
  271. .comment .comment-title {
  272. font-family: 'Palatino Linotype', 'Book Antiqua', Georgia, 'Times New Roman', serif;
  273. margin: 0;
  274. }
  275.  
  276. .comment .comment-title, .comment .comment-title a {
  277. color: #757575;
  278. background-color: transparent;
  279.  
  280. }
  281.  
  282. .no-subject .comment .comment-title {
  283. background: none;
  284. border: none;
  285. }
  286.  
  287. ul.comment-management-links {
  288. list-style: none;
  289. margin-left: 0;
  290. padding-left: 0;
  291. text-align: right;
  292. }
  293. ul.comment-management-links li {
  294. display: inline;
  295. padding: 0 .25em;
  296. }
  297.  
  298. ul.comment-interaction-links {
  299. list-style: none;
  300. margin-left: 0;
  301. padding-left: 0;
  302. }
  303. ul.comment-interaction-links li {
  304. display: inline;
  305. padding: 0 .25em;
  306. }
  307.  
  308. textarea#commenttext {
  309. width: 100%; /* fix for FF form width glitch */
  310. }
  311.  
  312. /* archive */
  313.  
  314. table.month {
  315. margin: 0 auto;
  316. border-collapse: collapse;
  317. }
  318. table.month td {
  319. height: 3.25em;
  320. }
  321. table.month td,
  322. table.month th {
  323. border: 1px solid; /* ? */
  324. padding: 3px;
  325. }
  326. table.month td p {
  327. margin: 0;
  328. padding: 3px;
  329. }
  330.  
  331. .month dl dt {
  332. font-weight: bold;
  333. }
  334. .month dl .time {
  335. padding-right: .5em;
  336. }
  337. .month dl h3 {
  338. display: inline;
  339. font-size: medium;
  340. }
  341. .page-month .month .entry-poster {
  342. margin-right: .5em;
  343. }
  344. .month dl .tag ul {
  345. margin-top: 0;
  346. }
  347.  
  348. /* icons */
  349.  
  350. .sorting-options ul {
  351. list-style: none;
  352. margin-left: 0;
  353. }
  354.  
  355. .sorting-options ul li {
  356. display: inline;
  357. }
  358.  
  359. .icon-keywords ul {
  360. display: inline;
  361. list-style: none;
  362. margin-left: .5em;
  363. padding-left: 0;
  364. }
  365.  
  366. .icon-keywords ul li {
  367. display: inline;
  368. padding: 0 .25em 0 0;
  369. }
  370.  
  371. /* modules */
  372.  
  373. .module {
  374. margin:0;
  375. background: transparent;
  376. border: 0;
  377. padding:0;
  378.  
  379. }
  380.  
  381. .module-navlinks a, .module-navlinks a:visited, .module-navlinks a:active { color: #000; font-family:tahoma!important, sans-serif;
  382. }
  383. .module-navlinks a:hover{
  384. background:#000;
  385. color:#F99
  386. }
  387.  
  388. .module-navlinks {width:180px; padding-top:35px;}
  389.  
  390. .module-typelist {
  391. margin: 15px 0 0 0;
  392. width: 180px;
  393. font-size: 10pt;
  394. text-align: center;
  395. letter-spacing: 0.2em;
  396. list-style: none;
  397. }
  398.  
  399. .module h2 {
  400. color: #757575;
  401. background-color: transparent;
  402. font-family: 'Palatino Linotype', 'Book Antiqua', Georgia, 'Times New Roman', serif; font-size: 1.1em;
  403. }
  404.  
  405. .module-content {
  406. font-family: 'tahoma', sans serif;
  407. }
  408.  
  409. .module-content ul {
  410. list-style: outside;
  411. margin-left: 0;
  412. padding-left: 0;
  413. }
  414. .module-content li {
  415. margin:0;
  416. }
  417.  
  418. ul.userlite-interaction-links.icon-links {
  419. list-style: none;
  420. margin-left: 0;
  421. padding-left: 0;
  422. }
  423.  
  424. ul.userlite-interaction-links.icon-links li {
  425. display: inline;
  426. padding: 0 0;
  427. }
  428.  
  429. ul.userlite-interaction-links.text-links {
  430. text-align: left;
  431. }
  432.  
  433. .module-calendar .module-content {
  434. text-align: center;
  435. }
  436.  
  437. .one-column .module-calendar .module-content {
  438. text-align: left;
  439. }
  440.  
  441.  
  442. .module-calendar table {
  443. margin: 0 auto;
  444. }
  445.  
  446. .one-column .module-calendar table {
  447. margin: 0;
  448. }
  449.  
  450. .module-calendar td {
  451. padding: 1px;
  452. }
  453. .module-calendar td a {
  454. display: block;
  455. padding: 2px;
  456. }
  457.  
  458. .module-search, .module-cuttagcontrols, .module-credit, .module-syndicate, .module-calendar, .module-header, .module-pagesummary, .module-powered, .module-time, .page-top, #footer, .module-tags_list, .manage-link{display:none;}
  459. .search-box {
  460. margin: .2em auto;
  461. max-width: 100%;
  462. }
  463.  
  464. /* wrap long content, particularly openid usernames */
  465. .module-pagesummary .ljuser {
  466. white-space: normal !important;
  467. }
  468. .module-pagesummary .module-content {
  469. word-wrap: break-word;
  470. }
  471. .module-credit dt, .module-credit dd {
  472. display: inline;
  473. margin: 0;
  474. padding: 0;
  475. }
  476. .module-credit dt {
  477. font-weight: bold;
  478. margin-right: 0.5em;
  479. }
  480.  
  481. .tags_cloud li, .module-tags_cloud li { display: inline;
  482. list-style-type: none; }
  483.  
  484. .module-syndicate .module-content {
  485. text-align: center;
  486. }
  487.  
  488. .one-column .module-syndicate .module-content {
  489. text-align: left;
  490. }
  491.  
  492.  
  493. .entry .userpic,
  494. .comment .userpic {
  495. text-align: right;
  496. }
  497.  
  498.  
  499.  
  500. /* Crisped */
  501. /* by timeasmymeasure*/
  502.  
  503. /* Main
  504. ***************************************************************************/
  505.  
  506. body {
  507. margin: 30px 0 0 0;
  508. }
  509.  
  510. a, a:link, a:visited {
  511. text-decoration: none;
  512. }
  513.  
  514. code, kbd, pre, tt, textarea {
  515. font-family: monospace;
  516. }
  517.  
  518. input, textarea {
  519. background-color: #ffffff;
  520. border: 1px solid #5f5f5f;
  521. color: #5f5f5f;
  522. }
  523.  
  524. ::-moz-selection {
  525. background-color: #ededed;
  526. color: #757575;
  527. }
  528.  
  529. blockquote {
  530. background-color: transparent;
  531. color: #444;
  532. margin: 0 auto 0 auto;
  533. padding: 0;
  534. width:90%;
  535. }
  536.  
  537. ul {
  538. margin: 5px 0 5px 15px;
  539. list-style-position: inside;
  540. list-style-type: square;
  541. }
  542.  
  543. ol {
  544. margin: 5px 0 5px 15px;
  545. list-style-position: inside;
  546. list-style-type: decimal;
  547. }
  548.  
  549. .poster {
  550. color:#000;
  551. font-size:10pt;
  552. padding: 0 15px 0 15px;
  553. }
  554.  
  555. hr,
  556. .page-separator {
  557. display: none;
  558. }
  559.  
  560. /* Page Containers
  561. ***************************************************************************/
  562.  
  563. #canvas {
  564. padding:0;
  565. height:100%;
  566. margin: 0 auto 0 -20px;
  567. width: 875px;
  568. }
  569.  
  570. #primary > .inner:first-child {
  571. padding: 0;
  572. }
  573.  
  574. #secondary > .inner:first-child {
  575. padding: 0;
  576. }
  577.  
  578. .two-columns #secondary > .inner:first-child,
  579. .three-columns #secondary > .inner:first-child {
  580. padding-top: 0;
  581. }
  582.  
  583. #tertiary > .inner:first-child {
  584. padding: 0;
  585. }
  586.  
  587. .three-columns #tertiary > .inner:first-child {
  588. padding-top: 0;
  589. }
  590.  
  591. /* Header
  592. ***************************************************************************/
  593.  
  594. #header {
  595. font-family:'Open Sans Condensed';
  596. text-transform:uppercase;
  597. text-align:right;
  598. float:right;
  599. width:700px;
  600. background: transparent;
  601. margin: 0 0 10px 0;
  602. }
  603.  
  604. h1#title {
  605. line-height:1em;
  606. padding:0 0 3px 0;
  607. margin:0;
  608. font-size: 20pt;
  609. font-weight:normal;
  610. }
  611.  
  612. h1#title span, h2#subtitle span{color:#F99; background:#000;}
  613.  
  614. h2#subtitle{
  615. line-height:1em;
  616. padding:0;
  617. margin:0;
  618. font-size: 14pt;
  619. font-weight:normal;
  620. }
  621.  
  622. #pagetitle{display:none;}
  623.  
  624. /* Navigation
  625. ***************************************************************************/
  626.  
  627. .navigation {
  628. margin: 5px 0;
  629. font-size: 10pt;
  630. text-transform: uppercase;
  631. }
  632.  
  633. /* Entries
  634. ***************************************************************************/
  635. .entry {
  636. width:100%;
  637. border:0;
  638. padding-bottom: 10px;
  639. margin: 0 0 30px 0;
  640. background: transparent;
  641. color: #5f5f5f;
  642. border-bottom:15px solid #F99;;
  643.  
  644. }
  645.  
  646. .entry .header{
  647. background:#F99;
  648. margin-bottom: 0;
  649. padding: 5px 25px;
  650. text-align: left;}
  651. .entry .entry-title {
  652. font-family: verdana, sans-serif; font-size:12pt;
  653. padding:0;
  654. margin:0;
  655. }
  656.  
  657. .entry .entry-title, .entry .entry-title a {
  658. color: #000;
  659.  
  660. }
  661.  
  662. .no-subject .entry .entry-title {
  663. background: none;
  664. border: none;
  665. }
  666.  
  667. .entry-title a:hover{color: #F99!important; background:#000;}
  668.  
  669. .entry a, .entry a:visited, .entry a:active { color: #000;
  670. }
  671. .entry a:hover {
  672. }
  673.  
  674.  
  675. h3.entry-title {
  676. font-weight: normal;
  677. text-transform: uppercase;
  678. }
  679.  
  680. .datetime {
  681. color: #000;
  682. font-size: 8pt;
  683. text-transform: uppercase;
  684. }
  685.  
  686. .datetime:hover{color:#F99, background:#000;}
  687.  
  688. .entry .userpic {display:none;}
  689.  
  690. .entry .userpic img {
  691. background-color: transparent;
  692. width:60px;
  693. height:60px;
  694. }
  695.  
  696. .entry-content {font-family:'helvetica', arial, sans-serif;
  697. color:#000;
  698. font-size:10pt;
  699. line-height:1.1em;
  700. padding: 15px 15px 0 15px;
  701. }
  702.  
  703. .metadata {
  704. margin-top: 5px;
  705. padding: 10px 15px 5px;
  706. text-transform: uppercase;
  707. }
  708.  
  709. .metadata-item-location,
  710. .metadata-item-music,
  711. .metadata-item-mood,
  712. .tag ul {
  713. color: #7b98c1;
  714. text-align: right;
  715. text-transform: uppercase;
  716. }
  717.  
  718. .tag {
  719. color:#000;
  720. font-size:10pt;
  721. margin: 5px 0;
  722. padding: 15px;
  723. text-transform: uppercase;
  724. }
  725.  
  726. .tag-text {
  727. text-transform: uppercase;
  728. }
  729.  
  730. .tag ul li {
  731. font-weight: normal;
  732. margin: 5px 5px 0 0;
  733. text-align: right;
  734. }
  735.  
  736. .tag ul li a{color:#F99; background:#000;}
  737.  
  738. .entry .footer {
  739. clear: both;
  740. }
  741.  
  742. .year .footer {font-size:10pt; color:#000; background:#F99; padding:5px 0;}
  743. .year .footer a:hover {font-color:#F99; background:#000;}
  744.  
  745. ul.entry-management-links {
  746. margin-top: 5px;
  747. text-align: center;
  748. }
  749.  
  750. ul.entry-management-links li {
  751. display: inline;
  752. margin: 0 auto;
  753. text-align: center;
  754. }
  755.  
  756. ul.entry-interaction-links {
  757. margin-top: 5px;
  758. text-align: center;
  759. }
  760.  
  761. ul.entry-interaction-links li {
  762. display: inline;
  763. font-size: 1.05em;
  764. margin-right: 5px;
  765. text-transform: uppercase;
  766. }
  767.  
  768. ul.entry-interaction-links li a{font-size:.8em; color:#000;}
  769. ul.entry-interaction-links li a:hover{color:#F99; background:#000;}
  770.  
  771. /* Comments
  772. ***************************************************************************/
  773.  
  774. .comment-wrapper .comment {
  775. background-color: #ffffff;
  776. border-right: 1px solid transparent;
  777. border-bottom: 2px solid transparent;
  778. color: #5f5f5f;
  779. padding-bottom: 10px;
  780. margin-bottom: 15px;
  781. }
  782.  
  783. .comment-wrapper .comment a { color: #7b98c1; }
  784. .comment-wrapper .comment a:visited { color: #7b98c1; }
  785. .comment-wrapper .comment a:hover { color: #757575; }
  786. .comment-wrapper .comment a:active { color: #7b98c1; }
  787.  
  788. .comment .header {
  789. background-color: transparent;
  790. color: #757575;
  791. padding: 5px 10px;
  792. margin-bottom: 5px;
  793. text-align: right;
  794. }
  795.  
  796. .comment .comment-title a {
  797. color: #757575;
  798. }
  799.  
  800. .partial .comment-title {
  801. margin-bottom: 5px;
  802. padding: 5px 10px;
  803. text-align: right;
  804. }
  805.  
  806. .comment-poster {
  807. text-transform: uppercase;
  808. }
  809.  
  810. .comment .userpic img {
  811. background-color: transparent;
  812. padding: 10px;
  813. }
  814.  
  815. .comment-content {
  816. margin-top: 10px;
  817. padding: 15px;
  818. }
  819.  
  820. .comment .footer {
  821. clear: both;
  822. color: #5f5f5f;
  823. font-weight: bold;
  824. padding: 0 10px;
  825. text-align: left;
  826. text-transform: uppercase;
  827. }
  828.  
  829. ul.comment-management-links {
  830. text-align: left;
  831. }
  832.  
  833. .bottomcomment {
  834. background-color: #ffffff;
  835. border-right: 1px solid transparent;
  836. border-bottom: 2px solid transparent;
  837. color: #5f5f5f;
  838. padding: 10px;
  839. }
  840.  
  841. .bottomcomment a { color: #7b98c1; }
  842. .bottomcomment a:visited { color: #7b98c1; }
  843. .bottomcomment a:hover { color: #757575; }
  844. .bottomcomment a:active { color: #7b98c1; }
  845.  
  846. #qrformdiv input {
  847. margin: 1px;
  848. }
  849.  
  850. table.talkform {
  851. background-color: #ffffff;
  852. border-right: 1px solid transparent;
  853. border-bottom: 2px solid transparent;
  854. color: #5f5f5f;
  855. margin-bottom: 10px;
  856. padding: 10px;
  857. width: 100%;
  858. }
  859.  
  860. table.talkform input {
  861. margin: 1px;
  862. }
  863.  
  864. /* Archive Pages
  865. ***************************************************************************/
  866.  
  867. .month {
  868. line-height:1em;
  869. background-color: transparent;
  870. border: 0;
  871. color: #000;
  872. margin-bottom: 15px;
  873. }
  874.  
  875. .month a, .month a:visited, .month a:active { color: #000; }
  876. .month a:hover { color: #F99; backgorund:#000!important; }
  877.  
  878. .month table {
  879. line-height:1em;
  880. padding:none;
  881. margin:none;
  882. border: none;
  883. margin: auto;
  884. width: 100%;
  885. }
  886.  
  887. .month caption {
  888. line-height:1em;
  889. padding:none;
  890. margin:none;
  891. display: none;
  892. }
  893.  
  894. .month h3 {
  895. line-height:1em;
  896. font-size:14pt;
  897. color:#000;
  898. background:#F99;
  899. font-weight: normal;
  900. padding:none;
  901. margin:none;
  902. text-transform: uppercase;
  903. }
  904.  
  905. table.month th {
  906. background-color: transparent;
  907. border: 0;
  908. color: #000;
  909. margin: 0 2px;
  910. padding: 5px 2px;
  911. font-size: 10pt;
  912. font-weight: normal;
  913. text-align: center;
  914. text-transform: uppercase;
  915. }
  916.  
  917. table.month td {
  918. border: none;
  919. }
  920.  
  921. table.month td.day {
  922. font-size:10pt;
  923. border: 1px solid transparent;
  924. padding: 0;
  925. text-align: center;
  926. }
  927.  
  928. .month td.day-has-entries {
  929. background-color: transparent;
  930. color: #000;
  931. }
  932.  
  933. .month td.day-has-entries p {
  934. display: inline;
  935. font-size: 1.05em;
  936. font-weight: bold;
  937. padding-left: 0;
  938. }
  939.  
  940. .month td.day-has-entries p a, .month td.day-has-entries p a:visited, .month td.day-has-entries p a:hover, .month td.day-has-entries p a:active, .month dl, .month dt, .month dd {
  941. color:#F99; background:#000;
  942. margin: 0;
  943. padding: 0;
  944. }
  945.  
  946. /* Tags Page
  947. ***************************************************************************/
  948.  
  949. .page-tags .tags-container {
  950. font-size:10pt;
  951. background-color: transparent;
  952. border-right: 1px solid transparent;
  953. border-bottom: 2px solid transparent;
  954. color: #000;
  955. margin-bottom: 10px;
  956. }
  957.  
  958. .page-tags .tags-container a, .page-tags .tags-container a:visited, .page-tags .tags-container a:active { color: #000; }
  959.  
  960. .page-tags .tags-container a:hover{color:#F99; background:#000;}
  961.  
  962. .page-tags .tags-container h2 {
  963. background:#F99;
  964. color: #000;
  965. font-size: 14pt;
  966. font-family:arial;
  967. font-weight: normal;
  968. padding: 0;
  969. margin:0;
  970. text-transform: uppercase;
  971. }
  972.  
  973. .page-tags .tags-container h2:hover{color:#F99; background:#000;}
  974.  
  975. .page-tags .tags-container .ljtaglist {
  976. padding: 10px;
  977. }
  978.  
  979. .page-tags .tags-container .manage-tags-link {
  980. padding: 10px;
  981. }
  982.  
  983. /* Icons Page
  984. ***************************************************************************/
  985.  
  986. .icons-container {
  987. background-color: #ffffff;
  988. border-right: 1px solid transparent;
  989. border-bottom: 2px solid transparent;
  990. color: #5f5f5f;
  991. margin-bottom: 10px;
  992. }
  993.  
  994. .icons-container a { color: #7b98c1; }
  995. .icons-container a:visited { color: #7b98c1; }
  996. .icons-container a:hover { color: #757575; }
  997. .icons-container a:active { color: #7b98c1; }
  998.  
  999. .icons-container h2 {
  1000. background-color: transparent;
  1001. color: #757575;
  1002. font-size: 1.17em;
  1003. font-family: 'Palatino Linotype', 'Book Antiqua', Georgia, 'Times New Roman', serif; font-size: 1.1em;
  1004. font-weight: normal;
  1005. padding: 5px 10px;
  1006. text-transform: uppercase;
  1007. }
  1008.  
  1009. .icons-container .contents,
  1010. .icons-container .footer {
  1011. padding: 15px;
  1012. }
  1013.  
  1014. .sorting-options ul {
  1015. padding-left: 0;
  1016. }
  1017.  
  1018. .icons-container .icon {
  1019. margin: 1em 0;
  1020. }
  1021.  
  1022. .icon-image {
  1023. float: left;
  1024. clear: left;
  1025. margin-bottom: .25em;
  1026. min-width: 100px;
  1027. padding-right: 1em;
  1028. }
  1029.  
  1030. .icon-info {
  1031. min-height: 100px;
  1032. }
  1033.  
  1034. .icon-info span {
  1035. font-weight: bold;
  1036. }
  1037.  
  1038. .icon-info .default {
  1039. text-decoration: underline;
  1040. }
  1041.  
  1042. /* Modules
  1043. ***************************************************************************/
  1044.  
  1045. .module {
  1046. }
  1047.  
  1048. h2.module-header {
  1049. background-color: transparent;
  1050. color: #757575;
  1051. font-weight: normal;
  1052. margin: 0 0 5px 0;
  1053. padding: 5px 10px;
  1054. text-align: right;
  1055. text-transform: uppercase;
  1056. }
  1057.  
  1058. h2.module-header a {
  1059. color: #757575;
  1060. }
  1061.  
  1062. .module-content {
  1063. margin:0;
  1064. padding:0;
  1065. }
  1066.  
  1067. ul.module-list,
  1068. ul.module-list-item {
  1069. list-style: none;
  1070. }
  1071.  
  1072. ul.module-list li,
  1073. ul.module-list-item li {
  1074. padding: 0 0 0 0;
  1075. }
  1076.  
  1077. .module-content .userpic {
  1078. background:#000;
  1079. text-align: center;
  1080. width:100px;
  1081. height:100px;
  1082. margin:10px auto 0 40px;
  1083. border-radius:50px;
  1084. }
  1085.  
  1086. .module-content .userpic img {
  1087. margin: -7px -14px 0 0;
  1088. border-radius:50px;
  1089. background-color: transparent;
  1090. padding: 0;
  1091. }
  1092.  
  1093. .journal-name {
  1094. width:150px;
  1095. letter-spacing:0;
  1096. width:180px;
  1097. font-size:10pt;
  1098. margin-top: -60px;
  1099. text-align: center;
  1100. text-transform: uppercase;
  1101. color:#F99;
  1102. background:#000;
  1103. }
  1104.  
  1105. .journal-website-name {
  1106. display:none;
  1107. text-align: center;
  1108. text-transform: uppercase;
  1109. }
  1110.  
  1111. ul.userlite-interaction-links {
  1112. display:none;
  1113. margin: 0;
  1114. list-style: none;
  1115. text-align: center;
  1116. }
  1117.  
  1118. ul.userlite-interaction-links.icon-links li {
  1119. display: inline;
  1120. margin: 0 auto;
  1121. text-align: center;
  1122. }
  1123.  
  1124. .module-customtext {
  1125. width: auto;
  1126. padding: 20px;
  1127. margin: 20px 0 0 0;
  1128. font-size: 10pt;
  1129. }
  1130.  
  1131. .module-navlinks {
  1132. margin:20px 0 0 0;
  1133. font-size: 10pt;
  1134. text-align: center;
  1135. letter-spacing: 0.2em;
  1136. list-style: none;
  1137. }
  1138.  
  1139. .module-navlinks ul.module-list {
  1140. text-transform: uppercase;
  1141. }
  1142.  
  1143. .manage-link,
  1144. .manage-tags-link {
  1145. margin-top: 10px;
  1146. text-align: right;
  1147. text-transform: uppercase;
  1148. }
  1149.  
  1150. .module-calendar table {
  1151. margin: 0 auto;
  1152. text-align: center;
  1153. }
  1154.  
  1155. .module-calendar th {
  1156. background-color: #ededed;
  1157. border: 1px solid transparent;
  1158. color: #757575;
  1159. margin: 0 2px;
  1160. padding: 3px 8px;
  1161. text-transform: uppercase;
  1162. }
  1163.  
  1164. .module-calendar td.empty-day {
  1165. border: 1px solid transparent;
  1166. margin: 0 2px;
  1167. text-transform: uppercase;
  1168. }
  1169.  
  1170. .module-calendar td.entry-day {
  1171. background-color: #ededed;
  1172. border: 1px solid transparent;
  1173. color: #757575;
  1174. margin: 0 1px;
  1175. text-transform: uppercase;
  1176. }
  1177.  
  1178. .module-calendar td.entry-day a {
  1179. color: ;
  1180. }
  1181.  
  1182. .module-calendar td.entry-day a:visited {
  1183. color: ;
  1184. }
  1185.  
  1186. .module-calendar td.entry-day a:hover {
  1187. color: ;
  1188. }
  1189.  
  1190. .module-calendar td.entry-day a:active {
  1191. color: ;
  1192. }
  1193.  
  1194. .module-search .search-box {
  1195. margin-right: 2px;
  1196. }
  1197.  
  1198. /* Contextual Pop-ups
  1199. ***************************************************************************/
  1200. div.ContextualPopup {
  1201. text-transform: uppercase;
  1202. }
  1203.  
  1204. div.ContextualPopup div.Inner {
  1205. background-color: #ffffff;
  1206. color: #000;
  1207. border: 1px solid #000;
  1208. }
  1209.  
  1210. div.ContextualPopup .Userpic {
  1211. background-color: transparent;
  1212. margin: 5px;
  1213. padding: 5px;
  1214. }
  1215.  
  1216. div.ContextualPopup .Content {
  1217. background-color: #ffffff;
  1218. color: #000;
  1219. border: none;
  1220. margin: auto;
  1221. }
  1222.  
  1223. div.ContextualPopup div.Inner a,
  1224. div.ContextualPopup div.Inner a:visited,
  1225. div.ContextualPopup div.Inner a:link {
  1226. color: #000;
  1227. text-decoration: none;
  1228. }
  1229.  
  1230. div.ContextualPopup .Relation {
  1231. color: #5f5f5f;
  1232. text-transform: uppercase;
  1233. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement