Advertisement
murgy

Untitled

Nov 29th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.96 KB | None | 0 0
  1. /*--------------- general ---------------*/
  2.  
  3. H1, H2, H3 {
  4. margin:.25em 0;
  5. padding:.25em 0;
  6. }
  7.  
  8. img {
  9. border:none;
  10. }
  11.  
  12. hr {
  13. display:none;
  14. }
  15.  
  16. body {
  17. padding:0;
  18. background:#222;
  19. font-family:Roboto, sans-serif;
  20. line-height:1.5;
  21. font-size:16px;
  22. color:#ddd;
  23. }
  24.  
  25. a, a:link, a:visited {
  26. text-decoration:none;
  27. transition:color .4s, background-color .4s, border-color .4s;
  28. }
  29.  
  30. a { color:#151320; }
  31. a:hover { color:#0F4173; }
  32.  
  33. q { font-style: italic; }
  34.  
  35. blockquote{
  36. background:#272727;
  37. border:1px solid #444;
  38. margin:1em 0;
  39. padding:1em;
  40. }
  41.  
  42. .module-customtext .module-content::-webkit-scrollbar{
  43. width:5px;
  44. height:5px;
  45. }
  46.  
  47. .module-customtext .module-content::-webkit-scrollbar-track{
  48. background:#2c2c2c;
  49. }
  50.  
  51. .module-customtext .module-content::-webkit-scrollbar-thumb{
  52. background:#444;
  53. }
  54.  
  55. .module-customtext .module-content::-webkit-scrollbar-corner{
  56. background:#444;
  57. }
  58.  
  59. #canvas{
  60. margin:20px auto;
  61. max-width:800px;
  62. }
  63.  
  64. @media (min-width:800px){
  65. #canvas{
  66. margin:50px auto;
  67. }
  68. }
  69.  
  70. @media (min-width:1024px){
  71. #canvas{
  72. padding:0 120px;
  73. }
  74. }
  75.  
  76. #content-footer {
  77. height:0;
  78. font-size:0;
  79. clear: both;
  80. }
  81.  
  82. @media (min-width:800px){
  83. .page-recent #header:after{
  84. content:"";
  85. display:block;
  86. width:100%;
  87. height:300px;
  88. margin-top:10px;
  89. background-image:url("https://i.imgur.com/ZKRLMc9.jpg");
  90. background-repeat:no-repeat;
  91. background-color:#2c2c2c;
  92. background-position:center center;
  93. }
  94. }
  95.  
  96. #header .inner{
  97. text-align:center;
  98. background:#2c2c2c;
  99. border:1px solid #444;
  100. position:relative;
  101. padding:20px 5px;
  102. }
  103.  
  104. h1#title {
  105. font-size:2em;
  106. font-family:Roboto Condensed, sans-serif;
  107. margin:0;
  108. padding:0;
  109. line-height:1em;
  110. text-transform:uppercase;
  111. font-weight:normal;
  112. }
  113.  
  114. h1#title a{
  115. color:#0F4173;
  116. }
  117.  
  118. h2#subtitle{
  119. font-size:1em;
  120. background:#0F4173;
  121. color:#2c2c2c;
  122. margin:0;
  123. padding:0;
  124. line-height:1em;
  125. text-transform:uppercase;
  126. font-weight:normal;
  127. font-family:Roboto Condensed, sans-serif;
  128. }
  129.  
  130. @media (min-width:800px){
  131. h1#title {
  132. font-size:4em;
  133. }
  134. }
  135.  
  136. h2#pagetitle {
  137. display:none;
  138. }
  139.  
  140. /*--------------- entries ---------------*/
  141.  
  142. .entry {
  143. margin:20px 0 0;
  144. border:1px solid #444;
  145. background:#2c2c2c;
  146. color:#ddd;
  147. }
  148.  
  149. @media (min-width:800px){
  150. .entry {
  151. margin:30px 0 0;
  152. }
  153. }
  154.  
  155. .entry .header, .comment .header{
  156. float:left;
  157. width:100%;
  158. border-bottom:1px solid #444;
  159. }
  160.  
  161. .entry .entry-title {
  162. font-size:1.5em;
  163. font-family:Roboto Condensed, sans-serif;
  164. text-transform:uppercase;
  165. font-weight:normal;
  166. text-align:center;
  167. border-bottom:1px solid #444;
  168. margin:0;
  169. padding:0.5em;
  170. line-height:1;
  171. }
  172.  
  173. .entry .entry-title, .entry .entry-title a {
  174. color:#0F4173;
  175. }
  176.  
  177. .no-subject .entry .entry-title {
  178. background:none;
  179. border:none;
  180. padding:0;
  181. }
  182.  
  183. .sticky-entry-icon, .admin-post-icon{
  184. display:none;
  185. }
  186.  
  187. .entry .restrictions img, .entry .access-filter img{
  188. display:none;
  189. }
  190.  
  191. .entry .date, .entry .time, .restrictions, .entry .access-filter{
  192. padding:.5em;
  193. border-right:1px solid #444;
  194. display:block;
  195. float:left;
  196. font-family:Roboto Condensed, sans-serif;
  197. text-transform:uppercase;
  198. line-height:1;
  199. }
  200.  
  201. .security-protected .access-filter:before{
  202. content:"LOCKED";
  203. }
  204.  
  205. .security-private .access-filter:before{
  206. content:"PRIVATE";
  207. }
  208.  
  209. .restrictions-NSFW .restrictions:before{
  210. content:"NSFW";
  211. }
  212.  
  213. .restrictions-18 .restrictions:before{
  214. content:"18+";
  215. }
  216.  
  217. .has-userpic .userpic{
  218. float:right;
  219. margin-top:-1px;
  220. margin-left:1em;
  221. margin-bottom:.5em;
  222. }
  223.  
  224. @media (min-width:1024px){
  225. .has-userpic .userpic{
  226. width:110px;
  227. margin-right:-115px;
  228. margin-left:0;
  229. margin-bottom:0;
  230. }
  231. }
  232.  
  233. .userpic img{
  234. border:1px solid #444;
  235. background:#2c2c2c;
  236. padding:5px;
  237. display:block;
  238. max-width:50px;
  239. max-height:50px;
  240. width:auto;
  241. height:auto;
  242. }
  243.  
  244. @media(min-width:640px){
  245. .userpic img{
  246. max-width:100px;
  247. max-height:100px;
  248. }
  249. }
  250.  
  251. .entry .poster, .full .poster{
  252. clear:left;
  253. display:block;
  254. border-bottom:1px solid #444;
  255. text-align:right;
  256. line-height:1;
  257. }
  258.  
  259. .entry .poster{
  260. font-size:0;
  261. }
  262.  
  263. .entry .poster .ljuser, .full .poster .ljuser, .poster .anonymous{
  264. display:inline-block;
  265. font-family:Roboto Condensed, sans-serif;
  266. text-transform:uppercase;
  267. padding:.5em;
  268. border-left:1px solid #444;
  269. }
  270.  
  271. .entry .poster .ljuser{
  272. font-size:16px;
  273. }
  274.  
  275. .has-userpic .entry .poster .ljuser:last-child, .full.has-userpic .poster .ljuser{
  276. margin-right:-1em;
  277. }
  278.  
  279. @media(min-width:1024px){
  280. .has-userpic .entry .poster .ljuser:last-child, .full.has-userpic .poster .ljuser{
  281. margin-right:0;
  282. }
  283. }
  284.  
  285. .poster .ljuser img{
  286. display:none;
  287. }
  288.  
  289. .poster.empty{
  290. border:none;
  291. }
  292.  
  293. .poster .ljuser b{
  294. font-weight:normal;
  295. }
  296.  
  297. .entry-content li, .comment-content li {
  298. list-style-position:inside;
  299. }
  300.  
  301. .entry-content img, .comment-content img {
  302. max-width:100%;
  303. height:auto;
  304. }
  305.  
  306. .entry-content{
  307. margin:1.5em;
  308. clear:left;
  309. }
  310.  
  311. @media (min-width:800px){
  312. .entry-content{
  313. text-align:justify;
  314. }
  315. }
  316.  
  317. .entry-content ol, .comment-content ol{
  318. padding-left:1em;
  319. }
  320.  
  321. .entry-content ul, .comment-content ul{
  322. padding-left:1em;
  323. }
  324.  
  325. .cuttag_container img{
  326. vertical-align:bottom;
  327. }
  328.  
  329. .metadata{
  330. border-bottom:1px solid #444;
  331. margin-bottom:-1px;
  332. clear:both;
  333. }
  334.  
  335. .metadata ul {
  336. list-style:none;
  337. margin:0;
  338. padding:0;
  339. }
  340.  
  341. .tag, .metadata li{
  342. border-top:1px solid #444;
  343. display:flex;
  344. line-height:1;
  345. }
  346.  
  347. .tag-text, .metadata-label{
  348. font-family:Roboto Condensed, sans-serif;
  349. text-transform:uppercase;
  350. padding:.5em;
  351. border-right:1px solid #444;
  352. }
  353.  
  354. .tag ul, .metadata-item{
  355. margin:0;
  356. padding:.5em;
  357. }
  358.  
  359. .tag{
  360. border-bottom:1px solid #444;
  361. }
  362.  
  363. .tag ul li {
  364. display:inline;
  365. }
  366.  
  367. ul.entry-management-links, ul.entry-interaction-links{
  368. margin:0;
  369. padding:0;
  370. display:flex;
  371. list-style:none;
  372. border-top:1px solid #444;
  373. flex-wrap:wrap;
  374. text-transform:uppercase;
  375. font-family:Roboto Condensed, sans-serif;
  376. line-height:1;
  377. }
  378.  
  379. ul.entry-management-links{
  380. margin-top:10px;
  381. }
  382.  
  383. ul.entry-management-links li {
  384. padding:.5em;
  385. border-right:1px solid #444;
  386. }
  387.  
  388. ul.entry-interaction-links {
  389. justify-content:flex-end;
  390. }
  391.  
  392. ul.entry-interaction-links li {
  393. padding:.5em;
  394. border-left:1px solid #444;
  395. }
  396.  
  397. .footer{
  398. clear:both;
  399. }
  400.  
  401. /*--------------- comments ---------------*/
  402.  
  403. .comment-pages{
  404. text-transform:uppercase;
  405. font-family:Roboto Condensed, sans-serif;
  406. background:#2c2c2c;
  407. border:1px solid #444;
  408. padding:.5em;
  409. text-align:center;
  410. }
  411.  
  412. .comment-pages:first-of-type{
  413. margin-top:20px;
  414. margin-bottom:5px;
  415. }
  416.  
  417. @media (min-width:800px){
  418. .comment-pages:first-of-type{
  419. margin-top:30px;
  420. }
  421. }
  422.  
  423. .full .comment{
  424. margin-top:10px;
  425. border:1px solid #444;
  426. background:#2c2c2c;
  427. color:#ddd;
  428. }
  429.  
  430. .comment-thread{
  431. margin-left:-20px;
  432. }
  433.  
  434. .comment-depth-1{
  435. margin-left:0;
  436. }
  437.  
  438. .full .comment-title {
  439. font-size:1em;
  440. font-family:Roboto Condensed, sans-serif;
  441. text-transform:uppercase;
  442. font-weight:normal;
  443. text-align:center;
  444. border-bottom:1px solid #444;
  445. margin:0;
  446. padding:.5em;
  447. line-height:1;
  448. }
  449.  
  450. .full .header .datetime{
  451. display:block;
  452. float:left;
  453. padding:.5em;
  454. border-right:1px solid #444;
  455. font-family:Roboto Condensed, sans-serif;
  456. text-transform:uppercase;
  457. line-height:1;
  458. }
  459.  
  460. .comment-posted {font-weight:bold;}
  461.  
  462. .comment-wrapper {
  463. min-width:15em;
  464. }
  465.  
  466. .no-subject .comment .comment-title {
  467. background:none;
  468. border:none;
  469. padding:0;
  470. }
  471.  
  472. .comment-date-text, .comment-from-text{
  473. display:none;
  474. }
  475.  
  476. .comment .poster-ip {
  477. font-size:1em;
  478. display:block;
  479. font-family:Roboto Condensed, sans-serif;
  480. text-transform:uppercase;
  481. border-bottom:1px solid #444;
  482. line-height:1;
  483. padding:.5em;
  484. }
  485.  
  486. .comment-content{
  487. padding:1.5em;
  488. }
  489.  
  490. .comment .multiform-checkbox {
  491. float:left;
  492. border-top:1px solid #444;
  493. padding:.25em .5em 0;
  494. display:block;
  495. font-family:Roboto Condensed, sans-serif;
  496. text-transform:uppercase;
  497. }
  498.  
  499. .multiform-checkbox input{
  500. vertical-align:top;
  501. }
  502.  
  503. ul.comment-management-links, ul.comment-interaction-links{
  504. margin:0;
  505. padding:0;
  506. display:flex;
  507. list-style:none;
  508. border-top:1px solid #444;
  509. flex-wrap:wrap;
  510. text-transform:uppercase;
  511. font-family:Roboto Condensed, sans-serif;
  512. line-height:1;
  513. }
  514.  
  515. ul.comment-management-links li{
  516. padding:.5em;
  517. border-right:1px solid #444;
  518. }
  519.  
  520. ul.comment-management-links li:first-child{
  521. border-left:1px solid #444;
  522. margin-left:-1px;
  523. }
  524.  
  525. ul.comment-interaction-links {
  526. justify-content:flex-end;
  527. }
  528.  
  529. ul.comment-interaction-links li{
  530. padding:.5em;
  531. border-left:1px solid #444;
  532. }
  533.  
  534. #comments ul.entry-management-links, #comments ul.entry-interaction-links, .comment-pages.bottompages{
  535. display:none;
  536. }
  537.  
  538. .bottomcomment{
  539. padding:0;
  540. text-align:center;
  541. }
  542.  
  543. textarea#commenttext{
  544. width:100%;
  545. }
  546.  
  547. .partial .comment{
  548. background:#2c2c2c;
  549. margin-top:10px;
  550. padding:.5em 1em;
  551. border:1px solid #444;
  552. }
  553.  
  554. .partial .comment-title{
  555. margin:0;
  556. }
  557.  
  558. #qrform{
  559. padding:1em;
  560. border-top:1px solid #444;
  561. }
  562.  
  563. #qrdiv table{
  564. margin:0;
  565. }
  566.  
  567. #postform{
  568. padding:1em;
  569. background:#2c2c2c;
  570. border:1px solid #444;
  571. margin-top:5px;
  572. }
  573.  
  574. /*------------ archive, tags, icons containers ------------*/
  575.  
  576. .month-wrapper, .page-month .month, .tags-container, .icons-container{
  577. margin-top:20px;
  578. border:1px solid #444;
  579. background:#2c2c2c;
  580. color:#ddd;
  581. }
  582.  
  583. @media (min-width:800px){
  584. .month-wrapper, .page-month .month, .tags-container, .icons-container{
  585. margin-top:30px;
  586. }
  587. }
  588.  
  589. .month-wrapper .header, .tags-container .header, .icons-container .header{
  590. border-bottom:1px solid #444;
  591. }
  592.  
  593. .month-wrapper h3, .tags-container h2, .icons-container h2{
  594. font-size:1.5em;
  595. font-family:Roboto Condensed, sans-serif;
  596. color:#0F4173;
  597. text-transform:uppercase;
  598. font-weight:normal;
  599. text-align:center;
  600. margin:0;
  601. padding:.5em;
  602. line-height:1;
  603. }
  604.  
  605. .tags-container .contents{
  606. padding:1.5em;
  607. }
  608.  
  609. #archive-year .month .footer .inner, #primary .manage-link{
  610. font-family:Roboto Condensed, sans-serif;
  611. text-transform:uppercase;
  612. line-height:1;
  613. border-top:1px solid #444;
  614. }
  615.  
  616. #archive-year .month .footer .inner a, #primary .manage-link a{
  617. display:inline-block;
  618. padding:.5em;
  619. border-right:1px solid #444;
  620. }
  621.  
  622. /*------------ archive ------------*/
  623.  
  624. .day-date{
  625. display:none;
  626. }
  627.  
  628. .month caption {
  629. display:none;
  630. }
  631.  
  632. table.month {
  633. margin:0 auto;
  634. border-collapse:collapse;
  635. width:100%;
  636. border:none;
  637. text-align:center;
  638. }
  639.  
  640. table.month td, table.month th {
  641. border-right:1px solid #444;
  642. max-width:1em;
  643. height:3.25em;
  644. }
  645.  
  646. table.month th {
  647. font-family:Roboto Condensed, sans-serif;
  648. text-transform:uppercase;
  649. font-weight:normal;
  650. }
  651.  
  652. table.month td:last-child, table.month th:last-child{
  653. border-right:none;
  654. }
  655.  
  656. table.month tr, table.month th{
  657. border-bottom:1px solid #444;
  658. }
  659.  
  660. table.month tr:last-child{
  661. border-bottom:none;
  662. }
  663.  
  664. table.month td p {
  665. margin:0;
  666. }
  667.  
  668. .month dl{
  669. margin:0;
  670. }
  671.  
  672. .month dl dt {
  673. font-family:Roboto Condensed, sans-serif;
  674. text-transform:uppercase;
  675. text-align:center;
  676. border-bottom:1px solid #444;
  677. margin-bottom:.25em;
  678. padding:.25em;
  679. }
  680.  
  681. .month dl br{
  682. display:none;
  683. }
  684.  
  685. .month dl h3 {
  686. display:inline;
  687. font-size:1em;
  688. }
  689.  
  690. .month dd{
  691. margin:0;
  692. }
  693.  
  694. .month dd > span {
  695. padding:.25em;
  696. }
  697.  
  698. .month .tag{
  699. margin-top:.25em;
  700. }
  701.  
  702. .month dd:last-child .tag{
  703. border-bottom:0;
  704. }
  705.  
  706. #archive-year .navigation ul, #archive-month .navigation ul form{
  707. display:flex;
  708. flex-wrap:wrap;
  709. }
  710.  
  711. #archive-year .navigation li, #archive-month .navigation li{
  712. border-right:1px solid #444;
  713. padding:.5em;
  714. }
  715.  
  716. /*------------ tags ------------*/
  717.  
  718. ul.ljtaglist{
  719. margin:0 0 0 1em;
  720. padding:0;
  721. list-style:inside;
  722. }
  723.  
  724. ul.ljtaglist:first-child, .tags_cloud ul{
  725. padding:0;
  726. margin:0;
  727. }
  728.  
  729. /*------------ icons page ------------*/
  730.  
  731. .sorting-options ul {
  732. margin-left: 0;
  733. }
  734.  
  735. .sorting-options ul li {
  736. display: inline;
  737. }
  738.  
  739. .icon-keywords ul {
  740. display: inline;
  741. margin-left: 0;
  742. padding-left: 0;
  743. }
  744.  
  745. .icon-keywords ul li {
  746. display: inline;
  747. }
  748.  
  749. /*------------ icons page ------------*/
  750.  
  751. .sorting-options ul{
  752. margin:0;
  753. padding:.5em;
  754. text-transform:uppercase;
  755. font-family:Roboto Condensed, sans-serif;
  756. line-height:1;
  757. border-bottom:1px solid #444;
  758. }
  759.  
  760. .page-icons .toppages{
  761. display:none;
  762. }
  763.  
  764. .page-icons .bottompages{
  765. padding:.25em;
  766. text-align:center;
  767. text-transform:uppercase;
  768. font-family:Roboto Condensed, sans-serif;
  769. }
  770.  
  771. .icons-container .icon{
  772. border-bottom:1px solid #444;
  773. display:flex;
  774. flex-wrap:wrap;
  775. }
  776.  
  777. .icons-container .icon:last-child{
  778. border-bottom:0;
  779. }
  780.  
  781. .icon-image{
  782. order:2;
  783. min-width:auto;
  784. margin:0;
  785. border-left:1px solid #444;
  786. }
  787.  
  788. .icon-image img{
  789. display:block;
  790. }
  791.  
  792. .icon-info{
  793. padding:1.5em;
  794. flex:1;
  795. }
  796.  
  797. .default.label, .keywords-label, .comment-text, .description-text{
  798. text-transform:uppercase;
  799. font-family:Roboto Condensed, sans-serif;
  800. text-decoration:none;
  801. }
  802.  
  803. .icon-pages p{
  804. margin:0;
  805. text-transform:uppercase;
  806. font-family:Roboto Condensed, sans-serif;
  807. }
  808.  
  809. /*------------ sidebar ------------*/
  810.  
  811. #secondary{
  812. background:#2c2c2c;
  813. color:#ddd;
  814. margin-top:20px;
  815. border:1px solid transparent;
  816. }
  817.  
  818. @media (min-width:800px){
  819. #secondary{
  820. margin-top:30px;
  821. }
  822. }
  823.  
  824. .one-column-split #secondary{
  825. margin-top:10px;
  826. }
  827.  
  828. #secondary > .inner:first-child{
  829. margin:auto;
  830. }
  831.  
  832. .module-content ul {
  833. list-style: none;
  834. padding:0;
  835. margin:0;
  836. display:flex;
  837. flex-wrap:wrap;
  838. }
  839.  
  840. .module-content li {
  841. flex-grow:1;
  842. text-align:center;
  843. text-transform:uppercase;
  844. font-family:Roboto Condensed, sans-serif;
  845. line-height:1;
  846. margin:-1px;
  847. }
  848.  
  849. .module-content li a{
  850. display:block;
  851. background:#272727;
  852. border:1px solid #444;
  853. padding:.5em;
  854. }
  855.  
  856. .module-content li a:hover{
  857. background:#0F4173;
  858. border:1px solid #0F4173;
  859. color:#222;
  860. }
  861.  
  862. .module-customtext{
  863. padding:1.5em;
  864. border:1px solid #444;
  865. margin:-1px;
  866. }
  867.  
  868. @media (min-width:800px){
  869. .module-customtext .module-content{
  870. text-align:justify;
  871. max-height:6em;
  872. overflow:auto;
  873. }
  874. }
  875.  
  876. .module h2, .module .manage-link, .module-userprofile, .module-calendar, .module-tags_list, .module-tags_cloud, .module-tags_multilevel, .module-cuttagcontrols, .module-pagesummary, .module-active, .module-credit, .module-syndicate, .module-subscriptionfilters, .module-search, .module-time, .module-powered{
  877. display:none;
  878. }
  879.  
  880. /*------------ navigation ------------*/
  881.  
  882. .navigation ul{
  883. margin:10px 0 0;
  884. padding:0;
  885. text-transform:uppercase;
  886. overflow:hidden;
  887. background:#2c2c2c;
  888. border:1px solid #444;
  889. }
  890.  
  891. .navigation li{
  892. padding:.5em;
  893. text-align:center;
  894. line-height:1;
  895. font-family:Roboto Condensed, sans-serif;
  896. list-style:none;
  897. }
  898.  
  899. li.page-back{
  900. float:left;
  901. border-right:1px solid #444;
  902. }
  903.  
  904. li.page-forward{
  905. border-left:1px solid #444;
  906. float:right;
  907. }
  908.  
  909. .topnav, .navigation .page-separator, .navigation.empty, .noentries{
  910. display:none;
  911. }
  912.  
  913. /*------------ footer ------------*/
  914.  
  915. #footer {
  916. border:1px solid #444;
  917. background:#2c2c2c;
  918. margin-top:20px;
  919. }
  920.  
  921. @media (min-width:800px){
  922. #footer {
  923. border:1px solid #444;
  924. background:#2c2c2c;
  925. margin-top:30px;
  926. }
  927. }
  928.  
  929. .page-top{
  930. font-family:Roboto Condensed, sans-serif;
  931. text-align:center;
  932. text-transform:uppercase;
  933. line-height:1;
  934. padding:.5em;
  935. }
  936.  
  937. #footer a { color:#0F4173; }
  938.  
  939. /*------------ contextual pop-up ------------*/
  940.  
  941. div.ContextualPopup{
  942. background:#2c2c2c;
  943. border:1px solid #444;
  944. padding:1.5em;
  945. font-family:inherit;
  946. box-shadow:none;
  947. border-radius:0;
  948. }
  949.  
  950. .ContextualPopup a { color: #151320; }
  951. .ContextualPopup a:hover { color: #0F4173; }
  952.  
  953. div.ContextualPopup .Relation{
  954. font-size:1em;
  955. font-family:Roboto Condensed, sans-serif;
  956. font-weight:normal;
  957. text-transform:uppercase;
  958. color:#ddd;
  959. margin:0;
  960. }
  961.  
  962. div.ContextualPopup .Userpic{
  963. border:none;
  964. }
  965.  
  966. div.ContextualPopup ul{
  967. padding:.5em 0 0!important;
  968. }
  969.  
  970. /*------------ control strip ------------*/
  971.  
  972. #lj_controlstrip{
  973. background:#2c2c2c;
  974. border-bottom:1px solid #444;
  975. text-align:center;
  976. }
  977.  
  978. #lj_controlstrip td{
  979. border:none;
  980. color:#ddd;
  981. }
  982.  
  983. #lj_controlstrip a{
  984. color:#0F4173;
  985. }
  986.  
  987. #lj_controlstrip .ljuser a{
  988. font-size:13px;
  989. }
  990.  
  991. #lj_controlstrip_actionlinks {
  992. text-align:center;
  993. }
  994.  
  995. #lj_controlstrip_statustext {
  996. color:#ddd;
  997. font-weight:normal;
  998. }
  999.  
  1000. #lj_controlstrip_search {
  1001. text-align:right;
  1002. }
  1003.  
  1004. #lj_controlstrip input{
  1005. border:0;
  1006. }
  1007.  
  1008. #lj_controlstrip input[type="submit"]{
  1009. font-family:Roboto Condensed, sans-serif;
  1010. text-transform:uppercase;
  1011. padding:5px;
  1012. color:#ddd;
  1013. background:transparent;
  1014. font-size:14px;
  1015. }
  1016.  
  1017. #lj_controlstrip .ljuser img{
  1018. display:none;
  1019. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement