Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.86 KB | None | 0 0
  1. body {
  2. background: #F6F6F6 none repeat scroll 0% 0%;
  3. color: #333;
  4. text-align: center;
  5. line-height: 1.4;
  6. margin: 0;
  7. overflow-y: scroll;
  8. text-decoration: none;
  9. font-family: Open Sans;
  10. font-size: 13px;
  11. }
  12.  
  13. html {
  14. min-height: 100%;
  15. position: relative;
  16. }
  17.  
  18. body {
  19. margin: 0;
  20. margin-bottom: 180px;
  21. }
  22.  
  23. .post_flexible { display:flex;}
  24.  
  25. .wo_title {
  26. color: #2C3E50;
  27. margin-left: 15px;
  28. display: block;
  29. margin-top: 20px;
  30.  
  31. font-family: Source Sans Pro;
  32. font-size: 25px;
  33. }
  34.  
  35. .wo_desc {
  36. color: rgb(58, 58, 59);
  37. display: inline-block;
  38. margin: 15px 15px 40px;
  39.  
  40. font-size: 15px;
  41. }
  42.  
  43. #hb_title {
  44. color: white;
  45. font-size: 30px;
  46. position: relative;
  47. font-family: 'Roboto';
  48. left: 85px;
  49. top: 30px;
  50. }
  51.  
  52. #hb_desc {font-size: 18px; text-align: left; font-family: Source Sans Pro;}
  53.  
  54. #home_bit {
  55. color: #157fa8;
  56. padding: 0px 3px 0px 17px;
  57. position: relative;
  58. cursor: pointer;
  59. font-size: 17px;
  60. transition: all 150ms;
  61. display: inline-block;
  62. }
  63.  
  64. .nav_link {
  65. text-decoration: none;
  66. color: #157fa8;
  67. float: right;
  68. position: relative;
  69. top: -15px;
  70. font-size: 15px;
  71. padding: 16px;
  72. transition: background 200ms;
  73. cursor: pointer;
  74. }
  75.  
  76. .nav_link:hover {
  77. background: #FCFCFC;
  78. border-bottom: 2px solid #157fa8;
  79. }
  80.  
  81. .nav_link a:link, a:hover, a {
  82. text-decoration: none;
  83. color: #0e5571;
  84. }
  85.  
  86. .subforum_miniofflock i:before {
  87. content: "\f148";
  88. }
  89.  
  90. .subforum_miniofflink i:before {
  91. content: "\f148";
  92. }
  93.  
  94. #nav_mobile { display:none;}
  95.  
  96. .forum { float: left; width: 77%;}
  97.  
  98. a:link {
  99. color: #157fa8;
  100. text-decoration: none !important;
  101. }
  102.  
  103. a:visited {
  104. color: #157fa8;
  105. text-decoration: none !important;
  106. }
  107.  
  108. a:hover,
  109. a:active {
  110. color: #157fa8;
  111. text-decoration: underline;
  112. }
  113.  
  114. #container {
  115. background: #F6F6F6;
  116. color: #333;
  117. text-align: left;
  118. line-height: 1.4;
  119. margin: 0;
  120.  
  121. font-family: Roboto;
  122. font-size: 13px;
  123. }
  124.  
  125. .wrapper {
  126. width: 90%;
  127. margin: auto auto;
  128. }
  129.  
  130. #logo {
  131. color: #157fa8;
  132. position: relative;
  133. padding: 15px 35px;
  134. top: 15px;
  135.  
  136. font-family: 'Lobster', cursive;
  137. font-size: 27px;
  138. }
  139.  
  140. #content {
  141. background: #F6F6F6 none repeat scroll 0% 0%;
  142. width: auto !important;
  143. padding: 20px 10px;
  144. overflow: hidden;
  145. /*margin-bottom:-75px;*/
  146. }
  147.  
  148. #header ul.menu {
  149. margin: 0;
  150. padding: 0;
  151. list-style: none;
  152. }
  153.  
  154. #header ul.menu li {
  155. margin: 0 7px;
  156. display: inline;
  157. }
  158.  
  159. #header ul.menu li a {
  160. padding-left: 20px;
  161. background-repeat: no-repeat;
  162. display: inline-block;
  163. line-height: 16px;
  164. }
  165.  
  166. #logo ul.top_links {
  167. font-weight: bold;
  168. text-align: right;
  169. margin: -10px 5px 0 0;
  170. }
  171.  
  172. #panel .upper a.logout {
  173. font-weight: bold;
  174. padding-right: 20px;
  175. margin-left: 10px;
  176. }
  177.  
  178. #panel .upper a.login,
  179. #panel .upper a.lost_password {
  180. padding-left: 20px;
  181. margin-left: 10px;
  182. font-weight: bold;
  183. }
  184.  
  185. #panel .upper a.register {
  186. padding-right: 20px;
  187. margin-left: 10px;
  188. font-weight: bold;
  189. }
  190.  
  191. #panel .lower ul.panel_links { float: left;}
  192. #panel .lower ul.user_links { float: right;}
  193.  
  194. #panel .lower ul.user_links li a {
  195. padding: 0;
  196. background-image: none;
  197. }
  198.  
  199. #panel .upper {
  200. background: rgb(15, 121, 242) none repeat scroll 0% 0%;
  201. color: #fff;
  202. padding: 2px;
  203. clear: both;
  204. }
  205.  
  206. #panel .upper a:link,
  207. #panel .upper a:visited,
  208. #panel .upper a:hover,
  209. #panel .upper a:active {
  210. color: #fff;
  211. }
  212.  
  213. #panel .lower {
  214. background: #efefef;
  215. color: #999;
  216. border-top: 1px solid #fff;
  217. border-bottom: 1px solid #ccc;
  218. padding: 5px;
  219. display:none;
  220. }
  221.  
  222. #panel .lower a:link,
  223. #panel .lower a:visited,
  224. #panel .lower a:hover,
  225. #panel .lower a:active { color: #666;}
  226.  
  227. #search {
  228. border: 0;
  229. padding: 0;
  230. margin: 0;
  231. float: right;
  232. vertical-align: middle;
  233. }
  234.  
  235. #search input.button,
  236. #search input.textbox {
  237. border-color: rgba(0, 0, 0, 0.36);
  238. }
  239.  
  240. #search input.button { color: #fff;}
  241. #search input { margin: -3px 0;}
  242.  
  243. #quick_login .remember_me input {
  244. vertical-align: middle;
  245. margin: -3px 0 0 5px;
  246. }
  247.  
  248. #footer { clear: both;}
  249.  
  250. #footer ul.menu {
  251. margin: 0;
  252. padding: 0;
  253. list-style: none;
  254. }
  255.  
  256. #footer ul.menu li {
  257. margin: 0 5px;
  258. display: inline;
  259. }
  260.  
  261. #footer .upper {
  262. background: #efefef;
  263. border-top: 1px solid #bbb;
  264. border-bottom: 1px solid #bbb;
  265. padding: 6px;
  266. font-size: 12px;
  267. overflow: hidden;
  268. }
  269.  
  270. #footer a:link,
  271. #footer a:visited,
  272. #footer a:hover,
  273. #footer a:active {
  274. color: #777;
  275. }
  276.  
  277. #footer .upper .language {
  278. float: right;
  279. margin: -1px;
  280. margin-left: 15px;
  281. }
  282.  
  283. #footer .upper .language select {
  284. border-color: #ccc;
  285. }
  286.  
  287. #footer .upper .theme {
  288. float: right;
  289. margin: -1px;
  290. margin-left: 15px;
  291. }
  292.  
  293. #footer .upper .theme select {
  294. border-color: #ccc;
  295. }
  296.  
  297. #footer .upper ul.bottom_links {
  298. float: left;
  299. margin: 4px 0 0 0;
  300. }
  301.  
  302. #footer .lower {
  303. color: #666;
  304. padding: 6px 6px 12px 6px;
  305. overflow: hidden;
  306. font-size: 11px;
  307. }
  308.  
  309. #footer .lower a:link,
  310. #footer .lower a:visited {
  311. color: #444;
  312. font-weight: bold;
  313. }
  314.  
  315. #footer .lower a:hover,
  316. #footer .lower a:active {
  317. color: #333;
  318. text-decoration: underline;
  319. font-weight: bold;
  320. }
  321.  
  322. #footer .lower #current_time {
  323. float: right;
  324. color: #888;
  325. }
  326.  
  327. #debug {
  328. float: right;
  329. text-align: right;
  330. margin-top: 20px;
  331. font-size: 11px;
  332. }
  333.  
  334. .scaleimages img {
  335. max-width: 100%;
  336. }
  337.  
  338. .forum_status {
  339. height: 50px;
  340. width: 50px;
  341. font-size: 30px;
  342. text-align: center;
  343. }
  344.  
  345. .forum_status i {
  346. display: inline-block;
  347. line-height: 50px;
  348. }
  349.  
  350. .forum_on {
  351. color: #157fa8;
  352. }
  353.  
  354. .forum_off, .forum_offlock, .forum_offlink {
  355. color: #157fa8;
  356. }
  357.  
  358. .forum_off i {
  359. }
  360.  
  361. .forum_offlock i:before {
  362. content: "\f023";
  363. }
  364.  
  365. .forum_offlink i:before {
  366. content: "\f0c1";
  367. }
  368.  
  369. .subforumicon {
  370. display: inline-block;
  371. margin: 0 5px;
  372. }
  373.  
  374. .subforum_minion {
  375. color: #157fa8;
  376. }
  377.  
  378. .subforum_minioff {
  379. color: #157fa8;
  380. }
  381.  
  382. .subforum_miniofflock {
  383. color: #157fa8;
  384. }
  385.  
  386. .subforum_miniofflink {
  387. color: #157fa8;
  388. }
  389.  
  390. table {
  391. color: #333;
  392. font-size: 13px;
  393. }
  394.  
  395. .tborder {
  396. background: #fff;
  397. width: 100%;
  398. margin: auto auto;
  399. border-bottom: 3px solid #EFEFEF;
  400. }
  401.  
  402. .tfixed {
  403. table-layout: fixed;
  404. word-wrap: break-word;
  405. }
  406.  
  407. .thead {
  408. background: #01325b;
  409. color: #FFF;
  410. border-bottom: 1px solid #2c3e50;
  411. padding: 14px 17px;
  412. font-size: 15px;
  413. text-transform: uppercase;
  414. font-weight: bold;
  415. }
  416.  
  417. .thead a:link {
  418. color: #ffffff;
  419. text-decoration: none;
  420. }
  421.  
  422. .thead a:visited {
  423. color: #ffffff;
  424. text-decoration: none;
  425. }
  426.  
  427. .thead a:hover,
  428. .thead a:active {
  429. color: #ffffff;
  430. text-decoration: underline;
  431. }
  432.  
  433. .tcat {
  434. background: #157fa8;
  435. color: #FFF;
  436. padding: 9px;
  437. border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  438.  
  439. font-size: 15px;
  440. }
  441.  
  442. .tcat a:link {
  443. color: #FFF;
  444. }
  445.  
  446. .tcat a:hover,
  447. .tcat a:active {
  448. color: #fff;
  449. }
  450.  
  451. .trow1 {
  452. background: rgba(246, 246, 246, 0.16) none repeat scroll 0% 0%;
  453. border: 0px solid;
  454. padding: 13px;
  455. border-bottom: 1px solid #F9F9F9;
  456. }
  457.  
  458. .trow2 {
  459. background: rgba(246, 246, 246, 0.16) none repeat scroll 0% 0%;
  460. border: 0px solid;
  461. padding: 13px;
  462. border-bottom: 1px solid #F9F9F9;
  463. }
  464.  
  465. .trow_shaded {
  466. background: #ffdde0;
  467. border: 1px solid;
  468. border-color: #fff #ffb8be #ffb8be #fff;
  469. }
  470.  
  471. .no_bottom_border {
  472. border-bottom: 0;
  473. }
  474.  
  475. .post.unapproved_post {
  476. background: #ffdde0;
  477. }
  478.  
  479. .post.unapproved_post .post_author {
  480. border-bottom-color: #ffb8be;
  481. }
  482.  
  483. .post.classic.unapproved_post .post_author {
  484. border-color: #ffb8be;
  485. }
  486.  
  487. .post.unapproved_post .post_controls {
  488. border-top-color: #ffb8be;
  489. }
  490.  
  491. .trow_deleted,
  492. .post.deleted_post {
  493. background: #E8DEFF;
  494. }
  495.  
  496. .trow_selected,
  497. tr.trow_selected td {
  498. background: #FFE9EB;
  499. color: #333;
  500. border-bottom-color: #F6D1D6;
  501. }
  502.  
  503. .trow_selected a:link,
  504. .trow_selected a:visited,
  505. .trow_selected a:hover,
  506. .trow_selected a:active {
  507. color: #333;
  508. }
  509.  
  510. .trow_sep {
  511. background: #ddd;
  512. color: #333;
  513. border-bottom: 1px solid #c5c5c5;
  514. padding: 6px;
  515. font-size: 12px;
  516. font-weight: bold;
  517. }
  518.  
  519. .tfoot {
  520. color: rgb(58, 58, 59);
  521. background: rgb(246, 246, 246);
  522. padding: 11px;
  523. }
  524.  
  525. .tfoot a:link {
  526. color: rgb(58, 58, 59);
  527. text-decoration: none;
  528. }
  529.  
  530. .tfoot a:visited {
  531. color: rgb(58, 58, 59);
  532. text-decoration: none;
  533. }
  534.  
  535. .tfoot a:hover,
  536. .tfoot a:active {
  537. color: rgb(58, 58, 59, 0.5);
  538. text-decoration: none;
  539. }
  540.  
  541. .thead input.textbox,
  542. .thead select {
  543. border: 1px solid #263c30;
  544. }
  545.  
  546. .bottommenu {
  547. background: #efefef;
  548. color: #333;
  549. border: 1px solid #4874a3;
  550. padding: 10px;
  551. }
  552.  
  553. .navigation {
  554. background: #FEFEFE;
  555. color: #157fa8;
  556. padding: 17px 0px;
  557. border-bottom: 3px solid #EFEFEF;
  558. font-family: Open Sans;
  559. font-size: 15px;
  560. -moz-border-radius: 2px;
  561. -webkit-border-radius: 2px;
  562. border-radius: 2px;
  563. }
  564.  
  565. .advice {
  566. background: #E74C3C;
  567. width: 86%;
  568. color: #FFF;
  569. text-align: center;
  570. -moz-border-radius: 0;
  571. -webkit-border-radius: 0;
  572. border-radius: 0;
  573. padding: 13px;
  574. margin-top: 25px;
  575. font-size: 14px;
  576. }
  577.  
  578. #mobile_member {
  579. background: #157fa8;
  580. width: 86%;
  581. color: #FFF;
  582. text-align: center;
  583. -moz-border-radius: 0;
  584. -webkit-border-radius: 0;
  585. border-radius: 0;
  586. padding: 13px;
  587. margin-top: 25px;
  588. display: none;
  589.  
  590. font-size: 14px;
  591. }
  592.  
  593. #mobile_member a { color:white;}
  594.  
  595. .navigation a:link { text-decoration: none !important; }
  596.  
  597. .navigation a:visited { text-decoration: none !important;}
  598.  
  599. .navigation a:hover,
  600. .navigation a:active {
  601. text-decoration: none !important;
  602. }
  603.  
  604. .navigation .active {
  605. font-size: 14px;
  606. font-weight: bold;
  607. }
  608.  
  609. .smalltext { font-size: 12px;}
  610.  
  611. .largetext {
  612. font-size: 16px;
  613. font-weight: bold;
  614. }
  615.  
  616. fieldset {
  617. padding: 12px;
  618. border: 1px solid #ddd;
  619. margin: 0;
  620. }
  621.  
  622. fieldset.trow1,
  623. fieldset.trow2 {
  624. border-color: #bbb;
  625. }
  626.  
  627. fieldset.align_right { text-align: right;}
  628.  
  629. input.textbox {
  630. background: #ffffff;
  631. color: #333;
  632. border: 1px solid #ccc;
  633. padding: 9px;
  634. outline: 0;
  635. font-size: 13px;
  636. }
  637.  
  638. textarea {
  639. background: #ffffff;
  640. color: #333;
  641. border: 1px solid #ccc;
  642. padding: 2px;
  643. line-height: 1.4;
  644. outline: 0;
  645. font-family: Tahoma, Verdana, Arial, Sans-Serif;
  646. font-size: 13px;
  647. }
  648.  
  649. select {
  650. background: #ffffff;
  651. padding: 9px;
  652. border: 1px solid #ccc;
  653. outline: 0;
  654.  
  655. font-family: Tahoma, Verdana, Arial, Sans-Serif;
  656. font-size: 13px;
  657. }
  658.  
  659. button,
  660. input.button {
  661. background: #2C3E50;
  662. color: #FFF;
  663. padding: 10px 15px;
  664. cursor: pointer;
  665. border: none;
  666. -moz-border-radius: 2px;
  667. -webkit-border-radius: 2px;
  668. border-radius: 2px;
  669. outline: 0;
  670. transition: 600ms;
  671. font-family: Roboto;
  672. font-size: 15px;
  673. }
  674.  
  675. button:hover,
  676. input.button:hover {
  677. background: #157fa8;
  678. color: white;
  679. }
  680.  
  681. form {
  682. margin: 0;
  683. padding: 0;
  684. }
  685.  
  686. input.error, textarea.error, select.error {
  687. border: 1px solid #f30;
  688. color: #f30;
  689. }
  690.  
  691. input.valid, textarea.valid, select.valid {
  692. border: 1px solid #0c0;
  693. }
  694.  
  695. label.error {
  696. color: #f30;
  697. margin: 5px;
  698. padding: 0px;
  699. display: block;
  700. font-weight: bold;
  701. font-size: 11px;
  702. }
  703.  
  704. form #message {
  705. width: 500px;
  706. }
  707.  
  708. .editor {
  709. background: #f1f1f1;
  710. border: 1px solid #ccc;
  711. }
  712.  
  713. .editor_control_bar {
  714. background: #fff;
  715. border: 1px solid #ccc;
  716. }
  717.  
  718. .post .editor_control_bar {
  719. background: #f5f5f5;
  720. }
  721.  
  722. .popup_menu {
  723. background: #fff;
  724. border: 1px solid #ccc;
  725. z-index: 100;
  726. }
  727.  
  728. .popup_menu .popup_item {
  729. background: #efefef;
  730. color: #333;
  731. }
  732.  
  733. .popup_menu .popup_item:hover {
  734. background: #0072BC;
  735. color: #fff;
  736. }
  737.  
  738. .trow_reputation_positive {
  739. background: #ccffcc;
  740. }
  741.  
  742. .trow_reputation_negative { background: #ffcccc; }
  743.  
  744. .reputation_positive { color: green;}
  745.  
  746. .reputation_neutral { color: #444;}
  747.  
  748. .reputation_negative { color: red;}
  749.  
  750. .repbox {
  751. font-size:16px;
  752. font-weight: bold;
  753. padding:5px 7px 5px 7px;
  754. }
  755.  
  756. ._neutral {
  757. background-color:#FAFAFA;
  758. color: #999999;
  759. border:1px solid #CCCCCC;
  760. }
  761.  
  762. ._minus {
  763. background-color: #FDD2D1;
  764. color: #CB0200;
  765. border:1px solid #980201;
  766. }
  767.  
  768. ._plus {
  769. background-color:#E8FCDC;
  770. color: #008800;
  771. border:1px solid #008800;
  772. }
  773.  
  774. img { border: none; }
  775.  
  776. img.attachment {
  777. border: 1px solid #E9E5D7;
  778. padding: 2px;
  779. }
  780.  
  781. hr {
  782. background-color: #000000;
  783. color: #000000;
  784. height: 1px;
  785. border: 0px;
  786. }
  787.  
  788. .clear { clear: both; }
  789.  
  790. .float_left { float: left; }
  791.  
  792. .float_right { float: right; }
  793.  
  794. .hidden {
  795. display: none;
  796. float: none;
  797. width: 1%;
  798. }
  799.  
  800. .hiddenrow { display: none; }
  801.  
  802. .selectall {
  803. background: #FFFBD9;
  804. border-bottom: 1px solid #F7E86A;
  805. color: #333;
  806. text-align: center;
  807. }
  808.  
  809. .expcolimage {
  810. float: right;
  811. width: auto;
  812. vertical-align: middle;
  813. }
  814.  
  815. .tcat_menu > .expcolimage { margin-top: 0;}
  816.  
  817. blockquote {
  818. background: rgba(249, 249, 249, 0.62) none repeat scroll 0% 0%;
  819. color: #696969;
  820. margin: 10px;
  821. padding: 10px;
  822. border-left: 3px solid rgba(102, 102, 102, 0.21);
  823. }
  824.  
  825. blockquote cite {
  826. display: block;
  827. padding-bottom: 3px;
  828. margin: 0 0 10px 0;
  829. font-style: normal;
  830. font-weight: bold;
  831. }
  832.  
  833. blockquote cite span {
  834. float: right;
  835. font-weight: normal;
  836. font-size: 12px;
  837. color: #666;
  838. }
  839.  
  840. blockquote cite span.highlight {
  841. float: none;
  842. font-weight: bold;
  843. padding-bottom: 0;
  844. }
  845.  
  846. .codeblock {
  847. background: #fff;
  848. border: 1px solid #ccc;
  849. padding: 10px;
  850. }
  851.  
  852. .codeblock .title {
  853. border-bottom: 1px solid #ccc;
  854. font-weight: bold;
  855. padding-bottom: 3px;
  856. margin: 0 0 10px 0;
  857. }
  858.  
  859. .codeblock code {
  860. overflow: auto;
  861. height: auto;
  862. max-height: 200px;
  863. display: block;
  864. font-family: Monaco, Consolas, Courier, monospace;
  865. font-size: 13px;
  866. }
  867.  
  868. .smilie {
  869. vertical-align: middle;
  870. }
  871.  
  872. .smilie_pointer {
  873. cursor: pointer;
  874. }
  875.  
  876. .separator {
  877. margin: 5px;
  878. padding: 0;
  879. height: 0px;
  880. font-size: 1px;
  881. list-style-type: none;
  882. }
  883.  
  884. .popup_menu .popup_item_container {
  885. margin: 1px;
  886. text-align: left;
  887. }
  888.  
  889. .popup_menu .popup_item {
  890. display: block;
  891. padding: 4px;
  892. white-space: nowrap;
  893. text-decoration: none;
  894. }
  895.  
  896. .popup_menu a.popup_item:hover {
  897. text-decoration: none;
  898. }
  899.  
  900. .subject_new {
  901. font-weight: bold;
  902. }
  903.  
  904. .highlight {
  905. background: #FFFFCC;
  906. padding-top: 3px;
  907. padding-bottom: 3px;
  908. }
  909.  
  910. .pm_alert {
  911. background: #FFF6BF;
  912. text-align: center;
  913. padding: 12px 20px;
  914. margin-bottom: 15px;
  915. -moz-border-radius: 2px;
  916. -webkit-border-radius: 2px;
  917. border-radius: 2px;
  918. font-size: 13px;
  919. }
  920.  
  921. .red_alert {
  922. background: #FBE3E4;
  923. color: #A5161A;
  924. text-align: center;
  925. padding: 12px 20px;
  926. margin-bottom: 15px;
  927. word-wrap: break-word;
  928. -moz-border-radius: 2px;
  929. -webkit-border-radius: 2px;
  930. border-radius: 2px;
  931. font-size: 13px;
  932. }
  933.  
  934. .red_alert a:link,
  935. .red_alert a:visited,
  936. .red_alert a:hover,
  937. .red_alert a:active {
  938. color: #A5161A;
  939. }
  940.  
  941. .high_warning {
  942. color: #CC0000;
  943. }
  944.  
  945. .moderate_warning {
  946. color: #F3611B;
  947. }
  948.  
  949. .low_warning {
  950. color: #AE5700;
  951. }
  952.  
  953. .online {
  954. color: #15A018;
  955. }
  956.  
  957. .offline {
  958. color: #C7C7C7;
  959. }
  960.  
  961. div.error {
  962. padding: 5px 10px;
  963. border-top: 2px solid #FFD324;
  964. border-bottom: 2px solid #FFD324;
  965. background: #FFF6BF;
  966. font-size: 12px;
  967. }
  968.  
  969. div.error p {
  970. margin: 0;
  971. color: #333;
  972. font-weight: normal;
  973. }
  974.  
  975. div.error p em {
  976. font-style: normal;
  977. font-weight: bold;
  978. padding-left: 24px;
  979. display: block;
  980. color: #C00;
  981. }
  982.  
  983. div.error ul {
  984. margin-left: 24px;
  985. }
  986.  
  987. .pagination {
  988. padding-top: 5px;
  989. margin-bottom: 5px;
  990. display: block;
  991.  
  992. font-size: 13px;
  993. }
  994.  
  995. .tfoot .pagination,
  996. .tcat .pagination {
  997. padding-top: 0;
  998. }
  999.  
  1000. .pagination .pages {
  1001. font-weight: bold;
  1002. }
  1003.  
  1004. .pagination .pagination_current,
  1005. .pagination a {
  1006. background: #f5f5f5;
  1007. border: 1px solid #157fa8;
  1008. padding: 5px 8px;
  1009. transition:200ms;
  1010. }
  1011.  
  1012. .pagination a {
  1013. background: #f5f5f5;
  1014. border: 1px solid #157fa8;
  1015. }
  1016.  
  1017. .pagination .pagination_current {
  1018. background: none;
  1019. color: #333;
  1020. border: none;
  1021. font-weight: bold;
  1022. }
  1023.  
  1024. .pagination a:hover {
  1025. background: #157fa8;
  1026. color: #fff;
  1027. border-color: #157fa8;
  1028.  
  1029. text-decoration: none;
  1030. }
  1031.  
  1032. .pagination .go_page img {
  1033. margin-bottom: -4px;
  1034. }
  1035.  
  1036. .drop_go_page {
  1037. background: #f5f5f5;
  1038. padding: 4px;
  1039. }
  1040.  
  1041. .pagination_breadcrumb {
  1042. background-color: #efefef;
  1043. border: 1px solid #fff;
  1044. outline: 1px solid #ccc;
  1045. padding: 5px;
  1046. margin-top: 5px;
  1047. font-weight: normal;
  1048. }
  1049.  
  1050. .pagination_breadcrumb_link {
  1051. vertical-align: middle;
  1052. cursor: pointer;
  1053. }
  1054.  
  1055. .thread_legend,
  1056. .thread_legend dd {
  1057. margin: 0;
  1058. padding: 0;
  1059. }
  1060.  
  1061. .thread_legend dd {
  1062. padding-bottom: 4px;
  1063. margin-right: 15px;
  1064. }
  1065.  
  1066. .thread_legend img {
  1067. margin-right: 4px;
  1068. vertical-align: bottom;
  1069. }
  1070.  
  1071. .forum_legend,
  1072. .forum_legend dt,
  1073. .forum_legend dd {
  1074. margin: 0;
  1075. position: relative;
  1076. top: 11px;
  1077. padding: 0;
  1078. }
  1079.  
  1080. .forum_legend dd {
  1081. float: left;
  1082. margin-right: 10px;
  1083. margin-top: 7px;
  1084. }
  1085.  
  1086. .forum_legend dt {
  1087. margin-right: 10px;
  1088. float: left;
  1089. }
  1090.  
  1091. .success_message {
  1092. color: #00b200;
  1093. font-weight: bold;
  1094. font-size: 10px;
  1095. margin-bottom: 10px;
  1096. }
  1097.  
  1098. .error_message {
  1099. color: #C00;
  1100. font-weight: bold;
  1101. font-size: 10px;
  1102. margin-bottom: 10px;
  1103. }
  1104.  
  1105. #posts_container {
  1106. padding: 0;
  1107. background: rgb(246, 246, 246);
  1108. }
  1109.  
  1110. .ignored_post {
  1111. border-top: 3px solid #333;
  1112. padding: 15px;
  1113. }
  1114.  
  1115. .ignored_post .show_ignored_post {
  1116. margin-top: -15px;
  1117. }
  1118.  
  1119. .post {
  1120. background: #FFF;
  1121. overflow: hidden;
  1122. -moz-border-radius: 2px;
  1123. -webkit-border-radius: 2px;
  1124. border-radius: 2px;
  1125. border: 2px solid #34495E;
  1126. }
  1127.  
  1128. .post.classic {
  1129. margin-top: 15px;
  1130. }
  1131.  
  1132. .post .post_author {
  1133. background: #F6F6F6 none repeat scroll 0% 0%;
  1134. overflow: hidden;
  1135. }
  1136.  
  1137. .post.classic .post_author {
  1138. width: 20%;
  1139. border-left: none;
  1140. float: left;
  1141. padding: 20px 20px;
  1142. border-right: 1px dashed #34495E;
  1143. }
  1144.  
  1145. .post .post_author .buddy_status {
  1146. vertical-align: middle;
  1147. margin-top: -4px;
  1148. }
  1149.  
  1150. .post .post_author div.author_avatar {
  1151. float: left;
  1152. margin-right: 3px;
  1153. }
  1154.  
  1155. .post.classic .post_author div.author_avatar {
  1156. float: none;
  1157. text-align: center;
  1158. margin-top: 14px;
  1159. }
  1160.  
  1161. .post .post_author div.author_avatar img {
  1162. background: #FFF none repeat scroll 0% 0%;
  1163. -moz-border-radius: 50%;
  1164. -webkit-border-radius: 50%;
  1165. border-radius: 50%;
  1166. box-shadow: 0px 0px 2px #696969;
  1167. }
  1168.  
  1169. .post .post_author div.author_information {
  1170. float: left;
  1171. padding: 6px 8px;
  1172. }
  1173.  
  1174. .post.classic .post_author div.author_information {
  1175. text-align: center;
  1176. padding: 0px;
  1177. float: none;
  1178. }
  1179.  
  1180. .post .post_author div.author_statistics {
  1181. float: none;
  1182. font-size: 13px;
  1183. padding: 17px 19px;
  1184. color: #666;
  1185. line-height: 1.3;
  1186. }
  1187.  
  1188. .post.classic .post_author div.author_statistics {
  1189. margin: 2px;
  1190. padding: 17px 19px;
  1191. float: none;
  1192. margin-bottom: 10px;
  1193. }
  1194.  
  1195. .post .post_head {
  1196. font-size: 11px;
  1197. padding-bottom: 4px;
  1198. margin-bottom: 15px;
  1199. }
  1200.  
  1201. .post .post_head span.post_date {
  1202. color: #666;
  1203. }
  1204.  
  1205. .post .post_head span.edited_post {
  1206. font-size: 10px;
  1207. color: #999;
  1208. }
  1209.  
  1210. .post .post_head span.edited_post a {
  1211. color: #666;
  1212. }
  1213.  
  1214. .post_ {
  1215. font-size: 14px;
  1216. padding: 12px 0;
  1217. }
  1218.  
  1219. .post.classic .post_content {
  1220. width: 90%;
  1221. position:relative;
  1222. padding-left: 25px;
  1223. padding-right: 25px;
  1224. }
  1225.  
  1226. .post_content {
  1227. padding: 22px 13px;
  1228. }
  1229.  
  1230. .post_content .signature {
  1231. margin-top: 5px;
  1232. border-top: 1px dotted #ddd;
  1233. padding: 10px 0 4px 0;
  1234. }
  1235.  
  1236. .post .post_meta {
  1237. margin: 4px 0;
  1238. font-size: 11px;
  1239. color: #999;
  1240. }
  1241.  
  1242. .post .post_meta a:link,
  1243. .post .post_meta a:visited {
  1244. color: #777;
  1245. }
  1246.  
  1247. .post .post_meta a:hover,
  1248. .post .post_meta a:active {
  1249. color: #777;
  1250. }
  1251.  
  1252. .post_controls {
  1253. clear: both;
  1254. padding: 5px 10px;
  1255. overflow: hidden;
  1256. border-top: 1px dashed #34495E;
  1257. background:#f6f6f6;
  1258. }
  1259.  
  1260. .postbit_buttons > a:link,
  1261. .postbit_buttons > a:hover,
  1262. .postbit_buttons > a:visited,
  1263. .postbit_buttons > a:active {
  1264. color: #2C3E50;
  1265. display: inline-block;
  1266. margin: 2px;
  1267. padding: 7px;
  1268. transition:200ms;
  1269. font-size: 15px;
  1270. }
  1271.  
  1272. .postbit_buttons > a:hover {
  1273. opacity: 0.8;
  1274. }
  1275.  
  1276. .postbit_buttons a span {
  1277. display: inline-block;
  1278. height: 16px;
  1279. }
  1280.  
  1281.  
  1282. a.button:link,
  1283. a.button:visited,
  1284. a.button:active {
  1285. background: #2C3E50;
  1286. color: #FFF;
  1287. margin: 2px;
  1288. -moz-border-radius: 2px;
  1289. -webkit-border-radius: 2px;
  1290. border-radius: 2px;
  1291. padding: 11px 15px;
  1292. transition: all 600ms;
  1293. border: none;
  1294.  
  1295. text-decoration: none;
  1296. font-size: 14px;
  1297. }
  1298.  
  1299. a.button:hover {
  1300. background: #157fa8;
  1301. color: #FFF;
  1302. text-decoration: none;
  1303. font-size: 14px;
  1304. }
  1305.  
  1306. a.button.small_button {
  1307. font-size: 13px;
  1308. margin: 0;
  1309. padding: 11px 15px;
  1310. }
  1311.  
  1312. a.button span { display: inline-block;}
  1313.  
  1314. .quick_jump {}
  1315.  
  1316. .pollbar {
  1317. border: 1px solid #3f3f3f;
  1318. height: 10px;
  1319. }
  1320.  
  1321. .pollbar .percent { display: none;}
  1322.  
  1323. .posticons_label { white-space: nowrap;}
  1324.  
  1325. /** jGrowl Start **/
  1326.  
  1327. /** Special IE6 Style Positioning **/
  1328. .ie6 { position: absolute;}
  1329.  
  1330. .ie6.top-right {
  1331. right: auto;
  1332. bottom: auto;
  1333. left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  1334. top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
  1335. }
  1336.  
  1337. .ie6.top-left {
  1338. left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  1339. top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
  1340. }
  1341.  
  1342. .ie6.bottom-right {
  1343. left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  1344. top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
  1345. }
  1346.  
  1347. .ie6.bottom-left {
  1348. left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  1349. top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
  1350. }
  1351.  
  1352. .ie6.center {
  1353. left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  1354. top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
  1355. width: 100%;
  1356. }
  1357.  
  1358. /** jGrowl Styling **/
  1359. .jGrowl {
  1360. z-index: 9999;
  1361. color: #fff;
  1362. font-size: 12px;
  1363. position: fixed;
  1364. }
  1365.  
  1366. .jGrowl.top-left {
  1367. left: 0px;
  1368. top: 0px;
  1369. }
  1370.  
  1371. .jGrowl.top-right {
  1372. right: 0px;
  1373. top: 0px;
  1374. }
  1375.  
  1376. .jGrowl.bottom-left {
  1377. left: 0px;
  1378. bottom: 0px;
  1379. }
  1380.  
  1381. .jGrowl.bottom-right {
  1382. right: 0px;
  1383. bottom: 0px;
  1384. }
  1385.  
  1386. .jGrowl.center {
  1387. top: 0px;
  1388. width: 50%;
  1389. left: 25%;
  1390. }
  1391.  
  1392. /** Cross Browser Styling **/
  1393.  
  1394. .center .jGrowl-notification,
  1395. .center .jGrowl-closer {
  1396. margin-left: auto;
  1397. margin-right: auto;
  1398. }
  1399.  
  1400. .jGrowl .jGrowl-notification,
  1401. .jGrowl .jGrowl-closer {
  1402. background-color: #000;
  1403. opacity: .85;
  1404. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  1405. filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  1406. zoom: 1;
  1407. width: 235px;
  1408. padding: 10px;
  1409. margin-top: 5px;
  1410. margin-bottom: 5px;
  1411. font-family: Tahoma, Arial, Helvetica, sans-serif;
  1412. font-size: 1em;
  1413. text-align: left;
  1414. display: none;
  1415. -moz-border-radius: 5px;
  1416. -webkit-border-radius: 5px;
  1417. border-radius: 5px;
  1418. }
  1419.  
  1420. .jGrowl .jGrowl-notification {
  1421. min-height: 40px;
  1422. }
  1423.  
  1424. .jGrowl .jGrowl-notification,
  1425. .jGrowl .jGrowl-closer {
  1426. margin: 10px;
  1427. }
  1428.  
  1429. .jGrowl .jGrowl-notification .jGrowl-header {
  1430. font-weight: bold;
  1431. font-size: .85em;
  1432. }
  1433.  
  1434. .jGrowl .jGrowl-notification .jGrowl-close {
  1435. z-index: 99;
  1436. float: right;
  1437. font-weight: bold;
  1438. font-size: 1em;
  1439. cursor: pointer;
  1440. }
  1441.  
  1442. .jGrowl .jGrowl-closer {
  1443. padding-top: 4px;
  1444. padding-bottom: 4px;
  1445. cursor: pointer;
  1446. font-size: .9em;
  1447. font-weight: bold;
  1448. text-align: center;
  1449. }
  1450.  
  1451. /** Hide jGrowl when printing **/
  1452. @media print {
  1453. .jGrowl {
  1454. display: none;
  1455. }
  1456.  
  1457.  
  1458. }
  1459.  
  1460. /** jGrowl End **/
  1461.  
  1462. /** Modal Start **/
  1463. .blocker {
  1464. position: fixed;
  1465. top: 0;
  1466. right: 0;
  1467. bottom: 0;
  1468. left: 0;
  1469. width: 100%;
  1470. height: 100%;
  1471. overflow: auto;
  1472. z-index: 9999;
  1473. padding: 20px;
  1474. box-sizing: border-box;
  1475. background-color: rgba(0, 0, 0, 0.65);
  1476. text-align: center;
  1477. }
  1478.  
  1479. .blocker::before {
  1480. content: "";
  1481. display: inline-block;
  1482. height: 100%;
  1483. vertical-align: middle;
  1484. margin-right: -0.05em;
  1485. }
  1486.  
  1487. .modal {
  1488. width: 400px;
  1489. text-align: left;
  1490. background: #fff;
  1491. display: inline-block;
  1492. vertical-align: middle;
  1493. position: relative;
  1494. z-index: 2;
  1495. -webkit-box-sizing: border-box;
  1496. -moz-box-sizing: border-box;
  1497. box-sizing: border-box;
  1498. -webkit-border-radius: 8px;
  1499. -moz-border-radius: 8px;
  1500. -o-border-radius: 8px;
  1501. -ms-border-radius: 8px;
  1502. border-radius: 8px;
  1503. -webkit-box-shadow: 0 0 10px #000;
  1504. -moz-box-shadow: 0 0 10px #000;
  1505. -o-box-shadow: 0 0 10px #000;
  1506. -ms-box-shadow: 0 0 10px #000;
  1507. box-shadow: 0 0 10px #000;
  1508. }
  1509.  
  1510. .modal a.close-modal {
  1511. position: absolute;
  1512. top: -12.5px;
  1513. right: -12.5px;
  1514. display: block;
  1515. width: 30px;
  1516. height: 30px;
  1517. font-size:0px;
  1518. }
  1519.  
  1520. .modal a.close-modal:before{
  1521. font-family:"Font Awesome 5 Free";
  1522. font-size:25px;
  1523. content:"\f410";
  1524. }
  1525.  
  1526. .modal-spinner {
  1527. display: none;
  1528. width: 64px;
  1529. height: 64px;
  1530. position: fixed;
  1531. top: 50%;
  1532. left: 50%;
  1533. margin-right: -32px;
  1534. margin-top: -32px;
  1535. background: url(images/spinner_big.gif) no-repeat center center;
  1536. -webkit-border-radius: 8px;
  1537. -moz-border-radius: 8px;
  1538. -o-border-radius: 8px;
  1539. -ms-border-radius: 8px;
  1540. border-radius: 8px;
  1541. }
  1542.  
  1543. /** Modal End **/
  1544.  
  1545. /** Impromptu Start **/
  1546.  
  1547. /*! jQuery-Impromptu - v5.2.4 - 2014-05-26
  1548. * http://trentrichardson.com/Impromptu
  1549. * Copyright (c) 2014 Trent Richardson; Licensed MIT */
  1550.  
  1551. .jqifade {
  1552. position: absolute;
  1553. background-color: #777777;
  1554. }
  1555.  
  1556. div.jqi {
  1557. width: 400px;
  1558. max-width:90%;
  1559. font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  1560. position: absolute;
  1561. background-color: #ffffff;
  1562. font-size: 11px;
  1563. text-align: left;
  1564. border: solid 1px #eeeeee;
  1565. border-radius: 6px;
  1566. -moz-border-radius: 6px;
  1567. -webkit-border-radius: 6px;
  1568. padding: 7px;
  1569. }
  1570.  
  1571. div.jqi .jqiclose {
  1572. position: absolute;
  1573. top: 4px; right: -2px;
  1574. width: 18px;
  1575. cursor: default;
  1576. color: #bbbbbb;
  1577. font-weight: bold;
  1578. }
  1579.  
  1580. div.jqi .jqistate {
  1581. background-color: #fff;
  1582. }
  1583.  
  1584. div.jqi .jqititle {
  1585. padding: 5px 10px;
  1586. font-size: 16px;
  1587. line-height: 20px;
  1588. border-bottom: solid 1px #eeeeee;
  1589. }
  1590.  
  1591. div.jqi .jqimessage {
  1592. padding: 10px;
  1593. line-height: 20px;
  1594. color: #444444;
  1595. }
  1596.  
  1597. div.jqi .jqibuttons {
  1598. text-align: right;
  1599. margin: 0 -7px -7px -7px;
  1600. border-top: solid 1px #e4e4e4;
  1601. background-color: #f4f4f4;
  1602. border-radius: 0 0 6px 6px;
  1603. -moz-border-radius: 0 0 6px 6px;
  1604. -webkit-border-radius: 0 0 6px 6px;
  1605. }
  1606.  
  1607. div.jqi .jqibuttons button {
  1608. margin: 0;
  1609. padding: 6px 20px;
  1610. background-color: transparent;
  1611. font-weight: normal;
  1612. border: none;
  1613. border-left: solid 1px #e4e4e4;
  1614. color: #777;
  1615. font-weight: bold;
  1616. font-size: 12px;
  1617. }
  1618.  
  1619. div.jqi .jqibuttons button.jqidefaultbutton {
  1620. color: #489afe;
  1621. }
  1622.  
  1623. div.jqi .jqibuttons button:hover,
  1624. div.jqi .jqibuttons button:focus {
  1625. color: #287ade;
  1626. outline: none;
  1627. }
  1628.  
  1629. /* sub states */
  1630.  
  1631. div.jqi .jqiparentstate::after {
  1632. background-color: #777;
  1633. opacity: 0.6;
  1634. filter: alpha(opacity=60);
  1635. content: '';
  1636. position: absolute;
  1637. top: 0;
  1638. left: 0;
  1639. bottom: 0;
  1640. right: 0;
  1641. border-radius: 6px;
  1642. -moz-border-radius: 6px;
  1643. -webkit-border-radius: 6px;
  1644. }
  1645.  
  1646. div.jqi .jqisubstate {
  1647. position: absolute;
  1648. top: 0;
  1649. left: 20%;
  1650. width: 60%;
  1651. padding: 7px;
  1652. border: solid 1px #eeeeee;
  1653. border-top: none;
  1654. border-radius: 0 0 6px 6px;
  1655. -moz-border-radius: 0 0 6px 6px;
  1656. -webkit-border-radius: 0 0 6px 6px;
  1657. }
  1658.  
  1659. div.jqi .jqisubstate .jqibuttons button {
  1660. padding: 10px 18px;
  1661. }
  1662.  
  1663. /* arrows for tooltips/tours */
  1664.  
  1665. .jqi .jqiarrow {
  1666. position: absolute;
  1667. height: 0; width: 0;
  1668. line-height: 0;
  1669. font-size: 0;
  1670. border: solid 10px transparent;
  1671. }
  1672.  
  1673. .jqi .jqiarrowtl {
  1674. left: 10px;
  1675. top: -20px;
  1676. border-bottom-color: #ffffff;
  1677. }
  1678.  
  1679. .jqi .jqiarrowtc {
  1680. left: 50%;
  1681. top: -20px;
  1682. border-bottom-color: #ffffff;
  1683. margin-left: -10px;
  1684. }
  1685.  
  1686. .jqi .jqiarrowtr {
  1687. right: 10px;
  1688. top: -20px;
  1689. border-bottom-color: #ffffff;
  1690. }
  1691.  
  1692. .jqi .jqiarrowbl {
  1693. left: 10px;
  1694. bottom: -20px;
  1695. border-top-color: #ffffff;
  1696. }
  1697.  
  1698. .jqi .jqiarrowbc {
  1699. left: 50%;
  1700. bottom: -20px;
  1701. border-top-color: #ffffff;
  1702. margin-left: -10px;
  1703. }
  1704.  
  1705. .jqi .jqiarrowbr {
  1706. right: 10px;
  1707. bottom: -20px;
  1708. border-top-color: #ffffff;
  1709. }
  1710.  
  1711. .jqi .jqiarrowlt {
  1712. left: -20px;
  1713. top: 10px;
  1714. border-right-color: #ffffff;
  1715. }
  1716.  
  1717. .jqi .jqiarrowlm {
  1718. left: -20px;
  1719. top: 50%;
  1720. border-right-color: #ffffff;
  1721. margin-top: -10px;
  1722. }
  1723.  
  1724. .jqi .jqiarrowlb {
  1725. left: -20px;
  1726. bottom: 10px;
  1727. border-right-color: #ffffff;
  1728. }
  1729.  
  1730. .jqi .jqiarrowrt {
  1731. right: -20px;
  1732. top: 10px;
  1733. border-left-color: #ffffff;
  1734. }
  1735.  
  1736. .jqi .jqiarrowrm {
  1737. right: -20px;
  1738. top: 50%;
  1739. border-left-color: #ffffff;
  1740. margin-top: -10px;
  1741. }
  1742.  
  1743. .jqi .jqiarrowrb {
  1744. right: -20px;
  1745. bottom: 10px;
  1746. border-left-color: #ffffff;
  1747. }
  1748.  
  1749. /************************************************************************************************************/
  1750. /* AGGIUNTI DA ME */
  1751. /************************************************************************************************************/
  1752.  
  1753. .forum_icone img {
  1754. height: 100px;
  1755. width: 100px;
  1756. }
  1757.  
  1758. #menu-deroulant li a { padding: 15px 14px !important; font-weight:bold;}
  1759.  
  1760. .MoneteRLL img {
  1761. position: relative;
  1762. top: 7px;
  1763. }
  1764.  
  1765. .banner_header {
  1766. width: 100%;
  1767. text-align: center;
  1768. margin: 0 auto;
  1769. position: relative;
  1770. padding-bottom: 60px;
  1771. }
  1772.  
  1773. #banner_header_sinistra { max-width:100%; float:left; }
  1774. #banner_header_destra { max-width:100%; float:right; }
  1775.  
  1776. span.mycode_font {
  1777. font-size: 1.2em;
  1778. }
  1779.  
  1780. /* PULSANTI */
  1781.  
  1782. button.pulsante_stile_0 {
  1783. font-weight: bold;
  1784. margin: 8px;
  1785. background: #157fa8;
  1786. background-image: linear-gradient(#157fa8, rgba(255, 255, 255, 0.06), #01325b);
  1787. border: 1px solid #01325b;
  1788. -moz-border-radius: 10px;
  1789. -webkit-border-radius: 10px;
  1790. border-radius: 10px;
  1791. }
  1792.  
  1793. button.pulsante_stile_0 a { color: white !important;}
  1794.  
  1795. button.pulsante_stile_0:hover {
  1796. background-image: linear-gradient(#01325b, rgba(255, 255, 255, 0.06), #157fa8);
  1797. }
  1798.  
  1799.  
  1800. button.pulsante_stile_1 {
  1801. -moz-border-radius: 10px;
  1802. -webkit-border-radius: 10px;
  1803. border-radius: 10px;
  1804. width: 100%;
  1805. background: #2989d8;
  1806. background: -moz-linear-gradient(top,#1e5799 0%,#2989d8 26%,#01325b 100%);
  1807. background: -webkit-linear-gradient(top,#1e5799 0%,#2989d8 26%,#01325b 100%);
  1808. background: linear-gradient(to bottom, #1e5799 0%,#2989d8 26%,#01325b 100%);
  1809. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#2989d8',GradientType=0 );
  1810. }
  1811.  
  1812. button.pulsante_stile_1:hover {
  1813. background: #1e5799;
  1814. background: -moz-linear-gradient(top, #1e5799 0%, #68ace3 26%, #2989d8 90%, #1e5799 97%);
  1815. background: -webkit-linear-gradient(top, #1e5799 0%,#68ace3 26%, #2989d8 90%,#1e5799 97%);
  1816. background: linear-gradient(to bottom, #1e5799 0%,#68ace3 26%, #2989d8 90%,#1e5799 97%);
  1817. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=0 );
  1818. }
  1819.  
  1820. <!-- Inizio Responsive -->
  1821.  
  1822. @media only screen and (max-width: 880px) {
  1823. #banner_header_sinistra { width:50%;}
  1824. #banner_header_destra { width:50%;}
  1825. tbody {
  1826. width: 100%;
  1827. white-space: normal;
  1828. }
  1829. .footer-distributed .footer-colonna1, .footer-colonna2, .footer-colonna3 {
  1830. width: 100% !important;
  1831. margin: 20px auto;
  1832. text-align: center;
  1833. }
  1834. .forum_icone img {
  1835. max-width: 50px;
  1836. max-height: 50px;
  1837. }
  1838. #shoutbox .entry > div {
  1839. text-align: left;
  1840. }
  1841. }
  1842. <!-- Termine Responsive -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement