Advertisement
lacqueried

by the beech in foliage

Oct 4th, 2012
512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.38 KB | None | 0 0
  1. /* Cleaned CSS: */
  2. /*----------------------------------------------
  3.  
  4.  
  5. layout name: by the beech
  6. layout base: blanket
  7. updated: 8/03/14
  8.  
  9. chimney.dreamwidth.org / pastries.dreamwidth.org
  10. do not redistribute without credit.
  11.  
  12.  
  13. -----------------------------------------------*/
  14.  
  15.  
  16. @font-face {
  17. font-family: 'Trochut';
  18. font-style: normal;
  19. font-weight: 400;
  20. src: local('Trochut'), url(http://themes.googleusercontent.com/static/fonts/trochut/v1/JFlbgheA3reEeGKXBjUdBQLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
  21. }
  22.  
  23. @font-face {
  24. font-family: 'Open Sans Condensed';
  25. font-style: normal;
  26. font-weight: 300;
  27. src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(http://themes.googleusercontent.com/static/fonts/opensanscondensed/v6/gk5FxslNkTTHtojXrkp-xGAzD5WKQVN4wSyA0MYYi4rr7w4p9aSvGirXi6XmeXNA.woff) format('woff');
  28. }
  29.  
  30. #lj_controlstrip{
  31. position: fixed;
  32. }
  33.  
  34. #module-jump-link { display: none; }
  35. body {
  36. color: #222c2d;
  37. background:url(http://i.imgur.com/aUrVL.png) repeat fixed;
  38. margin: 0;
  39. padding: 0;
  40. text-align: center;
  41. }
  42.  
  43. a {
  44. text-decoration: none;
  45. color: #2F3320;
  46. }
  47.  
  48. a:visited {
  49. color: #2F3320;
  50. }
  51.  
  52. a:hover{color:#646E4D;}
  53.  
  54. a:active {
  55. color: #2F3320;
  56.  
  57. }
  58.  
  59. q {
  60. font-style: italic;
  61. }
  62.  
  63. input, textarea {
  64. color: #222c2d;
  65. background-color: #fff9f1;
  66. border: solid 1px #2F3320;
  67. padding: 5px;
  68. line-height: 1.8em;
  69. }
  70.  
  71. #canvas {
  72. margin: 0 auto;
  73. padding: 0;
  74. }
  75.  
  76. #content {
  77. margin: 0;
  78. padding: 200px 0 0 0;
  79. }
  80.  
  81. #primary {
  82. margin: 0 auto;
  83. padding: 0;
  84. width: 800px;
  85. z-index: 0;
  86. }
  87.  
  88. /*--- header + footer ---*/
  89.  
  90. #header {
  91. font-weight:normal;
  92. position:fixed;
  93. text-align:center;
  94. background:#2F3320;
  95. margin: 0;
  96. width: 100%;
  97. }
  98.  
  99. #header>.inner {
  100. padding: 20px;
  101. }
  102.  
  103. #footer {
  104. clear: both;
  105. display: block;
  106. }
  107.  
  108. .page-top {
  109. margin: 0 auto 70px auto;
  110. text-align: center;
  111. text-transform: uppercase;
  112. width: 800px;
  113. font-family: 'open sans condensed', 'arial narrow', sans-serif;
  114. }
  115.  
  116. .navigation {
  117. margin: 0 0 0 0;
  118. letter-spacing: .1em;
  119. text-align: right;
  120. text-transform: uppercase;
  121. font-family: 'open sans condensed', 'arial narrow', sans-serif;
  122. font-size: 12pt;
  123. }
  124.  
  125. li.page-back,
  126. li.page-forward {
  127. display: inline;
  128. margin: 0 0 0 .3125em;
  129. padding: 0;
  130. }
  131.  
  132. li.page-separator {
  133. display: none;
  134. }
  135.  
  136. .navigation ul {
  137. display: inline;
  138. margin: 0;
  139. padding: 0;
  140. }
  141.  
  142. .navigation li {
  143. display: inline;
  144. }
  145.  
  146. /*--- header texts ---*/
  147.  
  148. #header h1#title {
  149. font-family: 'trochut';
  150. font-size: 24px;
  151. letter-spacing: 0.1em;
  152. font-weight: normal;
  153. margin: 0;
  154. padding: 0;
  155. text-transform: uppercase;
  156. color: #A6B386;
  157. -webkit-text-shadow: 2px 2px 2px #1D2112;
  158. text-shadow: 2px 2px 2px #1D2112;
  159. }
  160.  
  161. #header h2#subtitle {
  162. color: #A6B386;
  163. font-family: 'open sans condensed', arial narrow, sans-serif;
  164. font-size: 16pt;
  165. font-weight: normal;
  166. line-height:1em;
  167. letter-spacing: .2em;
  168. margin: 0;
  169. padding: 0;
  170. text-transform: lowercase;
  171. -webkit-text-shadow: 2px 2px 2px #1D2112;
  172. text-shadow: 2px 2px 2px #1D2112;
  173. }
  174.  
  175. #header h2#pagetitle {
  176. display:none;
  177. color: #3c4e50;
  178. font-weight: normal;
  179. letter-spacing: 1px;
  180. margin: 1em 0 0;
  181. padding: 0;
  182. text-transform: uppercase;
  183. }
  184.  
  185. /*--- navigation links ---*/
  186.  
  187. .module-navlinks {
  188. background: #2F3320;
  189. text-align: center;
  190. bottom: 0px;
  191. margin: 0 auto;
  192. padding: 0.75em;
  193. position: fixed;
  194. width: 100%;
  195. z-index: 100;
  196. font-family: 'trochut';
  197. -webkit-text-shadow: 2px 2px 2px #1D2112;
  198. text-shadow: 2px 2px 2px #1D2112;
  199. }
  200.  
  201. .module-navlinks li:hover{margin:-30px 0 0 0;}
  202.  
  203. .module-navlinks a, .module-navlinks a:hover, .module-navlinks a:link{color:#A6B386}
  204.  
  205. .module-navlinks ul.module-list {
  206. display: inline;
  207. letter-spacing: -0.5px;
  208. margin: 0 0 0 2em;
  209. padding: 0;
  210. text-transform: uppercase;
  211. }
  212.  
  213. .module-navlinks ul.module-list li {
  214. display: inline;
  215. margin: 0 1em 0 0;
  216. padding: 0 .5em 0 0;
  217. }
  218.  
  219. /*--- modules ---*/
  220.  
  221. #secondary {
  222. font-family:'open sans condensed', arial narrow, sans-serif;
  223. margin: 0 auto 40px auto;
  224. padding: 30px 20px 30px 20px;
  225. width: 760px;
  226. color: #2F3320;
  227. background:#FCFBF8;
  228. -webkit-border-radius: 10px;
  229. -moz-border-radius: 10px;
  230. border-radius: 10px;
  231. -webkit-box-shadow: 0px 0px 15px 0px #9CA18F;
  232. box-shadow: 0px 0px 15px 0px #9CA18F;
  233. }
  234.  
  235. #secondary>.inner {
  236. border-left: 0;
  237. padding: 0;
  238. }
  239.  
  240. #secondary .module {
  241. border-top:1px solid #2F3320;
  242. padding:10px 15px 10px 15px;
  243. float: left;
  244. }
  245.  
  246. #secondary .module-header,
  247. #secondary .module-header a {
  248. color: #222c2d;
  249.  
  250. }
  251.  
  252. #secondary .module-header {
  253. text-align:left;
  254. margin:5px 0 10px 0;
  255. padding:0;
  256. line-height:1em;
  257. letter-spacing:1px;
  258. font-size:16pt;
  259. font-weight:normal;
  260. font-family:trochut;
  261. text-transform:lowercase;
  262. }
  263.  
  264. #secondary .separator-after {
  265. clear: both;
  266. }
  267.  
  268. #secondary a {
  269. text-decoration: none;
  270.  
  271. }
  272.  
  273. #secondary a:visited {
  274.  
  275. }
  276.  
  277. #secondary a:hover {
  278.  
  279. }
  280.  
  281. #secondary a:active {
  282.  
  283. }
  284.  
  285. .module-tags_cloud {
  286. float: none;
  287. }
  288.  
  289. .module-tags_cloud .module-content {
  290. padding: 0 3em 1em;
  291. }
  292.  
  293. .manage-link{margin-top:5px; text-transform:uppercase; font-size:10pt;}
  294.  
  295. .module-tags_cloud li,
  296. .tags_cloud li {
  297. display: inline;
  298. }
  299.  
  300. #secondary .module-content {
  301. }
  302.  
  303. #secondary .module-content ul {
  304. margin: 0;
  305. padding: 0;
  306. }
  307.  
  308. #secondary .module-content li {
  309. margin: .5em 0;
  310. }
  311.  
  312. #secondary .module-userprofile {
  313. color: #2F3320;
  314. text-align: center!important;
  315. display: block;
  316. font-family: 'open sans condensed', arial narrow, sans-serif;
  317. font-size: 10pt;
  318. line-height: 1em;
  319. width: 110px;
  320. letter-spacing: 0.2em;
  321. }
  322.  
  323.  
  324. #secondary .module-userprofile .userpic {
  325. padding: 15px;
  326. background:#2F3320;
  327. margin: 0 0 10px 0;
  328. -webkit-border-radius: 70px;
  329. -moz-border-radius: 70px;
  330. border-radius: 70px;
  331. }
  332.  
  333. #secondary .module-userprofile .userpic img {
  334. height:80px;
  335. width:80px;
  336. -webkit-border-radius: 50px;
  337. -moz-border-radius: 50px;
  338. border-radius: 50px;
  339. background:transparent;
  340. }
  341.  
  342. #secondary .module-typelist .module-list, .module-pagesummary .module-list {
  343. text-transform:uppercase;
  344. font-size:10pt;
  345. padding:0;
  346. margin:0;
  347. line-height:1.1em;
  348. text-align:left;
  349. list-style:none;
  350. }
  351.  
  352. #secondary .module-pagesummary, #secondary .module-tags_cloud, #secondary .module-typelist, #secondary .module-customtext {
  353. width:411px;
  354. letter-spacing:1px;
  355. float:right;
  356. }
  357.  
  358. #secondary .manage-link{
  359. font-size:11pt;
  360. text-transform:uppercase;
  361. }
  362.  
  363. #secondary .module-customtext{
  364. text-align: left;
  365. text-transform: uppercase;
  366. margin: 0 auto 0 auto;
  367. font-family: 'open sans condensed', arial narrow, sans-serif;
  368. color: #2F3320;
  369. font-size: 10pt;
  370. }
  371.  
  372. ul.userlite-interaction-links {
  373. display:none;
  374. margin-left: 0;
  375. padding-left: 0;
  376. }
  377.  
  378. .module-calendar{
  379. font-family:tahoma;
  380. font-size:10pt;
  381. width:149px;
  382. letter-spacing:1px;
  383. line-height:1em;
  384. }
  385.  
  386. .module-calendar table{
  387. font-family:tahoma;
  388. font-size:10pt;
  389. width:149px;
  390. }
  391.  
  392. .module-calendar td a {
  393. display: block;
  394. padding: 2px;
  395. }
  396.  
  397. .module-credit dt,
  398. .module-credit dd {
  399. display: inline;
  400. margin: 0;
  401. padding: 0;
  402. }
  403.  
  404. .module-credit, .module-syndicate, .module-cuttagcontrols, .module-powered, .module-time {
  405. display:none;
  406. }
  407.  
  408. .module-search .search-form {
  409. margin: .2em auto;
  410. }
  411.  
  412. .module-search .search-box {
  413. max-width:100%;
  414. margin: .2em;
  415. }
  416.  
  417. /*--- entry ---*/
  418.  
  419. .entry a {
  420. text-decoration: none;
  421.  
  422. }
  423.  
  424. .entry a:visited {
  425.  
  426. }
  427.  
  428. .entry a:hover {
  429.  
  430. }
  431.  
  432. .entry a:active {
  433.  
  434. }
  435.  
  436. .entry {
  437. color: #2F3320;
  438. border-left: 0;
  439. margin: 0 0 120px;
  440. padding: 20px 40px 20px 25px;
  441. background: url(http://i.imgur.com/yoXGD.png);
  442. -webkit-border-radius: 10px;
  443. -moz-border-radius: 10px;
  444. border-radius: 10px;
  445. -webkit-box-shadow: 0px 0px 15px 0px #9CA18F;
  446. box-shadow: 0px 0px 15px 0px #9CA18F;
  447. }
  448.  
  449. .entry-content {
  450. font-family: tahoma;
  451. text-align: left;
  452. font-size:10pt;
  453. text-align:left;
  454. padding: 15px 0 15px 0;
  455. border-bottom: 1px dashed #2F3320;
  456. }
  457.  
  458.  
  459. .entry .header {
  460. font-family: 'open sans condensed', arial narrow, sans-serif;
  461. font-weight:normal;
  462. text-align:center;
  463. margin: -95px 0 40px 0;
  464. padding: 0;
  465. }
  466.  
  467. .entry .header img{margin: 0 0 -2px 0;}
  468.  
  469. h3.entry-title {
  470. font-size: 24pt;
  471. color: #543A21;
  472. font-weight: normal;
  473. letter-spacing: .1em;
  474. margin: 0;
  475. padding: 0;
  476. text-transform: lowercase;
  477. -webkit-text-shadow: 0px 3px 4px #9CA18F;
  478. text-shadow: 0px 3px 4px #9CA18F;
  479. }
  480.  
  481. .no-subject .entry .entry-title {
  482. background: none;
  483. }
  484.  
  485. h3.entry-title a {
  486. color: #2F3320;
  487. }
  488.  
  489. .datetime {
  490. color: #2F3320;
  491. font-size: 12pt;
  492. font-weight: normal;
  493. letter-spacing: .1em;
  494. padding: 0;
  495. text-transform: uppercase;
  496. }
  497.  
  498. .datetime a {
  499. color: #2F3320;
  500. }
  501.  
  502. .userpic {
  503. display: block;
  504. }
  505. .entry .userpic{
  506. padding: 15px;
  507. background:#2F3320;
  508. margin: 0 0 0 -155px;
  509. -webkit-border-radius: 70px;
  510. -moz-border-radius: 70px;
  511. border-radius: 70px;
  512. -webkit-box-shadow: 0px 0px 15px 0px #9CA18F;
  513. box-shadow: 0px 0px 15px 0px #9CA18F;}
  514.  
  515. .entry .userpic img {
  516. -webkit-border-radius: 50px;
  517. -moz-border-radius: 50px;
  518. border-radius: 50px;
  519. }
  520.  
  521. .poster {
  522. font-family: 'open sans condensed', arial narrow, sans-serif;
  523. color: #2F3320;
  524. font-size: 10pt;
  525. font-weight: normal;
  526. letter-spacing: 0.1em;
  527. padding: 0;
  528. text-align: center;
  529. text-transform: uppercase;
  530. }
  531.  
  532. .poster img{display:none;}
  533.  
  534. /* To prevent overlapping when icon's on the left */
  535. /* and list is the first thing in content */
  536. .entry-content li,
  537. .comment-content li {
  538. list-style-position: inside;
  539. }
  540.  
  541. .metadata {
  542. letter-spacing:.1em;
  543. color:#2F3320;
  544. font-size: 10pt;
  545. text-transform:uppercase;
  546. font-family: 'open sans condensed', arial narrow, sans-serif;
  547. text-align:left;
  548. margin:15px 0 0 0;
  549. }
  550.  
  551. .metadata ul {
  552. list-style: none;
  553. margin: 0;
  554. padding: 0;
  555. }
  556.  
  557. .metadata ul li {
  558. color: #2F3320;
  559. font-weight: normal;
  560. padding: 0;
  561. margin: 0;
  562. }
  563.  
  564. .metadata-label-location,
  565. .metadata-label-mood,
  566. .metadata-label-music {
  567. letter-spacing:.1em;
  568. font-weight:bold;
  569.  
  570. }
  571.  
  572. .metadata-item-location,
  573. .metadata-item-mood,
  574. .metadata-item-music {
  575. padding: 0 0 0 1.3em;
  576. }
  577.  
  578. .tag {
  579. letter-spacing:.1em;
  580. margin-top:10px;
  581. font-family:'open sans condensed', arial narrow, sans-serif;
  582. font-size:10pt;
  583. text-transform:uppercase;
  584. }
  585.  
  586. .tag ul {
  587. display: inline;
  588. margin: 0;
  589. padding: 0 0 0 1.3em;
  590. }
  591.  
  592. .tag ul li {
  593. color: #2F3320;
  594. display: inline;
  595. font-weight: normal;
  596. padding: 0;
  597. }
  598.  
  599. .tag ul li a:hover{background:#2F3320;}
  600.  
  601. ul.entry-management-links {
  602. font-size:10pt;
  603. font-family:tahoma, geneva, arial;
  604. margin: 10px 0 0 0;
  605. padding: 0;
  606. text-align: center;
  607. }
  608. ul.entry-management-links a:hover{background:#2F3320; color:#FCFBF8;}
  609.  
  610. ul.entry-management-links li {
  611. color: #2F3320;
  612. display: inline;
  613. font-weight: normal;
  614. letter-spacing: 0;
  615. padding: 0 5px 0 0;
  616. text-transform: lowercase;
  617. }
  618.  
  619. ul.entry-interaction-links {
  620. font-family:tahoma, geneva, arial;
  621. font-size:10pt;
  622. margin: 3px 0 0 0;
  623. padding: 0;
  624. text-align: center;
  625. }
  626.  
  627. ul.entry-interaction-links li {
  628. color: #2F3320;
  629. display: inline;
  630. font-weight: normal;
  631. letter-spacing: 0;
  632. padding: 0 5px 0 0;
  633. text-transform: uppercase;
  634. }
  635.  
  636. ul.entry-interaction-links li a{
  637. color: #2F3320;
  638. }
  639.  
  640. /*--- comments ---*/
  641.  
  642. .comment-wrapper {
  643. margin: 2em 0;
  644. padding: 0;
  645. min-width: 15em;
  646. }
  647.  
  648. .comment {
  649. color: #222c2d;
  650. background-color: #fff9f1;
  651.  
  652. border-left:0;
  653. margin: 0 auto 2em;
  654. padding: 40px 20px;
  655. }
  656.  
  657. .comment-title {
  658. font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
  659. margin: 0;
  660. }
  661.  
  662. .no-subject .comment .comment-title {
  663. background: none;
  664. }
  665.  
  666. hr.above-entry-interaction-links,
  667. hr.below-reply-container {
  668. display: none;
  669. }
  670.  
  671. textarea.textbox {
  672. width: 100% !important;
  673. }
  674.  
  675. .bottomcomment,
  676. .comments-message {
  677. color: #222c2d;
  678. background-color: #fff9f1;
  679. border-left:0;
  680. margin: 0 auto 2em;
  681. padding: 4em 2em;
  682. }
  683.  
  684. .comment-management-links ul,
  685. .comment-interaction-links ul {
  686. margin: 0;
  687. padding: 0;
  688. }
  689.  
  690. .comment-management-links li,
  691. .comment-interaction-links li {
  692. display: inline;
  693. }
  694.  
  695. #qrform table {
  696. border: 0 !important;
  697. }
  698.  
  699. /*--- archive ---*/
  700.  
  701. li.active {
  702. font-family:trochut;
  703. color: #2F3320;
  704. display: inline;
  705. margin: 0 20px 0 0;
  706. padding: 0;
  707. font-size:24pt;
  708. text-align: right!important;
  709. text-transform: uppercase;
  710. }
  711.  
  712. .month-wrapper {
  713. color: #2F3320;
  714. border-left: 0;
  715. border-left: 0;
  716. margin: 0 0 70px;
  717. padding: 20px 40px 20px 25px;
  718. background: url(http://i.imgur.com/yoXGD.png);
  719. -webkit-border-radius: 10px;
  720. -moz-border-radius: 10px;
  721. border-radius: 10px;
  722. -webkit-box-shadow: 0px 0px 15px 0px #9CA18F;
  723. box-shadow: 0px 0px 15px 0px #9CA18F;
  724. }
  725.  
  726. .month h3 {
  727. font-family:'open sans condensed', arial narrow, sans-serif;
  728. color: #2F3320;
  729. font-size: 16pt;
  730. font-weight: normal;
  731. letter-spacing: 1px;
  732. margin: 0;
  733. padding: 0;
  734. text-align: right;
  735. }
  736.  
  737. .month .header {
  738. margin:0 0 15px 0;
  739. text-transform:uppercase;}
  740.  
  741. .month th {
  742. font-family:'open sans condensed', arial narrow, sans-serif;
  743. letter-spacing:2px;
  744. color: #FCFBF8;
  745. background-color: #2F3320;
  746. font-size: 10pt;
  747. font-weight: normal;
  748. padding: 5px;
  749. text-align: center;
  750. text-transform: uppercase;
  751. }
  752.  
  753. .month table {
  754. line-height:1em;
  755. padding:0;
  756. border: 0;
  757. margin: 0 auto 15px auto;
  758. width: 750px;
  759. }
  760.  
  761. .month caption {
  762. display: none;
  763. }
  764.  
  765. td.day {
  766. line-height: 1em;
  767. color: #2F3320;
  768. border: 1px solid #2F3320;
  769. padding: 2px;
  770. }
  771.  
  772. td.day-has-entries a {padding:0; line-height:1px; color:#A6B386;}
  773.  
  774. .month .footer {
  775. font-family:'open sans serif', arial narrow, sans-serif;
  776. text-transform:uppercase;
  777. font-size:10pt;}
  778.  
  779. /*--- tags ---*/
  780.  
  781. .page-tags .tags-container {
  782. font-family:tahoma;
  783. font-size:10pt;
  784. text-align:left;
  785. color: #2F3320;
  786. background:#FCFBF8;
  787. -webkit-border-radius: 10px;
  788. -moz-border-radius: 10px;
  789. border-radius: 10px;
  790. -webkit-box-shadow: 0px 0px 15px 0px #9CA18F;
  791. box-shadow: 0px 0px 15px 0px #9CA18F;
  792. border-left:0;
  793. margin: 0 0 90px;
  794. padding: 20px 40px 20px 25px;
  795. }
  796.  
  797. .page-tags .tags-container h2 {
  798. color: #2F3320;
  799. font-size: 24pt;
  800. font-family: trochut;
  801. font-weight: normal;
  802. letter-spacing: 1px;
  803. line-height: 1em;
  804. margin: -52px 0 0 0;
  805. padding: 0 0 3px 0;
  806. text-align: right;
  807. text-transform: lowercase;
  808. }
  809.  
  810. .page-tags .tags-container ul {
  811. list-style: none;
  812. margin: 15px 0 0 0;
  813. padding: 0;
  814. }
  815.  
  816. .page-tags .tags-container ul li {
  817. margin: 0 0 0 1em;
  818. padding: 2px 0;
  819. }
  820.  
  821. /*--- Icons Page ---*/
  822.  
  823. .icons-container {
  824. color: #222c2d;
  825. background-color: #fff9f1;
  826.  
  827. border-left:0;
  828. margin: 0 auto 2em;
  829. padding: 4em 2em;
  830. }
  831.  
  832. .icons-container a { color: ; }
  833. .icons-container a:visited { color: ; }
  834. .icons-container a:hover { color: ; }
  835. .icons-container a:active { color: ; }
  836.  
  837. .icons-container h2 {
  838. color: #222c2d;
  839.  
  840. font-size: 1em;
  841. font-weight: normal;
  842. letter-spacing: 1px;
  843. margin: 0;
  844. padding: 0;
  845. text-align: right;
  846. text-transform: lowercase;
  847. }
  848.  
  849. .sorting-options ul {
  850. padding-left: 0;
  851. text-align: right;
  852. }
  853.  
  854. .sorting-options ul li {
  855. display: inline;
  856. }
  857.  
  858. .icons-container .icon {
  859. margin: 1em 0;
  860. }
  861.  
  862. .icon-image {
  863. float: left;
  864. clear: left;
  865. margin-bottom: .25em;
  866. min-width: 100px;
  867. padding-right: 1em;
  868. }
  869.  
  870. .icon-info {
  871. min-height: 100px;
  872. }
  873.  
  874. .icon-info span {
  875. font-weight: bold;
  876. }
  877.  
  878. .icon-info .default {
  879. text-decoration: underline;
  880. }
  881.  
  882. .icon-keywords ul {
  883. display: inline;
  884. margin: 0;
  885. padding: 0;
  886. }
  887.  
  888. .icon-keywords ul li {
  889. display: inline;
  890. padding: 0;
  891. }
  892.  
  893.  
  894. .userpic {
  895. float: left;
  896. margin: 0 10px 10px 0;
  897. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement