Advertisement
Guest User

Untitled

a guest
Nov 8th, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.33 KB | None | 0 0
  1. /*
  2.  
  3. #-----------------------------------------------------------------------------------#
  4. #-------------------- This subreddit is using the SIMPLIT theme --------------------#
  5. #----------------------------- made by /u/titleproblems ----------------------------#
  6. #---------------------- go to /r/titleproblems for more themes ---------------------#
  7. #-----------------------------------------------------------------------------------#
  8. #-----------------------------------------------------------------------------------#
  9. #---------------------------------Simplit v1_23May14--------------------------------#
  10. #-----------------------------------------------------------------------------------#
  11.  
  12. */
  13.  
  14.  
  15.  
  16. /*COLORS
  17. AE81FF = purple Link
  18. E6DB74 = yellow Code
  19. 469451 = Main Green
  20. 346d3c = Dark Green
  21. ac3939 = NSFW Red
  22. 9494FF = Downvote Periwinkle
  23. FF8B60 = Upvote Orange
  24. 272822 = Sublime Browngray
  25. */
  26.  
  27. /*Text Styles*/
  28.  
  29. strong
  30. {
  31. color: #F0FFFF;
  32. }
  33.  
  34. body
  35. {
  36. margin-left: 25px;
  37. margin-right: 25px;
  38. background-color: #121212;
  39. }
  40.  
  41. code
  42. {
  43. color: #E6DB74;
  44. padding: 0px;
  45. margin-top: 0px;
  46. margin-bottom: 0px;
  47. }
  48.  
  49. blockquote
  50. {
  51. background-color: transparent;
  52. border: 3px solid transparent;
  53. border-left: 3px solid #469451!important;
  54. border-radius: 3px;
  55. }
  56.  
  57. /*End Text Styles*/
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. /* ### HEADER ### */
  66.  
  67. #header
  68. {
  69. background-color: #469451;
  70. border-bottom: 30px solid #346d3c;
  71. border-radius: 3px;
  72. padding-bottom: 5px;
  73. padding-left: 5px;
  74. padding-right: 5px;
  75. }
  76.  
  77. #sr-header-area
  78. {
  79. margin-left: -30px !important;
  80. margin-right: -30px !important;
  81. }
  82.  
  83. #header-bottom-right
  84. {
  85. position: absolute !important;
  86. top: 77px !important;
  87. right: 0px;
  88. background: transparent;
  89. }
  90.  
  91. #header-bottom-right a,
  92. #header-bottom-right .user {color: #FFF;}
  93. #header-bottom-left .redditname a {vertical-align:middle;font-size:18px;text-decoration:none;}
  94. #header-bottom-left a#header-img-a {position: relative;top: 8px !important;}
  95.  
  96. #userbarToggle { display: none !important; }
  97.  
  98. /* ### END HEADER ### */
  99.  
  100. /* ### TABMENU ### */
  101.  
  102. #header .tabmenu
  103. {
  104. position: absolute;
  105. top: 73px;
  106. left: 0px;
  107. }
  108.  
  109. #header .tabmenu a
  110. {
  111. font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  112. }
  113.  
  114. #header .tabmenu li a
  115. {
  116. background-color: transparent;
  117. color: #fff;
  118. text-decoration: none;
  119. border: 0px;
  120. }
  121.  
  122. #header .tabmenu li.selected a
  123. {
  124. background-color: transparent;
  125. color: #fff;
  126. text-decoration: underline;
  127. border: 0px;
  128. }
  129.  
  130. #header .user a
  131. {
  132. background-color: transparent;
  133. color: #fff;
  134. text-decoration: none;
  135. border: 0px;
  136. }
  137.  
  138. #header .user
  139. {
  140. background-color: transparent;
  141. color: #fff;
  142. text-decoration: none;
  143. border: 0px;
  144. }
  145.  
  146. #header .flat-list li
  147. {
  148. background-color: transparent;
  149. color: #f00;
  150. text-decoration: none;
  151. border: 0px;
  152. }
  153.  
  154. /* ### END TABMENU ### */
  155.  
  156. /* ### SIDEBAR ### */
  157.  
  158. .side
  159. {
  160. background-color: #f9f8f8;
  161. background: #121212;
  162. margin-top: 35px;
  163. padding: 0px;
  164. padding-left: 12px;
  165. padding-top: 12px;
  166. padding-bottom: 12px;
  167. color: #FFFFFF;
  168. font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  169. }
  170.  
  171. .side .titlebox .bottom .age
  172. {
  173. float: none;
  174. content:'heyo';
  175. font-size: 0px;
  176. }
  177.  
  178. .side .titlebox .bottom .age:after
  179. {
  180. font-size:12px;
  181. content:'on May 25, 2014';
  182. }
  183.  
  184. .side .md a { color: #AE81FF !important; }
  185. .side .md a:hover { color: #AE81FF !important; text-decoration: underline;}
  186.  
  187. .side .login-form {border: 0px; }
  188.  
  189. .side .create .morelink,
  190. .side .create .spacer,
  191.  
  192. .side .spacer .titlebox .tagline .flairselectbtn{color: #AE81FF;}
  193. .side .spacer .account-activity-box p a{color:#AE81FF;font-size:0px}
  194. .side .spacer .account-activity-box p a:after{font-size:10px;content:'View your account activity';}
  195. .side .spacer .sidecontentbox .helplink{font-size:0px;color:#ac3939;}
  196.  
  197. .side .spacer .sidecontentbox .helplink:hover:after
  198. {
  199. color: #000;
  200. background-color:#ac3939;
  201. border:1px solid #ac3939;
  202. border-radius:3px;
  203. }
  204.  
  205. .side .spacer .sidecontentbox .helplink:after
  206. {
  207. /*MESSAGE THE MODERATORS*/
  208. content:'Get help';
  209. font-size:12px;
  210. margin-top:0px;
  211. color:#ac3939;
  212.  
  213. }
  214. .side p { color: #FFFFFF; }
  215.  
  216. .wiki-page-content {color: #EEE;}
  217. .content .menuarea .spacer .lightdrop {color: #EEE;}
  218. .content .commentarea .panestack-title {display: none;}
  219. .content .stylesheet-customize-container {color: #FFF;}
  220.  
  221. .nub, .titlebox form.toggle, .leavemoderator, .icon-menu li a, .sidebox .spacer {
  222. background-color: transparent !important;
  223. }
  224.  
  225. #search input[type="text"] {
  226. border: 1px solid #343434;
  227. color: #b2b2b2;
  228. background: #333333;
  229. font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  230. }
  231. #header-img.default-header { width: 35px; }
  232. #searchexpando { background: transparent; border: 0px; }
  233.  
  234. .morelink
  235. {
  236. z-index: 50;
  237. border: 0px;
  238. border-bottom: 3px solid #346d3c;
  239. border-radius: 2px;
  240. background: #469451;
  241. padding-top: 2px;
  242. padding-bottom: 2px;
  243. overflow: hidden;
  244. }
  245.  
  246. .morelink:hover
  247. {
  248. background: none;
  249. background-color: #469451 !important;
  250. color: #000;
  251. border-bottom: 0px solid #26502c;
  252. border-top: 3px solid #26502c;
  253. }
  254.  
  255. .morelink a
  256. {
  257. background-color: #469451 !important;
  258. color: #f9f8f8 !important;
  259. font-size: 15px;
  260. font-family: verdana, sans-serif;
  261. }
  262.  
  263. .morelink a:hover
  264. {
  265. color: #f9f8f8 !important;
  266. }
  267.  
  268. .morelink .nub { display: none; }
  269.  
  270.  
  271.  
  272.  
  273. /* Sidebar elements */
  274.  
  275. .titlebox .md h1
  276. {
  277. background-color: #469451;
  278. color: #121212;
  279. padding: 5px;
  280. text-align: center;
  281. font-size: 17px;
  282. text-shadow: 2px 1px #7c7c7c;
  283. }
  284.  
  285. .titlebox .md h2
  286. {
  287. background-color: #121212;
  288. color: #272727;
  289. padding: 5px;
  290. text-align: center;
  291. font-size: 17px;
  292. }
  293.  
  294. .titlebox .md h3
  295. {
  296. color: #AE81FF ;
  297. text-align: center;
  298. font-size: 17px;
  299. }
  300.  
  301. .titlebox .md h4
  302. {
  303. color: #121212;
  304. font-size: 17px;
  305. border-bottom: 1px solid #5a6eaa;
  306. }
  307.  
  308. .titlebox .md h5
  309. {
  310. text-align: center;
  311. font-size: 17px;
  312. color: #272727;
  313. }
  314.  
  315. .titlebox .md,
  316. .titlebox .tagline
  317. {
  318. font-size: 14px;
  319. }
  320.  
  321.  
  322. .titlebox .age,
  323. .titlebox .bottom,
  324. .titlebox form.toggle
  325. {
  326. font-size: 12px;
  327. }
  328.  
  329. div.side .titlebox form.toggle input
  330. {
  331. top: -2px;
  332. vertical-align: bottom;
  333. border: 2px solid #FFF;
  334. font-size: 14px;
  335. }
  336.  
  337. /* END Sidebar elements */
  338.  
  339. .sidecontentbox .content
  340. {
  341. border: 0px;
  342. }
  343.  
  344. .subscribe-button,
  345. .fancy-toggle-button .add,
  346. .fancy-toggle-button .remove,
  347. .RESshortcutside,
  348. .RESDashboardToggle
  349. {
  350. margin-left: 55px;
  351. margin-right: 55px;
  352. text-align: center;
  353. background: transparent !important;
  354. color: #469451 !important;
  355. border: 0px !important;
  356. font-size: 12px;
  357. }
  358.  
  359. .titlebox h1.redditname
  360. {
  361. text-align: center;
  362. color: #FFFFFF;
  363. font-size: 30px;
  364. font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  365. }
  366.  
  367. .titlebox h1 a
  368. {
  369. color: #FFFFFF; /*Choose the color for it when hovering over it*/
  370. text-decoration:none !important;
  371. }
  372.  
  373. hr
  374. {
  375. margin-top: 10px !important;
  376. margin-bottom: 10px !important;
  377. border-color: #f9f8f8 !important;
  378. }
  379.  
  380. /* Edited from /u/Ian32's CSS snippets: http://www.reddit.com/r/csshelp/wiki/moresnippets#wiki_52.__clickable_sidebar_boxes */
  381.  
  382. .side h6
  383. {
  384. /* list button */
  385. position: relative;
  386. margin: 0 0 10px 0;
  387. padding: 5px;
  388. background: #469451;
  389. border: 1px solid #6e9ddd;
  390. font-size: 12px;
  391. color: #f9f8f8;
  392. cursor: pointer;
  393. font-size: 14px;
  394. }
  395.  
  396. .side h6:after
  397. {
  398. /* "click to expand" text */
  399. content: "click to expand";
  400. position: absolute;
  401. top: 8px;
  402. right: 5px;
  403. font-size: 9px;
  404. font-weight: normal;
  405. color: #f9f8f8;
  406. }
  407.  
  408. .side h6 + ul
  409. {
  410. /* styles (+ hides) the list */
  411. position: relative;
  412. margin: -40px 0 5px;
  413. padding: 28px 0 0;
  414. list-style: none;
  415. border: 1px solid #6e9ddd;
  416. display: none;
  417. }
  418.  
  419. .side h6:active + ul,
  420. .side h6 + ul:hover
  421. {
  422. display: block;
  423. }
  424.  
  425. .side h6 + ul li
  426. {
  427. position: relative;
  428. padding: 5px;
  429. border-top: 1px solid #DDD;
  430. font-size: 14px;
  431. }
  432.  
  433. /* ### END SIDEBAR ### */
  434.  
  435. /* ### CONTENT ### */
  436.  
  437. .content
  438. {
  439. margin-top: 35px;
  440. }
  441.  
  442. .link
  443. {
  444. margin-bottom: 5px;
  445. background-color: #272822;
  446. border-bottom: 3px solid #222222;
  447. border-radius: 3px;
  448. padding: 9px;
  449. color: #FFFFFF;
  450. overflow: hidden !important;
  451. box-shadow: 0px 6px 10px -7px #000;
  452. }
  453.  
  454.  
  455. .link .title a
  456. {
  457. color: #ccc !important;
  458. }
  459.  
  460. .link .title a:visited
  461. {
  462. color: #bbbbbb !important;
  463. }
  464.  
  465.  
  466. .link.stickied
  467. {
  468. padding: 5px;
  469. margin-bottom: 10px;
  470. }
  471.  
  472. .tagline .stickied-tagline
  473. {
  474. color: #6e9ddd;
  475. }
  476.  
  477. /* New voting arrows */
  478. .arrow.up
  479. {
  480. background-image: none !important;
  481. background: transparent !important;
  482. }
  483.  
  484. .arrow.up:after
  485. {
  486. content: '•' !important;
  487. display: inline-block !important;
  488. text-decoration: bold;
  489. color: #c6c6c6 !important;
  490. font-size: 15px;
  491. margin-left: 2px;
  492. }
  493.  
  494. .arrow.upmod
  495. {
  496. background-image: none !important;
  497. background: transparent !important;
  498. }
  499.  
  500. .arrow.upmod:after
  501. {
  502. content: '•' !important;
  503. display: inline-block !important;
  504. color: #FF8B60!important;
  505. font-size: 15px;
  506. margin-left: 2px;
  507. }
  508.  
  509. .arrow.down
  510. {
  511. background-image: none !important;
  512. background: transparent !important;
  513. }
  514.  
  515. .arrow.down:after
  516. {
  517. content: '•' !important;
  518. display: inline-block !important;
  519. color: #c6c6c6 !important;
  520. font-size: 15px;
  521. margin-left: 2px;
  522. }
  523.  
  524. .arrow.downmod
  525. {
  526. background-image: none !important;
  527. background: transparent !important;
  528. }
  529.  
  530. .arrow.downmod:after
  531. {
  532. content: '•' !important;
  533. display: inline-block !important;
  534. color: #9494FF!important;
  535. font-size: 15px;
  536. margin-left: 2px;
  537. }
  538.  
  539. div.score.likes,
  540. div.score.unvoted,
  541. div.scores.dislikes,
  542. .dislikes div.score.dislikes
  543. {
  544. margin-top: 6px;
  545. }
  546.  
  547. /* END New voting arrows */
  548.  
  549. .nsfw-stamp acronym { display: none; }
  550. .nsfw-stamp:after
  551. {
  552. background: #ac3939;
  553. text-decoration: bold;
  554. content: 'NSFW';
  555. color: #232323;
  556. padding:2px;
  557. padding-right:3px;
  558. border-radius: 3px;
  559. }
  560.  
  561. ul.flat-list.buttons a
  562. {
  563. font-weight: bold;
  564. }
  565.  
  566. .flat-list.buttons a.comments
  567. {
  568. color: #ccc !important;
  569. font-weight: bold !important;
  570. }
  571.  
  572. .flat-list.buttons form.toggle.report-button:after
  573. {
  574.  
  575. }
  576.  
  577.  
  578. .roundfield, .linefield
  579. {
  580. background-color: #f9f8f8;
  581. border-radius: 0px;
  582. }
  583.  
  584. .linefield .title
  585. {
  586. color: #272727;
  587. }
  588.  
  589. .thing .tagline .author.submitter,
  590. .thing .tagline .author.moderator { border-radius: 0px !important; }
  591.  
  592. /* ### END CONTENT ### */
  593.  
  594. /* ### COMMENT PAGE ### */
  595.  
  596. .linkinfo
  597. {
  598. background: transparent;
  599. border: 0px;
  600. }
  601.  
  602. .link .usertext .md
  603. {
  604. border: 0px solid #e0dfdf;
  605. background: transparent;
  606. color: #ECECEC;
  607. border-radius: 0px;
  608. }
  609.  
  610. .link .md a { color: #AE81FF !important; }
  611. .link .md a:hover { color: #AE81FF !important; text-decoration: underline;}
  612. .link .md a:visited { color: #AE81FF !important; }
  613.  
  614. .comment .md a { color: #AE81FF !important; }
  615. .comment .md a:hover { color: #AE81FF !important; text-decoration: underline;}
  616. .comment .md a:visited { color: #AE81FF !important; }
  617.  
  618. .content .commentarea .comment { margin-right: 6px !important; }
  619. .sitetable .link .rank{margin-top: 22px;}
  620. .sitetable .link .entry{margin-top: 7px;}
  621. .sitetable .link .entry .buttons{padding: 0px;}
  622. .sitetable .link .entry .expando{color: #ccc;}
  623. .sitetable .link .entry .expando-button{width: 0px; margin: 0px 0px 0px 0;}
  624.  
  625. .sitetable .link .thumbnail.self
  626. {
  627. width: 0px;
  628. height: 0px;
  629. padding-bottom: 60px;
  630. }
  631.  
  632. //.sitetable .link .unvoted .score{color:transparent;font-size:0px;padding-bottom:-1px;}
  633. //.sitetable .link .unvoted .score:after{background-color:#323232;content:' ';color:#fff;font-size:13px;}
  634.  
  635.  
  636. .sitetable .comment .may-blank-within { background-color: transparent; }
  637. .sitetable .comment
  638. {
  639. right: -400;
  640. background-color: #121212!important;
  641. border-color: transparent !important;
  642. border-right: 315px solid transparent!important;
  643. border-left: 3px solid #232323 !important;
  644. color: #ECECEC;
  645. }
  646.  
  647. .sitetable .comment .comment .comment,
  648. .sitetable .comment .comment .comment .comment .comment,
  649. .sitetable .comment .comment .comment .comment .comment .comment .comment,
  650. .sitetable .comment .comment .comment .comment .comment .comment .comment .comment .comment,
  651. .sitetable .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment,
  652. .sitetable .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment,
  653. .sitetable .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
  654. background-color: #121212!important;
  655. border-radius: 3px !important;
  656. padding-right: 0px solid transparent!important;
  657. color: #ECECEC;
  658. margin-top: 2px;
  659. margin-bottom: 9px;
  660. }
  661.  
  662. .sitetable .comment .comment,
  663. .sitetable .comment .comment .comment .comment,
  664. .sitetable .comment .comment .comment .comment .comment .comment,
  665. .sitetable .comment .comment .comment .comment .comment .comment .comment .comment,
  666. .sitetable .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment,
  667. .sitetable .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment,
  668. .sitetable .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment,
  669. .sitetable .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
  670. background-color: #222323!important;
  671. border-color: #121212!important;
  672. border-right: 0px solid #232323 !important;
  673. box-shadow: 0px 6px 10px -7px #000;
  674. border-radius: 3px !important;
  675. }
  676.  
  677. .panestack-title { margin-right: 350px; }
  678.  
  679. textarea, #sr-autocomplete
  680. {
  681. background-color: #232323;
  682. color: #ffffff;
  683. border: #33333 !important;
  684. }
  685.  
  686. /* ### END COMMENT PAGE ### */
  687.  
  688.  
  689.  
  690.  
  691. /* ### REDDIT ENHANCEMENT SUITE ### */
  692.  
  693. .res .RES-keyNav-activeElement,
  694. .res .keyHighlight,
  695. .res .commentarea .keyHighlight.entry .noncollapsed
  696. {
  697. outline: 0px solid !important;
  698. background: transparent !important;
  699. border-right: 3px solid #469451;
  700. }
  701.  
  702. .commentarea .RES-keyNav-activeElement .md,
  703. .res .commentarea .RES-keyNav-activeElement.entry .noncollapsed
  704. {
  705. background: transparent !important;
  706. border: 0px !important;
  707. }
  708.  
  709. /* END of RES post highlight */
  710.  
  711. /* ### END REDDIT ENHANCEMENT SUITE ### */
  712.  
  713. /* ### LINK FLAIR ### */
  714.  
  715. .linkflairlabel
  716. {
  717. color: #000;
  718. border: 0px;
  719. border-radius: 3px;
  720. }
  721.  
  722. .linkflair-otn .linkflairlabel,
  723. .linkflair.linkflair-otn > .linkflairlabel { background-position: 0 0; }
  724.  
  725. .linkflair-info .linkflairlabel,
  726. .linkflair.linkflair-info > .linkflairlabel { background-position: 0 -27px; }
  727.  
  728. .linkflair-mod .linkflairlabel,
  729. .linkflair.linkflair-mod > .linkflairlabel { background-position: 0 -52px; }
  730.  
  731. .linkflair-daily .linkflairlabel,
  732. .linkflair.linkflair-daily > .linkflairlabel { background-position: 0 -77px; }
  733.  
  734. /* ### END LINK FLAIR ### */
  735.  
  736. /* ### USER FLAIR ### */
  737.  
  738. .flair
  739. {
  740. border-radius: 3px;
  741. }
  742.  
  743. /* ### END USER FLAIR ### */
  744.  
  745. /* ### OTHER ### */
  746.  
  747. .titlebox { padding-top: 5px; }
  748.  
  749.  
  750. .footer.rounded
  751. {
  752. border-radius: 0px;
  753. border: 0px;
  754. background-color: #121212;
  755. }
  756.  
  757. .footer.rounded:before
  758. {
  759. display: block;
  760. background: transparent;
  761. content: 'Simplit theme by /r/titleproblems, butchered by /u/GoldenSights';
  762. font-size: 10px;
  763. color: #469451;
  764. }
  765.  
  766. /* If you remove this, please be sure to credit me in the sidebar, linking to /r/titleproblems. Thank you! */
  767.  
  768. /* stylesheet fix */
  769. #subreddit_stylesheet { display: block; overflow: hidden; }
  770. .sheets { margin: 0;}
  771. /* END stylesheet fix */
  772.  
  773. /* ### END OTHER ### */
  774. /*Changes the name of your subscribers/users here now*/
  775. .titlebox .word { display: none }
  776. .titlebox .number { display: block !important; }
  777. .titlebox .subscribers .number:before{ content: " ";}
  778. .titlebox .number:after { content: " frozen";}
  779. .titlebox .users-online:before{ background-image: url(%%transparent%%); content: ""; width: 0px; margin-right: 0px;}
  780. .titlebox .users-online { overflow: hidden; }
  781. .titlebox .users-online .number:after { content: " fresh"; }
  782.  
  783. /*How to change your mail icons*/
  784. #mail
  785. {
  786. position: relative;
  787. display: inline-block;
  788. text-indent: -9999px;
  789. overflow: hidden;
  790. width: 15px; /*These values for the standard mail icon, customize to your own*/
  791. height: 10px;
  792. }
  793.  
  794. body .commentarea .sitetable .comment
  795. {
  796. padding: 5px 8px 0 5px;
  797. margin: 0 0 8px 10px;
  798. border: 1px #EEE solid;
  799. background: #222222;
  800. color: #ae57c2
  801. background-color: #222222;
  802. border-radius: 2px!important;
  803. }
  804.  
  805. .comment .comment
  806. {
  807. margin-right: 0;
  808. background-color: #222222;
  809. background: #222222;
  810. }
  811.  
  812. .comment .child
  813. {
  814. margin: 10px 0 0 10px;
  815. border: 0px solid #FFFFFF;
  816. }
  817.  
  818. a.author, .res a.author
  819. {
  820. color:#469451!important;
  821. background-color: transparent!important;
  822. }
  823.  
  824. @keyframes swapdown
  825. {
  826. from
  827. {
  828. margin-left: 100%;
  829. width: 300%;
  830. }
  831.  
  832. to
  833. {
  834. margin-left: 0%;
  835. width: 100%;
  836. }
  837. }
  838.  
  839.  
  840.  
  841. .roundfield,
  842. .content.submit .info-notice
  843. {
  844. background-color:#323232;
  845. color:#ddd;
  846. border: 0px;
  847. }
  848.  
  849. a[href="/mcbanner"]{display:block;height: 166px;width: 596px;background-image:url(%%mcbanner%%);margin: 0 auto;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement