Guest User

Untitled

a guest
Dec 13th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.02 KB | None | 0 0
  1. /*
  2. Reset
  3. ------------------------------------------------------------------- */
  4.  
  5. html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
  6. table {border-collapse: collapse; border-spacing: 0;}
  7. caption, th, td {text-align: left; font-weight: normal;}
  8. table, td, th {vertical-align: middle;}
  9. blockquote:before, blockquote:after, q:before, q:after {content: "";}
  10. blockquote, q {quotes: "" "";}
  11. a img {border: none;}
  12. :focus {outline: 0;}
  13.  
  14. body {
  15. background: transparent;
  16. color: #000;
  17. font: normal 75% sans-serif;
  18. line-height: 1.5;
  19. }
  20.  
  21. /*
  22. Typography
  23. ------------------------------------------------------------------- */
  24. /* Text elements */
  25.  
  26. p {margin-bottom: 1em;}
  27.  
  28. abbr, acronym {border-bottom: 1px dotted #666;}
  29. address {margin-bottom: 1.5em;}
  30. blockquote {margin: 1.5em;}
  31. del, blockquote { color:#FFF; }
  32. em, dfn, blockquote, address {font-style: italic;}
  33. strong, dfn {font-weight: bold;}
  34. sup, sub {line-height: 0;}
  35.  
  36. pre {
  37. margin: 1.5em 0;
  38. white-space: pre;
  39. }
  40. pre,code,tt {
  41. font: 1em monospace;
  42. line-height: 1.5;
  43. }
  44.  
  45.  
  46. /* Lists */
  47.  
  48. li ul, li ol {margin-left: 1.5em;}
  49. ul, ol {margin: 0 0 1.5em 1.5em;}
  50.  
  51. ul {list-style-type: disc;}
  52. ol {list-style-type: decimal;}
  53.  
  54. dl {margin: 0 0 1.5em 0;}
  55. dl dt {font-weight: bold;}
  56. dd {margin-left: 1.5em;}
  57.  
  58.  
  59.  
  60. /* Special lists */
  61.  
  62. ul.plain-list li, ul.nice-list li, ul.tabbed li {list-style: none;}
  63.  
  64. ul.tabbed {
  65. display: inline;
  66. margin: 0;
  67. }
  68. ul.tabbed li {float: left;}
  69.  
  70. ul.plain-list {margin: 0;}
  71.  
  72. ul.nice-list {margin-left: 0;}
  73. ul.nice-list li {
  74. list-style: none;
  75. border-top: 1px solid #EEE;
  76. padding: 4px 0;
  77. font: 11px Georgia, sans-serif;
  78. }
  79. ul.nice-list li:first-child {border-top: none;}
  80. ul.nice-list li .right {color: #999;}
  81.  
  82. li div.left {
  83. font-weight: bold;
  84. }
  85.  
  86.  
  87.  
  88.  
  89. /* Tables */
  90.  
  91. table {margin-bottom: 1.4em; width: 100%;}
  92. th {font-weight: bold;}
  93. th,td,caption {padding: 4px 10px 4px 5px;}
  94. tr.even td {background: transparent;}
  95. tfoot {font-style: italic;}
  96. caption {background: #EEE;}
  97.  
  98. table.data-table {
  99. border: 1px solid #CCB;
  100. margin-bottom: 2em;
  101. width: 100%;
  102. }
  103. table.data-table th {
  104. background: #F0F0F0;
  105. border: 1px solid #DDD;
  106. color: #555;
  107. text-align: left;
  108. }
  109. table.data-table tr {border-bottom: 1px solid #DDD;}
  110. table.data-table td, table th {padding: 10px;}
  111. table.data-table td {
  112. background: #F6F6F6;
  113. border: 1px solid #DDD;
  114. }
  115. table.data-table tr.even td {background: #FCFCFC;}
  116.  
  117. td.enter {
  118. width: 5%;
  119. }
  120.  
  121.  
  122. /* Misc classes */
  123.  
  124. .small {font-size: 0.9em;}
  125. .smaller {font-size: 0.8em;}
  126. .smallest {font-size: 0.7em;}
  127.  
  128. .large {font-size: 1.15em;}
  129. .larger {font-size: 1.25em;}
  130. .largest {font-size: 1.35em;}
  131.  
  132. .hidden {display: none;}
  133.  
  134. .quiet {color: #999;}
  135. .loud {color: #000;}
  136. .highlight {background:#ff0;}
  137.  
  138. .text-left {text-align: left;}
  139. .text-right {text-align: right;}
  140. .text-center {text-align: center;}
  141. .text-separator {padding: 0 5px;}
  142.  
  143. .error, .notice, .success {
  144. border: 1px solid #DDD;
  145. margin-bottom: 1em;
  146. padding: 0.6em 0.8em;
  147. }
  148.  
  149. .error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
  150. .error a {color: #8A1F11;}
  151.  
  152. .notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
  153. .notice a {color: #514721;}
  154.  
  155. .success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
  156. .success a {color: #264409;}
  157.  
  158.  
  159. /*
  160. Forms
  161. ------------------------------------------------------------------- */
  162.  
  163. label {font-weight: bold; cursor: pointer;}
  164. fieldset {padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc;}
  165. legend {font-weight: bold; font-size: 1.2em;}
  166. textarea {overflow: auto;}
  167. input.text, textarea, select {
  168. background: #FCFCFC;
  169. border: 1px inset #AAA;
  170. margin: 0.5em 0;
  171. padding: 4px 5px;
  172. }
  173. input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}
  174.  
  175. input.button {
  176. background: #DDD;
  177. border: 1px outset #AAA;
  178. padding: 2px 5px;
  179. }
  180. input.button:active {border-style: inset;}
  181.  
  182. .form-error {border-color: #F00;}
  183.  
  184. input, textarea {
  185. border: 1px #C0C0C0 solid;
  186. }
  187.  
  188. /*
  189. Alignment
  190. ------------------------------------------------------------------- */
  191.  
  192. /* General */
  193.  
  194. .center,.aligncenter {
  195. display: block;
  196. margin-left: auto;
  197. margin-right: auto;
  198. }
  199.  
  200. legend {
  201. font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  202. color: #696969;
  203. }
  204.  
  205. .fieldset {
  206. margin-bottom: 6px;
  207. }
  208.  
  209. fieldset {
  210. border: 1px solid #d5d5d5;
  211. }
  212.  
  213.  
  214. /* Images */
  215.  
  216. img.bordered,img.alignleft,img.alignright,img.aligncenter {
  217. background-color: #FFF;
  218. border: 1px solid #DDD;
  219. padding: 3px;
  220. }
  221. img.alignleft, img.left {margin: 0 1.5em 1em 0;}
  222. img.alignright, img.right {margin: 0 0 1em 1.5em;}
  223.  
  224.  
  225. /* Floats */
  226.  
  227. .left,.alignleft {float: left;}
  228. .right,.alignright {float: right;}
  229.  
  230. .clear,.clearer {clear: both;}
  231. .clearer {
  232. display: block;
  233. font-size: 0;
  234. line-height: 0;
  235. height: 0;
  236. }
  237.  
  238.  
  239. /*
  240. Separators
  241. ------------------------------------------------------------------- */
  242.  
  243. .content-separator, .archive-separator {
  244. background: #D5D5D5;
  245. clear: both;
  246. color: #FFE;
  247. display: block;
  248. font-size: 0;
  249. line-height: 0;
  250. height: 1px;
  251. }
  252. .content-separator {margin: 20px 0;}
  253. .archive-separator {margin: 10px 0;}
  254.  
  255.  
  256. /*
  257. Posts
  258. ------------------------------------------------------------------- */
  259.  
  260. .post a {text-decoration: none;}
  261. .post a:hover {text-decoration: underline;}
  262.  
  263. .post img.left, .post img.right {margin-bottom: 0;}
  264.  
  265. .post-date {
  266. color: #777;
  267. margin: 2px 0 10px;
  268. }
  269. .post-date a {color: #444;}
  270.  
  271. .post-title h1, .post-title h2, .post-title h3 {margin-bottom: 0;}
  272.  
  273. .post-meta {
  274. background: #F6F6F6;
  275. border: 1px solid #DDD;
  276. color: #777;
  277. padding: 6px 10px;
  278. }
  279. .post-meta a {color: #345; }
  280. .post-meta a:hover {color: #001;}
  281.  
  282. .post-body {font-size: 1.1em;}
  283. .post-body a {color: #039;}
  284. .post-body a:hover {color: #039;}
  285.  
  286. .post-body img.left, .post-body img.right {margin-bottom: 1em;}
  287.  
  288.  
  289.  
  290. /* Archives */
  291. .archive-pagination {margin-bottom: 16px;}
  292. .archive-post-date {
  293. background: #F5F5F5;
  294. border-bottom: 1px solid #C5C5C5;
  295. border-right: 1px solid #CFCFCF;
  296. float: left;
  297. margin-right: 12px;
  298. padding: 2px 0 5px;
  299. text-align: center;
  300. width: 46px;
  301. }
  302. .archive-post-title .post-date {margin: 0;}
  303. .archive-post-title {padding-top: 4px;}
  304. .archive-post-day {font: normal 1.6em Georgia,serif;}
  305.  
  306.  
  307. /*
  308. Layout
  309. ------------------------------------------------------------------- */
  310.  
  311. /* General */
  312. .center-wrapper {
  313. margin: 0 auto;
  314. width: 980px;
  315. }
  316.  
  317. .title {
  318. color:#999999;
  319. font-family:Verdana,sans-serif;
  320. font-weight: bold;
  321. font-size: 170%;
  322. }
  323.  
  324. span.error {
  325. font-weight: bold;
  326. color: red;
  327. }
  328.  
  329. /* Network */
  330.  
  331. #network {background: #EEE;}
  332. #network .left {
  333. color: #333;
  334. vertical-align: text-bottom;
  335. }
  336.  
  337. #network .right {
  338. color: #333;
  339. vertical-align: text-bottom;
  340. }
  341.  
  342. #network .tabbed a {
  343. display: block;
  344. padding: 6px 10px 7px;
  345. text-decoration: none;
  346. color: #666;
  347. }
  348.  
  349. #network .install span {
  350. display: block;
  351. padding: 6px 10px 7px;
  352. text-decoration: none;
  353. color: #666;
  354. }
  355.  
  356. #network li a:hover {
  357. background: #F6F6F6;
  358. color: #000;
  359. }
  360. #network li.current-tab a {
  361. background: #FFF;
  362. font-weight: bold;
  363. }
  364. #network .text-separator, #network span {color: #999;}
  365.  
  366.  
  367. /* Toolbar */
  368. #toolbar {
  369. padding: 12px 0 8px;
  370. font-size: 1.1em;
  371. color: #999;
  372. }
  373. #toolbar img {vertical-align: middle;}
  374.  
  375.  
  376. /* Header */
  377.  
  378. #header {}
  379.  
  380. /* Site title */
  381. #site-title {
  382. font: normal 1.6em serif;
  383. padding-bottom: 24px;
  384. }
  385. #site-title span {color: #999;}
  386. #site-title a {
  387. color: #000;
  388. text-decoration: none;
  389. }
  390.  
  391.  
  392. /* Navigation */
  393.  
  394. #navigation {margin-bottom: 24px;}
  395. #navigation a {
  396. display: block;
  397. text-decoration: none;
  398. }
  399.  
  400. /* Main navigation */
  401.  
  402. #main-nav a {
  403. color: #888;
  404. font-size: 1.5em;
  405. padding: 9px 14px;
  406. }
  407. #main-nav li {background: url('../gfx/navigation-separator.gif') no-repeat left center;}
  408. #main-nav li:first-child {background: none;}
  409. #main-nav li.current-tab a, #main-nav a:hover {color: #002;}
  410. #main-nav li.current-tab a {background: url('../gfx/navigation-arrow.gif') no-repeat center bottom;}
  411.  
  412.  
  413. /* Subnav */
  414.  
  415. #sub-nav {
  416. background: #eceff5;
  417. padding: 0 5px;
  418. border-top: 1px solid #94a3c4;
  419. border-bottom: 1px solid #94a3c4;
  420. }
  421. #sub-nav a {
  422. color: #678;
  423. font: bold 1.2em sans-serif;
  424. padding: 10px;
  425. }
  426. #sub-nav li.current-tab a, #sub-nav a:hover {color: #223;}
  427.  
  428.  
  429. /* Main */
  430.  
  431. .main {margin-bottom: 18px;}
  432.  
  433. .main#main-three-columns .sidebar {width: 193px;}
  434. .main#main-three-columns #main-left {width: 520px;}
  435.  
  436. .main#main-two-columns .sidebar {width: 260px;}
  437. .main#main-two-columns #main-left {width: 671px;}
  438.  
  439. .main#main-two-columns .sidebar-50-50 {width: 460px;}
  440. .main#main-two-columns #main-left-50-50 {width: 471px;}
  441.  
  442. .sidebar a {text-decoration: none;}
  443. .sidebar a:hover {text-decoration: underline;}
  444.  
  445. #sidebar-1 {margin-left: 37px;}
  446.  
  447. /* Columns */
  448. .col3 {width: 32%;}
  449. .col3-mid {margin-left: 2%;}
  450.  
  451. /* Sidebar */
  452.  
  453. #sidebar-wrapper {}
  454. #sidebar {}
  455.  
  456.  
  457. /* Sidebar sections */
  458. .section {
  459. margin-bottom: 16px;
  460. border-top: 1px solid #94a3c4;
  461. border-left: 1px solid #d8dfea;
  462. border-right: 1px solid #d8dfea;
  463. border-bottom: 1px solid #94a3c4;
  464. }
  465. .section-title {
  466. margin-bottom: 5px;
  467. min-height: 0;
  468. font: 11px Georgia, sans-serif;
  469. font-weight: bold;
  470. background-color: #eceff5;
  471. margin: 0;
  472. padding: 5px 8px;
  473. overflow: hidden;
  474. border-bottom: 1px solid #94a3c4;
  475. clear: left;
  476. }
  477.  
  478. .section-content {
  479. padding: 5px 8px;
  480. }
  481.  
  482. /* Dashboard */
  483.  
  484. #dashboard {
  485. background: #FAFAFA url('../gfx/dashboard.gif') repeat-y left top;
  486. border: 1px solid #E7E7E7;
  487. }
  488.  
  489. #dashboard .column {width: 244px;}
  490. #dashboard #column-4 {border-right: none;}
  491.  
  492. #dashboard .column-content {
  493. padding: 14px 16px;
  494. }
  495. #dashboard .column-title {
  496. color: #666;
  497. font-size: 1.4em;
  498. font-weight: bold;
  499. padding-bottom: 5px;
  500. }
  501. #dashboard a {color: #456;}
  502. #dashboard a:hover {color: #000;}
  503.  
  504.  
  505. /* Footer */
  506.  
  507. #footer {padding: 10px 0;}
  508. #footer a {
  509. color: #579;
  510. text-decoration: none;
  511. }
  512. #footer .right, #footer .right a {
  513. color: #999;
  514. text-decoration: none;
  515. }
  516. #footer .text-separator {
  517. padding: 0 3px;
  518. color: #BBB;
  519. }
  520. #footer a:hover {color: #000;}
  521.  
  522. /*
  523. Misc overriding classes
  524. ------------------------------------------------------------------- */
  525.  
  526. /* Border */
  527.  
  528. .noborder {border: 0;}
  529. .notborder {border-top: 0;}
  530. .norborder {border-right: 0;}
  531. .nobborder {border-bottom: 0;}
  532. .nolborder {border-left: 0;}
  533.  
  534. /* Margin */
  535.  
  536. .nomargin {margin: 0;}
  537. .notmargin {margin-top: 0;}
  538. .normargin {margin-right: 0;}
  539. .nobmargin {margin-bottom: 0;}
  540. .nolmargin {margin-left: 0;}
  541.  
  542. /* Padding */
  543.  
  544. .nopadding {padding: 0;}
  545. .notpadding {padding-top: 0;}
  546. .norpadding {padding-right: 0;}
  547. .nobpadding {padding-bottom: 0;}
  548. .nolpadding {padding-left: 0;}
  549.  
  550. /* Single line IE fix */
  551. * html #sub-nav, * html .section-title, * html .main {height: 0.01%; min-height: 0.01%;}
  552.  
  553. /* Servers */
  554. .main thead {
  555. background-color: transparent;
  556. border-top: 1px solid #94a3c4;
  557. border-bottom: 1px solid #94a3c4;
  558. font: 11px Georgia, sans-serif;
  559. font-weight: bold;
  560. color: 000;
  561. }
  562.  
  563. .main thead th {
  564. padding: 5px 8px;
  565. }
  566.  
  567. td.server-info {
  568. padding: 15px 30px 15px 30px;
  569. }
  570.  
  571. td.server-info table {
  572. border-right: 2px solid #ABC;
  573. border-left: 2px solid #ABC;
  574. border-bottom: 2px solid #ABC;
  575. }
  576.  
  577. td.server-info td {
  578. border: 1px solid #d8dfea;
  579. }
  580.  
  581. ._right {
  582. text-align: right;
  583. }
  584.  
  585. ._left {
  586. text-align: left;
  587. }
  588.  
  589. ._center {
  590. text-align: center;
  591. color: FFF;
  592. }
  593.  
  594. .fat {
  595. font-weight: bold;
  596. }
  597.  
  598. .m_over {
  599. background-color: #EEE;
  600. color: #666;
  601. cursor: pointer;
  602. }
  603.  
  604. .m_out {
  605. background-color: transparent;
  606. color: #000;
  607. cursor: pointer;
  608. }
  609.  
  610. tr.list {
  611. background-color: transparent;
  612. border-bottom: 1px solid #d8dfea;
  613. }
  614.  
  615. tr.list:hover {
  616. background-color: transparent;
  617. }
  618.  
  619. tr.settings_line {
  620. background-color: transparent;
  621. border-bottom: 1px solid #d8dfea;
  622. }
  623.  
  624. tr.htable {
  625. background-color: #ECEFF5;
  626. border-bottom: 1px solid #94A3C4;
  627. border-top: 1px solid #94A3C4;
  628. font: normal normal normal 11px/normal Georgia, sans-serif;
  629. font-weight: bold;
  630. }
  631.  
  632. tr.htabletop {
  633. background-color: #ECEFF5;
  634. border-top: 1px solid #94A3C4;
  635. font: normal normal normal 11px/normal Georgia, sans-serif;
  636. font-weight: bold;
  637. }
  638.  
  639. tr.htablebottom {
  640. background-color: #ECEFF5;
  641. border-bottom: 1px solid #94A3C4;
  642. font: normal normal normal 11px/normal Georgia, sans-serif;
  643. font-weight: bold;
  644. }
  645.  
  646. .offline {
  647. background-color: #FFEAEA;
  648. color: #000;
  649. }
  650.  
  651. .vtop {
  652. vertical-align: top;
  653. }
  654.  
  655. /* Image Buttons */
  656. .icons-stats {
  657. display: inline-block;
  658. background-image: url(../gfx/stats.png);
  659. background-repeat: no-repeat;
  660. width: 16px;
  661. height: 16px;
  662. margin: 0;
  663. }
  664.  
  665. .icon-stats {
  666. background-position: 0 0;
  667. }
  668.  
  669. .icon-clock {
  670. background-position: -16px 0;
  671. }
  672.  
  673. .icon-kicks {
  674. background-position: -32px 0;
  675. }
  676.  
  677. .icons-func {
  678. display: inline-block;
  679. background-image: url(../gfx/functions.png);
  680. background-repeat: no-repeat;
  681. width: 15px;
  682. height: 17px;
  683. cursor: pointer;
  684. margin: 0;
  685. }
  686.  
  687. .icon-view {
  688. background-position: 0 0;
  689. }
  690.  
  691. .icon-edit {
  692. background-position: -15px 0;
  693. }
  694.  
  695. .icon-delete {
  696. background-position: -30px 0;
  697. }
  698.  
  699. .icon-email {
  700. width: 16px;
  701. background-position: -45px 0;
  702. }
  703.  
  704. .icon-download {
  705. background-position: -61px 0;
  706. }
  707.  
  708. .icons-connect {
  709. display: inline-block;
  710. background-image: url(../gfx/connect.png);
  711. background-repeat: no-repeat;
  712. width: 80px;
  713. height: 15px;
  714. cursor: pointer;
  715. margin: 0;
  716. }
  717.  
  718. .icon-steam {
  719. background-position: 0 0;
  720. }
  721.  
  722. .icon-hlsw {
  723. background-position: -80px 0;
  724. }
  725.  
  726. .icons-page {
  727. display: inline-block;
  728. background-image: url(../gfx/pagenation.png);
  729. background-repeat: no-repeat;
  730. width: 16px;
  731. height: 16px;
  732. margin: 0;
  733. }
  734.  
  735. .icon-left-valid {
  736. background-position: 0 0;
  737. cursor: pointer;
  738. }
  739.  
  740. .icon-left-notvalid {
  741. background-position: -32px 0;
  742. }
  743.  
  744. .icon-left-end {
  745. background-position: -64px 0;
  746. cursor: pointer;
  747. }
  748.  
  749. .icon-right-valid {
  750. background-position: -16px 0;
  751. cursor: pointer;
  752. }
  753.  
  754. .icon-right-notvalid {
  755. background-position: -48px 0;
  756. }
  757.  
  758. .icon-right-end {
  759. background-position: -80px 0;
  760. cursor: pointer;
  761. }
  762.  
  763. .icon-access {
  764. display: inline-block;
  765. background-image: url(../gfx/access.png);
  766. background-repeat: no-repeat;
  767. width: 16px;
  768. height: 16px;
  769. cursor: pointer;
  770. margin: 0;
  771. }
  772.  
  773. /* Error messages */
  774. .main_error {
  775. background-color: transparent;
  776. width: 90%;
  777. margin: 5px 20px 20px;
  778. border: 1px solid #8394B2;
  779. border-left: 4px solid #8394B2;
  780. }
  781.  
  782. .head_error {
  783. background-color: #FBBFBB;
  784. font-family: Verdana, Arial, Helvetica, sans-serif;
  785. font-size: 12px;
  786. font-weight: bold;
  787. color: black;
  788. padding: 5px;
  789. border-bottom: 1px solid #FFFFFF;
  790. }
  791.  
  792. .block_error {
  793. margin-left: 20px;
  794. }
  795.  
  796. span.errored {
  797. font-weight:bold;
  798. color:red;
  799. }
  800.  
  801. /* Pagenavigation */
  802. .pager span.error {
  803. font-weight:normal;
  804. }
  805.  
  806. .pager a, .pager span {
  807. display:block;
  808. float:left;
  809. font-size:12px;
  810. font-weight:normal;
  811. height:20px;
  812. line-height:20px;
  813. margin:0 1px;
  814. padding:0 10px;
  815. }
  816.  
  817. .pager a {
  818. background:none repeat scroll 0 0 #F7F7F7;
  819. }
  820.  
  821. .pager a:hover {
  822. background:none repeat scroll 0 0 #ECEFF5;
  823. color:#000;
  824. }
  825.  
  826. .pager span {
  827. font-size:12px;
  828. font-weight:bold;
  829. }
  830.  
  831. .pager span.first {
  832. font-size:12px;
  833. margin:0;
  834. padding:0 10px 0 0;
  835. }
  836.  
  837. /* Tooltip */
  838. #tooltip {
  839. background: #fff;
  840. -moz-opacity:0.7;
  841. opacity: 0.7;
  842. filter: alpha(opacity=700);
  843. border-top: 1px solid #cccccc;
  844. border-right: 1px solid #cccccc;
  845. border-bottom: 1px solid #cccccc;
  846. border-left: 4px solid #94A3C4;
  847. color: #000;
  848. margin: 0px;
  849. padding: 3px 5px;
  850. position: absolute;
  851. visibility: hidden;
  852. z-index: 100;
  853. font: normal 11px Tahoma, "Myriad Pro", "Lucida Sans Unicode", Verdana, sans-serif;
  854. }
Add Comment
Please, Sign In to add comment