Advertisement
Futuros

Untitled

May 25th, 2018
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 216.11 KB | None | 0 0
  1.  
  2. /*Forumotion - Desktop Theme--------------------------------------Version: 0.0.1*
  3. /* {
  4. transition-duration: 180ms;
  5. transition-property: all;
  6. transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  7. }
  8. *,*:before,*:after {
  9. border: none;
  10. box-sizing: border-box;
  11. margin: 0;
  12. padding: 0;
  13. }
  14. * html {
  15. scrollbar-face-color: #;
  16. scrollbar-highlight-color: #;
  17. scrollbar-shadow-color: #;
  18. scrollbar-3dlight-color: #;
  19. scrollbar-arrow-color: #;
  20. scrollbar-track-color: #;
  21. scrollbar-darkshadow-color: #;
  22. }
  23. * + html {
  24. scrollbar-face-color: #;
  25. scrollbar-highlight-color: #;
  26. scrollbar-shadow-color: #;
  27. scrollbar-3dlight-color: #;
  28. scrollbar-arrow-color: #;
  29. scrollbar-track-color: #;
  30. scrollbar-darkshadow-color: #;
  31. }
  32. html, body {
  33. background-attachment: scroll;
  34. background-color: #e9ebed;
  35. background-image: url("https://illiweb.com/fa/empty.gif");
  36. color: #444444;
  37. font-family: 'Roboto', sans-serif;
  38. font-size: 10px;
  39. height: 100%;
  40. line-height: 1.526;
  41. text-rendering: optimizeLegibility;
  42. }
  43. * html .conteneur_minwidth_IE {
  44.  
  45. /* Hack IE min-width */
  46. padding-left: 1083px;
  47. }
  48. * html .conteneur_container_IE {
  49.  
  50. /* Hack IE min-width */
  51. margin-left: -unquote("1083px");
  52. position: relative;
  53. }
  54. * html .conteneur_minwidth_IE,* html .conteneur_container_IE,* html .conteneur_layout_IE {
  55.  
  56. /* Hack IE min-width */
  57. height: 1px;
  58. }
  59. #wrap {
  60. background-color: #e9ebed;
  61. border: 1px solid #;
  62. font-size: 1.3rem;
  63. margin: 0 auto;
  64. max-width: 1400px;
  65. padding: 24px 36px;
  66. width: 70%;
  67. }
  68. .wrap {
  69. margin: 0 auto;
  70. max-width: 1400px;
  71. padding: 0 36px;
  72. width: 70%;
  73. }
  74. #simple-wrap {
  75. padding: 36px;
  76. }
  77. #fa_ticker_block {
  78. margin: 0 !important;
  79. }
  80. #fa_ticker_block .module {
  81. background-color: rgba(0, 0, 0, 0.05);
  82. box-shadow: none;
  83. padding: 5px 0 9px;
  84. }
  85. #fa_ticker * {
  86. font-size: 1.3rem;
  87. transition: none;
  88. }
  89. #fa_ticker_container {
  90. margin: 0 !important;
  91. }
  92.  
  93. /* Overall layout */
  94. #content-container #container {
  95. margin-left: 183px;
  96. margin-right: 3px;
  97. }
  98. @media (max-width: 1200px) {
  99. #content-container #container {
  100. margin-right: 0;
  101. }
  102. }
  103. @media (max-width: 900px) {
  104. #content-container #container {
  105. margin-left: 0;
  106. }
  107. }
  108. #content-container #content-main {
  109. float: left;
  110. width: 100%;
  111. }
  112. #content-container #main {
  113. margin-bottom: 24px;
  114. }
  115. #content-container #left {
  116. float: left;
  117. width: 180px;
  118. }
  119. @media (max-width: 900px) {
  120. #content-container #left {
  121. display: none;
  122. }
  123. }
  124. #content-container #right {
  125. width: 0px;
  126. float: right;
  127. }
  128. @media (max-width: 1200px) {
  129. #content-container #right {
  130. display: none;
  131. }
  132. }
  133. #page-body {
  134. width: 100%;
  135. }
  136. #page-body:after {
  137. clear: both;
  138. content: "";
  139. display: block;
  140. }
  141. #page-body p.page-bottom {
  142. margin: 0;
  143. }
  144.  
  145. /* Overall layout */
  146.  
  147. /* Tags-------------------------------------------------*/
  148. h1.page-title {
  149. color: #3e464c;
  150. font-family: 'Roboto', sans-serif;
  151. font-size: 3rem;
  152. font-weight: 500;
  153. margin: 0;
  154. }
  155. h1.gallery-title {
  156. display: inline;
  157. font-size: 11px;
  158. text-align: center;
  159. font-weight: 500;
  160. }
  161. h1.comments-title {
  162. color: #3e464c;
  163. clear: both;
  164. display: flex;
  165. font-family: 'Roboto', sans-serif;
  166. font-size: 3rem;
  167. font-weight: 500;
  168. margin: 18px 0;
  169. overflow: hidden;
  170. }
  171. h1.comments-title a {
  172. float: left;
  173. line-height: 1.3;
  174. }
  175. h1.comments-title:after {
  176. background-color: rgba(0, 0, 0, 0.1);
  177. content: "";
  178. display: block;
  179. flex-grow: 1;
  180. height: 1px;
  181. margin-left: 18px;
  182. margin-top: 22px;
  183. }
  184. h2 {
  185. color: #3e464c;
  186. font-family: 'Roboto', sans-serif;
  187. font-size: 2em;
  188. font-weight: normal;
  189. margin: 0;
  190. }
  191. h1.solo {
  192. margin-bottom: 18px;
  193. }
  194. #h1-category{
  195. font-size: 1.4rem;
  196. font-weight: 300;
  197. line-height: 15px;
  198. }
  199. h3, .h3 {
  200. border-color: #20b2aa;
  201. color: #444444;
  202. border-style: solid;
  203. border-width: 0 0 1px;
  204. font-family: 'Roboto', sans-serif;
  205. font-size: 1.6rem;
  206. font-weight: 400;
  207. letter-spacing: 0.3px;
  208. margin-bottom: 12px;
  209. padding-bottom: 3px;
  210. }
  211. h3 strong, .h3 strong {
  212. font-weight: 400;
  213. }
  214. h3 a, .h3 a {
  215. color: #3e464c;
  216. }
  217. h3 a:link, .h3 a:link {
  218. color: #3e464c;
  219. }
  220. h3 a:visited, .h3 a:visited {
  221. color: #3e464c;
  222. }
  223. h3 a:active, .h3 a:active {
  224. color: #368ad2;
  225. }
  226. h3 a:hover, .h3 a:hover {
  227. color: #d31141;
  228. }
  229. .postbody .h3,.introduction .h3 {
  230. margin-top: 8px;
  231. }
  232. div[class*='post--'] .postbody table,div[class*='post--'] .postbody td,#preview .postbody table,#preview .postbody td{
  233. border: 1px solid #444!important;
  234. }
  235. .table-title, .table-title h2 {
  236. display: inline;
  237. font-size: 1em;
  238. color: #ffffff;
  239. }
  240. input {
  241. font-weight: normal;
  242. cursor: pointer;
  243. vertical-align: middle;
  244. padding: 0 3px;
  245. font-size: 1em;
  246. font-family: 'Roboto', sans-serif;
  247. }
  248. input + select,input + button {
  249. margin-left: 18px;
  250. }
  251. select {
  252. background-color: transparent;
  253. border-color: #BCBCBC;
  254. border-style: solid;
  255. border-width: 0 0 1px;
  256. cursor: pointer;
  257. font-family: 'Roboto', sans-serif;
  258. font-weight: normal;
  259. padding: 8px 0 7px;
  260. vertical-align: middle;
  261. }
  262. select + input,select + button {
  263. margin-left: 18px;
  264. }
  265. option {
  266. background-color: #FFFFFF;
  267. color: #444444;
  268. padding-right: 1em;
  269. transition: none;
  270. }
  271. textarea {
  272. font-family: 'Roboto', sans-serif;
  273. width: 60%;
  274. padding: 2px;
  275. font-size: 1em;
  276. line-height: 1.4em;
  277. }
  278. p {
  279. line-height: 1.3846;
  280. font-size: 1.3rem;
  281. margin-bottom: 18px;
  282. }
  283. p:last-child {
  284. margin-bottom: 0;
  285. }
  286. p.right {
  287. text-align: right;
  288. }
  289. p.right img {
  290. vertical-align: middle;
  291. }
  292. p.center {
  293. text-align: center;
  294. margin: 0px;
  295. }
  296. p.author {
  297. margin: 0 15em 0.6em 0;
  298. padding: 0 0 5px 0;
  299. font-family: 'Roboto', sans-serif;
  300. font-size: 1em;
  301. line-height: 1.2em;
  302. }
  303. p.nomargin {
  304. line-height: 1.3em;
  305. font-size: 1.1em;
  306. margin-bottom: 0em;
  307. }
  308. p.path {
  309. margin-left: 10px;
  310. clear: left;
  311. }
  312. i {
  313. font-size: inherit;
  314. line-height: 1;
  315. }
  316. i[class*='ion-']{
  317. margin: 5px;
  318. }
  319. fieldset {
  320. border-width: 0;
  321. font-family: 'Roboto', sans-serif;
  322. font-size: 1.3rem;
  323. }
  324. fieldset.jumpbox {
  325. height: auto;
  326. margin: 18px 0;
  327. text-align: right;
  328. font-size: 1.3rem;
  329. }
  330. fieldset.jumpbox .button2 {
  331. margin-left: 18px;
  332. }
  333. fieldset.vf_jumpbox {
  334. text-align: right;
  335. height: auto;
  336. min-height: 2.5em;
  337. font-size: 1.3rem;
  338. }
  339. fieldset.vf_jumpbox .button2 {
  340. margin-left: 18px;
  341. }
  342. fieldset.quickmod {
  343. height: auto;
  344. margin: 18px 0;
  345. text-align: right;
  346. font-size: 1.3rem;
  347. }
  348. form[name="jumpbox"] .button2 {
  349. margin-left: 18px;
  350. }
  351. label {
  352. color: #444444;
  353. cursor: pointer;
  354. margin-right: 18px;
  355. }
  356. label input + span {
  357. margin-left: 6px;
  358. }
  359. label input,label img {
  360. vertical-align: -2px;
  361. }
  362. .label-group {
  363. margin: 6px 0;
  364. }
  365. .label-group > span {
  366. clear: both;
  367. display: block;
  368. }
  369. hr {
  370. border: 0 none #f0f0f0;
  371. border-top: 1px solid #f0f0f0;
  372. height: 1px;
  373. margin: 5px 0;
  374. display: block;
  375. clear: both;
  376. }
  377. hr.dashed {
  378. border-top: 1px dashed #f0f0f0;
  379. margin: 5px 0;
  380. }
  381. .postbody .content hr{
  382. clear: initial;
  383. }
  384. img {
  385. border-width: 0;
  386. }
  387. blockquote {
  388. background-color: #ebeadd;
  389. border-color: rgba(0, 0, 0, 0.1);
  390. border-radius: 0 3px 3px 0;
  391. border-style: solid;
  392. border-width: 0 0 0 6px;
  393. font-size: 1.2rem;
  394. margin: 0 9px;
  395. overflow: hidden;
  396. padding: 18px;
  397. position: relative;
  398. }
  399. blockquote:before {
  400. content: "\f347";
  401. color: rgba(0, 0, 0, 0.1);
  402. font-size: 3.6rem;
  403. position: absolute;
  404. right: 9px;
  405. top: 6px;
  406. display: inline-block;
  407. font-family: "Ionicons";
  408. speak: none;
  409. font-style: normal;
  410. font-weight: normal;
  411. font-variant: normal;
  412. text-transform: none;
  413. text-rendering: auto;
  414. line-height: 1;
  415. -webkit-font-smoothing: antialiased;
  416. -moz-osx-font-smoothing: grayscale;
  417. }
  418. blockquote blockquote {
  419. background-color: rgba(0, 0, 0, 0.05);
  420. margin: 18px 9px 18px 3px;
  421. }
  422. blockquote blockquote blockquote {
  423. background-color: #ebeadd;
  424. }
  425. blockquote cite {
  426. font-style: normal;
  427. font-weight: 500;
  428. display: block;
  429. font-size: 0.9em;
  430. }
  431. blockquote cite cite {
  432. font-size: 1em;
  433. }
  434. blockquote.uncited {
  435. padding-top: 25px;
  436. }
  437. ul {
  438. list-style-type: none;
  439. }
  440. ul.ul-icons {
  441. float: left;
  442. margin: 0 10px;
  443. }
  444. b,strong {
  445. font-weight: bold;
  446. }
  447. button {
  448. background-color: transparent;
  449. cursor: pointer;
  450. }
  451. iframe {
  452. max-width: 100%;
  453. }
  454.  
  455. /* Links-----------------------------------------------------*/
  456. a {
  457. text-decoration: none;
  458. }
  459. a:link {
  460. color: #3e464c;
  461. }
  462. a:visited {
  463. color: #3e464c;
  464. }
  465. a:active {
  466. color: #368ad2;
  467. }
  468. a:hover {
  469. color: #d31141;
  470. }
  471. a.forumtitle {
  472. color: #2892E0;
  473. display: block;
  474. font-family: 'Roboto', sans-serif;
  475. font-size: 1.6rem;
  476. font-weight: 400;
  477. letter-spacing: 0;
  478. margin-top: -6px;
  479. text-decoration: none;
  480. }
  481. a.forumtitle:link {
  482. color: #2892E0;
  483. }
  484. a.forumtitle:visited {
  485. color: #2892E0;
  486. }
  487. a.forumtitle:active {
  488. color: #2892E0;
  489. }
  490. a.forumtitle:hover {
  491. color: #d31141;
  492. text-decoration: underline;
  493. }
  494. a.forumtitle:active {
  495. color: #368ad2;
  496. }
  497. a.topictitle {
  498. font-family: 'Roboto', sans-serif;
  499. font-size: 1.4rem;
  500. font-weight: 500;
  501. color: #3e464c;
  502. text-decoration: none;
  503. margin: -1px 0;
  504. display: inline-block;
  505. }
  506. .topic-title-container > img {
  507. margin-right: 6px;
  508. }
  509. .topic-title-container > strong {
  510. border-color: rgba(0, 0, 0, 0.1);
  511. border-radius: 3px;
  512. border-style: solid;
  513. border-width: 1px;
  514. margin-right: 6px;
  515. padding: 3px 6px 1px;
  516. }
  517. .topic-title {
  518. display: inline;
  519. text-align: left;
  520. }
  521. .blog-title {
  522. border-color: #f0f0f0;
  523. border-style: solid;
  524. border-width: 0 0 1px;
  525. display: block;
  526. font-size: 1.8rem;
  527. margin-bottom: 18px;
  528. margin-top: 20px;
  529. padding-bottom: 7px;
  530. text-align: left;
  531. }
  532. .blog-title h2 {
  533. display: inline-block;
  534. font-size: 1.8rem;
  535. }
  536. .blog-title .vote {
  537. margin-top: 6px;
  538. }
  539. a.topictitle:hover {
  540. color: #d31141;
  541. text-decoration: underline;
  542. }
  543. a.topictitle:active {
  544. color: #368ad2;
  545. }
  546.  
  547. /* Input------------------------------------------------------*/
  548. input[type="text"],.inputbox {
  549. background-color: transparent;
  550. color: #444444;
  551. border-bottom: 1px solid #BCBCBC;
  552. cursor: text;
  553. font-size: 1.2rem;
  554. padding: 10px 0 9px;
  555. }
  556. input[type="text"]:hover,.inputbox:hover {
  557. border-bottom: 1px solid #20b2aa;
  558. }
  559. input[type="text"]:focus,.inputbox:focus {
  560. border-bottom: 1px solid #20b2aa;
  561. color: #444444;
  562. }
  563. input.inputbox, select.inputbox {
  564. width: 85%;
  565. }
  566. input.medium, select.medium {
  567. width: 50%;
  568. }
  569. input.narrow, select.narrow {
  570. width: 25%;
  571. }
  572. input.tiny, select.tiny {
  573. width: 110px;
  574. }
  575. textarea.inputbox {
  576. width: 85%;
  577. }
  578. .input-wrap {
  579. position: relative;
  580. margin: 0 0 6px;
  581. }
  582. .input-wrap input {
  583. width: 100%;
  584. }
  585. .input-wrap button {
  586. font-size: 1.6rem;
  587. height: 27px;
  588. line-height: 27px;
  589. position: absolute;
  590. right: 0;
  591. text-align: center;
  592. width: 27px;
  593. }
  594.  
  595. /* Input Button Form---------------------------------------------------------*/
  596. input[type="submit"],.button,.button1,.button2 {
  597. background-color: #20b2aa;
  598. color: #ffffff;
  599. border-radius: 3px;
  600. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  601. display: inline-block;
  602. font-family: 'Roboto', sans-serif;
  603. font-size: 1.2rem;
  604. font-weight: 500;
  605. overflow: hidden;
  606. padding: 9px 18px;
  607. position: relative;
  608. text-decoration: none;
  609. vertical-align: middle;
  610. width: auto !important;
  611. }
  612. input[type="submit"]:hover,.button:hover,.button1:hover,.button2:hover {
  613. background-color: #d31141;
  614. box-shadow: 0 1px 9px rgba(0, 0, 0, 0.6);
  615. }
  616. input[type="submit"]:link, input[type="submit"]:visited, input[type="submit"]:active, input[type="submit"]:hover,.button:link,.button:visited,.button:active,.button:hover,.button1:link,.button1:visited,.button1:active,.button1:hover,.button2:link,.button2:visited,.button2:active,.button2:hover {
  617. color: #ffffff;
  618. }
  619. input[type="submit"] + .button1,input[type="submit"] + .button2,input[type="submit"] + .button-round,.button + .button1,.button + .button2,.button + .button-round,.button1 + .button1,.button1 + .button2,.button1 + .button-round,.button2 + .button1,.button2 + .button2,.button2 + .button-round {
  620. margin-left: 18px;
  621. }
  622. input[type="submit"][class^="ion-"]:before,.button[class^="ion-"]:before,.button1[class^="ion-"]:before,.button2[class^="ion-"]:before {
  623. font-size: 1.8rem;
  624. margin-right: 9px;
  625. vertical-align: -2px;
  626. }
  627. .button-round {
  628. background-color: #20b2aa;
  629. color: #ffffff;
  630. border-radius: 48px;
  631. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  632. display: inline-block;
  633. font-family: 'Roboto', sans-serif;
  634. font-size: 1.2rem;
  635. font-weight: 500;
  636. height: 48px;
  637. line-height: 48px;
  638. overflow: hidden;
  639. padding: 0;
  640. position: relative;
  641. text-align: center;
  642. text-decoration: none;
  643. vertical-align: middle;
  644. width: 48px !important;
  645. }
  646. .button-round:hover {
  647. background-color: #d31141;
  648. box-shadow: 0 1px 9px rgba(0, 0, 0, 0.6);
  649. }
  650. .button-round:link, .button-round:visited, .button-round:active, .button-round:hover {
  651. color: #ffffff;
  652. }
  653. .button-round + .button1,.button-round + .button2,.button-round + .button-round {
  654. margin-left: 18px;
  655. }
  656. .button-round[class^="ion-"]:before {
  657. font-size: 2.4rem;
  658. line-height: 48px;
  659. vertical-align: -2px;
  660. }
  661.  
  662. /* Fieldset dl---------------------------------------------------------*/
  663. fieldset dl {
  664. padding: 4px 0;
  665. }
  666. fieldset dt {
  667. float: left;
  668. width: 40%;
  669. text-align: left;
  670. display: block;
  671. }
  672. fieldset dd {
  673. margin-left: 40%;
  674. vertical-align: top;
  675. margin-bottom: 3px;
  676. }
  677. fieldset dl:hover dt label {
  678. color: #000000;
  679. }
  680. dt label {
  681. display: block;
  682. font-weight: 500;
  683. margin-top: 8px;
  684. text-align: left;
  685. }
  686. dd label {
  687. color: #444444;
  688. }
  689. dd input, dd textarea {
  690. margin-right: 3px;
  691. }
  692. dd select {
  693. width: auto;
  694. }
  695. dd textarea {
  696. width: 85%;
  697. }
  698.  
  699. /* Fieldset fields 1 et 2---------------------------------------------*/
  700. fieldset.fields1 dt {
  701. width: 10em;
  702. border-right-width: 0;
  703. }
  704. fieldset.fields1 dd {
  705. margin-left: 10em;
  706. border-left-width: 0;
  707. }
  708. fieldset.fields1 {
  709. background-color: transparent;
  710. }
  711. fieldset.fields1 div {
  712. margin-bottom: 3px;
  713. }
  714. fieldset.fields2 dt {
  715. width: 15em;
  716. border-right-width: 0;
  717. }
  718. fieldset.fields2 dd {
  719. margin-left: 16em;
  720. border-left-width: 0;
  721. }
  722. fieldset.fields2 dl:hover dt label {
  723. color: inherit;
  724. }
  725.  
  726. /* Fieldset submit---------------------------------------------*/
  727. fieldset.submit-buttons {
  728. text-align: center;
  729. vertical-align: middle;
  730. margin: 24px 0;
  731. }
  732. fieldset.submit-buttons input {
  733. vertical-align: middle;
  734. }
  735.  
  736. /* Fieldset polls---------------------------------------------*/
  737. fieldset.polls {
  738. font-family: 'Roboto', sans-serif;
  739. }
  740. fieldset.polls dl {
  741. color: #444444;
  742. border: none;
  743. margin: 0 -18px;
  744. padding: 9px 18px;
  745. font-size: 13px;
  746. line-height: 24px;
  747. }
  748. fieldset.polls dl:nth-child(odd) {
  749. background-color: rgba(0, 0, 0, 0.03);
  750. }
  751. fieldset.polls dt {
  752. text-align: left;
  753. float: left;
  754. display: block;
  755. border-right: none;
  756. padding: 0;
  757. margin: 0;
  758. font-size: 1.2rem;
  759. width: 30%;
  760. }
  761. fieldset.polls dd {
  762. float: left;
  763. border-left: none;
  764. padding: 0 5px;
  765. margin-left: 0;
  766. font-size: 1.2rem;
  767. width: 50%;
  768. }
  769. .poll-bar {
  770. padding: 0;
  771. margin: 0;
  772. position: relative;
  773. border-radius: 3px;
  774. background-color: #666E74;
  775. height: 24px;
  776. line-height: 24px;
  777. }
  778. .poll-bar-bar {
  779. border-radius: 3px;
  780. position: absolute;
  781. left: 0;
  782. top: 0;
  783. bottom: 0;
  784. background-color: #3793FF;
  785. }
  786. .poll-bar-desc {
  787. position: relative;
  788. z-index: 1;
  789. color: #FFF;
  790. font-size: 12px;
  791. }
  792.  
  793. /* Header-------------------------------------------------*/
  794. .headerbar {
  795. background-image: url("https://illiweb.com/fa/modernbb/bg_header.svg");
  796. background-size: cover;
  797. background-position: center center;
  798. background-repeat: no-repeat;
  799. padding: 0;
  800. overflow: hidden;
  801. margin: 0;
  802. height: 350px;
  803. position: relative;
  804. background-color: #1D262C;
  805. }
  806. #headerbar-top {
  807. background-color: ff0000;
  808. height: 81px;
  809. text-align: center;
  810. }
  811. #headerbar-top:after {
  812. clear: both;
  813. display: block;
  814. content: "";
  815. }
  816. .is-sticky#headerbar-top {
  817. background-color: #20b2aa;
  818. box-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
  819. height: auto;
  820. left: 0;
  821. padding: 6px 0;
  822. position: fixed;
  823. right: 0;
  824. top: 0;
  825. z-index: 1000 !important;
  826. }
  827. .is-sticky#headerbar-top.w-toolbar {
  828. top: 42px;
  829. }
  830. .is-sticky #logo {
  831. display: none;
  832. height: 0;
  833. margin: 0;
  834. opacity: 0;
  835. transform: translateY(-200px);
  836. width: 0;
  837. }
  838. .is-sticky .navbar {
  839. text-align: center;
  840. }
  841. .is-sticky .navbar li {
  842. margin: 0;
  843. }
  844. #logo {
  845. display: inline-block;
  846. float: left;
  847. margin-top: 13px;
  848. }
  849. #logo:hover {
  850. text-decoration: none;
  851. }
  852. #site-title,#site-title h1 {
  853. color: #ffffff;
  854. display: block;
  855. font-family: ;
  856. font-size: 30px;
  857. font-weight: 500;
  858. margin: 0;
  859. padding: 0;
  860. }
  861. #site-desc {
  862. clear: both;
  863. text-align: left;
  864. position: absolute;
  865. top: 50%;
  866. }
  867. #site-desc p {
  868. color: #ffffff;
  869. display: block;
  870. font-size: 16px;
  871. font-weight: 300;
  872. line-height: 1;
  873. margin: 0;
  874. }
  875. .sub-header {
  876. clear: both;
  877. width: 100%;
  878. }
  879. .sub-header:after {
  880. clear: both;
  881. content: "";
  882. display: block;
  883. }
  884. .sub-header-info {
  885. float: left;
  886. }
  887. .sub-header-path {
  888. font-size: 0;
  889. }
  890. .sub-header-path a {
  891. display: block;
  892. float: left;
  893. font-size: 1.3rem;
  894. }
  895. .sub-header-path a + a {
  896. margin-left: 6px;
  897. }
  898. .sub-header-path a + a:before {
  899. content: "\f3d3";
  900. margin-right: 6px;
  901. display: inline-block;
  902. font-family: "Ionicons";
  903. speak: none;
  904. font-style: normal;
  905. font-weight: normal;
  906. font-variant: normal;
  907. text-transform: none;
  908. text-rendering: auto;
  909. line-height: 1;
  910. -webkit-font-smoothing: antialiased;
  911. -moz-osx-font-smoothing: grayscale;
  912. vertical-align: -1px;
  913. }
  914. .sub-header-buttons {
  915. float: right;
  916. }
  917.  
  918. /* Menu-------------------------------------------------*/
  919. .navbar {
  920. text-align: left;
  921. }
  922. .navbar .new-message {
  923. background-color: #EB4337;
  924. color: #FFF;
  925. border-radius: 3px;
  926. padding: 3px 6px;
  927. }
  928. .navbar li {
  929. display: inline-block;
  930. margin: 25px 0 0;
  931. }
  932. .navbar a {
  933. color: #FFF;
  934. font-size: 1.3rem;
  935. padding: 6px;
  936. display: inline-block;
  937. border-radius: 3px;
  938. line-height: 1.3846;
  939. }
  940. .navbar a:hover {
  941. background-color: #FFF;
  942. color: #000;
  943. box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  944. }
  945. .navbar img {
  946. display: inline-block;
  947. margin-right: 3px;
  948. vertical-align: -4px;
  949. width: 16px;
  950. filter: invert(100%);
  951. }
  952. .navbar a:hover img {
  953. filter: invert(0%);
  954. }
  955. ul.borderless {
  956. border-bottom: 0;
  957. }
  958. .linklist {
  959. border-color: rgba(0, 0, 0, 0.1);
  960. border-style: solid;
  961. list-style: none;
  962. margin: 24px 0;
  963. }
  964. .linklist.top {
  965. border-width: 0 0 1px;
  966. padding-bottom: 6px;
  967. }
  968. .linklist.bottom {
  969. border-width: 1px 0 0;
  970. padding-top: 6px;
  971. }
  972. .linklist li {
  973. float: left;
  974. margin: 0 18px 0 0;
  975. }
  976. .linklist li.rightside {
  977. float: right;
  978. margin: 0 0 0 18px;
  979. }
  980. .search-box {
  981. display: inline-block;
  982. margin-right: 18px;
  983. position: relative;
  984. }
  985. .search-box input {
  986. height: 35px;
  987. padding-right: 35px;
  988. }
  989. .search-box button {
  990. position: absolute;
  991. height: 35px;
  992. line-height: 35px;
  993. right: 0;
  994. text-align: center;
  995. width: 35px;
  996. }
  997. #search-box {
  998. margin-top: 10px;
  999. margin-right: 5px;
  1000. float: right;
  1001. white-space: nowrap;
  1002.  
  1003. /* For Opera */
  1004. }
  1005. #search-box #keywords {
  1006. width: 95px;
  1007. background-color: #ffffff;
  1008. }
  1009. #search-box input {
  1010. border: 1px solid #BCBCBC;
  1011. }
  1012. #search-box input.button1 {
  1013. padding: 1px 5px;
  1014. }
  1015. p.rightside {
  1016. float: right;
  1017. margin-right: 5px;
  1018. }
  1019.  
  1020. /* Code block------------------------------------------------*/
  1021. dl.codebox {
  1022. background-color: rgba(0, 0, 0, 0.05);
  1023. border-color: rgba(0, 0, 0, 0.1);
  1024. border-radius: 0 3px 3px 0;
  1025. border-style: solid;
  1026. border-width: 0 0 0 6px;
  1027. font-size: 1.3rem;
  1028. padding: 18px;
  1029. position: relative;
  1030. }
  1031. dl.codebox:before {
  1032. content: "\f271";
  1033. color: rgba(0, 0, 0, 0.1);
  1034. font-size: 3.6rem;
  1035. position: absolute;
  1036. right: 18px;
  1037. top: 6px;
  1038. display: inline-block;
  1039. font-family: "Ionicons";
  1040. speak: none;
  1041. font-style: normal;
  1042. font-weight: normal;
  1043. font-variant: normal;
  1044. text-transform: none;
  1045. text-rendering: auto;
  1046. line-height: 1;
  1047. -webkit-font-smoothing: antialiased;
  1048. -moz-osx-font-smoothing: grayscale;
  1049. }
  1050. dl.codebox dt {
  1051. border-bottom: 1px solid #CCCCCC;
  1052. margin-bottom: 6px;
  1053. font-size: 1.3rem;
  1054. font-weight: 400;
  1055. display: block;
  1056. }
  1057. blockquote dl.codebox {
  1058. margin-left: 0;
  1059. }
  1060. dl.codebox code {
  1061. overflow: auto;
  1062. display: block;
  1063. height: auto;
  1064. max-height: 250px;
  1065. white-space: normal;
  1066. padding-top: 5px;
  1067. font: 0.9em Courier, Courier New, monospace;
  1068. line-height: 1.3em;
  1069. color: #2E8B57;
  1070. margin: 2px 0;
  1071. }
  1072. code.hljs {
  1073. margin: -6px 0 -18px !important;
  1074. background-color: transparent !important;
  1075. }
  1076.  
  1077. /* Table-------------------------------------------------*/
  1078. span.corners-top, span.corners-bottom {
  1079. display: none !important;
  1080. }
  1081. .forabg {
  1082. margin-bottom: 24px;
  1083. clear: both;
  1084. background-color: #20b2aa;
  1085. background-image: url("https://illiweb.com/fa/empty.gif");
  1086. background-repeat: repeat-x;
  1087. background-position: 0 0;
  1088. padding: 0;
  1089. border-radius: 3px;
  1090. box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  1091. }
  1092. .forabg.hidden {
  1093. background-color: rgba(55, 147, 255, 0.6);
  1094. }
  1095. .forabg.hidden .forums {
  1096. max-height: 0;
  1097. }
  1098. .forabg .row:last-child {
  1099. border-radius: 0 0 3px 3px;
  1100. }
  1101. .forabg .header {
  1102. position: relative;
  1103. }
  1104. .forabg .header i {
  1105. display: inline-block;
  1106. font-size: 1.8rem;
  1107. }
  1108. .forabg .header i:before {
  1109. line-height: 15px;
  1110. }
  1111. ul.topiclist dd.dterm h2,ul.topiclist dt h2,.table-title,.table-title h2 {
  1112. display: inline;
  1113. font-size: 1.4rem;
  1114. font-weight: 300;
  1115. line-height: 15px;
  1116. }
  1117. .forumbg {
  1118. margin-bottom: 24px;
  1119. clear: both;
  1120. background-color: #20b2aa;
  1121. background-image: url("https://illiweb.com/fa/empty.gif");
  1122. background-repeat: repeat-x;
  1123. background-position: 0 0;
  1124. padding: 0;
  1125. border-radius: 3px;
  1126. box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  1127. }
  1128. .forumbg .row:last-child {
  1129. border-radius: 0 0 3px 3px;
  1130. }
  1131. .forumbg .header {
  1132. position: relative;
  1133. }
  1134. .forumbg .header i {
  1135. display: inline-block;
  1136. font-size: 1.8rem;
  1137. }
  1138. .forumbg .header i:before {
  1139. line-height: 15px;
  1140. }
  1141. .forumbg table.table1 {
  1142. margin: 0;
  1143. }
  1144. ul.topiclist {
  1145. list-style-type: none;
  1146. margin: 0;
  1147. background-image: url("https://illiweb.com/fa/empty.gif");
  1148. background-repeat: repeat-x;
  1149. color: #444444;
  1150. }
  1151. ul.topiclist li {
  1152. display: block;
  1153. margin: 0;
  1154. }
  1155. ul.forums li.row dl {
  1156. background-position: left 24px top 50% !important;
  1157. min-height: 0 px;
  1158. padding: 0;
  1159. position: relative;
  1160. background-size: 33px 33px !important;
  1161. }
  1162. ul.topiclist dt,ul.topiclist dd.dterm {
  1163. display: block;
  1164. float: left;
  1165. font-size: 1.3rem;
  1166. padding: 18px;
  1167. width: 52%;
  1168. }
  1169. ul.topiclist dfn {
  1170. display: none;
  1171. }
  1172. ul.topics .row dt,ul.topics .row dd.dterm {
  1173. padding: 9px 18px 9px 81px;
  1174. display: block;
  1175. float: left;
  1176. width: 52%;
  1177. }
  1178. ul.topics dd {
  1179. display: block;
  1180. float: left;
  1181. }
  1182. ul.forums {
  1183. background-color: #ffffff;
  1184. background-image: none;
  1185. border-radius: 0 0 3px 3px;
  1186. max-height: 3000px;
  1187. overflow: hidden;
  1188. transition-duration: 360ms;
  1189. }
  1190. ul.forums dl.icon dd.dterm > div {
  1191. margin-left: 63px !important;
  1192. }
  1193. li.header dl.icon {
  1194. min-height: 0;
  1195. }
  1196. li.header dl.icon dt,li.header dl.icon dd.dterm {
  1197. padding-left: 18px;
  1198. }
  1199. li.header dt {
  1200. font-weight: 500;
  1201. }
  1202. dl.icon {
  1203. min-height: 35px;
  1204. background-position: left 24px top 50%;
  1205. background-repeat: no-repeat;
  1206. background-size: 33px 33px !important;
  1207. height: auto;
  1208. }
  1209. dl.icon dt,dl.icon dd.dterm {
  1210. background-repeat: no-repeat;
  1211. background-position: right 0 bottom 9px;
  1212. }
  1213. li.header dt, li.header dd {
  1214. line-height: 1;
  1215. color: #ffffff;
  1216. font-size: 1.3rem;
  1217. font-family: 'Roboto', sans-serif, 'Roboto', sans-serif;
  1218. text-transform: 500;
  1219. }
  1220. li.row {
  1221. border-color: #f0f0f0;
  1222. border-style: solid;
  1223. border-width: 3px 0 0;
  1224. }
  1225. li.row:hover {
  1226. background-color: #f5faff;
  1227. }
  1228. ul.topiclist dd {
  1229. display: block;
  1230. float: left;
  1231. padding: 18px 0;
  1232. }
  1233. ul.topiclist li.header dl dd {
  1234. border: none;
  1235. }
  1236. ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
  1237. display: block;
  1238. padding-left: 5px;
  1239. }
  1240. ul.pmlist dt {
  1241. padding-left: 81px;
  1242. }
  1243. li.row:hover dd {
  1244. border-left-color: #f0f0f0;
  1245. }
  1246. .mod-text {
  1247. font-weight: 500;
  1248. }
  1249. .hierarchy {
  1250. border: none;
  1251. display: inline;
  1252. font-size: 1.3rem;
  1253. text-transform: none;
  1254. }
  1255. .btn-collapse {
  1256. cursor: pointer;
  1257. opacity: 1;
  1258. position: absolute;
  1259. right: 18px;
  1260. top: 18px;
  1261. }
  1262. .btn-collapse.hidden {
  1263. opacity: 0;
  1264. }
  1265. .btn-collapse i {
  1266. color: #FFF;
  1267. font-size: 2.1rem !important;
  1268. margin: 0;
  1269. opacity: 1;
  1270. position: absolute;
  1271. right: 0;
  1272. top: 0;
  1273. }
  1274. .btn-collapse i.hidden {
  1275. opacity: 0;
  1276. pointer-events: none;
  1277. }
  1278.  
  1279. /* Panel----------------------------------------------*/
  1280. .panel {
  1281. background-color: #f8f8f8;
  1282. box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  1283. color: #444444;
  1284. border-radius: 3px;
  1285. margin-bottom: 24px;
  1286. overflow: hidden;
  1287. padding: 18px 18px 0;
  1288. position: relative;
  1289. }
  1290. .panel p,.panel div.mes-txt {
  1291. font-size: 1.3rem;
  1292. margin-bottom: 18px;
  1293. }
  1294. .panel p:last-child,.panel div.mes-txt:last-child {
  1295. margin-bottom: 18px !important;
  1296. }
  1297. .panel fieldset {
  1298. margin-bottom: 18px;
  1299. }
  1300. .panel:last-child {
  1301. margin-bottom: 18px;
  1302. }
  1303. .panel-close {
  1304. position: absolute;
  1305. right: 13px;
  1306. padding: 0 6px;
  1307. top: 12px;
  1308. }
  1309. .panel-close img {
  1310. display: none;
  1311. }
  1312. .panel-close a {
  1313. bottom: 0;
  1314. display: block;
  1315. left: 0;
  1316. position: absolute;
  1317. right: 0;
  1318. top: 0;
  1319. }
  1320. .panel-close:before {
  1321. content: "\f404";
  1322. font-size: 2.7rem;
  1323. display: inline-block;
  1324. font-family: "Ionicons";
  1325. speak: none;
  1326. font-style: normal;
  1327. font-weight: normal;
  1328. font-variant: normal;
  1329. text-transform: none;
  1330. text-rendering: auto;
  1331. line-height: 1;
  1332. -webkit-font-smoothing: antialiased;
  1333. -moz-osx-font-smoothing: grayscale;
  1334. }
  1335. .content h2, .panel h2 {
  1336. border-color: #20b2aa;
  1337. color: #20b2aa;
  1338. border-style: solid;
  1339. border-width: 0 0 1px;
  1340. font-family: 'Roboto', sans-serif;
  1341. font-size: 1.6rem;
  1342. font-weight: 400;
  1343. line-height: 1.526;
  1344. margin-bottom: 9px;
  1345. margin-top: -3px;
  1346. padding-bottom: 3px;
  1347. }
  1348. .content h2 strong, .panel h2 strong {
  1349. font-weight: 400;
  1350. }
  1351. .content h2 a, .panel h2 a {
  1352. color: #20b2aa;
  1353. }
  1354. .content h2 a:link, .content h2 a:visited, .panel h2 a:link, .panel h2 a:visited {
  1355. color: #20b2aa;
  1356. }
  1357. .content h2.h3, .panel h2.h3 {
  1358. font-size: 1.05em;
  1359. font-weight: 500;
  1360. }
  1361. .content h1, .panel h1 {
  1362. color: #20b2aa;
  1363. border-bottom: 1px solid #20b2aa;
  1364. font-weight: normal;
  1365. font-size: 1.6em;
  1366. margin-top: 0.5em;
  1367. margin-bottom: 0.5em;
  1368. padding-bottom: 0.5em;
  1369. }
  1370. .panel h3 {
  1371. margin: 0.5em 0;
  1372. }
  1373. .panel-left {
  1374. float: left;
  1375. width: 47%;
  1376. }
  1377. .panel-right {
  1378. float: right;
  1379. width: 47%;
  1380. }
  1381. div.mes-txt ul, div.mes-txt ol {
  1382. padding-left: 40px;
  1383. }
  1384. div.mes-txt ul {
  1385. list-style-type: disc;
  1386. }
  1387. .ptrafic {
  1388. margin-bottom: -6px;
  1389. }
  1390. .ptrafic li + li {
  1391. margin-top: 6px;
  1392. }
  1393. .ptrafic i {
  1394. font-size: 2.1rem;
  1395. vertical-align: -4px;
  1396. }
  1397.  
  1398. /* Post----------------------------------------------*/
  1399. .post {
  1400. border-color: rgba(0, 0, 0, 0.18);
  1401. background-position: 100% 0;
  1402. background-repeat: no-repeat;
  1403. border-radius: 3px;
  1404. border-style: solid;
  1405. border-width: 1px;
  1406. box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  1407. margin-bottom: 24px;
  1408. }
  1409. .post ul {
  1410. list-style-type: disc;
  1411. }
  1412. .post:hover .topic-date {
  1413. opacity: 1;
  1414. }
  1415. .post:after {
  1416. clear: both;
  1417. content: "";
  1418. display: block;
  1419. }
  1420. .postprofile {
  1421. color: #444444;
  1422. display: block;
  1423. float: right;
  1424. font-size: 1.3rem;
  1425. padding: 18px;
  1426. position: relative;
  1427. width: 211px;
  1428. word-wrap: break-word;
  1429. }
  1430. .postprofile .label {
  1431. font-weight: 500;
  1432. }
  1433. .postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
  1434. color: #3e464c;
  1435. font-weight: 500;
  1436. }
  1437. .postprofile a:hover, .postprofile dt.author a:hover {
  1438. color: #d31141;
  1439. }
  1440. .postprofile-avatar,.postprofile-name,.postprofile-rank {
  1441. line-height: 1.125;
  1442. text-align: center;
  1443. }
  1444. .postprofile-avatar {
  1445. text-align: center;
  1446. margin-bottom: 6px;
  1447. }
  1448. .postprofile-avatar img {
  1449. border-radius: 120px;
  1450. border: 3px solid #FFF;
  1451. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.3);
  1452. width: 120px;
  1453. height: 120px;
  1454. }
  1455. .postprofile-rank {
  1456. border-color: #f0f0f0;
  1457. border-style: solid;
  1458. border-width: 0 0 3px;
  1459. margin-bottom: 9px;
  1460. padding-bottom: 9px;
  1461. }
  1462. .postprofile-info {
  1463. font-size: 1.2rem;
  1464. line-height: 1.3333;
  1465. }
  1466. .postprofile-contact a {
  1467. display: block;
  1468. float: left;
  1469. margin-right: 9px;
  1470. margin-top: 9px;
  1471. }
  1472. .postprofile-contact img {
  1473. border-radius: 3px;
  1474. height: 21px;
  1475. }
  1476. .vote {
  1477. float: right;
  1478. height: 19px;
  1479. line-height: 19px;
  1480. position: relative;
  1481. }
  1482. .vote .ion-thumbsup,.vote .ion-thumbsdown {
  1483. display: inline-block;
  1484. font-size: 2.1rem;
  1485. vertical-align: 3px;
  1486. }
  1487. .vote .ion-thumbsup {
  1488. color: #4CAF50 !important;
  1489. margin-right: 18px;
  1490. }
  1491. .vote .ion-thumbsup:hover, .vote .ion-thumbsup:active {
  1492. color: #4CAF50 !important;
  1493. }
  1494. .vote .ion-thumbsdown {
  1495. color: #F44336 !important;
  1496. margin-right: 3px;
  1497. }
  1498. .vote .ion-thumbsdown:hover, .vote .ion-thumbsdown:active {
  1499. color: #F44336 !important;
  1500. }
  1501. .vote-bar {
  1502. display: inline-block;
  1503. margin-left: 18px;
  1504. white-space: nowrap;
  1505. }
  1506. .vote-bar-desc {
  1507. font-size: 1.1rem;
  1508. }
  1509. .vote-bars,.vote-bar-empty {
  1510. border-radius: 3px;
  1511. bottom: 0;
  1512. left: 0;
  1513. overflow: hidden;
  1514. }
  1515. .vote-bar-plus,.vote-bar-minus {
  1516. height: 3px;
  1517. }
  1518. .vote-bar-plus {
  1519. background-color: #4CAF50;
  1520. }
  1521. .vote-bar-minus {
  1522. background-color: #F44336;
  1523. }
  1524.  
  1525. /* dl dt dd----------------------------------------------*/
  1526. dd.lastpost {
  1527. font-size: 1.3rem;
  1528. line-height: 20px;
  1529. padding: 18px !important;
  1530. width: 32%;
  1531. }
  1532. dd.lastpost a {
  1533. font-weight: 500;
  1534. }
  1535. dd.mark {
  1536. float: right !important;
  1537. width: 9%;
  1538. text-align: center;
  1539. line-height: 200%;
  1540. font-size: 1.2em;
  1541. }
  1542. dd.posts, dd.topics, dd.views {
  1543. font-size: 1.3rem;
  1544. text-align: center;
  1545. width: 8%;
  1546. }
  1547. dd.info {
  1548. width: 30%;
  1549. }
  1550. dl.details {
  1551. font-size: 1.1em;
  1552. }
  1553. dl.details dt {
  1554. float: left;
  1555. width: 10em;
  1556. text-align: right;
  1557. color: #444444;
  1558. display: block;
  1559. }
  1560. dl.details dd {
  1561. margin-left: 10em;
  1562. padding-left: 5px;
  1563. margin-bottom: 5px;
  1564. color: #444444;
  1565. }
  1566. .span-tab {
  1567. font-size: 0.9em;
  1568. }
  1569.  
  1570. /* Cp-main----------------------------------------------*/
  1571. #cp-main {
  1572. margin: -9px -18px 18px;
  1573. }
  1574. #cp-main h1 {
  1575. color: #444444;
  1576. border-bottom: none;
  1577. margin-bottom: 9px;
  1578. margin-left: 18px;
  1579. margin-top: 3px;
  1580. padding: 0;
  1581. }
  1582. #cp-main .panel {
  1583. border-radius: 0;
  1584. padding: 18px;
  1585. }
  1586. #cp-main .panel + h1 {
  1587. margin-top: -9px;
  1588. }
  1589. #cp-main h3, #cp-main hr {
  1590. border-color: #bfbfbf;
  1591. }
  1592. #cp-main .content {
  1593. padding: 0;
  1594. }
  1595. ul.cplist {
  1596. margin-bottom: 5px;
  1597. border-top: 1px solid #ffffff;
  1598. }
  1599.  
  1600. /* Panel----------------------------------------------*/
  1601. #cp-main .panel.sig {
  1602. background-color: #CADCEB;
  1603. }
  1604. #cp-main .panel p {
  1605. font-size: 1.1em;
  1606. }
  1607. #cp-main .panel ol {
  1608. margin-left: 2em;
  1609. font-size: 1.1em;
  1610. }
  1611. #cp-main .panel li.row {
  1612. border-bottom: 1px solid #ffffff;
  1613. border-top: 1px solid #ffffff;
  1614. }
  1615.  
  1616. /* Table----------------------------------------------*/
  1617. #cp-main table.table1 {
  1618. background-color: #2C353B;
  1619. margin-bottom: 18px;
  1620. }
  1621. #cp-main table.table1 thead th {
  1622. color: #FFF;
  1623. font-weight: 500;
  1624. padding: 18px;
  1625. }
  1626. #cp-main table.table1 thead th a {
  1627. color: #FFF;
  1628. }
  1629. #cp-main table.table1 thead th a:link, #cp-main table.table1 thead th a:visited {
  1630. color: #FFF;
  1631. }
  1632. #cp-main table.table1 tbody th {
  1633. font-style: italic;
  1634. background-color: transparent !important;
  1635. border-bottom: none;
  1636. }
  1637. #cp-main ol, #cp-main ul {
  1638. padding: 0 !important;
  1639. list-style-type: none !important;
  1640. }
  1641.  
  1642. /* Table----------------------------------------------*/
  1643. #ucp-main table.table1 {
  1644. padding: 2px;
  1645. }
  1646. table.table1 {
  1647. border-collapse: collapse;
  1648. width: 99%;
  1649.  
  1650. /* IE < 6 browsers */
  1651. width: 100%;
  1652. }
  1653. html > body table.table1 {
  1654. width: 100%;
  1655. }
  1656. table.table1 thead th {
  1657. color: #ffffff;
  1658. font-size: 1.3rem;
  1659. font-weight: 400;
  1660. padding: 9px 18px;
  1661. }
  1662. table.table1 thead th span {
  1663. padding-left: 7px;
  1664. }
  1665. table.table1 tbody tr:hover, table.table1 tbody tr.hover {
  1666. background-color: #f5faff;
  1667. color: #444444;
  1668. }
  1669. table.table1 tbody .row:last-child {
  1670. border-radius: 0 0 3px 3px;
  1671. }
  1672. table.table1 td {
  1673. color: #444444;
  1674. font-size: 1.3rem;
  1675. }
  1676. table.table1 tbody td {
  1677. border-color: #f0f0f0;
  1678. border-style: solid;
  1679. border-width: 1px 0 0;
  1680. padding: 3px 18px;
  1681. }
  1682. table.table1 tbody th {
  1683. background-color: #1D262C;
  1684. color: #ffffff;
  1685. font-weight: 500;
  1686. padding: 6px;
  1687. text-align: left;
  1688. }
  1689. table.table1 .name {
  1690. text-align: left;
  1691. }
  1692. table.table1 .posts {
  1693. text-align: center !important;
  1694. width: 7%;
  1695. }
  1696. table.table1 .joined {
  1697. text-align: left;
  1698. width: 15%;
  1699. }
  1700. table.table1 .active {
  1701. text-align: left;
  1702. width: 15%;
  1703. }
  1704. table.table1 .mark {
  1705. text-align: center;
  1706. width: 7%;
  1707. }
  1708. table.table1 .info {
  1709. text-align: left;
  1710. width: 30%;
  1711. }
  1712. table.table1 .info div {
  1713. width: 100%;
  1714. white-space: nowrap;
  1715. overflow: hidden;
  1716. }
  1717. table.table1 .autocol {
  1718. line-height: 2em;
  1719. white-space: nowrap;
  1720. }
  1721. table.table1 thead .autocol {
  1722. padding-left: 1em;
  1723. }
  1724. table.table1 .stats {
  1725. text-align: center;
  1726. width: 12%;
  1727. }
  1728. table.table1 .edit {
  1729. width: 5%;
  1730. text-align: right;
  1731. vertical-align: top;
  1732. }
  1733. table.table1 .alignv {
  1734. vertical-align: top;
  1735. }
  1736. td.avatar-mini img {
  1737. background-color: #FFF;
  1738. border-color: #FFF;
  1739. border-radius: 38px;
  1740. border-style: solid;
  1741. border-width: 2px;
  1742. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.3);
  1743. width: 38px;
  1744. height: 38px;
  1745. vertical-align: middle;
  1746. margin-right: 6px;
  1747. }
  1748.  
  1749. /* FAQ----------------------------------------------*/
  1750. dl.faq {
  1751. font-family: 'Roboto', sans-serif;
  1752. font-size: 1.3rem;
  1753. line-height: 1.526;
  1754. margin-bottom: 0;
  1755. margin-top: 0;
  1756. }
  1757. dl.faq dt {
  1758. color: #444444;
  1759. font-size: 2.4rem;
  1760. font-weight: 300;
  1761. margin-bottom: 18px;
  1762. }
  1763. dl.faq dd p {
  1764. background-color: rgba(0, 0, 0, 0.05);
  1765. border-color: rgba(0, 0, 0, 0.05);
  1766. border-radius: 3px;
  1767. border-style: solid;
  1768. border-width: 1px;
  1769. font-size: 1.3rem;
  1770. padding: 18px;
  1771. margin: 9px 0 18px 18px;
  1772. text-align: justify;
  1773. }
  1774. dl.faq ul {
  1775. list-style-type: disc;
  1776. list-style-position: inside;
  1777. }
  1778. dl.faq ol {
  1779. list-style-position: inside;
  1780. }
  1781. .content dl.faq {
  1782. font-size: 1.2em;
  1783. margin-bottom: 0.5em;
  1784. }
  1785.  
  1786. /* Tabs----------------------------------------------*/
  1787. #tabs {
  1788. line-height: 35px;
  1789. }
  1790. #tabs ul {
  1791. list-style: none;
  1792. margin: 0;
  1793. padding: 0;
  1794. }
  1795. #tabs ul li {
  1796. display: inline-block;
  1797. font-size: 1.3rem;
  1798. font-weight: 400;
  1799. margin: 0;
  1800. padding: 0;
  1801. }
  1802. #tabs ul a {
  1803. border-color: rgba(0, 0, 0, 0.1);
  1804. border-style: solid;
  1805. border-width: 0 0 1px;
  1806. cursor: pointer;
  1807. float: left;
  1808. margin: 0;
  1809. padding: 0;
  1810. text-decoration: none;
  1811. }
  1812. #tabs ul a span {
  1813. color: #444444;
  1814. display: block;
  1815. float: left;
  1816. padding: 0 9px;
  1817. white-space: nowrap;
  1818. }
  1819. #tabs ul a:hover {
  1820. border-color: #20b2aa;
  1821. }
  1822. #tabs ul a:hover span {
  1823. color: #d31141;
  1824. }
  1825. #tabs ul .activetab a {
  1826. border-color: #20b2aa;
  1827. }
  1828. #tabs:after, .navbar:after, fieldset dl:after, ul.topiclist dl:after, ul.linklist:after, dl.polls:after {
  1829. content: ".";
  1830. display: block;
  1831. height: 0;
  1832. clear: both;
  1833. visibility: hidden;
  1834. }
  1835.  
  1836. /* Smilies-------------------------------------------------*/
  1837. #smiley-box, .smile-status-box {
  1838. border-radius: 3px;
  1839. float: right;
  1840. width: 162px;
  1841. }
  1842. #smiley-box.sig, .smile-status-box.sig {
  1843. margin-top: 15px;
  1844. }
  1845. #smiley-box-wysiwyg {
  1846. float: left;
  1847. margin: 25px 0px 0px 15px;
  1848. width: 20%;
  1849. background-color: #ffffff;
  1850. }
  1851. * html #smiley-box-wysiwyg {
  1852. margin: 25px 3px 0px 0px;
  1853. }
  1854. * + html #smiley-box-wysiwyg {
  1855. margin: 25px 3px 0px 0px;
  1856. }
  1857. #smiley-box iframe, .smile-status-box iframe {
  1858. border: none;
  1859. overflow: auto;
  1860. height: 300px;
  1861. width: 100%;
  1862. height: 280px;
  1863. background-color: #ffffff;
  1864. }
  1865. #smiley-box-wysiwyg iframe {
  1866. border: none;
  1867. overflow: auto;
  1868. height: 300px;
  1869. width: 100%;
  1870. height: 280px;
  1871. background-color: #ffffff;
  1872. }
  1873. .smiley-element img {
  1874. margin: 0px 15px 10px 0px;
  1875. }
  1876.  
  1877. /* Page numbering-------------------------------------------------*/
  1878. .pagination {
  1879. float: left;
  1880. font-size: 0;
  1881. }
  1882. .pagination > a {
  1883. float: right;
  1884. font-size: 1.3rem;
  1885. margin-top: 5px;
  1886. }
  1887. .pagination span a:link, .pagination span a:visited, .pagination span a:active {
  1888. background-color: #2C353B;
  1889. color: #FFF;
  1890. border-radius: 3px;
  1891. display: inline-block;
  1892. font-size: 1.2rem;
  1893. font-weight: 400;
  1894. line-height: 30px;
  1895. margin: 0 6px 0 0;
  1896. padding: 0;
  1897. text-align: center;
  1898. text-decoration: none;
  1899. width: 36px;
  1900. }
  1901. .pagination span strong {
  1902. background-color: rgba(0, 0, 0, 0.05);
  1903. border-radius: 3px;
  1904. display: inline-block;
  1905. font-size: 1.2rem;
  1906. font-weight: 400;
  1907. line-height: 30px;
  1908. margin: 0 6px 0 0;
  1909. padding: 0;
  1910. text-align: center;
  1911. text-decoration: none;
  1912. width: 36px;
  1913. }
  1914. .row .pagination {
  1915. display: inline-block;
  1916. float: none;
  1917. font-size: 1.2rem;
  1918. margin-top: 0;
  1919. padding: 0 0 0 15px;
  1920. }
  1921. .row .pagination span a:link, .row .pagination span a:visited, .row .pagination span a:active {
  1922. background-color: #2C353B;
  1923. color: #FFF;
  1924. line-height: 17px;
  1925. margin: 0 3px;
  1926. padding: 0 6px;
  1927. text-align: center;
  1928. text-decoration: none;
  1929. width: auto;
  1930. }
  1931. .pagination span a:hover {
  1932. border-color: #368AD2;
  1933. background-color: #3e464c;
  1934. color: #FFF;
  1935. text-decoration: none;
  1936. }
  1937. .pagination span a.pag-img {
  1938. border: none;
  1939. background-color: transparent;
  1940. vertical-align: top;
  1941. }
  1942. .pagination span a.pag-img img {
  1943. height: 12px;
  1944. margin-top: 9px;
  1945. }
  1946. .pagination span a.pag-img:hover {
  1947. background-color: transparent;
  1948. }
  1949. .pagination span.page-sep {
  1950. display: none;
  1951. }
  1952. #cp-main .pagination {
  1953. float: right;
  1954. width: auto;
  1955. padding-top: 1px;
  1956. }
  1957.  
  1958. /* Postbody (preview)---------------------------------------------------*/
  1959. .postbody {
  1960. color: #444444;
  1961. float: none;
  1962. font-size: 1.2rem;
  1963. margin-right: 211px;
  1964. padding: 12px 18px 18px;
  1965. }
  1966. .postbody .topic-title {
  1967. color: #444444;
  1968. font-family: 'Roboto', sans-serif;
  1969. font-size: 1.8rem;
  1970. margin: 0;
  1971. padding: 0;
  1972. text-transform: none;
  1973. font-weight: 400;
  1974. }
  1975. .postbody .topic-title img {
  1976. float: left;
  1977. margin-right: 6px;
  1978. }
  1979. .postbody .topic-title img[src="https://illiweb.1prod.net/fa/empty.gif"] {
  1980. display: none;
  1981. }
  1982. .postbody .topic-date {
  1983. border-color: #f0f0f0;
  1984. border-style: solid;
  1985. border-width: 0 0 1px;
  1986. font-size: 1.3rem;
  1987. line-height: 1.3846;
  1988. margin-bottom: 9px;
  1989. opacity: 0.6;
  1990. padding-bottom: 9px;
  1991. }
  1992. .postbody .content {
  1993. font-size: 1.3rem;
  1994. }
  1995. .postbody ul.profile-icons {
  1996. float: right;
  1997. width: auto;
  1998. padding: 0;
  1999. list-style: none;
  2000. }
  2001. .postbody ul.profile-icons img {
  2002. cursor: pointer;
  2003. display: inline-block;
  2004. max-height: 21px;
  2005. margin: 0 -3px;
  2006. }
  2007. .profile-icons img {
  2008. cursor: pointer;
  2009. }
  2010. .postbody h3 img {
  2011. vertical-align: bottom;
  2012. }
  2013. * html .postbody h3 img {
  2014. vertical-align: middle;
  2015. }
  2016. .search .postbody {
  2017. width: 68%;
  2018. }
  2019. .search .postbody ol,.search .postbody ul {
  2020. margin-left: 1.8em;
  2021. }
  2022. #cp-main .postbody p {
  2023. font-size: 1.1em;
  2024. }
  2025. #cp-main .postbody h3 {
  2026. margin-top: 0;
  2027. }
  2028. .content {
  2029. color: #444444;
  2030. line-height: 1.4em;
  2031. font-family: 'Roboto', sans-serif;
  2032. font-size: 1em;
  2033. }
  2034. .content img {
  2035. max-width: 100%;
  2036. }
  2037. .content p {
  2038. font-family: 'Roboto', sans-serif;
  2039. font-size: 1.2em;
  2040. margin-bottom: 1em;
  2041. line-height: 1.4em;
  2042. }
  2043. .content li {
  2044. list-style-type: inherit;
  2045. }
  2046. .content ul, .content ol {
  2047. margin-bottom: 1em;
  2048. margin-left: 3em;
  2049. }
  2050. .edited-message {
  2051. color: #F44336;
  2052. font-size: 1.3rem;
  2053. }
  2054. .post-head {
  2055. background-color: rgba(0, 0, 0, 0.03);
  2056. border-color: #3793FF;
  2057. border-radius: 3px 3px 0 0;
  2058. border-style: solid;
  2059. border-width: 0 0 1px;
  2060. padding: 18px;
  2061. }
  2062. .post-head .profile-icons {
  2063. float: right;
  2064. margin-right: -12px;
  2065. margin-top: -3px;
  2066. list-style: none;
  2067. }
  2068. .post-head .profile-icons a,.post-head .profile-icons span {
  2069. border: none;
  2070. box-shadow: none;
  2071. }
  2072. .post-head .topic-date {
  2073. border: none;
  2074. margin: 0;
  2075. padding: 0;
  2076. }
  2077. .post-head .topic-title {
  2078. color: #444444;
  2079. display: inline-block;
  2080. font-family: 'Roboto', sans-serif;
  2081. font-size: 1.8rem;
  2082. margin: -3px 0 3px;
  2083. padding: 0;
  2084. text-transform: none;
  2085. font-weight: 400;
  2086. }
  2087. .post-head .topic-title img {
  2088. float: left;
  2089. margin-right: 6px;
  2090. }
  2091. .post-head .topic-title img[src="https://illiweb.1prod.net/fa/empty.gif"] {
  2092. display: none;
  2093. }
  2094. .post h2.topic-title a {
  2095. max-width: 95%;
  2096. white-space: nowrap;
  2097. overflow: hidden;
  2098. text-overflow: ellipsis;
  2099. display: block;
  2100. }
  2101. .post .post-head .topic-title {
  2102. white-space: nowrap;
  2103. overflow: hidden;
  2104. text-overflow: ellipsis;
  2105. display: block;
  2106. }
  2107.  
  2108. /* Profile icons-------------------------------------------------*/
  2109. .profile-icons {
  2110. margin: -6px -6px 0 0;
  2111. }
  2112. .profile-icons li {
  2113. float: left;
  2114. margin: 0 0 0 6px;
  2115. }
  2116. .profile-icons a {
  2117. float: left;
  2118. }
  2119. .profile-icons a,.profile-icons span {
  2120. border-color: rgba(0, 0, 0, 0.12);
  2121. border-radius: 3px;
  2122. border-style: solid;
  2123. border-width: 1px;
  2124. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  2125. cursor: pointer;
  2126. display: block;
  2127. height: 26px;
  2128. padding: 3px 6px;
  2129. }
  2130. .profile-icons a:hover, .profile-icons a.selected,.profile-icons span:hover,.profile-icons span.selected {
  2131. background-color: #3793FF;
  2132. color: #FFF;
  2133. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  2134. }
  2135. .profile-icons a[href=''], .profile-icons a[onclick=''],.profile-icons span[href=''],.profile-icons span[onclick=''] {
  2136. display: none;
  2137. }
  2138. .profile-icons i {
  2139. margin: 0;
  2140. transition: none;
  2141. }
  2142. .profile-icons i.ion-ios-plus-empty {
  2143. margin-left: 3px;
  2144. }
  2145. .btn-thank a[href=""] {
  2146. display: none;
  2147. }
  2148. .btn-thank a:hover {
  2149. background-color: #2C353B;
  2150. color: #F44336;
  2151. }
  2152. .btn-delete a:hover {
  2153. background-color: #F44336;
  2154. }
  2155. .btn-ip a:hover {
  2156. background-color: #2C353B;
  2157. }
  2158. .btn-report a + a {
  2159. margin: 0 0 0 6px;
  2160. }
  2161. .btn-report a:hover img {
  2162. filter: brightness(400%);
  2163. }
  2164. .btn-report img {
  2165. height: 18px;
  2166. }
  2167.  
  2168. /* Advanced profile-------------------------------------------------*/
  2169. #profile-advanced-layout {
  2170. margin-right: 300px;
  2171. }
  2172. #profile-advanced-left {
  2173. float: left;
  2174. margin-top: 24px;
  2175. width: 100%;
  2176. }
  2177. #profile-advanced-left #tabs {
  2178. margin-top: 4px;
  2179. }
  2180. #profile-advanced-avatar {
  2181. float: left;
  2182. width: 30%;
  2183. }
  2184. #profile-advanced-points, #profile-advanced-reputation {
  2185. float: left;
  2186. }
  2187. #profile-advanced-details .pagination {
  2188. float: left;
  2189. }
  2190. #profile-advanced-details ol {
  2191. list-style: none;
  2192. margin: 0;
  2193. }
  2194. #profile-advanced-details ol li {
  2195. display: block;
  2196. margin-bottom: 18px;
  2197. padding-bottom: 9px;
  2198. border-bottom: 1px solid #f0f0f0;
  2199. }
  2200. #profile-advanced-details ol li:last-child {
  2201. border: none;
  2202. padding-bottom: 0;
  2203. margin-bottom: 0;
  2204. }
  2205. #profile-advanced-details .avatar {
  2206. float: left;
  2207. margin-top: 6px;
  2208. }
  2209. .avatar {
  2210. background-color: #FFF;
  2211. border-radius: 50px;
  2212. border: 2px solid #FFF;
  2213. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.3);
  2214. height: 50px;
  2215. overflow: hidden;
  2216. width: 50px;
  2217. }
  2218. .avatar img {
  2219. width: 46px;
  2220. }
  2221. .friend-block .avatar {
  2222. margin: 0 auto;
  2223. cursor: pointer;
  2224. }
  2225. .friend-block {
  2226. float: left;
  2227. width: 68px;
  2228. margin: 1px;
  2229. text-align: center;
  2230. overflow: hidden;
  2231. }
  2232. .friend_list_online_status {
  2233. line-height: 11px;
  2234. font-size: .8em;
  2235. }
  2236. .friend_list_online_status img {
  2237. vertical-align: middle;
  2238. }
  2239. .friends-foes-list {
  2240. float: left;
  2241. width: 200px;
  2242. height: 2em;
  2243. }
  2244. #profile-advanced-details .message-block {
  2245. margin-left: 68px;
  2246. }
  2247. #profile-advanced-details .message-header {
  2248. background: #f8f8f8;
  2249. margin-bottom: 6px;
  2250. }
  2251. #profile-advanced-details .message-date {
  2252. float: right;
  2253. }
  2254. #profile-advanced-details .message-body {
  2255. margin-bottom: 4px;
  2256. }
  2257. #profile-advanced-details .message-footer {
  2258. text-align: right;
  2259. }
  2260. #profile-advanced-details .message-footer li {
  2261. display: inline;
  2262. margin: 0 0.25em;
  2263.  
  2264. /* Spacing between generation dot */
  2265. }
  2266. #profile-advanced-details .message-footer li:after {
  2267. content: ' .';
  2268.  
  2269. /* Beware of character: can create a whitepage in IE6 if char does not exist in lang. */
  2270. }
  2271. #profile-advanced-details .message-footer li a {
  2272. margin-right: 0.25em;
  2273.  
  2274. /* Spacing between generation dot */
  2275. text-decoration: underline;
  2276. }
  2277. #profile-advanced-details .message-footer li.last:after {
  2278. content: normal;
  2279. }
  2280. #profile-advanced-layout #new-message {
  2281. position: relative;
  2282.  
  2283. /*margin-top: 10px;
  2284. */
  2285. margin-top: -2em;
  2286. clear: both;
  2287. }
  2288. #profile-advanced-layout #tabs {
  2289.  
  2290. /*position: absolute;
  2291. */
  2292. bottom: 0;
  2293. }
  2294.  
  2295. /*#profile-advanced-layout #new-message-link {
  2296. position: absolute;
  2297. bottom: 0;
  2298. right: 4px;
  2299. padding-bottom: 10px;
  2300. }
  2301. */
  2302. #profile-advanced-layout #tabs #new-message-link {
  2303. float: right;
  2304. margin-bottom: 9px;
  2305. margin-top: -9px;
  2306. }
  2307. #profile-advanced-details .top {
  2308. margin-bottom: 16px;
  2309. }
  2310. #profile-advanced-details .bottom {
  2311. margin-top: 16px;
  2312. }
  2313. #profile-advanced-right {
  2314. float: right;
  2315. margin-top: 24px;
  2316. width: 276px;
  2317. }
  2318. #profile-advanced-add {
  2319. margin-right: 4px;
  2320. padding: 8px 0;
  2321. text-align: right;
  2322. }
  2323. #profile-advanced-details .stats-field legend {
  2324. font-size: 1.6rem;
  2325. margin-bottom: 9px;
  2326. padding-bottom: 3px;
  2327. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  2328. width: 100%;
  2329. }
  2330. #profile-advanced-details .stats-field ul {
  2331. list-style-type: none;
  2332. padding: 0;
  2333. }
  2334. #profile-advanced-details .stats-field li {
  2335. margin: 0 0 2px;
  2336. }
  2337. #profile-advanced-details .stats-field label {
  2338. font-weight: 500;
  2339. margin-right: 9px;
  2340. }
  2341.  
  2342. /* Message-box-------------------------------------------------*/
  2343. #message-box {
  2344. margin: 0 180px 0 0;
  2345. }
  2346. #message-box textarea {
  2347. color: #444444;
  2348. font-family: 'Roboto', sans-serif;
  2349. width: 100% !important;
  2350. }
  2351. #textarea_content {
  2352. margin: 0;
  2353. overflow: hidden;
  2354. text-align: left !important;
  2355. width: 100% !important;
  2356. }
  2357. #message-box .sceditor-container {
  2358. border-color: rgba(0, 0, 0, 0.1) !important;
  2359. border-style: solid !important;
  2360. border-width: 1px !important;
  2361. box-shadow: none !important;
  2362. margin: 0;
  2363. width: auto !important;
  2364. }
  2365. .sceditor-container {
  2366. background-color: #ffffff !important;
  2367. border: none !important;
  2368. border-radius: 3px !important;
  2369. box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06) !important;
  2370. clear: both;
  2371. width: 100% !important;
  2372. }
  2373. .sceditor-container iframe,.sceditor-container textarea {
  2374. min-height: 200px;
  2375. background-color: transparent !important;
  2376. font-family: 'Roboto', sans-serif !important;
  2377. margin: 0 !important;
  2378. padding: 18px !important;
  2379. }
  2380. .sceditor-container textarea {
  2381. transition: none;
  2382. }
  2383. .sceditor-toolbar {
  2384. background-color: #f7f7f7 !important;
  2385. border-color: #f0f0f0 !important;
  2386. margin: 0 !important;
  2387. padding: 0 3px 3px !important;
  2388. text-align: center;
  2389. width: 100%;
  2390. }
  2391. .sceditor-group {
  2392. background-color: transparent !important;
  2393. border-color: rgba(0, 0, 0, 0.1) !important;
  2394. border-radius: 0 !important;
  2395. border-style: solid !important;
  2396. border-width: 0 0 0 1px !important;
  2397. margin: 3px 7px 0 -4px !important;
  2398. padding: 0 0 0 3px !important;
  2399. }
  2400. .sceditor-group:first-child {
  2401. border: none !important;
  2402. }
  2403. .sceditor-button {
  2404. height: auto !important;
  2405. padding: 6px !important;
  2406. width: auto !important;
  2407. }
  2408. .sceditor-button.active, .sceditor-button:active, .sceditor-button:hover {
  2409. box-shadow: 0 0 18px rgba(0, 0, 0, 0.15) inset !important;
  2410. background-color: transparent !important;
  2411. }
  2412. .sceditor-button.hover {
  2413. box-shadow: 0 0 36px rgba(0, 0, 0, 0.15) inset !important;
  2414. background-color: transparent !important;
  2415. }
  2416. #sceditor_smilies {
  2417. background-color: #f8f8f8;
  2418. }
  2419. #sce_smilies_body {
  2420. background-color: transparent;
  2421. background-image: none;
  2422. margin: 0 !important;
  2423. min-width: 1px !important;
  2424. }
  2425. #textarea_content textarea#text_editor_textarea {
  2426. width: 100% !important;
  2427. height: 250px;
  2428. }
  2429. #textarea_content iframe#text_editor_iframe {
  2430. width: 100%;
  2431. height: 100%;
  2432. }
  2433. form#quick_reply #textarea_content textarea#text_editor_textarea {
  2434. width: 100% !important;
  2435. height: 150px;
  2436. }
  2437. form#quick_reply #textarea_content iframe#text_editor_iframe {
  2438. width: 100%;
  2439. height: 100%;
  2440. }
  2441. #quick_reply #textarea_content {
  2442. box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  2443. }
  2444. .mentiontag {
  2445. background-color: #3793ff;
  2446. color: #FFF;
  2447. border-radius: 3px;
  2448. font-weight: 500;
  2449. padding: 1px 3px 2px;
  2450. }
  2451. .mentiontag:link, .mentiontag:visited {
  2452. color: #FFF;
  2453. }
  2454. .mentiontag:hover, .mentiontag:active {
  2455. background-color: #FF4F42;
  2456. color: #FFF;
  2457. }
  2458.  
  2459. /* Message-box OLD/NEW Editor-------------------------------------------------*/
  2460. .editor-message-box textarea {
  2461. color: #444444;
  2462. font-family: 'Roboto', sans-serif;
  2463. width: 80%;
  2464. font-size: 1.2em;
  2465. }
  2466. .editor-textarea_content {
  2467. margin-top: 2px;
  2468. }
  2469. .editor-textarea_content textarea#text_editor_textarea {
  2470. width: 100% !important;
  2471. height: 250px;
  2472. }
  2473. #quick_reply .editor-textarea_content textarea#text_editor_textarea {
  2474. width: 100% !important;
  2475. height: 150px;
  2476. }
  2477.  
  2478. /* Modules-------------------------------------------------*/
  2479. .module {
  2480. background-color: #ffffff;
  2481. color: #444444;
  2482. margin-bottom: 24px;
  2483. padding: 18px;
  2484. font-size: 1.3rem;
  2485. overflow: hidden;
  2486. border-radius: 3px;
  2487. box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  2488. }
  2489. .module .h3 {
  2490. border-radius: 3px 3px 0 0;
  2491. color: inherit;
  2492. font-size: 1.3rem;
  2493. text-transform: none;
  2494. font-weight: 400;
  2495. font-family: inherit;
  2496. margin: -18px -18px 18px;
  2497. padding: 12px 18px 12px;
  2498. background-color: #2C353B;
  2499. color: #FFF;
  2500. border-bottom: none;
  2501. }
  2502. .module-footer {
  2503. background-color: #f8f8f8;
  2504. border-color: #f0f0f0;
  2505. border-radius: 0 0 3px 3px;
  2506. border-style: solid;
  2507. border-width: 1px 0 0;
  2508. display: block;
  2509. margin: 18px -18px -18px;
  2510. padding: 9px 18px;
  2511. text-align: center;
  2512. }
  2513. .module ul, .module ol {
  2514. padding-left: 40px;
  2515. }
  2516. .module ul {
  2517. list-style-type: disc;
  2518. }
  2519. .module span.corners-top, .module span.corners-bottom {
  2520. margin: 0 -10px;
  2521. }
  2522. .module h3 {
  2523. margin: 0.5em 0;
  2524. color: #444444;
  2525. border-bottom: 1px solid #444444;
  2526. text-align: center;
  2527. }
  2528. * html .module h3 {
  2529. height: 1%;
  2530. }
  2531. * + html .module h3 {
  2532. min-height: 1px;
  2533. }
  2534. .module dl.details dt {
  2535.  
  2536. /*width: 10em;
  2537. */
  2538. text-align: left;
  2539. margin-left: 5px;
  2540. }
  2541. .module dl.details dd {
  2542. margin-left: 0px;
  2543. }
  2544.  
  2545. /* Mod login begin */
  2546. .mod-login-avatar {
  2547. text-align: center;
  2548. }
  2549. .mod-login-avatar img {
  2550. border-radius: 120px;
  2551. border: 3px solid #FFF;
  2552. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.3);
  2553. width: 120px;
  2554. height: 120px;
  2555. }
  2556. .mod-login-rank {
  2557. font-weight: 500;
  2558. text-align: center;
  2559. }
  2560. .mod-login {
  2561. margin-top: 18px;
  2562. text-align: center;
  2563. }
  2564. .mod-login dt {
  2565. font-weight: 500;
  2566. margin-right: 6px;
  2567. }
  2568. .mod-login dt,.mod-login dd {
  2569. display: inline;
  2570. }
  2571. .mod-login dd:after {
  2572. clear: both;
  2573. content: "";
  2574. display: block;
  2575. }
  2576.  
  2577. /* Mod login end */
  2578. .module table.mod-top-posters {
  2579. table-layout: fixed;
  2580. }
  2581. .module .fields1 dd {
  2582. margin-left: 0;
  2583. }
  2584. .module-table {
  2585. margin: -18px;
  2586. }
  2587. .module-table table {
  2588. border-collapse: collapse;
  2589. width: 100%;
  2590. }
  2591. .module-table td {
  2592. padding: 6px 18px;
  2593. }
  2594. .module-table i {
  2595. font-size: 2.4rem;
  2596. margin-right: 9px;
  2597. vertical-align: -4px;
  2598. }
  2599. .mod-top {
  2600. margin: -18px;
  2601. text-align: center;
  2602. }
  2603. .mod-top.small .mod-top-row .mod-top-bar {
  2604. background-color: rgba(0, 0, 0, 0.05);
  2605. height: 3px;
  2606. line-height: 3px;
  2607. }
  2608. .mod-top.small .mod-top-row:nth-child(n+4) .mod-top-bar {
  2609. height: 3px;
  2610. line-height: 3px;
  2611. margin: 0 auto;
  2612. width: 75%;
  2613. }
  2614. .mod-top.small .mod-top-row:nth-child(n+4) .mod-top-desc {
  2615. height: 3px;
  2616. }
  2617. .mod-top-row {
  2618. padding: 0 18px 3px;
  2619. }
  2620. .mod-top-row .mod-top-bar {
  2621. background-color: #666E74;
  2622. color: #FFF;
  2623. border-radius: 3px;
  2624. height: 24px;
  2625. line-height: 24px;
  2626. padding: 0 6px;
  2627. position: relative;
  2628. }
  2629. .mod-top-row .mod-top-pct {
  2630. background-color: #3793FF;
  2631. border-radius: 3px;
  2632. bottom: 0;
  2633. left: 0;
  2634. position: absolute;
  2635. top: 0;
  2636. }
  2637. .mod-top-row .mod-top-desc {
  2638. bottom: 0;
  2639. font-size: 1.1rem;
  2640. height: 24px;
  2641. left: 0;
  2642. position: absolute;
  2643. right: 0;
  2644. top: 0;
  2645. z-index: 1;
  2646. }
  2647. .mod-top-row:first-child {
  2648. padding: 9px 18px 3px;
  2649. }
  2650. .mod-top-row:last-child {
  2651. padding: 0 18px 18px;
  2652. }
  2653. .mod-top-row:nth-child(n+4) .mod-top-bar {
  2654. height: 18px;
  2655. line-height: 18px;
  2656. margin: 0 auto;
  2657. width: 75%;
  2658. }
  2659. .mod-top-row:nth-child(n+4) .mod-top-desc {
  2660. height: 18px;
  2661. }
  2662. .mod-top-row:nth-child(3) {
  2663. padding: 0 18px 18px;
  2664. }
  2665. .mod-top-row:nth-child(4) {
  2666. border-color: rgba(0, 0, 0, 0.1);
  2667. border-style: solid;
  2668. border-width: 1px 0 0;
  2669. padding: 9px 18px 3px;
  2670. }
  2671. .module-top-poster {
  2672. margin: -18px;
  2673. text-align: center;
  2674. }
  2675. .module-top-poster > div .row1:first-child,.module-top-poster > div .row2:first-child {
  2676. padding: 6px 18px 0;
  2677. margin: 0 0 -8px;
  2678. }
  2679. .module-top-poster > div .row1:last-child,.module-top-poster > div .row2:last-child {
  2680. padding: 0 18px 6px;
  2681. }
  2682. .module-top-poster > div:first-child .row1:first-child,.module-top-poster > div:first-child .row2:first-child {
  2683. padding: 18px 18px 0;
  2684. }
  2685. .module-top-poster > div:last-child .row1:last-child,.module-top-poster > div:last-child .row2:last-child {
  2686. padding: 0 18px 18px;
  2687. }
  2688. .mod-news {
  2689. background-color: #ffffff;
  2690. color: #444444;
  2691. border-radius: 3px;
  2692. box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  2693. font-size: 1.3rem;
  2694. margin-bottom: 24px;
  2695. overflow: hidden;
  2696. padding: 18px;
  2697. }
  2698. .mod-news .h3 {
  2699. color: inherit;
  2700. border: none;
  2701. float: left;
  2702. font-family: inherit;
  2703. font-size: 2.7rem;
  2704. font-weight: 300;
  2705. line-height: 0.7778;
  2706. text-transform: none;
  2707. margin: 10px 0 0;
  2708. padding: 0;
  2709. word-break: break-all;
  2710. }
  2711. .mod-news-header {
  2712. border-color: rgba(0, 0, 0, 0.1);
  2713. border-style: solid;
  2714. border-width: 0 0 1px;
  2715. margin-bottom: 18px;
  2716. overflow: hidden;
  2717. padding-bottom: 3px;
  2718. }
  2719. .mod-news-info {
  2720. float: right;
  2721. margin-top: 16px;
  2722. }
  2723. .mod-news-author {
  2724. margin-left: 9px;
  2725. }
  2726. .mod-news-footer {
  2727. background-color: #f8f8f8;
  2728. border-color: #f0f0f0;
  2729. border-radius: 0 0 3px 3px;
  2730. border-style: solid;
  2731. border-width: 1px 0 0;
  2732. display: block;
  2733. margin: 18px -18px -18px;
  2734. overflow: hidden;
  2735. padding: 9px 18px;
  2736. }
  2737. .mod-news-footer .rightside {
  2738. float: right;
  2739. }
  2740. .mod-news-footer .comments-num {
  2741. display: inline-block;
  2742. margin: 6px 0;
  2743. }
  2744. .mod-news-footer .comments-num i {
  2745. font-size: 2.1rem;
  2746. }
  2747. .mod-news-footer .read-more {
  2748. padding: 9px 12px 9px 18px;
  2749. }
  2750. .mod-news-footer .read-more i {
  2751. margin-right: 0;
  2752. }
  2753. .mod-news-footer .read-more span {
  2754. margin-left: 6px;
  2755. }
  2756. .mod-stats-users,.mod-stats-user,.mod-stats-posts,.mod-stats-topics {
  2757. display: block;
  2758. text-align: center;
  2759. }
  2760. .mod-stats-users strong,.mod-stats-user strong,.mod-stats-posts strong,.mod-stats-topics strong {
  2761. font-size: 1.8rem;
  2762. }
  2763. .mod-stats-user {
  2764. background-color: rgba(0, 0, 0, 0.05);
  2765. margin: 9px -18px;
  2766. padding: 9px 18px;
  2767. }
  2768. .mod-stats-user strong {
  2769. display: block;
  2770. }
  2771. .mod-poll-question {
  2772. border-color: #f0f0f0;
  2773. border-style: solid;
  2774. border-width: 0 0 1px;
  2775. font-weight: 500;
  2776. margin-bottom: 9px;
  2777. text-align: center;
  2778. }
  2779. .mod-poll-body-ballot {
  2780. margin: 0 -18px;
  2781. }
  2782. .mod-poll-ballot-opt {
  2783. padding: 6px 18px;
  2784. }
  2785. .mod-poll-ballot-opt:nth-child(even) {
  2786. background-color: #f8f8f8;
  2787. }
  2788. .mod-poll-ballot-opt label {
  2789. margin-right: 0;
  2790. }
  2791. .mod-poll-ballot-opt input {
  2792. float: right;
  2793. margin-left: 9px;
  2794. }
  2795. .mod-poll-opt {
  2796. background-color: #666E74;
  2797. color: #FFF;
  2798. border-radius: 3px;
  2799. font-size: 1.1rem;
  2800. line-height: 24px;
  2801. margin: 0;
  2802. max-height: 24px;
  2803. min-height: 24px;
  2804. overflow: hidden;
  2805. padding: 0;
  2806. position: relative;
  2807. }
  2808. .mod-poll-opt:hover {
  2809. max-height: 96px;
  2810. }
  2811. .mod-poll-opt:after {
  2812. clear: both;
  2813. content: "";
  2814. display: block;
  2815. }
  2816. .mod-poll-opt + .mod-poll-opt {
  2817. margin-top: 9px;
  2818. }
  2819. .mod-poll-answer {
  2820. float: left;
  2821. margin-left: 6px;
  2822. max-width: 60%;
  2823. position: relative;
  2824. word-break: break-all;
  2825. z-index: 1;
  2826. }
  2827. .mod-poll-result {
  2828. float: right;
  2829. margin-right: 6px;
  2830. position: relative;
  2831. z-index: 1;
  2832. }
  2833. .mod-poll-bar {
  2834. border-radius: 3px;
  2835. position: absolute;
  2836. left: 0;
  2837. top: 0;
  2838. bottom: 0;
  2839. background-color: #3793FF;
  2840. }
  2841.  
  2842. /* Overview-------------------------------------------------*/
  2843. .overview {
  2844. border-radius: 3px;
  2845. box-shadow: 0 0 9px rgba(0, 0, 0, 0.3), 0 0 1px 1px rgba(0, 0, 0, 0.2);
  2846. font-size: 1.3rem;
  2847. padding: 18px;
  2848. z-index: 10000 !important;
  2849. }
  2850. .title-overview {
  2851. margin: 0;
  2852. padding: 5px 10px;
  2853. text-align: center;
  2854. }
  2855. .center-overview {
  2856. padding: 5px 20px 0;
  2857. text-align: center;
  2858. }
  2859. .left-overview {
  2860. text-align: left;
  2861. padding: 5px 10px 0;
  2862. }
  2863.  
  2864. /* Calendar-------------------------------------------------*/
  2865. .module #calendar {
  2866. margin: -18px -18px 18px !important;
  2867. }
  2868. #calendar {
  2869. padding: 0;
  2870. }
  2871. #calendar thead {
  2872. background-color: #2C353B;
  2873. }
  2874. #calendar thead th {
  2875. line-height: 1;
  2876. padding: 18px;
  2877. }
  2878. #calendar tbody td {
  2879. border-color: rgba(0, 0, 0, 0.1);
  2880. border-width: 1px;
  2881. padding: 0;
  2882. }
  2883. #calendar tbody td:hover {
  2884. background-color: rgba(0, 0, 0, 0.05);
  2885. }
  2886. #calendar ul, #mini-calendar ul {
  2887. height: 120px;
  2888. list-style-type: none;
  2889. }
  2890. #mini-calendar ul {
  2891. background-color: #f8f8f8;
  2892. }
  2893. #mini-calendar ul:hover {
  2894. background-color: #f5faff;
  2895. }
  2896. #calendar ul li, #mini-calendar ul li {
  2897. padding: 3px 0px 0px 10px;
  2898. }
  2899. #calendar table.table1 tbody tr:hover, #calendar table.table1 tbody tr.hover, #mini-calendar table.table1 tbody tr:hover, #mini-calendar table.table1 tbody tr.hover {
  2900. background-color: transparent;
  2901. }
  2902. #calendar .no-border, #mini-calendar .no-border {
  2903. border: none;
  2904. }
  2905. #calendar .center, #mini-calendar .center {
  2906. text-align: center;
  2907. }
  2908. #calendar .hover-td:hover, #mini-calendar .hover-td:hover {
  2909. background-color: #f5faff;
  2910. }
  2911. #calendar-result {
  2912. width: 100%;
  2913. }
  2914. #mini-calendar {
  2915. background-color: #ffffff;
  2916. color: #444444;
  2917. border-radius: 3px;
  2918. padding: 18px 0;
  2919. width: 100%;
  2920. }
  2921. #mini-calendar table.table1 tbody th {
  2922. text-align: center;
  2923. }
  2924. #calendar-my {
  2925. background-color: rgba(0, 0, 0, 0.05);
  2926. border-radius: 3px;
  2927. margin: 18px 0;
  2928. padding: 18px;
  2929. }
  2930. #calendar-my select,#calendar-my input {
  2931. margin: 0 18px;
  2932. }
  2933. .calendar-day-date {
  2934. margin: 0 !important;
  2935. padding: 6px;
  2936. }
  2937. .add-event-day {
  2938. margin: 0 !important;
  2939. text-align: center;
  2940. }
  2941. .add-event-day i {
  2942. display: block;
  2943. margin: 0;
  2944. }
  2945.  
  2946. /* Signature-------------------------------------------------*/
  2947. .signature {
  2948. font-size: 1.1em;
  2949. border-top: 1px solid #CCCCCC;
  2950. line-height: 140%;
  2951. overflow: hidden;
  2952. margin-top: 1.5em;
  2953. color: #444444;
  2954. }
  2955.  
  2956. /* Gallery-------------------------------------------------*/
  2957. .gallery {
  2958. float: left;
  2959. margin-left: 1%;
  2960. padding-top: 10px;
  2961. min-height: 125px;
  2962. }
  2963. * html .gallery {
  2964. margin-left: 8px;
  2965. height: 125px;
  2966. }
  2967. .gallery:hover {
  2968. background-color: #f5faff;
  2969. }
  2970. .info-gallery {
  2971. margin: 0px !important;
  2972. padding: 5px;
  2973. text-align: center;
  2974. }
  2975. .effect {
  2976. vertical-align: middle;
  2977. margin-right: 15px;
  2978. }
  2979. .helpline {
  2980. width: 450px;
  2981. font-size: 10px;
  2982. border: none;
  2983. background-color: transparent;
  2984. }
  2985. .gallery-avatar {
  2986. height: 260px;
  2987. width: 190px;
  2988. text-align: center;
  2989. margin: 0px 0px 20px 30px;
  2990. }
  2991. .gallery-avatar img {
  2992. padding-top: 15px;
  2993. }
  2994. .gallery-avatar:hover {
  2995. background-color: #f5faff;
  2996. }
  2997.  
  2998. /* Buttons-------------------------------------------------*/
  2999. .buttons {
  3000. float: left;
  3001. }
  3002. .buttons div {
  3003. float: left;
  3004. margin: 0 5px 0 0;
  3005. background-position: 0 100%;
  3006. }
  3007. .buttons div a {
  3008. display: block;
  3009. width: 100%;
  3010. height: 100%;
  3011. background-position: 0 0;
  3012. }
  3013. .buttons div.post-icon {
  3014. width: auto;
  3015. height: auto;
  3016. }
  3017. .buttons div span {
  3018. display: none;
  3019. }
  3020. .buttons div a:hover {
  3021. background-image: none;
  3022. }
  3023. #cp-main .buttons {
  3024. margin-left: 0;
  3025. }
  3026.  
  3027. /* Topicreview-------------------------------------------------*/
  3028. #topicreview {
  3029. padding-right: 5px;
  3030. overflow: auto;
  3031. height: 300px;
  3032. }
  3033. #topicreview .postbody {
  3034. width: auto;
  3035. float: none;
  3036. margin: 0;
  3037. height: auto;
  3038. }
  3039. #topicreview .post {
  3040. height: auto;
  3041. }
  3042. #topicreview h2 {
  3043. border-bottom-width: 0;
  3044. }
  3045.  
  3046. /* Chatbox-------------------------------------------------*/
  3047. #chatbox_popup {
  3048. float: right;
  3049. }
  3050. #chatbox_bottom {
  3051. margin: -18px -18px 0;
  3052. transition: none;
  3053. }
  3054. #chatbox_resize {
  3055. border-radius: 0 0 3px 0;
  3056. bottom: 0;
  3057. cursor: ns-resize;
  3058. padding: 6px;
  3059. position: absolute;
  3060. right: 0;
  3061. }
  3062.  
  3063. /* Chatbox - iframe */
  3064. body.chatbox {
  3065. background-color: #ffffff;
  3066. background-image: none;
  3067. margin-top: 0 !important;
  3068. }
  3069. #chatbox_header {
  3070. background-color: #20b2aa;
  3071. border-radius: 3px 3px 0 0;
  3072. height: 49px;
  3073. line-height: 1;
  3074. padding: 18px;
  3075. }
  3076. .chatbox .forabg {
  3077. background-color: #20b2aa;
  3078. border: none;
  3079. box-shadow: none;
  3080. margin: 0;
  3081. padding: 0;
  3082. }
  3083. .chatbox-title {
  3084. color: #ffffff !important;
  3085. float: left;
  3086. font-size: 1.3rem;
  3087. font-weight: 500;
  3088. margin: 0;
  3089. padding: 0;
  3090. }
  3091. .chatbox-title .chat-title {
  3092. color: #ffffff !important;
  3093. }
  3094. .chatbox-options {
  3095. float: right;
  3096. font-size: 1.3rem;
  3097. list-style: none;
  3098. }
  3099. .chatbox-options li {
  3100. color: #ffffff;
  3101. display: inline-block;
  3102. }
  3103. .chatbox-options li a,.chatbox-options li label {
  3104. color: #ffffff;
  3105. }
  3106. #chatbox_members {
  3107. color: #444444;
  3108. border-color: rgba(0, 0, 0, 0.1);
  3109. border-style: solid;
  3110. border-width: 0 1px 0 0;
  3111. bottom: 40px;
  3112. float: left;
  3113. left: 0;
  3114. overflow: auto;
  3115. top: 49px;
  3116. position: absolute;
  3117. width: 180px;
  3118. }
  3119. #chatbox_members .member-title {
  3120. text-align: center;
  3121. padding: 0.5em 0.25em;
  3122. background-image: none;
  3123. font-size: 12px;
  3124. background-color: #f0f0f0;
  3125. color: #3e464c;
  3126. font-family: 'Roboto', sans-serif;
  3127. }
  3128. #chatbox_members ul {
  3129. list-style: none;
  3130. margin: 0 0 0 1em;
  3131. }
  3132. #chatbox_members ul li {
  3133. margin: 0.5em 0.5em 0.5em 0;
  3134. }
  3135. #chatbox {
  3136. bottom: 40px;
  3137. left: 0;
  3138. margin-left: 180px;
  3139. overflow: auto;
  3140. right: 0;
  3141. top: 49px;
  3142. position: absolute;
  3143. }
  3144. #chatbox > p {
  3145. font-size: 1.2rem;
  3146. margin-bottom: 0;
  3147. }
  3148. #chatbox > p:hover > .date-and-time {
  3149. opacity: 1;
  3150. }
  3151. #chatbox .msg {
  3152. line-height: 1.526 !important;
  3153. margin-top: 0 !important;
  3154. word-wrap: break-word;
  3155. }
  3156. #chatbox .date-and-time {
  3157. margin-top: 0 !important;
  3158. opacity: 0.6;
  3159. }
  3160. #chatbox .user-msg .cb-avatar {
  3161. background-color: transparent !important;
  3162. border: none !important;
  3163. box-shadow: none !important;
  3164. float: left;
  3165. height: auto !important;
  3166. margin-right: 0 !important;
  3167. padding: 0 18px 0 0 !important;
  3168. width: auto !important;
  3169. }
  3170. #chatbox .user-msg .cb-avatar img {
  3171. background-color: #FFF;
  3172. border-color: #FFF;
  3173. border-radius: 38px;
  3174. border-style: solid;
  3175. border-width: 2px;
  3176. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.3);
  3177. display: block;
  3178. height: 38px !important;
  3179. width: 38px !important;
  3180. }
  3181. .chatbox_row_1,.chatbox_row_2,.chatbox_row_3 {
  3182. overflow: hidden;
  3183. padding: 6px 18px;
  3184. }
  3185. .chatbox_row_1 {
  3186. background-color: #ffffff;
  3187. }
  3188. .chatbox_row_2 {
  3189. background-color: #f8f8f8;
  3190. }
  3191. .chatbox_row_3 {
  3192. background-color: #f0f0f0;
  3193. }
  3194. .memberlist_row_1 {
  3195. background-color: #ffffff;
  3196. }
  3197. #chatbox_footer {
  3198. background-color: #f8f8f8;
  3199. border-color: #f0f0f0;
  3200. border-radius: 0 0 3px 3px;
  3201. border-style: solid;
  3202. border-width: 1px 0 0;
  3203. bottom: 0;
  3204. display: block;
  3205. height: auto !important;
  3206. left: 0;
  3207. overflow: hidden;
  3208. padding: 6px 45px 6px 18px;
  3209. position: absolute;
  3210. right: 0;
  3211. }
  3212. #chatbox_footer label {
  3213. color: #ffffff;
  3214. }
  3215. #chatbox_footer #message {
  3216. height: auto;
  3217. margin: 0;
  3218. width: 300px;
  3219. }
  3220. #chatbox_footer #submit {
  3221. font-size: 1.8rem;
  3222. height: 27px;
  3223. line-height: 27px;
  3224. padding: 0 9px;
  3225. }
  3226. .fontbutton,#help-button {
  3227. background-color: rgba(0, 0, 0, 0.1) !important;
  3228. color: #444444 !important;
  3229. border: none !important;
  3230. box-shadow: none !important;
  3231. cursor: pointer;
  3232. float: left;
  3233. font-size: 1.3rem !important;
  3234. height: 27px !important;
  3235. line-height: 21px !important;
  3236. margin-right: 6px;
  3237. padding: 3px 9px;
  3238. vertical-align: middle;
  3239. width: auto !important;
  3240. }
  3241. .fontbutton_normal {
  3242. background: #E1E1E2;
  3243. }
  3244. .fontbutton_selected {
  3245. background: #BBC7CE;
  3246. border: 1px solid #22229C;
  3247. }
  3248. .fontbutton_clicked {
  3249. background: #959595;
  3250. border: 1px solid #22229C;
  3251. }
  3252. .fontbutton_hover {
  3253. background: #E1E1E2;
  3254. border: 1px solid #22229C;
  3255. }
  3256. #chatbox_contextmenu {
  3257. border: 2px solid black;
  3258. background-color: #f0f0f0;
  3259. }
  3260. #chatbox_contextmenu p {
  3261. margin: 0;
  3262. padding: 1px 4px;
  3263. font-family: verdana, arial, sans-serif;
  3264. background: #ffffff;
  3265. border-bottom: 1px solid #777;
  3266. }
  3267. #chatbox_contextmenu p.hover {
  3268. background: #f8f8f8;
  3269. }
  3270. #chatbox_contextmenu p.close {
  3271. background: #ddd;
  3272. padding: 1px;
  3273. font-size: 95%;
  3274. color: #fff;
  3275. background: url("");
  3276. }
  3277. #chatbox_contextmenu p.close img {
  3278. vertical-align: middle;
  3279. padding-left: 20px;
  3280. }
  3281. #chatbox_contextmenu a {
  3282. color: #3e464c;
  3283. text-decoration: none;
  3284. font-size: 95%;
  3285. }
  3286. #chatbox_contextmenu a:hover {
  3287. color: ;
  3288. }
  3289. #chatbox .user {
  3290. font-weight: 500;
  3291. }
  3292.  
  3293. /* Stats------------------------------------------------------------------------------------------*/
  3294. table.forumline {
  3295. font-size: 1.3rem;
  3296. background-color: #20b2aa;
  3297. background-image: url("https://illiweb.com/fa/empty.gif");
  3298. padding: 0;
  3299. background-repeat: repeat-x;
  3300. background-position: 0 0;
  3301. border-collapse: collapse;
  3302. box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  3303. }
  3304. table.forumline td.catHead {
  3305. text-align: left;
  3306. color: #ffffff;
  3307. font-family: 'Roboto', sans-serif, 'Roboto', sans-serif;
  3308. text-transform: uppercase;
  3309. font-size: 0.85em;
  3310. font-weight: 500;
  3311. padding-bottom: 5px;
  3312. }
  3313. table.forumline tr:hover td.catHead {
  3314. background-color: transparent;
  3315. }
  3316. table.forumline th.thCornerL, table th.thTop, table th.thCornerR {
  3317. background-color: #f0f0f0;
  3318. height: 25px;
  3319. }
  3320. table.forumline td {
  3321. height: 20px;
  3322. }
  3323. table.forumline tr:hover td {
  3324. background-color: #f5faff;
  3325. }
  3326. table span.gen {
  3327. margin-left: 5px;
  3328. }
  3329. table.forumline.statistical td, table.forumline.bars td, table.forumline.values td {
  3330. padding: 18px;
  3331. }
  3332. table.forumline td.stat-bar {
  3333. padding: 9px;
  3334. }
  3335. form[name="go_page"] {
  3336. color: #FFF;
  3337. border-radius: 3px;
  3338. box-shadow: 0 0 9px rgba(0, 0, 0, 0.3), 0 0 1px 1px rgba(0, 0, 0, 0.2);
  3339. overflow: hidden;
  3340. }
  3341. form[name="go_page"] .thHead {
  3342. padding: 9px 18px;
  3343. }
  3344. form[name="go_page"] .row1 {
  3345. height: auto;
  3346. padding: 9px 18px;
  3347. }
  3348.  
  3349. /* Various-------------------------------------------------*/
  3350. .row1 {
  3351. background-color: #ffffff;
  3352. }
  3353. .row2 {
  3354. background-color: #f8f8f8;
  3355. }
  3356. .row3 {
  3357. background-color: #f0f0f0;
  3358. }
  3359. .error {
  3360. background-color: #F44336;
  3361. color: #FFF;
  3362. border-radius: 3px;
  3363. box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  3364. margin-bottom: 24px;
  3365. padding: 18px;
  3366. position: relative;
  3367. }
  3368. .error div[class^="ion-"]:first-child {
  3369. font-size: 2.7rem;
  3370. left: 18px;
  3371. margin-top: -13px;
  3372. position: absolute;
  3373. top: 50%;
  3374. }
  3375. .error font {
  3376. color: #FFF;
  3377. }
  3378. .error span {
  3379. color: #FFF !important;
  3380. }
  3381. .img-whois {
  3382. float: left;
  3383. margin-right: 5px;
  3384. }
  3385. .topic-actions {
  3386. font-size: 1.3rem;
  3387. margin: 18px 0 9px;
  3388. }
  3389. .topic-actions.bottom {
  3390. margin: 9px 0 18px;
  3391. }
  3392. .topic-actions.bottom .topic-actions-buttons {
  3393. margin: -9px 0;
  3394. }
  3395. .topic-actions.bottom .topic-actions-buttons > a,.topic-actions.bottom .topic-actions-buttons > span {
  3396. vertical-align: middle;
  3397. }
  3398. .topic-actions:after {
  3399. clear: both;
  3400. content: "";
  3401. display: block;
  3402. }
  3403. .topic-actions-buttons {
  3404. float: right;
  3405. position: relative;
  3406. }
  3407. .topic-actions-buttons > a,.topic-actions-buttons > span {
  3408. display: inline-block;
  3409. margin: 5px 0 5px 18px;
  3410. vertical-align: bottom;
  3411. }
  3412. .topic-actions-buttons #plus_menu {
  3413. left: auto !important;
  3414. right: 0 !important;
  3415. }
  3416. .pm-actions {
  3417. float: right;
  3418. margin: 0 0 18px;
  3419. }
  3420. .pm-actions.bottom {
  3421. float: none;
  3422. }
  3423. .pm-actions-buttons .button-round {
  3424. float: right;
  3425. margin-top: -13px;
  3426. }
  3427. .quick-nav-topics {
  3428. display: block;
  3429. margin: 9px 0;
  3430. overflow: hidden;
  3431. }
  3432. .quick-nav-topics.bottom {
  3433. margin: -15px 0 9px;
  3434. }
  3435. .quick-nav-topics a {
  3436. background-color: rgba(0, 0, 0, 0.05);
  3437. border-radius: 3px;
  3438. display: block;
  3439. float: left;
  3440. padding: 9px 18px;
  3441. }
  3442. .quick-nav-topics a:first-child {
  3443. float: left;
  3444. }
  3445. .quick-nav-topics a:last-child {
  3446. float: right;
  3447. }
  3448. .quick-nav-topics a[href=""] {
  3449. display: none;
  3450. }
  3451. .quick-nav-topics a img {
  3452. display: inline-block;
  3453. height: 9px;
  3454. }
  3455. .quick-nav-topics + [name="bottomtitle"] {
  3456. margin: 24px 0 0;
  3457. display: block;
  3458. }
  3459. .column1 {
  3460. float: left;
  3461. clear: left;
  3462. width: 46%;
  3463. margin-left: 3%;
  3464. border-right: 1px solid #f0f0f0;
  3465. }
  3466. .column2 {
  3467. float: right;
  3468. clear: right;
  3469. width: 46%;
  3470. margin-left: 3%;
  3471. }
  3472. * html .column1, * html .column2 {
  3473. width: 45%;
  3474. }
  3475. .left-box {
  3476. float: left;
  3477. width: auto;
  3478. text-align: left;
  3479. }
  3480. .right-box {
  3481. float: right;
  3482. width: auto;
  3483. text-align: right;
  3484. }
  3485. .center {
  3486. margin-left: auto;
  3487. margin-right: auto;
  3488. text-align: center;
  3489. }
  3490. .clear {
  3491. display: block;
  3492. clear: both;
  3493. font-size: 1px;
  3494. line-height: 1px;
  3495. background: transparent;
  3496. }
  3497. .online {
  3498. position: relative;
  3499. }
  3500. .online:before {
  3501. background-color: #93F037;
  3502. border-radius: 10px;
  3503. content: "";
  3504. display: block;
  3505. height: 10px;
  3506. position: absolute;
  3507. right: 9px;
  3508. top: 9px;
  3509. width: 10px;
  3510. }
  3511. .autowidth {
  3512. width: auto !important;
  3513. }
  3514. .italic {
  3515. font-style: italic;
  3516. }
  3517. .pathname-box {
  3518. margin-top: 3px;
  3519. margin-left: 15px;
  3520. float: left;
  3521. }
  3522. .pathname-box p {
  3523. margin-bottom: 0px;
  3524. }
  3525. .select {
  3526. background-color: #FFFFFF;
  3527. border: 1px solid #BCBCBC;
  3528. position: absolute;
  3529. z-index: 100;
  3530. top: 0;
  3531. left: 0;
  3532. overflow: hidden;
  3533. width: 0px;
  3534. }
  3535. * html .select {
  3536. margin-top: -9px;
  3537. }
  3538. * html #sel_smilies {
  3539. height: 200px;
  3540. overflow: auto;
  3541. }
  3542. .select p {
  3543. padding: 4px 6px;
  3544. font-size: 0.9em;
  3545. margin: 0px;
  3546. }
  3547. .select button {
  3548. padding: 4px;
  3549. font-size: 0.9em;
  3550. margin: 0px;
  3551. background-color: #FFF;
  3552. border: none;
  3553. text-align: left;
  3554. }
  3555. .select button.button2 {
  3556. border: 1px solid #BCBCBC;
  3557. padding: 0px;
  3558. }
  3559. * + html .select button.button2 {
  3560. padding-right: 3px;
  3561. padding-left: 3px;
  3562. }
  3563. * html .select button.button2 {
  3564. padding-right: 3px;
  3565. padding-left: 3px;
  3566. }
  3567. .select button.button2:hover {
  3568. border: 1px solid #d31141;
  3569. color: #d31141;
  3570. background-position: 0 100%;
  3571. }
  3572. .select button:hover, .selectHover {
  3573. cursor: pointer;
  3574. background-color: #EEE;
  3575. }
  3576. button.bbcode {
  3577. border: 1px solid #e3adad;
  3578. background-image: url("https://illiweb.com/fa/wysiwyg/bg_button.png");
  3579. }
  3580. #format-buttons {
  3581. margin: 15px 0 5px 0;
  3582. }
  3583. #format-buttons input, #format-buttons select, button.button2 {
  3584. vertical-align: middle;
  3585. }
  3586. #picture_legend,#privmsgs-menu {
  3587. background-color: #ffffff;
  3588. color: #444444;
  3589. border-radius: 3px;
  3590. box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  3591. font-size: 1.3rem;
  3592. margin-bottom: 24px;
  3593. overflow: hidden;
  3594. padding: 0 9px 18px;
  3595. text-align: center;
  3596. }
  3597. #picture_legend li,#picture_legend li,#privmsgs-menu li,#privmsgs-menu li {
  3598. display: inline-block;
  3599. margin: 18px 9px 0;
  3600. position: relative;
  3601. }
  3602. #picture_legend img,#privmsgs-menu img {
  3603. height: 33px;
  3604. margin-right: 9px;
  3605. vertical-align: middle;
  3606. width: 33px;
  3607. }
  3608. #picture_legend .spacer,#privmsgs-menu .spacer {
  3609. clear: both;
  3610. display: block;
  3611. margin: 0;
  3612. width: 100%;
  3613. }
  3614. #privmsgs-menu {
  3615. float: left;
  3616. padding: 0 9px;
  3617. }
  3618. #privmsgs-menu .active {
  3619. background-color: rgba(0, 0, 0, 0.05);
  3620. bottom: 0;
  3621. display: block;
  3622. left: 0;
  3623. pointer-events: none;
  3624. position: absolute;
  3625. right: 0;
  3626. top: 0;
  3627. z-index: 0;
  3628. }
  3629. #privmsgs-menu a {
  3630. display: block;
  3631. line-height: 18px;
  3632. margin-top: -33px;
  3633. padding-top: 33px;
  3634. position: relative;
  3635. word-wrap: break-word;
  3636. }
  3637. #privmsgs-menu a + .active {
  3638. display: none;
  3639. }
  3640. #privmsgs-menu i {
  3641. border-color: rgba(0, 0, 0, 0.1);
  3642. border-radius: 33px;
  3643. border-style: solid;
  3644. border-width: 1px;
  3645. display: block;
  3646. height: 33px;
  3647. line-height: 31px;
  3648. margin: 0 auto;
  3649. text-align: center;
  3650. width: 33px;
  3651. }
  3652. #privmsgs-menu i:before {
  3653. line-height: 31px;
  3654. }
  3655. #privmsgs-menu > li {
  3656. margin: 0;
  3657. min-height: 88px;
  3658. min-width: 88px;
  3659. padding: 18px 9px 0;
  3660. text-align: center;
  3661. vertical-align: middle;
  3662. }
  3663. input.checkbox {
  3664. width: auto !important;
  3665. background-color: transparent !important;
  3666. }
  3667. input:disabled{
  3668. background-color: #efefef;
  3669. border-bottom: 1px solid #BCBCBC;
  3670. }
  3671. .postlink {
  3672. color: #368AD2;
  3673. border-bottom-color: #368AD2;
  3674. }
  3675. .postlink:visited {
  3676. color: #5D8FBD;
  3677. border-bottom-color: #666666;
  3678. }
  3679. .postlink:active {
  3680. color: #368AD2;
  3681. }
  3682. .postlink:hover {
  3683. background-color: #D0E4F6;
  3684. color: #0D4473;
  3685. }
  3686. ul.topiclist li.row dt a.subforum,ul.topiclist li.row dd.dterm a.subforum {
  3687. background-image: none;
  3688. background-position: 0 50%;
  3689. background-repeat: no-repeat;
  3690. position: relative;
  3691. white-space: nowrap;
  3692. padding: 0 0 0 12px;
  3693. }
  3694. #cp-main .panel li.header dd, #cp-main .panel li.header dt {
  3695. color: #000000;
  3696. }
  3697. html > body dd label input {
  3698. vertical-align: text-bottom;
  3699. }
  3700. #cp-main .panel li.header dd, #cp-main .panel li.header dt {
  3701. color: #000000;
  3702. margin-bottom: 2px;
  3703. }
  3704. .mcp-main .postbody {
  3705. width: 100%;
  3706. }
  3707. .pmlist li.row1 {
  3708. border: solid 3px transparent;
  3709. border-width: 0 3px;
  3710. }
  3711. .pmlist li.row2 {
  3712. border: solid 3px transparent;
  3713. border-width: 0 3px;
  3714. }
  3715. dd.lastpost span.color-groups {
  3716. float: left;
  3717. padding-left: 0;
  3718. }
  3719. * html dd.lastpost span.color-groups {
  3720. cursor: pointer;
  3721. }
  3722. * + html dd.lastpost span.color-groups {
  3723. cursor: pointer;
  3724. }
  3725. .warning {
  3726. color: #f33;
  3727. }
  3728. .obligatory {
  3729. color: #f33;
  3730. }
  3731. .captcha div.captcha-img {
  3732. float: left;
  3733. margin: 0 1em 0 0;
  3734. }
  3735. .captcha .inputbox {
  3736. margin-top: 0.5em;
  3737. }
  3738. #main-content a.cgu-buttons {
  3739. padding: 3px 5px;
  3740. }
  3741.  
  3742. /* RPG tables */
  3743. .rpg-table {
  3744. border: 1px solid #ccc;
  3745. border-collapse: collapse;
  3746. }
  3747. .rpg-table td {
  3748. border: 1px solid #ccc;
  3749. padding: 0.25em;
  3750. }
  3751.  
  3752. /* Footer---------------------------------------------------*/
  3753. .statistics {
  3754. background-color: #1D262C;
  3755. color: #FFF;
  3756. font-size: 1.3rem;
  3757. overflow: hidden;
  3758. padding: 24px 0;
  3759. }
  3760. .statistics strong {
  3761. font-weight: 400;
  3762. }
  3763. .statistics-item {
  3764. float: left;
  3765. text-align: center;
  3766. width: 33.3333%;
  3767. }
  3768. .statistics-item > strong {
  3769. font-size: 2.4rem;
  3770. font-weight: 400;
  3771. line-height: 29px;
  3772. vertical-align: -3px;
  3773. }
  3774. .statistics-item a {
  3775. color: #3793FF;
  3776. }
  3777. .statistics-item a:link, .statistics-item a:visited {
  3778. color: #3793FF;
  3779. }
  3780. .statistics-item a:hover, .statistics-item a:active {
  3781. color: #D31141;
  3782. }
  3783. #page-footer {
  3784. background-color: #2C353B;
  3785. }
  3786. .footerbar-system,.footerbar-user {
  3787. color: #FFF;
  3788. clear: both;
  3789. display: block;
  3790. font-size: 1.3rem;
  3791. overflow: hidden;
  3792. }
  3793. .footerbar-system a,.footerbar-user a {
  3794. color: #FFF;
  3795. }
  3796. .footerbar-system li,.footerbar-user li {
  3797. float: left;
  3798. }
  3799. .footerbar-system .rightside,.footerbar-user .rightside {
  3800. float: right;
  3801. }
  3802. .footerbar-system {
  3803. padding: 24px 0 0;
  3804.  
  3805. /* Inline separators are there */
  3806. }
  3807. .footerbar-system li {
  3808. margin: 0 18px 0 0;
  3809. }
  3810. .footerbar-system .rightside {
  3811. margin: 0;
  3812. }
  3813. .footerbar-user {
  3814. padding: 18px 0 0;
  3815. }
  3816. .footerbar-user li {
  3817. margin: 0 18px 0 0;
  3818. }
  3819. .footerbar-user .rightside {
  3820. margin: 0 0 0 18px;
  3821. }
  3822. .copyright {
  3823. color: #FFF;
  3824. font-size: 1.3rem;
  3825. text-align: center;
  3826. }
  3827. .copyright a {
  3828. color: #FFF;
  3829. }
  3830. .copyright-body {
  3831. border-color: #1D262C;
  3832. border-style: solid;
  3833. border-width: 1px 0 0;
  3834. margin: 18px 0 0;
  3835. padding: 18px 0 0;
  3836. }
  3837.  
  3838. /* TGF Clearfix */
  3839. .clearfix:after {
  3840. content: ".";
  3841. display: block;
  3842. height: 0;
  3843. clear: both;
  3844. visibility: hidden;
  3845. }
  3846. * + html .clearfix {
  3847. min-height: 1px;
  3848. }
  3849. * html .clearfix {
  3850. position: relative;
  3851. height: 1%;
  3852. clear: both;
  3853. }
  3854. * html div#logo-desc #logo {
  3855. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src= "https://i62.servimg.com/u/f62/17/68/08/03/logo_t10.png" );
  3856. height: 45px;
  3857. width: 274px;
  3858. cursor: hand;
  3859. }
  3860.  
  3861. /* Login Popup---------------------------------------------------*/
  3862. #login_popup {
  3863. background-color: #f0f0f0;
  3864. border-color: #20b2aa;
  3865. border-radius: 3px;
  3866. border-style: solid;
  3867. border-width: 1px;
  3868. box-shadow: 0 0 36px rgba(0, 0, 0, 0.3), 0 0 3px 1px rgba(0, 0, 0, 0.2);
  3869. display: none;
  3870. font-size: 1.3rem;
  3871. padding: 18px;
  3872. position: absolute;
  3873. transition: none;
  3874. z-index: 10000;
  3875. }
  3876. #login_popup .h3 {
  3877. margin: 0 0 9px;
  3878. padding: 0 0 9px;
  3879. }
  3880. #login_popup_message {
  3881. display: block;
  3882. height: auto;
  3883. max-height: 250px;
  3884. width: 350px;
  3885. overflow: auto;
  3886. }
  3887. #login_popup_buttons {
  3888. text-align: center;
  3889. }
  3890. #login_popup_buttons input {
  3891. margin-left: 6px;
  3892. }
  3893. ul.profile_field_list {
  3894. padding: 0;
  3895. }
  3896. html ul.profile_field_list li {
  3897. list-style-type: none;
  3898. }
  3899. ul.profile_field_list > li {
  3900. list-style-type: none;
  3901. }
  3902. .inputURL {
  3903. font-size: 10px;
  3904. font-family: "Courier New", "Times New roman";
  3905. letter-spacing: -1px;
  3906. }
  3907. .middleline {
  3908. line-height: 2em;
  3909. }
  3910. .invisible {
  3911. display: none;
  3912. visibility: hidden;
  3913. }
  3914. .visible {
  3915. display: block;
  3916. visibility: visible;
  3917. }
  3918. #ptrafic_close,#ptrafic_open {
  3919. margin: 24px 0;
  3920. padding: 18px;
  3921. }
  3922. .pay-methods {
  3923. display: flex;
  3924. flex-wrap: wrap;
  3925. text-align: center;
  3926. width: 100%;
  3927. }
  3928. .pay-method {
  3929. flex-grow: 1;
  3930. padding: 0 36px 36px;
  3931. }
  3932.  
  3933. /* ajax profil----------------------------------------------*/
  3934. .ajax-profil_hover {
  3935. background: transparent;
  3936. }
  3937. .ajax-profil_parent {
  3938. position: relative;
  3939. zoom: 1;
  3940. }
  3941. .ajax-profil_edit {
  3942. cursor: pointer;
  3943. position: absolute;
  3944. top: 0;
  3945. left: -4px;
  3946. }
  3947. .ajax-profil_edit img {
  3948. margin-left: 4px;
  3949. }
  3950. .ajax-profil_valid {
  3951. cursor: pointer;
  3952. margin-left: 4px;
  3953. vertical-align: middle;
  3954. }
  3955. .column1 dl.details dd, .column2 dl.details dd {
  3956. padding-left: 16px;
  3957. }
  3958. #profile-tab-field-profil dl {
  3959. padding: 8px 10 8px 0;
  3960. width: 98%;
  3961. margin: 10px 0 0;
  3962. }
  3963. #profile-tab-field-profil dl dt {
  3964. float: left;
  3965. display: block;
  3966. width: 10em;
  3967. }
  3968. #profile-tab-field-profil dl dd {
  3969. margin-left: 10em;
  3970. padding-left: 12px;
  3971. }
  3972. #profile-tab-field-profil div.separator {
  3973. clear: both;
  3974. font-size: 1px;
  3975. line-height: 1px;
  3976. border-bottom: 1px solid #dcdcdc;
  3977. padding-top: 10px;
  3978. }
  3979. #profile-tab-field-profil .ajax-profil_edit {
  3980. left: -4px;
  3981. }
  3982.  
  3983. /* jqModal----------------------------------------------*/
  3984. .jqmWindow {
  3985. display: none;
  3986. position: fixed;
  3987. left: 50%;
  3988. width: 450px;
  3989. margin-left: -225px;
  3990. top: 50%;
  3991. margin-top: -125px;
  3992. background-color: #e9ebed;
  3993. border: 1px solid #20b2aa;
  3994. }
  3995. .jqmOverlay {
  3996. background-color: #000;
  3997. }
  3998. #search_form h1 {
  3999. margin: 0.1em 0 0.3em;
  4000. }
  4001. #jqmHide {
  4002. margin: 0.4em 0;
  4003. }
  4004. .jqDrag {
  4005. cursor: move;
  4006. }
  4007.  
  4008. /* First Post----------------------------------------------*/
  4009. #first-post-br {
  4010. width: 80%;
  4011. border: 0;
  4012. border-top: solid 1px #20b2aa;
  4013. margin: 20px auto;
  4014. }
  4015.  
  4016. /* Blog----------------------------------------------*/
  4017. .bloglist .row {
  4018. overflow: hidden;
  4019. padding: 18px;
  4020. }
  4021. .bloglist .blog_cal-border {
  4022. margin: 0 18px 0 0;
  4023. }
  4024. .blog_cal-border {
  4025. border-radius: 3px;
  4026. border-style: solid;
  4027. border-width: 15px 2px 2px;
  4028. display: block;
  4029. float: left;
  4030. font-size: 1.3rem;
  4031. height: 48px;
  4032. line-height: 15px;
  4033. margin: 0 18px 0 0;
  4034. padding: 3px 6px 2px;
  4035. position: relative;
  4036. text-align: center;
  4037. width: 48px;
  4038. }
  4039. .blog_cal-border span {
  4040. display: block;
  4041. left: 0;
  4042. position: absolute;
  4043. right: 0;
  4044. }
  4045. .blog_cal-day {
  4046. font-size: 1.8rem;
  4047. font-weight: 700;
  4048. top: 14px;
  4049. }
  4050. .blog_cal-month {
  4051. line-height: 12px;
  4052. top: 2px;
  4053. }
  4054. .blog_cal-year {
  4055. color: #ffffff;
  4056. margin-top: -16px;
  4057. top: 3px;
  4058. }
  4059. .bloglist-head {
  4060. overflow: hidden;
  4061. }
  4062. .blog_title {
  4063. float: left;
  4064. font-size: 1.3rem;
  4065. }
  4066. .blog_title h2 {
  4067. display: inline;
  4068. }
  4069. .blog_title .topictitle {
  4070. font-size: 1.3rem;
  4071. }
  4072. .blog_message {
  4073. font-size: 1.3rem;
  4074. }
  4075. .blog .codebox dt {
  4076. width: 92%;
  4077. }
  4078. .blog_comments {
  4079. float: right;
  4080. text-align: right;
  4081. }
  4082. #blog_comments .postbody {
  4083. margin: 0;
  4084. width: 100%;
  4085. }
  4086. #blog_comments > .row1,#blog_comments > .row2 {
  4087. border-radius: 3px;
  4088. margin: -15px 0 9px;
  4089. opacity: 0.6;
  4090. padding: 9px 18px;
  4091. }
  4092. #blog_comments > .row1:hover,#blog_comments > .row2:hover {
  4093. opacity: 1;
  4094. }
  4095. #blog_comments .postbody .content ul {
  4096. list-style-type: disc;
  4097. }
  4098. .blog_comments-num {
  4099. margin: 0 9px;
  4100. }
  4101. .blog_comment-avatar {
  4102. float: left;
  4103. }
  4104. .blog_comment-avatar img {
  4105. background-color: #fff;
  4106. border: 1px solid #20b2aa;
  4107. vertical-align: middle;
  4108. width: 38px;
  4109. margin: 5px 5px 0 0;
  4110. }
  4111. .blog_comment-title {
  4112. float: left;
  4113. font-size: 1.6rem;
  4114. font-weight: 400;
  4115. }
  4116. #blog_comments .profile-icons {
  4117. float: right;
  4118. list-style: none;
  4119. padding: 0;
  4120. width: auto;
  4121. }
  4122. .comment {
  4123. margin-bottom: 24px;
  4124. }
  4125. .comment-avatar {
  4126. float: left;
  4127. position: relative;
  4128. width: 60px;
  4129. }
  4130. .comment-avatar img {
  4131. border-radius: 60px;
  4132. display: block;
  4133. height: 60px;
  4134. padding: 2px;
  4135. position: relative;
  4136. width: 60px;
  4137. z-index: 1;
  4138. }
  4139. .comment-avatar:after {
  4140. background: rgba(0, 0, 0, 0.1);
  4141. border-color: #FFF;
  4142. border-radius: 60px;
  4143. border-style: solid;
  4144. border-width: 2px;
  4145. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.3);
  4146. content: "\f47e";
  4147. display: block;
  4148. font-size: 2.4rem;
  4149. height: 60px;
  4150. left: 0;
  4151. line-height: 56px;
  4152. position: absolute;
  4153. text-align: center;
  4154. top: 0;
  4155. width: 60px;
  4156. font-family: "Ionicons";
  4157. speak: none;
  4158. font-style: normal;
  4159. font-weight: normal;
  4160. font-variant: normal;
  4161. text-transform: none;
  4162. text-rendering: auto;
  4163. -webkit-font-smoothing: antialiased;
  4164. -moz-osx-font-smoothing: grayscale;
  4165. }
  4166. .comment-body {
  4167. background-color: #ffffff;
  4168. color: #444444;
  4169. border-radius: 0 3px 3px 3px;
  4170. box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  4171. float: none;
  4172. font-size: 1.3rem;
  4173. margin-left: 84px;
  4174. padding: 18px;
  4175. position: relative;
  4176. }
  4177. .comment-body .h3 {
  4178. background-color: #f8f8f8;
  4179. border-color: #f0f0f0;
  4180. border-style: solid;
  4181. border-width: 0 0 1px;
  4182. border-radius: 0 3px 0 0;
  4183. color: inherit;
  4184. display: block;
  4185. font-size: 1.3rem;
  4186. overflow: hidden;
  4187. text-transform: none;
  4188. font-weight: 400;
  4189. font-family: inherit;
  4190. margin: -18px -18px 18px;
  4191. padding: 12px 18px 12px;
  4192. }
  4193. .comment-body:before {
  4194. border-color: #f8f8f8 #f8f8f8 transparent transparent;
  4195. border-width: 6px 12px 6px 12px;
  4196. border-style: solid;
  4197. content: "";
  4198. display: block;
  4199. filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.06));
  4200. left: -24px;
  4201. position: absolute;
  4202. top: 0;
  4203. }
  4204. .comment-body:hover .comment-info {
  4205. opacity: 1;
  4206. }
  4207. .comment-info {
  4208. clear: both;
  4209. opacity: 0.6;
  4210. }
  4211. .comment-author {
  4212. margin-left: 9px;
  4213. }
  4214.  
  4215. /* Social bookmarking----------------------------------------------*/
  4216. #bookmarks {
  4217. float: right;
  4218. }
  4219. #bookmarks a img {
  4220. width: 20px;
  4221. height: 20px;
  4222. background: url("https://illiweb.com/fa/social_bookmarking/social_bookmarking.png") no-repeat scroll;
  4223. vertical-align: middle;
  4224. }
  4225. #bookmarks a img.twitter {
  4226. width: 16px;
  4227. height: 16px;
  4228. margin: 2px;
  4229. background: url("https://illiweb.com/fa/social_bookmarking/twitter.png") no-repeat scroll;
  4230. }
  4231. #bookmarks img.delicious {
  4232. background-position: -10px -10px;
  4233. }
  4234. #bookmarks img.digg {
  4235. background-position: -10px -50px;
  4236. }
  4237. #bookmarks img.excite {
  4238. background-position: -9px -90px;
  4239. }
  4240. #bookmarks img.facebook {
  4241. background-position: -9px -128px;
  4242. }
  4243. #bookmarks img.furl {
  4244. background-position: -10px -166px;
  4245. }
  4246. #bookmarks img.google {
  4247. background-position: -10px -206px;
  4248. }
  4249. #bookmarks img.live {
  4250. background-position: -9px -246px;
  4251. }
  4252. #bookmarks img.netscape {
  4253. background-position: -9px -284px;
  4254. }
  4255. #bookmarks img.newsvine {
  4256. background-position: -9px -322px;
  4257. }
  4258. #bookmarks img.reddit {
  4259. background-position: -10px -360px;
  4260. }
  4261. #bookmarks img.slashdot {
  4262. background-position: -10px -400px;
  4263. }
  4264. #bookmarks img.smarking {
  4265. background-position: -9px -440px;
  4266. }
  4267. #bookmarks img.stumbleupon {
  4268. background-position: -10px -478px;
  4269. }
  4270. #bookmarks img.technorati {
  4271. background-position: -10px -518px;
  4272. }
  4273. #bookmarks img.yahoo {
  4274. background-position: -10px -558px;
  4275. }
  4276.  
  4277. /* wysiwyg */
  4278. .mceContentBody {
  4279. background: #f8f8f8;
  4280. color: #444444;
  4281. }
  4282.  
  4283. /* resize image */
  4284. .resize_process .resizebox {
  4285. display: none;
  4286. }
  4287. .resize_process img.resize_img {
  4288. display: none;
  4289. }
  4290. .resizebox a.enlarge {
  4291. display: inline-block;
  4292. zoom: 1;
  4293. display: inline;
  4294. }
  4295. .resizebox.enlarged a.enlarge, .resizebox a.fullsize, .resizebox a.resize {
  4296. display: none;
  4297. }
  4298. .resizebox.showfull a.fullsize, .resizebox.enlarged a.resize {
  4299. display: inline-block;
  4300. zoom: 1;
  4301. display: inline;
  4302. }
  4303. .resizebox {
  4304. background-color: #ffffff;
  4305. max-width: 100%;
  4306. line-height: 1.1em;
  4307. cursor: default;
  4308. font-size: 10 px;
  4309. font-weight: normal;
  4310. font-style: normal;
  4311. margin: 0;
  4312. text-align: left;
  4313. display: inline-block;
  4314. }
  4315. .resizebox div {
  4316. font-weight: normal;
  4317. font-style: normal;
  4318. margin: 0;
  4319. }
  4320. .resizebox .resize_border {
  4321. border: 1px solid #f8f8f8;
  4322. display: block;
  4323. }
  4324. .resizebox .resize_content {
  4325. padding: 5px 10px;
  4326. display: inline-block;
  4327. zoom: 1;
  4328. display: inline;
  4329. }
  4330. .resizebox .resize_filler {
  4331. border: none;
  4332. padding: 0;
  4333. width: 40px;
  4334. display: inline-block;
  4335. zoom: 1;
  4336. *isplay: inline;
  4337. }
  4338. .attachbox {
  4339. background-color: #FFFEF0;
  4340. border: 1px dashed #D8D7C9;
  4341. clear: left;
  4342. float: left;
  4343. margin: 18px 18px 18px 0;
  4344. padding: 9px 18px;
  4345. width: auto;
  4346. color: #444444;
  4347. border-radius: 3px;
  4348. }
  4349. .attachbox > dt {
  4350. background-color: #F3F2E4;
  4351. border-radius: 3px 3px 0 0;
  4352. font-size: 1.3rem;
  4353. font-weight: 500;
  4354. margin: -9px -18px 12px;
  4355. padding: 9px 18px;
  4356. }
  4357. .attachbox .attachments {
  4358. clear: left;
  4359. font-size: 1.2rem;
  4360. padding: 0;
  4361. display: inline-block;
  4362. }
  4363. .attachbox dl.file {
  4364. display: block;
  4365. }
  4366. .attachbox dl.file + dl.file {
  4367. border-top: 1px solid #D8D7C9;
  4368. margin-top: 6px;
  4369. padding-top: 6px;
  4370. }
  4371. dl.file dt {
  4372. font-weight: 500;
  4373. padding: 0;
  4374. text-transform: none;
  4375. display: inline-block;
  4376. vertical-align: middle;
  4377. text-align: center;
  4378. }
  4379. dl.file dd {
  4380. display: inline-block;
  4381. vertical-align: top;
  4382. margin: 0 0 0 10px;
  4383. }
  4384. dl.file dd span {
  4385. display: block;
  4386. }
  4387. .attachbox dl.file a {
  4388. display: inline-block;
  4389. vertical-align: middle;
  4390. }
  4391. .info {
  4392. font-size: 10px;
  4393. font-style: italic;
  4394. }
  4395. .block {
  4396. background-color: #f8f8f8;
  4397. color: #444444;
  4398. border-radius: 3px;
  4399. box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  4400. font-size: 1.3rem;
  4401. margin-bottom: 24px;
  4402. overflow: hidden;
  4403. padding: 18px;
  4404. }
  4405. .block .h3 {
  4406. font-size: 1.3rem;
  4407. font-weight: 400;
  4408. margin-top: -3px;
  4409. }
  4410. .block-footer {
  4411. background-color: #f0f0f0;
  4412. border-color: rgba(0, 0, 0, 0.05);
  4413. border-radius: 0 0 3px 3px;
  4414. border-style: solid;
  4415. border-width: 1px 0 0;
  4416. margin: 18px -18px -18px;
  4417. padding: 12px 18px;
  4418. }
  4419. #list_dice {
  4420. margin: 0 0 18px;
  4421. }
  4422.  
  4423. /* Spoiler */
  4424. .codebox {
  4425. display: block;
  4426. }
  4427. .spoiler_content {
  4428. display: none;
  4429. }
  4430. .spoiler_content.hidden {
  4431. display: block;
  4432. }
  4433.  
  4434. /* Styles Facebook */
  4435. .user_login_form {
  4436. margin-bottom: 18px;
  4437. }
  4438. .user_login_form .fl_username,.user_login_form .fl_password {
  4439. margin: 0 18px 18px;
  4440. text-align: center;
  4441. width: 25%;
  4442. }
  4443. .fb_or,.fb_or_widget {
  4444. background-color: rgba(0, 0, 0, 0.1);
  4445. border-color: rgba(0, 0, 0, 0.1);
  4446. color: #536482;
  4447. border-radius: 36px;
  4448. border-style: solid;
  4449. border-width: 1px;
  4450. display: inline-block;
  4451. font-weight: 500;
  4452. height: 36px;
  4453. line-height: 34px;
  4454. text-align: center;
  4455. vertical-align: middle;
  4456. width: 36px;
  4457. }
  4458. .fb_or {
  4459. margin: 0 18px;
  4460. }
  4461. .fb_or_widget {
  4462. margin: 0 18px 18px 18px;
  4463. }
  4464. .fb_iframe_widget {
  4465. vertical-align: middle;
  4466. }
  4467. .fb-like {
  4468. margin: 0 5px;
  4469. overflow: hidden;
  4470. }
  4471. #cont_pwd {
  4472. width: 150px;
  4473. height: 21px;
  4474. margin: 0 0 0 20px;
  4475. }
  4476. .pwd_img {
  4477. width: 150px;
  4478. height: 26px;
  4479. line-height: 26px;
  4480. font-size: 1.2rem;
  4481. font-weight: 400;
  4482. text-align: center;
  4483. display: none;
  4484. margin-top: 3px;
  4485. border-radius: 3px;
  4486. }
  4487. #pwd_good {
  4488. background-color: #4CAF50;
  4489. color: #FFF;
  4490. }
  4491. #pwd_middle {
  4492. background-color: #FFCC00;
  4493. color: #000;
  4494. }
  4495. #pwd_bad {
  4496. background-color: #F04040;
  4497. color: #FFF;
  4498. }
  4499. #fb_explain {
  4500. padding: 5px 0 0 5px;
  4501. float: left;
  4502. }
  4503. .left {
  4504. float: left;
  4505. }
  4506. .fld_connexion {
  4507. width: 300px;
  4508. }
  4509. .fb_login {
  4510. height: 30px;
  4511. margin: 50px 0 0 0;
  4512. }
  4513. .fb_login .fb_or {
  4514. margin: 0 70px 0 60px;
  4515. }
  4516. .fb_login_widget {
  4517. margin: 18px 0 0;
  4518. text-align: center;
  4519. }
  4520. #cont_fb_invit iframe {
  4521. width: 760px !important;
  4522. }
  4523. ul.topiclist.bg_none {
  4524. background: none;
  4525. }
  4526.  
  4527. /* Tooltip */
  4528. .tooltipster-base {
  4529. border-radius: 3px !important;
  4530. box-shadow: 0 0 9px rgba(0, 0, 0, 0.3), 0 0 1px 1px rgba(0, 0, 0, 0.2) !important;
  4531. }
  4532. .tooltipster-content {
  4533. font-family: 'Roboto', sans-serif !important;
  4534. padding: 18px 18px 9px !important;
  4535. }
  4536. .tooltipster-arrow {
  4537. filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.3), 0 0 1px 1px rgba(0, 0, 0, 0.2));
  4538. top: 1px !important;
  4539. }
  4540.  
  4541. /* Tooltip - without default styling */
  4542. .tooltip-content {
  4543. clear: both;
  4544. }
  4545. .tooltip-content img {
  4546. border-color: #FFF;
  4547. border-radius: 90px;
  4548. border-style: solid;
  4549. border-width: 3px;
  4550. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.3);
  4551. float: left;
  4552. height: 90px;
  4553. margin: 0 18px 0 0;
  4554. width: 90px;
  4555. }
  4556. .tooltip-content:after {
  4557. clear: both;
  4558. content: "";
  4559. display: block;
  4560. }
  4561. .tooltip-title {
  4562. display: block;
  4563. font-size: 1.6rem;
  4564. font-weight: 400;
  4565. margin: 0;
  4566. }
  4567. .tooltip-title strong {
  4568. font-weight: 400;
  4569. }
  4570. .tooltip-subtitle {
  4571. display: block;
  4572. font-size: 1.3rem;
  4573. margin: 0 0 9px;
  4574. }
  4575. .tooltip-counts {
  4576. display: block;
  4577. font-size: 1.3rem;
  4578. }
  4579. .tooltip-actions {
  4580. background-color: rgba(0, 0, 0, 0.05);
  4581. border-color: rgba(0, 0, 0, 0.05);
  4582. border-radius: 0 0 3px 3px;
  4583. border-style: solid;
  4584. border-width: 1px 0 0;
  4585. clear: both;
  4586. margin: 18px -18px -18px;
  4587. padding: 0 18px 9px;
  4588. }
  4589. .tooltip-actions li {
  4590. float: left;
  4591. margin: 9px 9px 0 0;
  4592. }
  4593. .tooltip-actions:after {
  4594. clear: both;
  4595. content: "";
  4596. display: block;
  4597. }
  4598. .mod-login .inputbox {
  4599. width: 100%;
  4600. }
  4601. #comments_scroll_div {
  4602. margin: -18px;
  4603. padding: 0 18px;
  4604. position: relative;
  4605. }
  4606. #comments_scroll_div:after {
  4607. border-radius: 0 0 3px 3px;
  4608. bottom: 0;
  4609. box-shadow: 0 0 18px 9px #FFF inset;
  4610. content: "";
  4611. display: block;
  4612. left: 0;
  4613. pointer-events: none;
  4614. position: absolute;
  4615. right: 0;
  4616. top: 0;
  4617. }
  4618. .mod-recent-row + .mod-recent-row {
  4619. border-color: rgba(0, 0, 0, 0.1);
  4620. border-style: solid;
  4621. border-width: 1px 0 0;
  4622. margin-top: 6px;
  4623. padding-top: 3px;
  4624. }
  4625. .mod-recent-title {
  4626. font-size: 1.6rem;
  4627. }
  4628. .mod-recent-info {
  4629. clear: both;
  4630. display: block;
  4631. }
  4632. .mod-recent-author {
  4633. margin-left: 9px;
  4634. }
  4635. .module .rslides .rslide-item {
  4636. padding: 0 !important;
  4637. }
  4638. .module .rslides .rslide-title {
  4639. font-size: 1.8rem !important;
  4640. font-weight: 400 !important;
  4641. margin: 9px 0 !important;
  4642. }
  4643. .module .rslides li p {
  4644. margin: 0 0 3px;
  4645. }
  4646. .module a.rslides_nav {
  4647. border-radius: 30px;
  4648. padding: 9px !important;
  4649. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.3);
  4650. left: 0 !important;
  4651. right: auto !important;
  4652. }
  4653. .module a.rslides_nav + .next {
  4654. left: auto !important;
  4655. right: 0 !important;
  4656. }
  4657. #chatbox_contextmenu {
  4658. border-radius: 3px;
  4659. box-shadow: 0 0 9px rgba(0, 0, 0, 0.3), 0 0 1px 1px rgba(0, 0, 0, 0.2);
  4660. }
  4661. #chatbox_contextmenu p {
  4662. border-color: rgba(0, 0, 0, 0.1);
  4663. }
  4664. #chatbox_contextmenu p:last-child {
  4665. border-bottom: none;
  4666. }
  4667. .cb-menu-close {
  4668. left: auto !important;
  4669. right: 0 !important;
  4670. }
  4671.  
  4672. /**** Module social_bookmarking ****/
  4673. .mod_bookmarks a img {
  4674. width: 20px;
  4675. height: 20px;
  4676. background: url("https://illiweb.com/fa/social_bookmarking/social_bookmarking_fa.png") no-repeat scroll;
  4677. vertical-align: middle;
  4678. }
  4679. .mod_bookmarks img.digg {
  4680. background-position: -10px -47px;
  4681. }
  4682. .mod_bookmarks img.delicious {
  4683. background-position: -10px -8px;
  4684. }
  4685. .mod_bookmarks img.reddit {
  4686. background-position: -10px -359px;
  4687. }
  4688. .mod_bookmarks img.slashdot {
  4689. background-position: -10px -398px;
  4690. }
  4691. .mod_bookmarks img.stumbleupon {
  4692. background-position: -10px -476px;
  4693. }
  4694. .mod_bookmarks img.furl {
  4695. background-position: -10px -163px;
  4696. }
  4697. .mod_bookmarks img.yahoo {
  4698. background-position: -10px -554px;
  4699. }
  4700. .mod_bookmarks img.google {
  4701. background-position: -10px -204px;
  4702. }
  4703. .mod_bookmarks img.blinklist {
  4704. background-position: -10px -665px;
  4705. }
  4706. .mod_bookmarks img.blogmarks {
  4707. background-position: -10px -630px;
  4708. }
  4709. .mod_bookmarks img.technorati {
  4710. background-position: -10px -516px;
  4711. }
  4712.  
  4713. /**** Module rss_feeds ****/
  4714. .mod_rss_feeds a img {
  4715. width: 91px;
  4716. height: 17px;
  4717. background: url("https://illiweb.com/fa/rss_mod/sprite_rss_feeds.png") no-repeat scroll;
  4718. vertical-align: middle;
  4719. padding-bottom: 2px;
  4720. }
  4721. .mod_rss_feeds img.yahoo {
  4722. background-position: 0 0;
  4723. }
  4724. .mod_rss_feeds img.google-reader {
  4725. background-position: -100px 0;
  4726. }
  4727. .mod_rss_feeds img.msn {
  4728. background-position: -199px 0;
  4729. }
  4730. .mod_rss_feeds img.aol {
  4731. background-position: -299px 0;
  4732. }
  4733. .mod_rss_feeds img.newsgator {
  4734. background-position: -399px 0;
  4735. }
  4736. .mod_rss_feeds img.netvibes {
  4737. background-position: -498px 0;
  4738. }
  4739. .mod_rss_feeds img.bloglines {
  4740. background-position: -598px 0;
  4741. }
  4742.  
  4743. /**** Sprite CSS ****/
  4744. .sprite-arrow_prosilver_down {
  4745. background: url("https://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  4746. background-position: 0 0;
  4747. width: 6px;
  4748. height: 6px;
  4749. }
  4750. .sprite-arrow_prosilver_left {
  4751. background: url("https://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  4752. background-position: -56px 0;
  4753. width: 4px;
  4754. height: 6px;
  4755. }
  4756. .sprite-arrow_prosilver_right {
  4757. background: url("https://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  4758. background-position: -110px 0;
  4759. width: 4px;
  4760. height: 6px;
  4761. }
  4762. .sprite-arrow_prosilver_up {
  4763. background: url("https://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  4764. background-position: -164px 0;
  4765. width: 6px;
  4766. height: 6px;
  4767. }
  4768. .sprite-arrow_subsilver_down {
  4769. background: url("https://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  4770. background-position: -220px 0;
  4771. width: 9px;
  4772. height: 9px;
  4773. }
  4774. .sprite-arrow_subsilver_left {
  4775. background: url("https://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  4776. background-position: -279px 0;
  4777. width: 9px;
  4778. height: 9px;
  4779. }
  4780. .sprite-arrow_subsilver_right {
  4781. background: url("https://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  4782. background-position: -338px 0;
  4783. width: 9px;
  4784. height: 9px;
  4785. }
  4786. .sprite-arrow_subsilver_up {
  4787. background: url("https://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  4788. background-position: -397px 0;
  4789. width: 9px;
  4790. height: 9px;
  4791. }
  4792. .sprite-icon_minipost {
  4793. background: url("https://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  4794. background-position: -456px 0;
  4795. width: 12px;
  4796. height: 9px;
  4797. }
  4798. .sprite-icon_minipost_new {
  4799. background: url("https://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  4800. background-position: -518px 0;
  4801. width: 12px;
  4802. height: 9px;
  4803. }
  4804. .sprite-icon_minipost_participate {
  4805. background: url("https://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  4806. background-position: -580px 0;
  4807. width: 12px;
  4808. height: 9px;
  4809. }
  4810. .sprite-icon_miniposted {
  4811. background: url("https://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  4812. background-position: -642px 0;
  4813. width: 12px;
  4814. height: 9px;
  4815. }
  4816. .sprite-icon_pages {
  4817. background: url("https://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  4818. background-position: -704px 0;
  4819. width: 11px;
  4820. height: 12px;
  4821. }
  4822. .sprite-icon_post_target:before {
  4823. content: "\f12f";
  4824. margin-right: 6px;
  4825. display: inline-block;
  4826. font-family: "Ionicons";
  4827. speak: none;
  4828. font-style: normal;
  4829. font-weight: normal;
  4830. font-variant: normal;
  4831. text-transform: none;
  4832. text-rendering: auto;
  4833. line-height: 1;
  4834. -webkit-font-smoothing: antialiased;
  4835. -moz-osx-font-smoothing: grayscale;
  4836. }
  4837. .sprite-icon_post_target_unread {
  4838. background: url("https://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  4839. background-position: -826px 0;
  4840. width: 11px;
  4841. height: 9px;
  4842. }
  4843. .sprite-icon_reply {
  4844. background: url("https://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  4845. background-position: -887px 0;
  4846. width: 18px;
  4847. height: 9px;
  4848. }
  4849. .sprite-icon_reply_new {
  4850. background: url("https://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  4851. background-position: -955px 0;
  4852. width: 18px;
  4853. height: 9px;
  4854. }
  4855. .sprite-icon_tiny_topic {
  4856. background: url("https://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  4857. background-position: -1023px 0;
  4858. width: 10px;
  4859. height: 11px;
  4860. }
  4861. .sprite-icon_topic_latest {
  4862. background: url("https://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  4863. background-position: -1083px 0;
  4864. width: 11px;
  4865. height: 9px;
  4866. }
  4867. .sprite-icon_topic_newest {
  4868. background: url("https://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  4869. background-position: -1144px 0;
  4870. width: 11px;
  4871. height: 9px;
  4872. }
  4873. .sprite-subforum_read {
  4874. background: url("https://i37.servimg.com/u/f37/09/00/09/41/forum10.png") no-repeat bottom left;
  4875. background-size: 7px;
  4876. width: 11px;
  4877. height: 15px;
  4878. }
  4879. .sprite-subforum_unread {
  4880. background: url("https://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  4881. background-position: -1266px 0;
  4882. width: 11px;
  4883. height: 9px;
  4884. }
  4885. .sprite-tabs_less {
  4886. background: url("https://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  4887. background-position: -1327px 0;
  4888. width: 9px;
  4889. height: 9px;
  4890. }
  4891. .sprite-tabs_more {
  4892. background: url("https://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  4893. background-position: -1386px 0;
  4894. width: 9px;
  4895. height: 9px;
  4896. }
  4897. .sprite-icon_calendar {
  4898. background: url("https://illiweb.com/fa/sprite_prosilver_navbar.png") no-repeat top left;
  4899. background-position: 0 0;
  4900. width: 14px;
  4901. height: 13px;
  4902. }
  4903. .sprite-icon_faq {
  4904. background: url("https://illiweb.com/fa/sprite_prosilver_navbar.png") no-repeat top left;
  4905. background-position: 0 -63px;
  4906. width: 16px;
  4907. height: 14px;
  4908. }
  4909. .sprite-icon_gallery {
  4910. background: url("https://illiweb.com/fa/sprite_prosilver_navbar.png") no-repeat top left;
  4911. background-position: 0 -127px;
  4912. width: 14px;
  4913. height: 14px;
  4914. }
  4915. .sprite-icon_groups {
  4916. background: url("https://illiweb.com/fa/sprite_prosilver_navbar.png") no-repeat top left;
  4917. background-position: 0 -191px;
  4918. width: 16px;
  4919. height: 14px;
  4920. }
  4921. .sprite-icon_home {
  4922. background: url("https://illiweb.com/fa/sprite_prosilver_navbar.png") no-repeat top left;
  4923. background-position: 0 -255px;
  4924. width: 13px;
  4925. height: 12px;
  4926. }
  4927. .sprite-icon_logout {
  4928. background: url("https://illiweb.com/fa/sprite_prosilver_navbar.png") no-repeat top left;
  4929. background-position: 0 -317px;
  4930. width: 16px;
  4931. height: 14px;
  4932. }
  4933. .sprite-icon_members {
  4934. background: url("https://illiweb.com/fa/sprite_prosilver_navbar.png") no-repeat top left;
  4935. background-position: 0 -381px;
  4936. width: 16px;
  4937. height: 14px;
  4938. }
  4939. .sprite-icon_message {
  4940. background: url("https://illiweb.com/fa/sprite_prosilver_navbar.png") no-repeat top left;
  4941. background-position: 0 -445px;
  4942. width: 16px;
  4943. height: 14px;
  4944. }
  4945. .sprite-icon_portal {
  4946. background: url("https://illiweb.com/fa/sprite_prosilver_navbar.png") no-repeat top left;
  4947. background-position: 0 -509px;
  4948. width: 14px;
  4949. height: 14px;
  4950. }
  4951. .sprite-icon_register {
  4952. background: url("https://illiweb.com/fa/sprite_prosilver_navbar.png") no-repeat top left;
  4953. background-position: 0 -573px;
  4954. width: 16px;
  4955. height: 14px;
  4956. }
  4957. .sprite-icon_search {
  4958. background: url("https://illiweb.com/fa/sprite_prosilver_navbar.png") no-repeat top left;
  4959. background-position: 0 -637px;
  4960. width: 16px;
  4961. height: 14px;
  4962. }
  4963. .sprite-icon_textbox_search {
  4964. background: url("https://illiweb.com/fa/sprite_prosilver_navbar.png") no-repeat top left;
  4965. background-position: 0 -701px;
  4966. width: 16px;
  4967. height: 14px;
  4968. }
  4969. .sprite-icon_ucp {
  4970. background: url("https://illiweb.com/fa/sprite_prosilver_navbar.png") no-repeat top left;
  4971. background-position: 0 -765px;
  4972. width: 16px;
  4973. height: 14px;
  4974. }
  4975. .sprite-icon_mini_calendar {
  4976. background: url("https://illiweb.com/fa/sprite_subsilver_menu.png") no-repeat top left;
  4977. background-position: 0 0;
  4978. width: 12px;
  4979. height: 13px;
  4980. }
  4981. .sprite-icon_mini_faq {
  4982. background: url("https://illiweb.com/fa/sprite_subsilver_menu.png") no-repeat top left;
  4983. background-position: -62px 0;
  4984. width: 12px;
  4985. height: 13px;
  4986. }
  4987. .sprite-icon_mini_gallery {
  4988. background: url("https://illiweb.com/fa/sprite_subsilver_menu.png") no-repeat top left;
  4989. background-position: -124px 0;
  4990. width: 12px;
  4991. height: 13px;
  4992. }
  4993. .sprite-icon_mini_groups {
  4994. background: url("https://illiweb.com/fa/sprite_subsilver_menu.png") no-repeat top left;
  4995. background-position: -186px 0;
  4996. width: 12px;
  4997. height: 13px;
  4998. }
  4999. .sprite-icon_mini_index {
  5000. background: url("https://illiweb.com/fa/sprite_subsilver_menu.png") no-repeat top left;
  5001. background-position: -248px 0;
  5002. width: 13px;
  5003. height: 13px;
  5004. }
  5005. .sprite-icon_mini_login {
  5006. background: url("https://illiweb.com/fa/sprite_subsilver_menu.png") no-repeat top left;
  5007. background-position: -311px 0;
  5008. width: 12px;
  5009. height: 13px;
  5010. }
  5011. .sprite-icon_mini_members {
  5012. background: url("https://illiweb.com/fa/sprite_subsilver_menu.png") no-repeat top left;
  5013. background-position: -373px 0;
  5014. width: 12px;
  5015. height: 13px;
  5016. }
  5017. .sprite-icon_mini_message {
  5018. background: url("https://illiweb.com/fa/sprite_subsilver_menu.png") no-repeat top left;
  5019. background-position: -435px 0;
  5020. width: 12px;
  5021. height: 13px;
  5022. }
  5023. .sprite-icon_mini_portal {
  5024. background: url("https://illiweb.com/fa/sprite_subsilver_menu.png") no-repeat top left;
  5025. background-position: -497px 0;
  5026. width: 13px;
  5027. height: 13px;
  5028. }
  5029. .sprite-icon_mini_profile {
  5030. background: url("https://illiweb.com/fa/sprite_subsilver_menu.png") no-repeat top left;
  5031. background-position: -560px 0;
  5032. width: 12px;
  5033. height: 13px;
  5034. }
  5035. .sprite-icon_mini_register {
  5036. background: url("https://illiweb.com/fa/sprite_subsilver_menu.png") no-repeat top left;
  5037. background-position: -622px 0;
  5038. width: 12px;
  5039. height: 13px;
  5040. }
  5041. .sprite-icon_mini_search {
  5042. background: url("https://illiweb.com/fa/sprite_subsilver_menu.png") no-repeat top left;
  5043. background-position: -684px 0;
  5044. width: 12px;
  5045. height: 13px;
  5046. }
  5047. #search_menu {
  5048. text-align: left;
  5049. }
  5050. #search_menu a:link {
  5051. color: #3e464c;
  5052. }
  5053. #search_menu a:visited {
  5054. color: #3e464c;
  5055. }
  5056. #search_menu a:active {
  5057. color: #368ad2;
  5058. }
  5059. #search_menu a:hover {
  5060. color: #d31141;
  5061. }
  5062.  
  5063. /**** Addthis ****/
  5064. #at16lb {
  5065. display: none;
  5066. position: absolute;
  5067. top: 0%;
  5068. left: 0%;
  5069. width: 100%;
  5070. height: 100%;
  5071. z-index: 1001;
  5072. background-color: black;
  5073. opacity: 0.001;
  5074. }
  5075. #at20mc, #at_email, #at16pib, #at16pc, #at16pi, #at_share, #at_complete, #at_success, #at_error {
  5076. position: static !important;
  5077. }
  5078. #at20mc {
  5079. position: absolute;
  5080. left: 0px;
  5081. top: 0px;
  5082. }
  5083. #at20mc a {
  5084. color: #3366BB;
  5085. }
  5086. .at15a {
  5087. border: 0px;
  5088. height: 0px;
  5089. margin: 0px;
  5090. padding: 0px;
  5091. width: 100%;
  5092. width: 230px;
  5093. }
  5094. .atnt {
  5095. text-align: center !important;
  5096. padding: 6px 0px 0px 0px !important;
  5097. height: 24px !important;
  5098. }
  5099. .atnt a {
  5100. text-decoration: none;
  5101. color: #3366bb;
  5102. }
  5103. .atnt a:hover {
  5104. text-decoration: underline;
  5105. }
  5106. #at_msg, #at16p label, #at16nms, #at_share .at_item, #at16p, #at15s, #at16p form input, #at16p form textarea {
  5107. font-family: arial, helvetica, tahoma, verdana, sans-serif !important;
  5108. font-size: 12px !important;
  5109. outline-style: none;
  5110. outline-width: 0px;
  5111. line-height: 1em;
  5112. }
  5113. * html #at15s.mmborder {
  5114. position: absolute !important;
  5115. }
  5116. #at15s.mmborder {
  5117. border: 10px solid #7f7f7f !important;
  5118. position: fixed !important;
  5119. }
  5120. #at15s.mmborder {
  5121. width: 240px !important;
  5122. }
  5123. #at15s {
  5124. background-color: #fff !important;
  5125. background-image: none !important;
  5126. border: 1px solid #e5e5e5;
  5127. padding: 0 !important;
  5128. width: 160px !important;
  5129. -moz-border-radius: 4px;
  5130. -webkit-border-radius: 4px;
  5131. border-radius: 4px;
  5132. -moz-box-shadow: 0 0 10px #000;
  5133. -webkit-box-shadow: 0 0 10px #000;
  5134. top: 1px;
  5135. right: 8px;
  5136. color: #4c4c4c !important;
  5137. }
  5138. #at15s_head {
  5139. position: relative;
  5140. background: #f2f2f2;
  5141. padding: 4px;
  5142. cursor: default;
  5143. border-bottom: 1px solid #e5e5e5;
  5144. }
  5145. #at15s_brand, #at16_brand {
  5146. position: absolute;
  5147. }
  5148. #at15s_brand {
  5149. top: 4px;
  5150. right: 4px;
  5151. }
  5152. #at16_brand {
  5153. top: 5px;
  5154. right: 30px;
  5155. cursor: default;
  5156. }
  5157. #at_hover {
  5158. padding: 4px;
  5159. }
  5160. #at_hover .at_item, #at_share .at_item {
  5161. background: #fff !important;
  5162. float: left !important;
  5163. color: #4c4c4c !important;
  5164. }
  5165. #at16nms {
  5166. padding: 4px 5px;
  5167. }
  5168. #at_hover .at_item {
  5169. width: 102px !important;
  5170. padding: 2px 3px !important;
  5171. margin: 1px;
  5172. }
  5173. #at_hover .at_item.atiemode2 {
  5174. width: 104px !important;
  5175. }
  5176. #at_hover .at_item:hover, #at_hover .at_item.athov {
  5177. margin: 0px !important;
  5178. }
  5179. #at_hover .at_item:hover, #at_hover .at_item.athov, #at_share .at_item:hover, #at_share .at_item.athov {
  5180. background: #f2f2f2 !important;
  5181. border: 1px solid #e5e5e5;
  5182. color: #000 !important;
  5183. }
  5184. * html #at_hover .at_item {
  5185. border: 1px solid #fff;
  5186. }
  5187. * html #at_hover .at_item.athov {
  5188. border: 1px solid #e5e5e5 !important;
  5189. margin: 1px !important;
  5190. }
  5191. #at_email15 {
  5192. padding-top: 5px;
  5193. }
  5194. .at15e_row {
  5195. height: 28px;
  5196. }
  5197. .at15e_row label, .at15e_row span {
  5198. padding-left: 10px !important;
  5199. display: block !important;
  5200. width: 60px !important;
  5201. float: left !important;
  5202. }
  5203. .at15e_row input, .at15e_row textarea {
  5204. display: block !important;
  5205. width: 150px !important;
  5206. float: left !important;
  5207. background: #fff !important;
  5208. border: 1px solid #ccc !important;
  5209. color: #333 !important;
  5210. font-size: 11px !important;
  5211. font-weight: normal !important;
  5212. padding: 0pt !important;
  5213. }
  5214. #at_email label, #at_email input, #at_email textarea {
  5215. font-size: 11px !important;
  5216. }
  5217. .at15t {
  5218. display: block !important;
  5219. height: 16px !important;
  5220. line-height: 16px !important;
  5221. padding-left: 20px !important;
  5222. background: url("https://illiweb.com/fa/addthis/widget04.png") no-repeat left;
  5223. cursor: pointer;
  5224. }
  5225. .addthis_button {
  5226. cursor: pointer;
  5227. }
  5228. .addthis_toolbox.addthis_default_style span {
  5229. line-height: 16px;
  5230. }
  5231. .addthis_default_style .addthis_separator {
  5232. margin: 0px 5px;
  5233. display: inline;
  5234. }
  5235. div.atclear {
  5236. clear: both;
  5237. }
  5238. .addthis_default_style .addthis_separator, .addthis_default_style .at300b, .addthis_default_style .at300m, .addthis_default_style .at300bs {
  5239. float: left;
  5240. }
  5241. .at300b img {
  5242. border: 0;
  5243. }
  5244. .addthis_default_style .at300b, .addthis_default_style .at300m {
  5245. padding: 0px 2px;
  5246. }
  5247. .at300b, .at300m, .at300bs {
  5248. cursor: pointer;
  5249. }
  5250. .at300bs {
  5251. background: url("https://illiweb.com/fa/addthis/widget04.png") no-repeat left;
  5252. overflow: hidden;
  5253. display: block;
  5254. height: 16px;
  5255. width: 16px;
  5256. line-height: 16px !important;
  5257. }
  5258. .at300bs.at15t_expanded, .at300bs.at15t_compact {
  5259. background: url("https://illiweb.com/fa/addthis/logo1414.gif") no-repeat left;
  5260. margin-right: 4px;
  5261. }
  5262. .at15t_more {
  5263. background: url("https://illiweb.com/fa/addthis/logo1414.gif") no-repeat left !important;
  5264. }
  5265. .at15t_000 {
  5266. background-position: 0px -0px;
  5267. }
  5268. .at15t_aim {
  5269. background-position: 0px -16px !important;
  5270. }
  5271. .at15t_amazonwishlist {
  5272. background-position: 0px -32px !important;
  5273. }
  5274. .at15t_ask {
  5275. background-position: 0px -48px !important;
  5276. }
  5277. .at15t_backflip {
  5278. background-position: 0px -64px !important;
  5279. }
  5280. .at15t_ballhype {
  5281. background-position: 0px -80px !important;
  5282. }
  5283. .at15t_bebo {
  5284. background-position: 0px -96px !important;
  5285. }
  5286. .at15t_blogger {
  5287. background-position: 0px -112px !important;
  5288. }
  5289. .at15t_blogmarks {
  5290. background-position: 0px -128px !important;
  5291. }
  5292. .at15t_buzz {
  5293. background-position: 0px -144px !important;
  5294. }
  5295. .at15t_delicious {
  5296. background-position: 0px -160px !important;
  5297. }
  5298. .at15t_digg {
  5299. background-position: 0px -176px !important;
  5300. }
  5301. .at15t_diigo {
  5302. background-position: 0px -192px !important;
  5303. }
  5304. .at15t_email {
  5305. background-position: 0px -208px !important;
  5306. }
  5307. .at15t_facebook {
  5308. background-position: 0px -224px !important;
  5309. }
  5310. .at15t_fark {
  5311. background-position: 0px -240px !important;
  5312. }
  5313. .at15t_faves {
  5314. background-position: 0px -256px !important;
  5315. }
  5316. .at15t_favorites {
  5317. background-position: 0px -272px !important;
  5318. }
  5319. .at15t_friendfeed {
  5320. background-position: 0px -288px !important;
  5321. }
  5322. .at15t_friendster {
  5323. background-position: 0px -304px !important;
  5324. }
  5325. .at15t_google {
  5326. background-position: 0px -320px !important;
  5327. }
  5328. .at15t_hatena {
  5329. background-position: 0px -336px !important;
  5330. }
  5331. .at15t_hi5 {
  5332. background-position: 0px -352px !important;
  5333. }
  5334. .at15t_kaboodle {
  5335. background-position: 0px -368px !important;
  5336. }
  5337. .at15t_kirtsy {
  5338. background-position: 0px -384px !important;
  5339. }
  5340. .at15t_linkagogo {
  5341. background-position: 0px -400px !important;
  5342. }
  5343. .at15t_linkedin {
  5344. background-position: 0px -416px !important;
  5345. }
  5346. .at15t_live {
  5347. background-position: 0px -432px !important;
  5348. }
  5349. .at15t_meneame {
  5350. background-position: 0px -448px !important;
  5351. }
  5352. .at15t_misterwong {
  5353. background-position: 0px -464px !important;
  5354. }
  5355. .at15t_mixx {
  5356. background-position: 0px -480px !important;
  5357. }
  5358. .at15t_multiply {
  5359. background-position: 0px -496px !important;
  5360. }
  5361. .at15t_myaol {
  5362. background-position: 0px -512px !important;
  5363. }
  5364. .at15t_myspace {
  5365. background-position: 0px -528px !important;
  5366. }
  5367. .at15t_netvibes {
  5368. background-position: 0px -544px !important;
  5369. }
  5370. .at15t_netvouz {
  5371. background-position: 0px -560px !important;
  5372. }
  5373. .at15t_newsvine {
  5374. background-position: 0px -576px !important;
  5375. }
  5376. .at15t_nujij {
  5377. background-position: 0px -592px !important;
  5378. }
  5379. .at15t_orkut {
  5380. background-position: 0px -608px !important;
  5381. }
  5382. .at15t_plaxo {
  5383. background-position: 0px -624px !important;
  5384. }
  5385. .at15t_print {
  5386. background-position: 0px -640px !important;
  5387. }
  5388. .at15t_propeller {
  5389. background-position: 0px -656px !important;
  5390. }
  5391. .at15t_reddit {
  5392. background-position: 0px -672px !important;
  5393. }
  5394. .at15t_segnalo {
  5395. background-position: 0px -688px !important;
  5396. }
  5397. .at15t_simpy {
  5398. background-position: 0px -704px !important;
  5399. }
  5400. .at15t_slashdot {
  5401. background-position: 0px -720px !important;
  5402. }
  5403. .at15t_spurl {
  5404. background-position: 0px -736px !important;
  5405. }
  5406. .at15t_stumbleupon {
  5407. background-position: 0px -752px !important;
  5408. }
  5409. .at15t_stylehive {
  5410. background-position: 0px -768px !important;
  5411. }
  5412. .at15t_tailrank {
  5413. background-position: 0px -784px !important;
  5414. }
  5415. .at15t_technorati {
  5416. background-position: 0px -800px !important;
  5417. }
  5418. .at15t_thisnext {
  5419. background-position: 0px -816px !important;
  5420. }
  5421. .at15t_tipd {
  5422. background-position: 0px -832px !important;
  5423. }
  5424. .at15t_tumblr {
  5425. background-position: 0px -848px !important;
  5426. }
  5427. .at15t_twitter {
  5428. background-position: 0px -864px !important;
  5429. }
  5430. .at15t_typepad {
  5431. background-position: 0px -880px !important;
  5432. }
  5433. .at15t_wordpress {
  5434. background-position: 0px -896px !important;
  5435. }
  5436. .at15t_yahoobkm {
  5437. background-position: 0px -912px !important;
  5438. }
  5439. .at15t_yardbarker {
  5440. background-position: 0px -928px !important;
  5441. }
  5442. .at15t_netscape {
  5443. background-position: 0px -656px !important;
  5444. }
  5445. #at16clb {
  5446. font-size: 16pt;
  5447. font-family: "verdana 500", verdana, arial, sans-serif;
  5448. }
  5449. #at_share .at_item {
  5450. width: 123px !important;
  5451. padding: 4px;
  5452. margin-right: 2px;
  5453. border: 1px solid #ffffff;
  5454. }
  5455. #at16pm {
  5456. background: #fff;
  5457. width: 298px;
  5458. height: 360px;
  5459. text-align: left;
  5460. border-right: 1px solid #ccc;
  5461. position: static;
  5462. }
  5463. #at16pcc {
  5464. position: fixed;
  5465. top: 0px;
  5466. left: 0px;
  5467. width: 100%;
  5468. margin: 0 auto;
  5469. font-size: 10px !important;
  5470. color: #4c4c4c;
  5471. padding: 0px;
  5472. z-index: 10000001;
  5473. overflow: visible;
  5474. }
  5475. * html #at16pcc {
  5476. position: absolute;
  5477. }
  5478. #at16abifc {
  5479. overflow: hidden;
  5480. margin: 0;
  5481. top: 10px;
  5482. left: 10px;
  5483. height: 335px;
  5484. width: 492px;
  5485. position: absolute;
  5486. border: 0;
  5487. }
  5488. #at16abifc iframe {
  5489. border: 0;
  5490. position: absolute;
  5491. height: 360px;
  5492. width: 516px;
  5493. top: -10px;
  5494. left: -10px;
  5495. }
  5496. * html div#at16abifc.atiemode2 {
  5497. height: 354px;
  5498. width: 482px;
  5499. }
  5500. * html #at16abifc iframe {
  5501. height: 348px;
  5502. left: -10px;
  5503. top: -10px;
  5504. overflow: hidden;
  5505. }
  5506. #at16p {
  5507. background: url("https://illiweb.com/fa/addthis/atbkg.png");
  5508. }
  5509. #at16p, #atie6ifh {
  5510. position: absolute;
  5511. top: 50%;
  5512. left: 50%;
  5513. width: 300px;
  5514. padding: 10px;
  5515. margin: 0 auto;
  5516. margin-top: -185px;
  5517. margin-left: -155px;
  5518. font-family: arial,helvetica,tahoma,verdana,sans-serif;
  5519. font-size: 12px;
  5520. color: #5e5e5e;
  5521. z-index: 10000001;
  5522. }
  5523. #atie6ifh {
  5524. width: 322px;
  5525. padding: 0px;
  5526. height: 381px;
  5527. margin-left: -165px;
  5528. }
  5529. #at_share {
  5530. margin: 0;
  5531. padding: 0;
  5532. }
  5533. #at16ps {
  5534. overflow-y: scroll;
  5535. height: 284px;
  5536. padding: 5px;
  5537. }
  5538. a#at16pit {
  5539. position: absolute;
  5540. top: 37px;
  5541. right: 10px;
  5542. display: block;
  5543. background: url("https://illiweb.com/fa/addthis/tab00.gif") no-repeat;
  5544. width: 16px;
  5545. height: 20px;
  5546. line-height: 19px;
  5547. margin-right: -17px;
  5548. text-align: center;
  5549. overflow: hidden;
  5550. color: #3366bb;
  5551. }
  5552. #at16pi {
  5553. background: #e5e5e5;
  5554. text-align: left;
  5555. border: 1px solid #ccc;
  5556. border-bottom: 0;
  5557. }
  5558. #at16pi a {
  5559. text-decoration: none;
  5560. color: #3366bb;
  5561. }
  5562. #at16pi a:hover {
  5563. text-decoration: underline;
  5564. }
  5565. #at16pt {
  5566. position: relative;
  5567. background: #f2f2f2;
  5568. height: 13px;
  5569. padding: 5px 10px;
  5570. }
  5571. #at16pt h4, #at16pt a {
  5572. font-weight: 500;
  5573. }
  5574. #at16pt h4 {
  5575. display: inline;
  5576. margin: 0;
  5577. padding: 0;
  5578. font-size: 12px;
  5579. color: #4c4c4c;
  5580. cursor: default;
  5581. }
  5582. #at16pt a {
  5583. position: absolute;
  5584. top: 5px;
  5585. right: 10px;
  5586. color: #4c4c4c;
  5587. text-decoration: none;
  5588. }
  5589. #at16pc form {
  5590. margin: 0;
  5591. }
  5592. #at16pc form label {
  5593. display: block;
  5594. font-size: 11px;
  5595. font-weight: 500;
  5596. padding-bottom: 4px;
  5597. float: none;
  5598. text-align: left;
  5599. }
  5600. #at16pc form label span {
  5601. font-weight: normal;
  5602. color: #4c4c4c;
  5603. display: inline;
  5604. }
  5605. #at_email form .abif {
  5606. width: 272px !important;
  5607. }
  5608. #at_email textarea {
  5609. height: 55px !important;
  5610. word-wrap: break-word;
  5611. }
  5612. * html #at_email textarea {
  5613. height: 42px !important;
  5614. }
  5615. *:first-child + html #at_email textarea {
  5616. height: 42px !important;
  5617. }
  5618. #at_email form input, #at_email form textarea {
  5619. background: #fff;
  5620. border: 1px solid #bbb;
  5621. width: 272px;
  5622. margin: 0px;
  5623. margin-bottom: 8px;
  5624. font-weight: normal;
  5625. padding: 3px;
  5626. font-family: arial,helvetica,tahoma,verdana,sans-serif;
  5627. font-size: 11px;
  5628. line-height: 1.4em;
  5629. color: #333;
  5630. }
  5631. #at_email form .atfxmode2 {
  5632. width: 279px;
  5633. }
  5634. #at16pc form .at_ent {
  5635. color: #333 !important;
  5636. }
  5637. #at16pc form textarea {
  5638. height: 48px;
  5639. }
  5640. #at16pc form input:focus, #at16pc form textarea:focus {
  5641. background: #fffff0;
  5642. color: #333;
  5643. }
  5644. #at16p .atbtn {
  5645. background: #fff;
  5646. border: 1px solid #b5b5b5;
  5647. width: 60px;
  5648. padding: 2px 4px;
  5649. margin: 0 2px !important;
  5650. font-size: 11px !important;
  5651. font-weight: 500;
  5652. color: #333;
  5653. cursor: pointer;
  5654. }
  5655. #at16p .atbtn:hover {
  5656. border-color: #444;
  5657. color: #06c;
  5658. }
  5659. #at_email #ateml {
  5660. text-align: right;
  5661. font-size: 10px;
  5662. color: #999;
  5663. }
  5664. #at16pc {
  5665. height: 323px;
  5666. font-size: 11px;
  5667. text-align: left;
  5668. color: #4c4c4c;
  5669. }
  5670. #at_email {
  5671. padding: 5px 10px;
  5672. }
  5673. #at16pc .tmsg {
  5674. padding: 4px 2px;
  5675. text-align: right;
  5676. }
  5677. #at16psf {
  5678. position: relative;
  5679. background: #f2f2f2 url("https://illiweb.com/fa/addthis/atf02.png") no-repeat center center;
  5680. border-bottom: 1px solid #ccc;
  5681. height: 20px;
  5682. padding: 4px 10px;
  5683. text-align: center;
  5684. }
  5685. * html #at16psf input {
  5686. padding: 0;
  5687. }
  5688. #at16psf input {
  5689. background: #fff;
  5690. border: none;
  5691. width: 220px;
  5692. margin: 2px 0 0;
  5693. color: #666;
  5694. outline-style: none;
  5695. outline-width: 0px;
  5696. padding: 2px 0 0;
  5697. font-family: arial,helvetica,tahoma,verdana,sans-serif;
  5698. font-size: 12px;
  5699. }
  5700. #at16pcc .at_error {
  5701. background: #f26d7d;
  5702. border-bottom: 1px solid #df5666;
  5703. padding: 5px 10px;
  5704. color: #fff;
  5705. }
  5706. #at16pcc #at_success {
  5707. background: #d0fbda;
  5708. border-bottom: 1px solid #a8e7b7;
  5709. padding: 5px 10px;
  5710. color: #4c4c4c;
  5711. }
  5712. #at16pf {
  5713. position: relative;
  5714. background: #f2f2f2;
  5715. ht: 12px;
  5716. border-top: 1px solid #e5e5e5;
  5717. }
  5718. #at16pf a {
  5719. position: absolute;
  5720. outline: none;
  5721. padding: 0;
  5722. margin: 0;
  5723. overflow: hidden;
  5724. font-size: 10px;
  5725. color: #4c4c4c;
  5726. font-family: Arial, Helvetica, Sans-Serif;
  5727. text-decoration: none;
  5728. }
  5729. #at16pf a:hover {
  5730. text-decoration: underline;
  5731. }
  5732. #at16pf a#at-whatsthis {
  5733. width: 60px;
  5734. left: 10px;
  5735. }
  5736. #at16pf a#at-privacy {
  5737. width: 39px;
  5738. left: 90px;
  5739. }
  5740. #at_complete {
  5741. font-size: 13pt;
  5742. color: #47731d;
  5743. text-align: center;
  5744. padding-top: 130px;
  5745. height: 208px !important;
  5746. width: 472px;
  5747. }
  5748. #at_s_msg {
  5749. margin-bottom: 10px;
  5750. }
  5751. #at16pf a#at-logo {
  5752. background: url("https://illiweb.com/fa/addthis/logo88.gif") no-repeat left;
  5753. padding-left: 10px;
  5754. right: 10px;
  5755. }
  5756. .at_baa {
  5757. display: block;
  5758. overflow: hidden;
  5759. outline: none;
  5760. }
  5761. #at15s #at16pf a {
  5762. top: 1px;
  5763. }
  5764. #at16pc form #at_send {
  5765. width: 80px !important;
  5766. }
  5767. #at_feed {
  5768. display: none;
  5769. padding: 10px;
  5770. height: 300px;
  5771. }
  5772. #at_feed span {
  5773. margin-bottom: 10px;
  5774. font-size: 12px;
  5775. }
  5776. #at_feed div {
  5777. width: 102px !important;
  5778. height: 26px !important;
  5779. line-height: 26px !important;
  5780. float: left !important;
  5781. margin-right: 68px;
  5782. }
  5783. #at_feed div.at_litem {
  5784. margin-right: 0px;
  5785. }
  5786. #at_feed a {
  5787. margin: 10px 0px;
  5788. height: 17px;
  5789. line-height: 17px;
  5790. }
  5791. .fbtn {
  5792. background: url("https://illiweb.com/fa/addthis/feed00.png") no-repeat;
  5793. float: left;
  5794. width: 102px;
  5795. cursor: pointer;
  5796. text-indent: -9000px;
  5797. }
  5798. .fbtn.bloglines {
  5799. background-position: 0 0;
  5800. width: 94px;
  5801. height: 20px !important;
  5802. line-height: 20px !important;
  5803. margin-top: 8px !important;
  5804. }
  5805. .fbtn.yahoo {
  5806. background-position: 0 -20px;
  5807. }
  5808. .fbtn.newsgator, .fbtn.newsgator-on {
  5809. background-position: 0 -37px;
  5810. }
  5811. .fbtn.technorati {
  5812. background-position: 0 -71px;
  5813. }
  5814. .fbtn.netvibes {
  5815. background-position: 0 -88px;
  5816. }
  5817. .fbtn.pageflakes {
  5818. background-position: 0 -141px;
  5819. }
  5820. .fbtn.feedreader {
  5821. background-position: 0 -172px;
  5822. }
  5823. .fbtn.newsisfree {
  5824. background-position: 0 -207px;
  5825. }
  5826. .fbtn.google {
  5827. background-position: 0 -54px;
  5828. width: 104px;
  5829. }
  5830. .fbtn.winlive {
  5831. background-position: 0 -105px;
  5832. width: 100px;
  5833. height: 19px !important;
  5834. line-height: 19px;
  5835. margin-top: 9px !important;
  5836. }
  5837. .fbtn.mymsn {
  5838. background-position: 0 -158px;
  5839. width: 71px;
  5840. height: 14px !important;
  5841. line-height: 14px !important;
  5842. margin-top: 12px !important;
  5843. }
  5844. .fbtn.aol {
  5845. background-position: 0 -189px;
  5846. width: 92px;
  5847. height: 18px !important;
  5848. line-height: 18px !important;
  5849. }
  5850. #at16pp {
  5851. color: #4c4c4c;
  5852. position: absolute;
  5853. top: 12px;
  5854. right: 12px;
  5855. font-size: 11px;
  5856. }
  5857. #at16pp label {
  5858. font-size: 11px !important;
  5859. }
  5860. #at16ppc {
  5861. padding: 10px;
  5862. width: 179px;
  5863. }
  5864. #at16pph {
  5865. padding: 5px 0 10px 0;
  5866. }
  5867. #at16pph select {
  5868. margin: 5px 0 8px 0;
  5869. }
  5870. #at16pp .atinp {
  5871. width: 156px;
  5872. }
  5873. html > body #at16pp .atinp {
  5874. width: 176px;
  5875. }
  5876. #at16ppb {
  5877. background: #fff;
  5878. border: 1px solid #ccc;
  5879. height: 274px;
  5880. }
  5881. #at16ep {
  5882. height: 16px;
  5883. padding: 8px;
  5884. }
  5885. #at16ep a {
  5886. display: block;
  5887. height: 16px;
  5888. line-height: 16px;
  5889. padding-left: 22px;
  5890. margin-bottom: 8px;
  5891. font-size: 12px;
  5892. }
  5893. #at16ep a.at_gmail {
  5894. background: url("https://illiweb.com/fa/addthis/gmail.gif") no-repeat left;
  5895. }
  5896. #at16ep a.at_hotmail {
  5897. background: url("https://illiweb.com/fa/addthis/hotmail.gif") no-repeat left;
  5898. }
  5899. #at16ep a.at_yahoo {
  5900. background: url("https://illiweb.com/fa/addthis/yahoo.gif") no-repeat left;
  5901. }
  5902. #at16ppf p#atsb {
  5903. padding-top: 20px;
  5904. font-size: 10px;
  5905. }
  5906. #at16abr {
  5907. margin-top: 10px;
  5908. }
  5909. #at16abr input {
  5910. padding: 0;
  5911. margin: 0;
  5912. margin-right: 5px;
  5913. }
  5914. #at16ppso {
  5915. display: none;
  5916. text-align: right;
  5917. margin-top: 2px;
  5918. }
  5919. #at16ppa {
  5920. background: #fff;
  5921. border: 1px solid #ccc;
  5922. height: 228px;
  5923. width: 178px;
  5924. overflow: auto;
  5925. }
  5926. #at16ppa a {
  5927. display: block;
  5928. white-space: nowrap;
  5929. padding: 4px 8px;
  5930. font-size: 12px !important;
  5931. }
  5932. #at16eatdr {
  5933. position: absolute;
  5934. background: #fff;
  5935. border-top: 0px;
  5936. max-height: 110px;
  5937. overflow: auto;
  5938. z-index: 500;
  5939. top: 129px;
  5940. left: 21px;
  5941. width: 277px;
  5942. }
  5943. * html #at_email #at16eatdr {
  5944. top: 115px !important;
  5945. width: 272px !important;
  5946. }
  5947. *:first-child + html #at_email #at16eatdr {
  5948. top: 115px !important;
  5949. width: 272px !important;
  5950. }
  5951. html > body #at_email form #at16eatdr.abif {
  5952. top: 137px;
  5953. width: 278px !important;
  5954. }
  5955. #at16eatdr a {
  5956. display: block;
  5957. overflow: hidden;
  5958. border-bottom: 1px dotted #eee;
  5959. padding: 4px 8px;
  5960. }
  5961. #at16eatdr a:hover, #at16eatdr a.hover {
  5962. background: #e0eefa;
  5963. text-decoration: none;
  5964. color: #333;
  5965. }
  5966. #at_promo {
  5967. font-size: 12px;
  5968. display: none;
  5969. }
  5970. #at_promo button {
  5971. background: #ee6a44;
  5972. border-top: 1px solid #ffa389;
  5973. border-left: 1px solid #ffa389;
  5974. border-right: 1px solid #d4522c;
  5975. border-bottom: 1px solid #d4522c;
  5976. color: #fff;
  5977. }
  5978. #at_promo .at-promo-content {
  5979. margin-top: 12px;
  5980. }
  5981. #at_promo .at-promo-btn {
  5982. padding-top: 10px;
  5983. }
  5984. #at_promo .at-promo-top {
  5985. background: url("https://illiweb.com/fa/addthis/60x60_atn_logo.jpg") no-repeat 0 0;
  5986. padding: 10px 0 5px 70px;
  5987. }
  5988. #at_promo h4 {
  5989. font-size: 14px;
  5990. font-weight: 500;
  5991. margin: 0 0 4px;
  5992. }
  5993. #at_promo h4 sup {
  5994. font-size: 11px;
  5995. color: #ee6a44;
  5996. }
  5997. #at_promo span {
  5998. display: block;
  5999. }
  6000. #at_promo .at-promo-btm-ffx {
  6001. background: url("https://illiweb.com/fa/addthis/60x60_at_firefox_toolbar.jpg") no-repeat 0 0;
  6002. padding: 6px 0 0 70px;
  6003. }
  6004. #at_promo .at-promo-btm-ie {
  6005. background: url("https://illiweb.com/fa/addthis/60x60_at_ie_toolbar.png") no-repeat 0 0;
  6006. padding: 6px 0 0 70px;
  6007. }
  6008. #left .module-advert {
  6009. background-color: #ffffff;
  6010. color: #444444;
  6011. margin-bottom: 4px;
  6012. overflow: hidden;
  6013. padding: 0;
  6014. }
  6015. #left .module-advert span.corners-bottom, #left .module-advert span.corners-top {
  6016. margin: 0;
  6017. }
  6018. #main .module-advert {
  6019. background-color: #ffffff;
  6020. color: #444444;
  6021. margin-bottom: 4px;
  6022. overflow: hidden;
  6023. padding: 0 10px;
  6024. }
  6025. #main .module-advert span.corners-bottom, #main .module-advert span.corners-top {
  6026. margin: 0 -10px;
  6027. }
  6028. #forum_rules table {
  6029. width: 100%;
  6030. border-collapse: separate;
  6031. border-spacing: 5px 5px;
  6032. table-layout: fixed;
  6033. }
  6034. #forum_rules .logo {
  6035. vertical-align: top;
  6036. width: 100px;
  6037. overflow: hidden;
  6038. }
  6039. #forum_rules .logo img {
  6040. max-width: 100px;
  6041. }
  6042. div.navbar ul.linklist li.rightside strong a {
  6043. font-weight: normal;
  6044. }
  6045. .portal .column {
  6046. padding: 0 12px;
  6047. }
  6048. .portal .column:first-child {
  6049. float: left;
  6050. padding: 0 12px 0 0;
  6051. }
  6052. .portal .column:last-child {
  6053. float: right;
  6054. padding: 0 0 0 12px;
  6055. }
  6056. .portal .portal-mid {
  6057. display: block !important;
  6058. padding: 0 12px;
  6059. }
  6060. .portal .portal-mid > div {
  6061. float: left;
  6062. width: 100%;
  6063. }
  6064. @media (max-width: 1200px) {
  6065. .portal .column:last-child {
  6066. display: none;
  6067. }
  6068. .portal .portal-mid {
  6069. margin-right: 0 !important;
  6070. padding-right: 0;
  6071. }
  6072. }
  6073. @media (max-width: 900px) {
  6074. .portal .column:first-child {
  6075. display: none;
  6076. }
  6077. .portal .portal-mid {
  6078. margin-left: 0 !important;
  6079. padding-left: 0;
  6080. }
  6081. }
  6082. .hiddenMsgTitle {
  6083. font-size: 0.9em;
  6084. }
  6085. .hiddenMsgBody {
  6086. display: none;
  6087. padding-top: 2em;
  6088. }
  6089. #main-content .panel .inner ol, #main-content .panel .inner ul {
  6090. padding-left: 40px;
  6091. }
  6092. #main-content .panel .inner ul {
  6093. list-style-type: disc;
  6094. }
  6095. #main-content .inner .postbody .signature_div ol, #main-content .inner .postbody .signature_div ul {
  6096. padding-left: 40px;
  6097. }
  6098. #main-content .inner .signature_div ul {
  6099. list-style-type: disc;
  6100. }
  6101. .noList {
  6102. list-style-type: none !important;
  6103. padding: 0 !important;
  6104. }
  6105. .lastpost-avatar {
  6106. float: left;
  6107. padding: 11px 18px 11px 0;
  6108. position: relative;
  6109. }
  6110. .lastpost-avatar img {
  6111. border-radius: 38px;
  6112. display: block;
  6113. height: 38px;
  6114. padding: 2px;
  6115. position: relative;
  6116. width: 38px;
  6117. z-index: 1;
  6118. }
  6119. .lastpost-avatar:after {
  6120. background: rgba(0, 0, 0, 0.1);
  6121. border-color: #FFF;
  6122. border-radius: 38px;
  6123. border-style: solid;
  6124. border-width: 2px;
  6125. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.3);
  6126. content: "\f47e";
  6127. display: block;
  6128. font-size: 1.8rem;
  6129. height: 38px;
  6130. left: 0;
  6131. line-height: 34px;
  6132. position: absolute;
  6133. text-align: center;
  6134. top: 11px;
  6135. width: 38px;
  6136. font-family: "Ionicons";
  6137. speak: none;
  6138. font-style: normal;
  6139. font-weight: normal;
  6140. font-variant: normal;
  6141. text-transform: none;
  6142. text-rendering: auto;
  6143. -webkit-font-smoothing: antialiased;
  6144. -moz-osx-font-smoothing: grayscale;
  6145. }
  6146. .topics .row .lastpost {
  6147. padding: 9px 18px !important;
  6148. }
  6149. .topics .lastpost-avatar {
  6150. padding: 1px 18px 1px 0;
  6151. }
  6152. .topics .lastpost-avatar:after {
  6153. top: 1px;
  6154. }
  6155. .post-content {
  6156. font-weight: 500 !important;
  6157. }
  6158. h1.post-content {
  6159. font-size: 2em;
  6160. line-height: 2.4em;
  6161. }
  6162. h2.post-content {
  6163. font-size: 1.5em;
  6164. line-height: 1.8em;
  6165. }
  6166. h3.post-content {
  6167. font-size: 1.2em;
  6168. line-height: 1.3em;
  6169. }
  6170. h4.post-content {
  6171. font-size: 1em;
  6172. line-height: 1.3em;
  6173. }
  6174. h5.post-content {
  6175. font-size: 0.8em;
  6176. line-height: 0.7em;
  6177. }
  6178. h6.post-content {
  6179. font-size: 0.7em;
  6180. line-height: 0.6em;
  6181. }
  6182.  
  6183. /*PA*/
  6184. .ca-wrap {
  6185. background-color: #f8f8f8;
  6186. border-radius: 3px;
  6187. box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  6188. clear: both;
  6189. margin: 24px 0;
  6190. overflow: hidden;
  6191. width: 100%;
  6192. }
  6193. .ca-body {
  6194. background-color: #ffffff;
  6195. border-color: #f0f0f0;
  6196. border-radius: 3px;
  6197. border-style: solid;
  6198. border-width: 0 1px 0 0;
  6199. margin-right: 180px;
  6200. padding: 18px;
  6201. }
  6202. .ca-sidebar {
  6203. background-color: transparent;
  6204. float: right;
  6205. padding: 18px;
  6206. width: 180px;
  6207. }
  6208. .AD_Block {
  6209. margin-bottom: 24px;
  6210. }
  6211. .AD_BlockTitle {
  6212. margin-left: -18px;
  6213. padding-left: 18px;
  6214. }
  6215. .AD_BlockTitle p {
  6216. font-size: 1.6rem;
  6217. }
  6218. .AD_BlockTitle i {
  6219. font-size: 2.1rem;
  6220. }
  6221. .AD_SellerIdentity {
  6222. border-color: rgba(0, 0, 0, 0.1);
  6223. border-style: solid;
  6224. border-width: 0 0 1px;
  6225. margin-bottom: 18px;
  6226. padding-bottom: 9px;
  6227. }
  6228. .AD_ContentLeft {
  6229. margin-bottom: 18px;
  6230. width: 100%;
  6231. }
  6232. .AD_ContentRight {
  6233. width: 100%;
  6234. }
  6235. ul.AD_ListNoStyle,ul.AD_ListNoStyle > li {
  6236. margin: 0;
  6237. padding: 0 !important;
  6238. list-style-type: none;
  6239. }
  6240. .AD_ListInline {
  6241. display: block;
  6242. font-size: 1.3rem;
  6243. font-weight: 500;
  6244. margin: 0 !important;
  6245. padding: 0;
  6246. }
  6247. .AD_ListInline > li {
  6248. display: inline-block;
  6249. }
  6250. .AD_ListInline:after {
  6251. clear: both;
  6252. content: "";
  6253. display: block;
  6254. }
  6255. .AD_UploadPhoto {
  6256. width: 525px;
  6257. }
  6258. .AD_UploadPhoto ul {
  6259. margin: 0;
  6260. padding: 0 !important;
  6261. }
  6262. .AD_UploadPhoto ul li {
  6263. position: relative;
  6264. float: left;
  6265. margin: 0 10px 10px 0;
  6266. padding: 0;
  6267. list-style-type: none;
  6268. width: 150px;
  6269. height: 150px;
  6270. background: #eee;
  6271. border: 2px dashed #20b2aa;
  6272. }
  6273. .AD_UploadPhoto .AD_Photo {
  6274. display: block;
  6275. width: 100%;
  6276. height: 100%;
  6277. }
  6278. .AD_UploadPhoto .AD_Photo:hover {
  6279. cursor: pointer;
  6280. }
  6281. .AD_UploadPhoto .AD_Photo input[type="file"] {
  6282. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  6283. filter: alpha(opacity=0);
  6284. -moz-opacity: 0;
  6285. -khtml-opacity: 0;
  6286. opacity: 0;
  6287. }
  6288. .AD_UploadPhoto .AD_Photo span {
  6289. display: block;
  6290. width: 100%;
  6291. text-align: center;
  6292. color: #000;
  6293. }
  6294. .AD_UploadPhoto .AD_Photo span:before {
  6295. content: "";
  6296. display: block;
  6297. margin: 40px auto 5px;
  6298. width: 50px;
  6299. height: 50px;
  6300. background-image: url(data:image/png;
  6301. base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAABuvAAAbrwFeGpEcAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAANISURBVHja7JvPa9RAFMfH+gtZ1FqKtCJ6EkXrweLR01JKFf0XFrT4gT0rCAvqVg+iIPTgqSIeFipIqYKLwh6kIFREClLwXE+iWG2l7UHdsl5epIZsNslmZpJmDw+WTSZ530+SN2/mzahGo6GybKoDoAMg4wAAnVYGGm1aWaePSRevHUIaxGuFkBbx2iCkSbwWCGkTHzuENIqPFUJaxccGwevPY0AJeAesWBQXl62IlpJoawqgH5jeBIJb2bRo/Q9AH7CQAfGOLYjmfwBmMyTesVkHQD6D4h3LK2AywwAmFTCXYQBzCljKMIAlZfiGX4AXksCcl+5oD3ACOAs8ABZN+mQKwG/gOrAtQHa2A7gE/NgsAOaBUxHS1D55W1IN4KE80ai5+lbgaVoBzLcp3rFu4FPaAPwBBtsUfgC4ozsW6AIw1obwQaAigTOVQfArsD2i+JLpXEAHgGoE4VuA+y260ZoAKgBDYgX5rxb1jdEBoBwh0j9ucq3PQFECYZBgWZQ2VgFcCCF+J/DM4xp1iSO5CG9TTtrWbQHoD+HsTY/2y8BIDN3niFzLOIDeEJneqof4gRbt3PfzO3egFQQdAM4EBDDh8doHefJhADhvQt0kgMsBnDru4VTQ3CEsACXXNgZgPIBDVY9on9MIINesd9ABYBHY7ePMYY82xRDBLQoAJfcwlgrf8HHkokeS020AQI9XLNAFYBnY18SRiuvcWsjuLSoABcyYHA6/kkTH7cR713klgwDGTE+IVD3mBNxj+0ILge3axmuP2pgSqwL7Nzix5jo+ZBDAsK1J0VXgNrAX+JVFAI59l9miRH0CtgsjNoPgzySUxmx2g2+TUBy1mQhdTUp53FYqfCgpCyRsDIZeJm2JjMnh8DpwMmmLpExOiDxK6jI5E1Nia1J10r5cPojdszApesvUfoGgBZEpg9PiU+6qlW0ACtgln5tfYaQnYD/vVxipSBFGJQ2AktHi6xYBckae7KgMaobl95gc8yuETABdprfMhLUu4FrMVeE6cFc+NZV0AI6dBj7GILwCHLG5aard4JgHnnjMH/jZuoxtjiZh11hc1ivBbRx4DnyQ7u0b8EbWIV0BzgEHQ+8X6Owc7QDoAMi0/R0A898zkDjdtWoAAAAASUVORK5CYII=);
  6302. background-repeat: no-repeat;
  6303. background-size: 100%;
  6304. }
  6305. .AD_UploadPhoto span#AD_MorePhotos {
  6306. display: inline-block;
  6307. margin-top: 55px;
  6308. width: 30px;
  6309. height: 30px;
  6310. background-repeat: no-repeat;
  6311. background-size: cover;
  6312. background-position: center;
  6313. }
  6314. .AD_UploadPhoto span#AD_MorePhotos:hover {
  6315. cursor: pointer;
  6316. }
  6317. .AD_UploadPhoto .progress {
  6318. display: none;
  6319. margin: 0;
  6320. position: absolute;
  6321. top: 0;
  6322. right: 0;
  6323. left: 0;
  6324. width: 100%;
  6325. height: 100%;
  6326. background: rgba(255, 255, 255, 0.6);
  6327. z-index: 3000;
  6328. }
  6329. .AD_UploadPhoto div.progress:before {
  6330. content: "";
  6331. display: block;
  6332. width: 30px;
  6333. height: 30px;
  6334. margin: auto;
  6335. margin-top: 35%;
  6336. background-image: url('data:image/gif;
  6337. base64,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');
  6338. background-repeat: no-repeat;
  6339. background-size: 100%;
  6340. }
  6341. .AD_UploadPhoto .hidden, .AD_ListNoStyle .hidden, .AD_UploadPhoto .AD_Photo span.hidden {
  6342. display: none;
  6343. }
  6344. .AD_UploadPhoto .AD_Delete {
  6345. position: absolute;
  6346. bottom: 2px;
  6347. right: 2px;
  6348. width: 20px;
  6349. height: 20px;
  6350. background-color: rgba(248, 248, 248, 0.8);
  6351. background-image: url(data:image/png;
  6352. base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAChyAAAocgF7isG5AAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAKHSURBVHja5Js7TiNBEEDfFBMiX4AbcJ6VVhaBRW5xCI6AyBGBZSE5ItjTbLLBXsAiZOUN3IOGAYb5VHVXQSeWLLvc73mmu6ZLVf0+pztOgJ/AFVABt8AWeCbWqIFr4BL4A9wAD8C/9oeqjoAT4B646ATbActAEur0p/3ovL8BVm0JMgCeFGibAkeFJ7HdJ9ZXAvrgI0nog39XQj0Qvi0Bp7fDEPi2BIBVnRa8ixE/5FHCGPi2hF+SVvuxw9PtMAW+GVeStjqCSpgDD1BJ2ucJKGEuPMCtpCC7YBI04HfAVtJCtgwkQQt+CTw3eUAUCarw3UzQuwR1+K4AzxJM4N8T4FGCGfxHAjxJMIXvE+BBgjn8ZwJKSsgCP0RACQnZ4IcKyCkhK/wYATkkZIcfK8BSQhF4Jq7OjQRmTLj53mV6vSsBD29PhXNvU/v0uigBP/UK0LwS5oDPhp+yBlisCcXgNQSUkqBWqBGlCeWUoFqlEsWJ5ZCgXqIT5QlaSjCpT4rBRC0kmBVn5+QBn41T4K/CVrcHzoAni0kK33xYCahTertQiLVIseooAjRSZI1DlSICLOBNJUgQeDMJEgjeRIIEg1eXIAHhVSVIYfh961CkiAQpCL9LGd4ZBStQXio2WmeMo58XxAG81gPUpCtBHMAXlSBO4ItJEEfwRSSIM/jsEsQhfFYJ4hQ+mwRxDJ9FgjiHN5cgAeBNJUgQeDMJdSD4rgSVZ4c6BYsCry3hUYB1MHjN22EtwCEgvJaEg3DsqIwIryHhRji2k26Cws+RsAEehGMb6WqgBM8ttGMkvLTQNnnAEAkR+oeHSHjVP9zOBPskRGqe7pPwpnm6+uLt88u0zR/4oH3+/wDcuzyspCSUCwAAAABJRU5ErkJggg==);
  6353. background-repeat: no-repeat;
  6354. background-size: 85%;
  6355. background-position: center;
  6356. }
  6357. .AD_UploadPhoto .AD_Delete:hover {
  6358. cursor: pointer;
  6359. }
  6360. #AD_SelectCountry > .custom-combobox > .custom-combobox-input {
  6361. display: inline-block;
  6362. height: 15px;
  6363. padding: 1px;
  6364. margin: 0;
  6365. }
  6366. #AD_SelectCountry > .custom-combobox > .ui-button {
  6367. padding: .23em 1em;
  6368. border-left: 0;
  6369. }
  6370. .AD_MainLayout {
  6371. float: left;
  6372. margin-right: -300px;
  6373. width: 100%;
  6374. }
  6375. .AD_SidebarLayout {
  6376. float: right;
  6377. width: 295px;
  6378. margin-bottom: 4px;
  6379. }
  6380. .panel .AD_SectionTitle p {
  6381. border-bottom: 1px solid #20b2aa;
  6382. color: #20b2aa;
  6383. font-family: 'Roboto', sans-serif;
  6384. font-size: 1.05em;
  6385. margin: .5em 0;
  6386. padding-bottom: 2px;
  6387. text-transform: uppercase;
  6388. }
  6389. .AD_SectionTitle {
  6390. padding: 5px;
  6391. }
  6392. .AD_SectionGallery {
  6393. width: 100%;
  6394. position: relative;
  6395. margin-bottom: 10px;
  6396. text-align: center;
  6397. }
  6398. #AD_MainImg,#AD_Thumbs {
  6399. margin: 0 auto;
  6400. vertical-align: top;
  6401. display: inline-block;
  6402. box-sizing: border-box;
  6403. }
  6404. #AD_MainImg {
  6405. width: 50%;
  6406. min-width: 300px;
  6407. margin-right: 1%;
  6408. margin-bottom: 10px;
  6409. }
  6410. #AD_Thumbs {
  6411. width: 40%;
  6412. min-width: 300px;
  6413. }
  6414. .AD_Thumb img {
  6415. width: 100%;
  6416. visibility: hidden;
  6417. }
  6418. .AD_Thumb {
  6419. display: inline-block;
  6420. background-color: #ffffff;
  6421. background-size: contain;
  6422. background-repeat: no-repeat;
  6423. background-position: center;
  6424. border: 3px solid #ffffff;
  6425. box-sizing: border-box;
  6426. }
  6427. #AD_MainImg .AD_Thumb {
  6428. width: 100%;
  6429. height: 425px;
  6430. }
  6431. #AD_Thumbs .AD_Thumb {
  6432. width: 45%;
  6433. height: 135px;
  6434. margin: 0 2% 10px 2%;
  6435. float: left;
  6436. }
  6437. .AD_Thumb.active {
  6438. border-color: #20b2aa;
  6439. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.6)";
  6440. filter: alpha(opacity=0.6);
  6441. -moz-opacity: 0.6;
  6442. -khtml-opacity: 0.6;
  6443. opacity: 0.6;
  6444. }
  6445. .AD_SectionDescription {
  6446. font-size: 10 px;
  6447. }
  6448. .AD_ListDesc li {
  6449. margin: 0 -18px;
  6450. padding: 9px 18px;
  6451. }
  6452. .AD_ListDesc li:nth-child(2n + 1) {
  6453. background-color: #f8f8f8;
  6454. }
  6455. .AD_ListDesc li:nth-child(2n) {
  6456. background-color: #ffffff;
  6457. }
  6458. .AD_ListDesc .AD_ListDescLabel {
  6459. width: 150px;
  6460. display: inline-block;
  6461. font-weight: 500;
  6462. }
  6463. .AD_ListDesc .AD_ListDescLabel img {
  6464. margin: 0 9px 0 0;
  6465. vertical-align: middle;
  6466. width: 16px;
  6467. }
  6468. .AD_Description {
  6469. margin-top: 25px;
  6470. }
  6471. .AD_Description{
  6472. word-break: break-word;
  6473. }
  6474. .AD_SidebarLayout .AD_Block {
  6475. margin-bottom: 10px;
  6476. }
  6477. .AD_SidebarLayout .AD_Block .AD_BlockTitle p {
  6478. margin: 0;
  6479. padding: 0;
  6480. font-size: 1.05em;
  6481. }
  6482. .AD_SidebarLayout .AD_Block .AD_BlockTitle {
  6483. padding: 10px 1%;
  6484. margin: 0;
  6485. text-align: center;
  6486. }
  6487. .AD_SidebarLayout .AD_Block .AD_BlockContent {
  6488. padding: 10px 1%;
  6489. }
  6490. .AD_SellerIdentity .AD_ContentLeft,.AD_SellerIdentity .AD_ContentRight {
  6491. box-sizing: border-box;
  6492. font-size: 10 px;
  6493. }
  6494. .AD_SellerIdentity .AD_ContentLeft {
  6495. text-align: center;
  6496. width: 100%;
  6497. }
  6498. .AD_SellerIdentity .AD_ContentRight {
  6499. width: 100%;
  6500. }
  6501. .AD_SellerAvatar {
  6502. display: inline-block;
  6503. background-size: cover;
  6504. background-repeat: no-repeat;
  6505. background-position: center;
  6506. height: 90px;
  6507. width: 90px;
  6508. border-radius: 50%;
  6509. }
  6510. .AD_SellerName {
  6511. font-weight: 500;
  6512. }
  6513. .AD_SellerIdentity .AD_ContentRight ul {
  6514. min-height: 90px;
  6515. line-height: 30px;
  6516. }
  6517. .AD_SellerIdentity .AD_ContentRight ul img {
  6518. display: inline-block;
  6519. vertical-align: middle;
  6520. width: 16px;
  6521. }
  6522. .AD_SellerIdentity .AD_ContentRight ul span {
  6523. display: inline-block;
  6524. vertical-align: middle;
  6525. margin: 0 5px;
  6526. }
  6527. .pro_number_blank span {
  6528. margin: 0 0 0 22px !important;
  6529. line-height: 15px;
  6530. }
  6531. .AD_Button {
  6532. display: block;
  6533. width: 100%;
  6534. padding: 5px 0;
  6535. text-align: center;
  6536. text-decoration: none;
  6537. background: #eee;
  6538. margin-bottom: 5px;
  6539. }
  6540. .AD_Button:hover {
  6541. text-decoration: none !important;
  6542. background: #ccc;
  6543. }
  6544. .AD_ListOptions {
  6545. width: 100%;
  6546. }
  6547. .AD_ListOptions li {
  6548. clear: both;
  6549. display: block;
  6550. margin-top: 9px;
  6551. }
  6552. .AD_ListOptions li:hover {
  6553. opacity: 0.6;
  6554. }
  6555. .AD_ListOptions li img {
  6556. display: block;
  6557. padding: 10px 0;
  6558. margin: auto;
  6559. width: 30px;
  6560. }
  6561. .AD_ListOptions li a, .AD_ListOptions li a:hover {
  6562. display: block;
  6563. height: 100%;
  6564. font-size: 10 px;
  6565. }
  6566. .AD_Label {
  6567. float: left;
  6568. padding: 10px 0;
  6569. }
  6570. .AD_StatusList {
  6571. vertical-align: 3px;
  6572. }
  6573. .AD_StatusLabel {
  6574. background-color: #ff0000;
  6575. color: #ffffff;
  6576. border-radius: 3px;
  6577. font-size: 10px;
  6578. font-weight: normal;
  6579. margin-right: 9px;
  6580. padding: 3px 9px;
  6581. white-space: nowrap;
  6582. }
  6583. .AD_DateLabel {
  6584. border-color: rgba(0, 0, 0, 0.1);
  6585. border-style: dashed;
  6586. border-width: 0 0 1px;
  6587. font-size: 1.3rem;
  6588. font-weight: 400;
  6589. margin-bottom: 18px;
  6590. padding-bottom: 6px;
  6591. width: 100%;
  6592. }
  6593. .header ul {
  6594. width: 100%;
  6595. margin: 2px 0 4px;
  6596. }
  6597. .AD_Header li {
  6598. color: #ffffff;
  6599. float: left;
  6600. line-height: 1;
  6601. padding: 18px;
  6602. }
  6603. .AD_Header .AD_ContentLeft {
  6604. width: 75%;
  6605. }
  6606. .AD_Header .AD_ContentRight {
  6607. width: 25%;
  6608. }
  6609. .AD_Row {
  6610. list-style-type: none;
  6611. padding: 18px;
  6612. }
  6613. .AD_Row p {
  6614. font-size: 10 px;
  6615. margin: 0;
  6616. padding: 0;
  6617. }
  6618. .AD_Row li {
  6619. float: left;
  6620. }
  6621. .AD_Row .col1 {
  6622. min-width: 120px;
  6623. width: 10%;
  6624. }
  6625. .AD_Row .col2 {
  6626. margin-bottom: 9px;
  6627. width: 70%;
  6628. }
  6629. .AD_Row .col3 {
  6630. border-color: rgba(0, 0, 0, 0.1);
  6631. border-style: solid;
  6632. border-width: 0 1px 0 0;
  6633. margin-right: 18px;
  6634. width: 35%;
  6635. }
  6636. .AD_Row .col4 {
  6637. width: 35%;
  6638. text-align: center;
  6639. }
  6640. .AD_Row .col5 {
  6641. height: 18px;
  6642. line-height: 18px;
  6643. margin-top: -27px;
  6644. text-align: right;
  6645. width: 100%;
  6646. }
  6647. .AD_Image {
  6648. background-color: rgba(0, 0, 0, 0.1);
  6649. background-position: center;
  6650. background-repeat: no-repeat;
  6651. background-size: cover;
  6652. border-radius: 3px 3px 0 0;
  6653. display: block;
  6654. height: 100px;
  6655. margin: -9px 21px 12px -9px;
  6656. position: relative;
  6657. width: 120px;
  6658. }
  6659. ul.AD_Item {
  6660. position: relative;
  6661. display: block;
  6662. max-height: 150px;
  6663. margin: 10px 0;
  6664. }
  6665. .AD_Infos {
  6666. font-weight: 400;
  6667. }
  6668. .AD_Infos li {
  6669. clear: both;
  6670. text-align: left;
  6671. }
  6672. .AD_Infos p {
  6673. line-height: 30px;
  6674. }
  6675. .AD_Infos img {
  6676. margin-right: 6px;
  6677. vertical-align: middle;
  6678. width: 16px;
  6679. }
  6680. .AD_Item .col1 {
  6681. position: relative;
  6682. }
  6683. a.AD_Title {
  6684. color: #3e464c;
  6685. display: block;
  6686. font-family: 'Roboto', sans-serif;
  6687. font-size: 1.8rem;
  6688. font-weight: 400;
  6689. text-decoration: none;
  6690. word-break: break-word;
  6691. word-wrap: break-word;
  6692. }
  6693. .AD_Price {
  6694. border-color: rgba(0, 0, 0, 0.1);
  6695. border-radius: 3px;
  6696. border-style: solid;
  6697. border-width: 1px;
  6698. display: block;
  6699. float: right;
  6700. font-size: 1.6rem;
  6701. font-weight: 500;
  6702. padding: 3px 9px !important;
  6703. word-wrap: break-word;
  6704. }
  6705. .AD_Price.text-justify {
  6706. text-align: justify !important;
  6707. }
  6708. .AD_TopImg {
  6709. background-color: rgba(0, 0, 0, 0.1);
  6710. border-radius: 0 0 3px 3px;
  6711. bottom: -21px;
  6712. height: 21px;
  6713. left: 0;
  6714. line-height: 21px;
  6715. padding: 0 9px;
  6716. position: absolute;
  6717. right: 0;
  6718. }
  6719. .AD_NbPhoto {
  6720. display: inline-block;
  6721. height: 21px;
  6722. font-size: 1.1rem;
  6723. font-weight: 400;
  6724. color: #404040;
  6725. }
  6726. .AD_IconPhoto {
  6727. display: inline-block;
  6728. width: 16px;
  6729. height: 16px;
  6730. margin: 0 6px 0 0;
  6731. vertical-align: -3px;
  6732. }
  6733. .AD_TopImg:after {
  6734. clear: both;
  6735. }
  6736. .AD_SearchBox {
  6737. display: block;
  6738. box-sizing: border-box;
  6739. width: 100%;
  6740. height: 30px;
  6741. line-height: 20px;
  6742. padding: 5px;
  6743. background-color: #ffffff;
  6744. -webkit-border-radius: 5px;
  6745. -moz-border-radius: 5px;
  6746. border-radius: 5px;
  6747. }
  6748. .AD_Filters {
  6749. position: relative;
  6750. display: block;
  6751. width: 99%;
  6752. height: 10 px;
  6753. text-align: right;
  6754. margin-bottom: 5px;
  6755. }
  6756. .AD_Preview {
  6757. display: block;
  6758. box-sizing: border-box;
  6759. width: 100%;
  6760. height: auto;
  6761. line-height: 20px;
  6762. }
  6763. .AD_Preview .h3 {
  6764. margin-top: 5px;
  6765. }
  6766. .AD_PreviewContent {
  6767. padding: 5px;
  6768. background-color: #f0f0f0;
  6769. -webkit-border-radius: 5px;
  6770. -moz-border-radius: 5px;
  6771. border-radius: 5px;
  6772. }
  6773. .AD_Preview .AD_PreviewTitle {
  6774. font-size: 12px;
  6775. font-weight: 500;
  6776. margin: 5px 0 10px;
  6777. }
  6778. #AD_Form input, #AD_Form textarea, #AD_Form select,#EV_Form input, #EV_Form textarea, #EV_Form select{
  6779. box-sizing: border-box;
  6780. background-color: #ffffff;
  6781. color: #444444;
  6782. }
  6783. #EV_Form input[type="text"],#EV_Form input[type="time"], #EV_Form select{
  6784. height: 40px;
  6785. }
  6786. .filter_ads {
  6787. color: #ffffff;
  6788. float: right;
  6789. margin: -11px 0 -26px;
  6790. }
  6791. #AD_Form input.has-help-txt,#EV_Form input.has-help-txt,#EV_Form input.error,#AD_Form input.error,#EV_Form input.valid,#AD_Form input.valid{
  6792. padding-right: 25px;
  6793. }
  6794. .input-button {
  6795. position: relative;
  6796. }
  6797. .input-button span {
  6798. position: absolute;
  6799. top: 50%;
  6800. transform: translateY(-50%);
  6801. z-index: 2;
  6802. width: 20px;
  6803. text-align: center;
  6804. }
  6805. .input-button input {
  6806. padding-left: 20px;
  6807. }
  6808. .AD_localisation {
  6809. position: relative;
  6810. }
  6811. .AD_SectionDescription #mod_comment {
  6812. margin: 10px 0;
  6813. }
  6814. .button-custom {
  6815. position: relative;
  6816. background: #fff;
  6817. background-image: -webkit-linear-gradient(top, #fff, #d6d6d6);
  6818. background-image: -moz-linear-gradient(top, #fff, #d6d6d6);
  6819. background-image: -ms-linear-gradient(top, #fff, #d6d6d6);
  6820. background-image: -o-linear-gradient(top, #fff, #d6d6d6);
  6821. background-image: linear-gradient(to bottom, #fff, #d6d6d6);
  6822. -webkit-border-radius: 5px;
  6823. -moz-border-radius: 5px;
  6824. border-radius: 5px;
  6825. padding: 10px 20px 10px 15px;
  6826. border: solid #aaa 1px;
  6827. text-decoration: none;
  6828. font-weight: 500;
  6829. cursor: pointer;
  6830. }
  6831. .button-custom:hover {
  6832. background: #eee;
  6833. }
  6834. .button-custom,.button-custom:after,.button-custom:before {
  6835. -webkit-transition: -webkit-transform 0.75s,background-color .125s;
  6836. -moz-transition: -moz-transform 0.75s,background-color .125s;
  6837. -ms-transition: -ms-transform 0.75s,background-color .125s;
  6838. transition: transform 0.75s,background-color .125s;
  6839. -webkit-transform-style: preserve-3d;
  6840. -moz-transform-style: preserve-3d;
  6841. -ms-transform-style: preserve-3d;
  6842. transform-style: preserve-3d;
  6843. }
  6844. .button-custom:after,.button-custom:before {
  6845. position: absolute;
  6846. top: 0;
  6847. bottom: 0;
  6848. left: 0;
  6849. right: 0;
  6850. -webkit-backface-visibility: hidden;
  6851. -moz-backface-visibility: hidden;
  6852. -ms-backface-visibility: hidden;
  6853. backface-visibility: hidden;
  6854. }
  6855. .button-custom:before {
  6856. z-index: 2;
  6857. }
  6858. .button-custom i.ic-geo {
  6859. height: 18px;
  6860. width: 18px;
  6861. float: left;
  6862. margin: -3px 2px 0;
  6863. background-repeat: no-repeat;
  6864. background-position: left center;
  6865. background-image: url(data:image/png;
  6866. base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAQAAAD8x0bcAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAACYktHRAD/h4/MvwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAL9JREFUKM9jKGUgDFG5zKVupeVA6Apk4VBkXHqj9D8UXis1xKZIq/QTXAkIfizVwFS0Byr5CSgNYe1EVyQBlVhUygaEi8Hsf6ViqIqsoYq0wDxtKM8KVZEuVNgfzAuC8rRRFbGUfgALvy2tKK0sfQdmvweKojl8NorfQHAWpu80S/+iKPkLFMESmPNQFM3BHuJiQBfBlLwpFcUVdxFwReG4I5ihdD5YyVx8qYChlLP0LBBy4FfEUCoNhAyEFGGBAJPj825MoCeBAAAAAElFTkSuQmCC);
  6867. }
  6868. .button-custom:after {
  6869. z-index: 1;
  6870. -webkit-border-radius: 5px;
  6871. -moz-border-radius: 5px;
  6872. border-radius: 5px;
  6873. border-color: #888;
  6874. background-color: #999;
  6875. background-repeat: no-repeat;
  6876. background-position: center center;
  6877. background-image: url(data:image/gif;
  6878. base64,R0lGODlhEAAQAPIAAJmZmf///7CwsOPj4////9fX18rKysPDwyH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQACgABACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkEAAoAAgAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkEAAoAAwAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkEAAoABAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQACgAFACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQACgAGACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAAKAAcALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==);
  6879. -webkit-transform: rotateX(180deg);
  6880. -moz-transform: rotateX(180deg);
  6881. -ms-transform: rotateX(180deg);
  6882. transform: rotateX(180deg);
  6883. content: '';
  6884. }
  6885. .button-custom.btn-loading {
  6886. -webkit-transform: rotateX(180deg);
  6887. -moz-transform: rotateX(180deg);
  6888. -ms-transform: rotateX(180deg);
  6889. transform: rotateX(180deg);
  6890. }
  6891. .AD_Form_MOD {
  6892. margin: 10px 0;
  6893. }
  6894. #AD_RevisionTable {
  6895. width: 100%;
  6896. text-align: left;
  6897. border-collapse: collapse;
  6898. margin: 10px 0;
  6899. }
  6900. #AD_RevisionTable .header {
  6901. border-collapse: separate;
  6902. }
  6903. #AD_RevisionTable th {
  6904. padding: 10px 5px;
  6905. border: 1px solid #f0f0f0;
  6906. }
  6907. #AD_RevisionTable td {
  6908. width: 30%;
  6909. padding: 5px;
  6910. margin: 0;
  6911. border-left: 1px solid #f0f0f0;
  6912. border-right: 1px solid #f0f0f0;
  6913. }
  6914. #AD_RevisionTable td:first-child {
  6915. width: 20%;
  6916. }
  6917. .AD_Breadcrumb {
  6918. margin: 10px 0;
  6919. }
  6920. .AD_StatusNoValid {
  6921. background-color: #e67e22;
  6922. }
  6923. .AD_StatusValid {
  6924. background-color: #27ae60;
  6925. }
  6926. .AD_StatusRejected {
  6927. background-color: #c0392b;
  6928. }
  6929. .AD_LastPA a {
  6930. display: block;
  6931. overflow: hidden;
  6932. text-overflow: ellipsis;
  6933. white-space: nowrap;
  6934. }
  6935. #AD_BlockOptions #moderationinfos div {
  6936. margin-top: 1em;
  6937. word-wrap: break-word;
  6938. }
  6939.  
  6940. /* START EVENTS */
  6941. #EV_SelectCountry > .custom-combobox > .custom-combobox-input {
  6942. display: inline-block;
  6943. height: 15px;
  6944. padding: 1px;
  6945. margin: 0;
  6946. }
  6947. #EV_SelectCountry > .custom-combobox > .ui-button {
  6948. padding: .23em 1em;
  6949. border-left: 0;
  6950. }
  6951. .EV_UploadPhoto {
  6952. width: 525px;
  6953. }
  6954. .EV_UploadPhoto ul {
  6955. margin: 0;
  6956. padding: 0 !important;
  6957. }
  6958. .EV_UploadPhoto ul li {
  6959. position: relative;
  6960. float: left;
  6961. margin: 0 10px 10px 0;
  6962. padding: 0;
  6963. list-style-type: none;
  6964. width: 100px;
  6965. height: 100px;
  6966. background: #eee;
  6967. background-position: center;
  6968. border: 2px dashed #20b2aa;
  6969. }
  6970. .EV_UploadPhoto ul li#EV_main_img {
  6971. width: 430px;
  6972. height: 250px;
  6973. }
  6974. .EV_UploadPhoto .EV_Photo {
  6975. display: block;
  6976. width: 100%;
  6977. height: 100%;
  6978. cursor: pointer;
  6979. position: absolute;
  6980. }
  6981. .EV_UploadPhoto .EV_Photo input[type="file"] {
  6982. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  6983. filter: alpha(opacity=0);
  6984. -moz-opacity: 0;
  6985. -khtml-opacity: 0;
  6986. opacity: 0;
  6987. }
  6988. .EV_UploadPhoto .EV_Photo span {
  6989. display: block;
  6990. width: 100%;
  6991. text-align: center;
  6992. color: #000;
  6993. }
  6994. .EV_UploadPhoto .EV_Photo span.hidden {
  6995. display: none;
  6996. }
  6997. .EV_UploadPhoto .EV_Photo span:before {
  6998. content: "";
  6999. display: block;
  7000. margin: 25px auto 5px;
  7001. width: 30px;
  7002. height: 30px;
  7003. background-image: url(data:image/png;
  7004. base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAABuvAAAbrwFeGpEcAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAANISURBVHja7JvPa9RAFMfH+gtZ1FqKtCJ6EkXrweLR01JKFf0XFrT4gT0rCAvqVg+iIPTgqSIeFipIqYKLwh6kIFREClLwXE+iWG2l7UHdsl5epIZsNslmZpJmDw+WTSZ530+SN2/mzahGo6GybKoDoAMg4wAAnVYGGm1aWaePSRevHUIaxGuFkBbx2iCkSbwWCGkTHzuENIqPFUJaxccGwevPY0AJeAesWBQXl62IlpJoawqgH5jeBIJb2bRo/Q9AH7CQAfGOLYjmfwBmMyTesVkHQD6D4h3LK2AywwAmFTCXYQBzCljKMIAlZfiGX4AXksCcl+5oD3ACOAs8ABZN+mQKwG/gOrAtQHa2A7gE/NgsAOaBUxHS1D55W1IN4KE80ai5+lbgaVoBzLcp3rFu4FPaAPwBBtsUfgC4ozsW6AIw1obwQaAigTOVQfArsD2i+JLpXEAHgGoE4VuA+y260ZoAKgBDYgX5rxb1jdEBoBwh0j9ucq3PQFECYZBgWZQ2VgFcCCF+J/DM4xp1iSO5CG9TTtrWbQHoD+HsTY/2y8BIDN3niFzLOIDeEJneqof4gRbt3PfzO3egFQQdAM4EBDDh8doHefJhADhvQt0kgMsBnDru4VTQ3CEsACXXNgZgPIBDVY9on9MIINesd9ABYBHY7ePMYY82xRDBLQoAJfcwlgrf8HHkokeS020AQI9XLNAFYBnY18SRiuvcWsjuLSoABcyYHA6/kkTH7cR713klgwDGTE+IVD3mBNxj+0ILge3axmuP2pgSqwL7Nzix5jo+ZBDAsK1J0VXgNrAX+JVFAI59l9miRH0CtgsjNoPgzySUxmx2g2+TUBy1mQhdTUp53FYqfCgpCyRsDIZeJm2JjMnh8DpwMmmLpExOiDxK6jI5E1Nia1J10r5cPojdszApesvUfoGgBZEpg9PiU+6qlW0ACtgln5tfYaQnYD/vVxipSBFGJQ2AktHi6xYBckae7KgMaobl95gc8yuETABdprfMhLUu4FrMVeE6cFc+NZV0AI6dBj7GILwCHLG5aard4JgHnnjMH/jZuoxtjiZh11hc1ivBbRx4DnyQ7u0b8EbWIV0BzgEHQ+8X6Owc7QDoAMi0/R0A898zkDjdtWoAAAAASUVORK5CYII=);
  7005. background-repeat: no-repeat;
  7006. background-size: 100%;
  7007. }
  7008. .EV_UploadPhoto #EV_main_img .EV_Photo span:before {
  7009. margin: 100px auto 5px;
  7010. }
  7011. .EV_UploadPhoto .progress {
  7012. display: none;
  7013. margin: 0;
  7014. position: absolute;
  7015. top: 0;
  7016. right: 0;
  7017. left: 0;
  7018. width: 100%;
  7019. height: 100%;
  7020. background: rgba(255, 255, 255, 0.6);
  7021. z-index: 3000;
  7022. }
  7023. .EV_UploadPhoto div.progress:before {
  7024. content: "";
  7025. display: block;
  7026. width: 30px;
  7027. height: 30px;
  7028. margin: auto;
  7029. margin-top: 35%;
  7030. background-image: url('data:image/gif;
  7031. base64,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');
  7032. background-repeat: no-repeat;
  7033. background-size: 100%;
  7034. }
  7035. .EV_UploadPhoto #EV_main_img div.progress:before {
  7036. margin-top: 25%;
  7037. }
  7038. .EV_UploadPhoto .bar {
  7039. height: 18px;
  7040. background: green;
  7041. }
  7042. .EV_UploadPhoto .EV_Delete {
  7043. position: absolute;
  7044. bottom: 2px;
  7045. right: 2px;
  7046. width: 20px;
  7047. height: 20px;
  7048. background-color: rgba(248, 248, 248, 0.8);
  7049. background-image: url(data:image/png;
  7050. base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAChyAAAocgF7isG5AAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAKHSURBVHja5Js7TiNBEEDfFBMiX4AbcJ6VVhaBRW5xCI6AyBGBZSE5ItjTbLLBXsAiZOUN3IOGAYb5VHVXQSeWLLvc73mmu6ZLVf0+pztOgJ/AFVABt8AWeCbWqIFr4BL4A9wAD8C/9oeqjoAT4B646ATbActAEur0p/3ovL8BVm0JMgCeFGibAkeFJ7HdJ9ZXAvrgI0nog39XQj0Qvi0Bp7fDEPi2BIBVnRa8ixE/5FHCGPi2hF+SVvuxw9PtMAW+GVeStjqCSpgDD1BJ2ucJKGEuPMCtpCC7YBI04HfAVtJCtgwkQQt+CTw3eUAUCarw3UzQuwR1+K4AzxJM4N8T4FGCGfxHAjxJMIXvE+BBgjn8ZwJKSsgCP0RACQnZ4IcKyCkhK/wYATkkZIcfK8BSQhF4Jq7OjQRmTLj53mV6vSsBD29PhXNvU/v0uigBP/UK0LwS5oDPhp+yBlisCcXgNQSUkqBWqBGlCeWUoFqlEsWJ5ZCgXqIT5QlaSjCpT4rBRC0kmBVn5+QBn41T4K/CVrcHzoAni0kK33xYCahTertQiLVIseooAjRSZI1DlSICLOBNJUgQeDMJEgjeRIIEg1eXIAHhVSVIYfh961CkiAQpCL9LGd4ZBStQXio2WmeMo58XxAG81gPUpCtBHMAXlSBO4ItJEEfwRSSIM/jsEsQhfFYJ4hQ+mwRxDJ9FgjiHN5cgAeBNJUgQeDMJdSD4rgSVZ4c6BYsCry3hUYB1MHjN22EtwCEgvJaEg3DsqIwIryHhRji2k26Cws+RsAEehGMb6WqgBM8ttGMkvLTQNnnAEAkR+oeHSHjVP9zOBPskRGqe7pPwpnm6+uLt88u0zR/4oH3+/wDcuzyspCSUCwAAAABJRU5ErkJggg==);
  7051. background-repeat: no-repeat;
  7052. background-size: 85%;
  7053. background-position: center;
  7054. cursor: pointer;
  7055. }
  7056. .EV_UploadPhoto .EV_Delete.hidden {
  7057. display: none;
  7058. }
  7059. #ui-datepicker-div.ui-widget{
  7060. font-size: 1.5rem;
  7061. }
  7062. .EV_StatusLabel {
  7063. background-color: #d31141;
  7064. color: #FFF;
  7065. border-radius: 3px;
  7066. font-size: 12px;
  7067. font-weight: bold;
  7068. margin-right: 9px;
  7069. padding: 3px 9px;
  7070. white-space: nowrap;
  7071. vertical-align: middle;
  7072. }
  7073. .EV_HalfBlock{
  7074. margin: 0 auto;
  7075. vertical-align: top;
  7076. display: inline-block;
  7077. box-sizing: border-box;
  7078. width: 48%;
  7079. min-width: 300px;
  7080. margin-right: 1%;
  7081. margin-bottom: 10px;
  7082. border: 1px solid #ddd;
  7083. min-height: 425px;
  7084. }
  7085. .EV_HalfBlock .AD_Thumb {
  7086. width: 100%;
  7087. height: 425px;
  7088. }
  7089. .EV_HalfBlock .List_thumb .AD_Thumb {
  7090. display: inline-block;
  7091. max-width: 60px;
  7092. max-height: 60px;
  7093. margin: 0 5px;
  7094. }
  7095. .EV_HalfBlock .List_thumb{
  7096. padding: 10px 0;
  7097. border-bottom: 3px solid #eee;
  7098. }
  7099. .EV_MainInfos{
  7100. border-bottom: 1px solid #eee;
  7101. padding: 20px 0;
  7102. }
  7103. .EV_MainInfos div{
  7104. display: inline-block;
  7105. width: 49%;
  7106. box-sizing: border-box;
  7107. vertical-align: top;
  7108. text-align: left;
  7109. padding: 0 10px;
  7110. }
  7111. .EV_MainInfos div:last-child{
  7112. border-left: 1px solid #444;
  7113. }
  7114. .EV_MainInfosTitle{
  7115. text-transform: uppercase;
  7116. font-weight: bold;
  7117. font-size: 16px;
  7118. color: #777;
  7119. }
  7120. .EV_MainInfosDesc{
  7121. font-style: italic;
  7122. padding-left: 20px;
  7123. font-size: 13px;
  7124. }
  7125. .EV_MainMap{
  7126. box-sizing: border-box;
  7127. width: 100%;
  7128. height: 200px;
  7129. }
  7130. .EV_MainMap #img_map{
  7131. width: 100%;
  7132. height: 100%;
  7133. background-size: cover;
  7134. background-position: center;
  7135. }
  7136. #AD_BlockModo > .AD_BlockContent .button2{
  7137. width: 100%!important;
  7138. text-align: center;
  7139. margin: 0!important;
  7140. }
  7141. .inline{
  7142. display: inline-block;
  7143. vertical-align: top;
  7144. }
  7145. .EV_FixedTitle{
  7146. height : 70px;
  7147. }
  7148. .EV_DateBlock{
  7149. margin-right: 5px;
  7150. }
  7151. .EV_DateBlock p{
  7152. width: 50px;
  7153. background: #3793ff;
  7154. color: #fff;
  7155. text-align: center;
  7156. padding: 2px 0;
  7157. margin: 0;
  7158. }
  7159. #EV_BlockSeller .AD_ContentRight ul span{
  7160. display: initial;
  7161. word-break: break-word;
  7162. }
  7163. .AD_Block .button2{
  7164. width: 100%!important;
  7165. height: 36px;
  7166. text-align: center;
  7167. margin: 0!important;
  7168. }
  7169. .EV_DateBlock .year{
  7170. font-size: 11px;
  7171. background: #d31141;
  7172. }
  7173. .EV_DateBlock .day{
  7174. font-size: 25px;
  7175. font-weight: bold;
  7176. padding: 0;
  7177. }
  7178. .EV_DateBlock .dayString{
  7179. font-size: 10px;
  7180. }
  7181. .EV_Ticket_link{
  7182. margin-top: 15px;
  7183. }
  7184. .EV_FixedTitle h1 {
  7185. vertical-align: top;
  7186. }
  7187. .EV_FixedTitle .sub-header-path{
  7188. vertical-align: bottom;
  7189. margin-top: 5px;
  7190. }
  7191. .EV_TagCategory{
  7192. border-radius: 3px;
  7193. box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  7194. color: #fff!important;
  7195. display: inline-block;
  7196. font-size: 11px;
  7197. font-weight: 500;
  7198. overflow: hidden;
  7199. padding: 6px 9px;
  7200. position: relative;
  7201. text-decoration: none;
  7202. vertical-align: middle;
  7203. width: auto!important;
  7204. }
  7205. .EV_TagColor_bg1 {
  7206. background-color:#4693d3;
  7207. }
  7208.  
  7209. /* Animaux */
  7210. .EV_TagColor_bg2 {
  7211. background-color:#db6989;
  7212. }
  7213.  
  7214. /* Bébé & Puériculture */
  7215. .EV_TagColor_bg12 {
  7216. background-color:#f44336;
  7217. }
  7218.  
  7219. /* Communauté */
  7220. .EV_TagColor_bg13 {
  7221. background-color:#00838f;
  7222. }
  7223.  
  7224. /* Culture */
  7225. .EV_TagColor_bg3 {
  7226. background-color:#ffaf02;
  7227. }
  7228.  
  7229. /* Emploi & Formation */
  7230. .EV_TagColor_bg5 {
  7231. background-color:#00a8c6;
  7232. }
  7233.  
  7234. /* Immobilier */
  7235. .EV_TagColor_bg14 {
  7236. background-color:#9db10b;
  7237. }
  7238.  
  7239. /* Loisirs */
  7240. .EV_TagColor_bg7 {
  7241. background-color:#ff7200;
  7242. }
  7243.  
  7244. /* Maison, Déco, Jardin */
  7245. .EV_TagColor_bg8 {
  7246. background-color:#767690;
  7247. }
  7248.  
  7249. /* Mode & Beauté */
  7250. .EV_TagColor_bg6 {
  7251. background-color:#77c04b;
  7252. }
  7253.  
  7254. /* Multimédia */
  7255. .EV_TagColor_bg15 {
  7256. background-color:#3f51b5;
  7257. }
  7258.  
  7259. /* Religion & Spiritualité */
  7260. .EV_TagColor_bg10 {
  7261. background-color:#a868c2;
  7262. }
  7263.  
  7264. /* Rencontres & Sorties */
  7265. .EV_TagColor_bg16 {
  7266. background-color:#009688;
  7267. }
  7268.  
  7269. /* Sport */
  7270. .EV_TagColor_bg4 {
  7271. background-color:#bd967a;
  7272. }
  7273.  
  7274. /* Véhicule */
  7275. .EV_TagColor_bg11 {
  7276. background-color:#f465af;
  7277. }
  7278.  
  7279. /* Autre Catégorie */
  7280. .EV_List{
  7281. margin-bottom: 20px;
  7282. }
  7283. .EV_Pagination{
  7284. float: none;
  7285. margin: 15px 0;
  7286. }
  7287. .EV_List ul li{
  7288. position: relative;
  7289. display: block;
  7290. }
  7291. .EV_List > .button{
  7292. display: block;
  7293. width: 10%!important;
  7294. }
  7295. .EV_List .pagination{
  7296. display: block;
  7297. margin: 10px auto;
  7298. float: none;
  7299. }
  7300. div.EV_ListMonth{
  7301. width: 100%;
  7302. height: 18px;
  7303. border-bottom: 1px solid #20b2aa;
  7304. text-align: center;
  7305. margin:30px 0;
  7306. background: #f8f8f8;
  7307. }
  7308. div.EV_ListMonth span{
  7309. font-size: 20px;
  7310. background-color: #f8f8f8!important;
  7311. padding: 0 10px;
  7312. }
  7313. .EV_Item{
  7314. display: block;
  7315. position: relative;
  7316. width: 96%;
  7317. margin: 15px auto;
  7318. background-color: #e9ebed;
  7319. height: 100px;
  7320. overflow: hidden;
  7321. }
  7322. .EV_Item > div{
  7323. display: block;
  7324. float: left;
  7325. max-height: 100px;
  7326. }
  7327. .EV_Item .EV_ItemImg, .EV_Item .EV_ItemDate{
  7328. width: 100px;
  7329. height: 100%;
  7330. }
  7331. .EV_Item .EV_ItemImg img{
  7332. width: 100%;
  7333. max-width: 100px;
  7334. max-height: 100px;
  7335. }
  7336. .EV_Item .EV_ItemDate{
  7337. line-height:100px;
  7338. background-color: #20b2aa;
  7339. text-align: center;
  7340. padding: 5px 0;
  7341. }
  7342. .EV_Item .EV_ItemDate p{
  7343. width: 100%;
  7344. font-size: 13px;
  7345. font-weight: bold;
  7346. color: #ffffff;
  7347. line-height: 30px;
  7348. }
  7349. .EV_Item .EV_ItemDate p span:first-child{
  7350. font-size: 20px;
  7351. }
  7352. .EV_Item .EV_ItemDate p span:last-child{
  7353. font-size: 18px;
  7354. font-style: italic;
  7355. font-weight: normal;
  7356. }
  7357. .EV_Item .EV_ItemDate p.EV_Days{
  7358. padding: 5px 0 !important;
  7359. margin: 0 !important;
  7360. }
  7361. .EV_Item .EV_ItemDate p.EV_DaySolo{
  7362. margin-top: 25px;
  7363. }
  7364. .EV_Item .EV_ItemDate hr{
  7365. height: 1px;
  7366. border-top-width: 4px;
  7367. color:#ffffff;
  7368. width: 50%;
  7369. margin: auto;
  7370. }
  7371. .EV_Item .EV_ItemInfos{
  7372. width: 68%;
  7373. position: relative;
  7374. }
  7375. .EV_Item .EV_ItemInfos > div{
  7376. padding : 20px;
  7377. display: inline-block;
  7378. width: 10%;
  7379. height: 100px;
  7380. }
  7381. .EV_Item .EV_ItemInfos > div:first-child{
  7382. width: 60%;
  7383. }
  7384. .EV_Item .EV_ItemInfos > div:nth-child(2){
  7385. width: 30%;
  7386. }
  7387. .EV_Item .EV_ItemInfos .EV_ItemTitle a{
  7388. font-size: 18px;
  7389. font-weight: bold;
  7390. width: 100%;
  7391. text-overflow: ellipsis;
  7392. overflow: hidden;
  7393. display: block;
  7394. white-space: nowrap;
  7395. }
  7396. .EV_Item .EV_ItemInfos .EV_ItemTitle p{
  7397. margin-top: 10px;
  7398. font-size: 13px;
  7399. }
  7400. .EV_Item .EV_ItemInfos .EV_ItemCat, .EV_Item .EV_ItemInfos .EV_ItemCost{
  7401. vertical-align: top;
  7402. text-align: right;
  7403. padding: 40px 10px 0;
  7404. }
  7405. .EV_ItemInfos .EV_ItemCost p, .EV_ItemInfos .EV_ItemCat a{
  7406. text-align: center;
  7407. white-space: nowrap;
  7408. }
  7409. .EV_Item .EV_ItemInfos .EV_ItemCost p{
  7410. margin-bottom: 0!important;
  7411. font-size: 16px;
  7412. }
  7413. .calEventMessage {
  7414. padding-left: 5%;
  7415. }
  7416. @media (max-width: 1200px) {
  7417. .EV_Item .EV_ItemImg, .EV_Item .EV_ItemDate{
  7418. width: 9%;
  7419. overflow: hidden;
  7420. }
  7421. .EV_Item .EV_ItemImg img {
  7422. width: initial;
  7423. height: 100%;
  7424. }
  7425. .EV_Item .EV_ItemInfos{
  7426. width: 80%;
  7427. }
  7428. .EV_Item .EV_ItemInfos > div{
  7429. padding: 10px;
  7430. }
  7431. .EV_Item .EV_ItemDate p {
  7432. font-size: 14px;
  7433. }
  7434. .EV_Item .EV_ItemDate p span:first-child{
  7435. font-size: 20px;
  7436. }
  7437. .EV_Item .EV_ItemDate p span:last-child{
  7438. font-size: 10px;
  7439. }
  7440. .EV_Item .EV_ItemInfos .EV_ItemTitle a {
  7441. font-size: 16px;
  7442. }
  7443. .EV_Item .EV_ItemInfos .EV_ItemTitle pfont-size: 14px;
  7444. }
  7445. }
  7446. @media (max-width: 740px) {
  7447. .EV_Item{
  7448. height: auto;
  7449. }
  7450. .EV_Item .EV_ItemImg, .EV_Item .EV_ItemDate{
  7451. background-color: #20b2aa;
  7452. width: 50%;
  7453. height: 100px;
  7454. overflow: hidden;
  7455. }
  7456. .EV_Item .EV_ItemImg img {
  7457. width: initial;
  7458. margin: auto;
  7459. height: 100%;
  7460. display: block;
  7461. }
  7462. .EV_Item .EV_ItemInfos{
  7463. display: block;
  7464. width: 100%;
  7465. }
  7466. .EV_Item .EV_ItemInfos > div{
  7467. width: 33%!important;
  7468. padding: 10px;
  7469. text-align: center;
  7470. }
  7471. .EV_List > .button{
  7472. width: 100%!important;
  7473. }
  7474. }
  7475.  
  7476. /* END EVENTS */
  7477. #FM_widget_share {
  7478. margin: 24px 0;
  7479. }
  7480. #fym_banner {
  7481. margin-bottom: 18px;
  7482. }
  7483. .frm-form {
  7484. float: right;
  7485. margin: -44px 0 0;
  7486. padding: 0 18px;
  7487. }
  7488. .frm-form p:last-child {
  7489. margin: 0 !important;
  7490. }
  7491. img.emojione {
  7492. width: 20px;
  7493. }
  7494. .social_btn{
  7495. text-align: center;
  7496. }
  7497. .social_btn.no_center{
  7498. text-align: initial;
  7499. }
  7500. .social_btn > div {
  7501. display: inline-block;
  7502. margin: 5px;
  7503. vertical-align: middle;
  7504. }
  7505.  
  7506. /* Simple tooltip */
  7507. [data-tooltip] {
  7508. position: relative;
  7509. }
  7510. [data-tooltip]:hover:after {
  7511. display: block;
  7512. }
  7513. [data-tooltip]:after {
  7514. background-color: rgba(0, 0, 0, 0.9);
  7515. color: #FFF;
  7516. content: attr(data-tooltip);
  7517. border-radius: 3px;
  7518. box-shadow: 0 0 9px rgba(0, 0, 0, 0.3), 0 0 1px 1px rgba(0, 0, 0, 0.2);
  7519. display: none;
  7520. font-size: 1.1rem;
  7521. font-style: normal;
  7522. height: 23px;
  7523. left: 50%;
  7524. line-height: 23px;
  7525. padding: 0 15px;
  7526. position: absolute;
  7527. transform: translateX(-50%);
  7528. top: -30px;
  7529. white-space: nowrap;
  7530. }
  7531.  
  7532. /* Begin CSS for print media */
  7533. @media print {
  7534. * {
  7535. background-image: none;
  7536. background-color: #fff;
  7537. color: #000;
  7538. }
  7539. body {
  7540. padding: 0;
  7541. margin: 0;
  7542. font-size: 10pt;
  7543. }
  7544. body#phpbb div#wrap {
  7545. width: 85%;
  7546. margin: 0;
  7547. }
  7548.  
  7549. /* Header */
  7550. #wrap #logo-desc p,#wrap #logo-desc img,div#page-header div.navbar,div#page-header div.navbar ul.linklist {
  7551. display: none !important;
  7552. }
  7553. #wrap div.headerbar {
  7554. margin: 0;
  7555. border-bottom: 1px solid #ccc;
  7556. }
  7557. #wrap div#page-body h2 {
  7558. font-weight: 500;
  7559. border-bottom: 1px solid #ccc;
  7560. margin-bottom: 1em;
  7561. }
  7562.  
  7563. /* Posts */
  7564. #wrap div#page-body div.topic-actions,#wrap div#page-body .pagination,#wrap div#page-body .left-box,#wrap div.postbody ul.profile-icons,#wrap div.postbody img,#wrap dl.postprofile,#wrap div.post .right,#wrap div.postbody div.signature {
  7565. float: none;
  7566. display: none !important;
  7567. }
  7568. #wrap dl.postprofile {
  7569. float: none;
  7570. }
  7571. #wrap div.postbody .online {
  7572. background-image: none;
  7573. }
  7574. #wrap div.postbody {
  7575. width: auto;
  7576. }
  7577. #wrap div.postbody h3 {
  7578. font-size: 10pt;
  7579. }
  7580. #wrap div.postbody p.author {
  7581. width: 100%;
  7582. border-bottom: 1px dashed #ccc;
  7583. }
  7584. #wrap div#page-body div.post {
  7585. padding: 0 0 2em 0;
  7586. border-top: 3px double #ccc;
  7587. }
  7588. div.postbody {
  7589. width: 100%;
  7590. float: none;
  7591. }
  7592. #wrap div#page-body div.post .content {
  7593. overflow: visible;
  7594. }
  7595.  
  7596. /* Footer */
  7597. div.noprint {
  7598. display: none;
  7599. }
  7600. }
  7601.  
  7602. /* End CSS for print media */
  7603. .calendar_overview_event{
  7604. box-sizing: border-box;
  7605. width: 350px;
  7606. height: 200px;
  7607. background-color: #f0f0f0;
  7608. box-shadow: 0 0 9px rgba(0,0,0,03), 0 0 1px 1px rgba(0,0,0,02);
  7609. font-size: 14px;
  7610. padding: 15px 10px;
  7611. }
  7612. .header_overview_event p{
  7613. height: 30px;
  7614. line-height: 30px;
  7615. }
  7616. .header_overview_event div > span:first-child{
  7617. font-size: 14px;
  7618. font-weight: bold;
  7619. color:#00acba;
  7620. float: left;
  7621. width: 60%;
  7622. white-space: nowrap;
  7623. overflow: hidden;
  7624. text-overflow: ellipsis;
  7625. }
  7626. .header_overview_event div > span:last-child{
  7627. text-align: right;
  7628. float: right;
  7629. width: 39%;
  7630. }
  7631. .img_overview_event{
  7632. width: 39%;
  7633. float: left;
  7634. }
  7635. .img_overview_event img{
  7636. display: block;
  7637. width: 100px;
  7638. height: 100px;
  7639. margin: 0 auto;
  7640. }
  7641. .desc_overview_event{
  7642. width: 60%;
  7643. float: right;
  7644. overflow-wrap:break-word;
  7645. }
  7646. .fa_toolbar_XL_Sized {
  7647. min-width: 980px;
  7648. width: 100%;
  7649. }
  7650. .fa_toolbar_L_Sized {
  7651. min-width: 774px;
  7652. }
  7653. .fa_toolbar_M_Sized {
  7654. min-width: 519px;
  7655. }
  7656. #fa_toolbar {
  7657. left: 0px;
  7658. height: 42px;
  7659. background-color: #2c353b;
  7660. color: #FFFFFF;
  7661. font-family: 'Roboto', sans-serif;
  7662. font-size: 1.3rem;
  7663. z-index: 20002;
  7664. padding: 3px 18px;
  7665. }
  7666. #fa_toolbar :link, #fa_toolbar :visited {
  7667. color: #FFFFFF;
  7668. text-decoration: none;
  7669. }
  7670. #fa_toolbar a:hover {
  7671. text-decoration: underline;
  7672. }
  7673. #fa_toolbar a:link, #fa_toolbar a:visited, #fa_toolbar a:hover, #fa_toolbar a:active {
  7674. border:1px solid transparent;
  7675. border:none;
  7676. }
  7677. .fa_tbMainElement, .fa_tbMainElement a, #fa_show {
  7678. display: inline-block !important;
  7679. vertical-align: middle;
  7680. }
  7681. #fa_toolbar #fa_icon {
  7682. display: inline-block !important;
  7683. visibility: visible !important;
  7684. background-repeat: no-repeat;
  7685. background-image: url('https://illiweb.com/fa/i/toolbar/pa0.png');
  7686. background-size: 30px;
  7687. width: 30px;
  7688. height: 30px;
  7689. }
  7690. #fa_toolbar #fa_fb, #fa_toolbar #fa_twitter, #fa_toolbar #fa_gp, #fa_toolbar #fa_mail, #fa_toolbar #fa_rss, #fa_toolbar #fa_hide, #fa_toolbar_hidden #fa_show {
  7691. background-image: url('https://illiweb.com/fa/i/toolbar/toolbar.png');
  7692. width: 30px;
  7693. height: 30px;
  7694. cursor: pointer;
  7695. }
  7696. #fa_left {
  7697. display: inline-block !important;
  7698. visibility: visible !important;
  7699. width: auto !important;
  7700. height: auto !important;
  7701. line-height: 30px !important;
  7702. }
  7703. #fa_icon, #fa_toolbar #fa_service {
  7704. color: #ffffff;
  7705. }
  7706. #fa_toolbar #fa_service {
  7707. display: inline-block !important;
  7708. visibility: visible !important;
  7709. text-decoration: none !important;
  7710. }
  7711. #fa_toolbar #fa_service:hover[href] {
  7712. text-decoration: underline !important;
  7713. }
  7714. #fa_search {
  7715. margin-left: 20px;
  7716. height: 36px;
  7717. position: relative;
  7718. }
  7719. #fa_search form {
  7720. margin: 0;
  7721. padding:0;
  7722. display:inline;
  7723. }
  7724. #fa_search #fa_magnifier {
  7725. background-image: none;
  7726. right: 0;
  7727. top: 0;
  7728. text-align: center;
  7729. width: 36px;
  7730. height: 36px;
  7731. font-size: 1.6rem;
  7732. cursor: pointer;
  7733. position : absolute;
  7734. }
  7735. #fa_search #fa_magnifier:before {
  7736. content: "\f2f5";
  7737. display: inline-block;
  7738. font-family: "Ionicons";
  7739. speak: none;
  7740. font-style: normal;
  7741. font-weight: normal;
  7742. font-variant: normal;
  7743. text-transform: none;
  7744. text-rendering: auto;
  7745. line-height: 36px;
  7746. -webkit-font-smoothing: antialiased;
  7747. -moz-osx-font-smoothing: grayscale;
  7748. }
  7749. #fa_search #fa_textarea {
  7750. text-indent: 30px !important;
  7751. width: 200px;
  7752. height: 33px;
  7753. padding: 0px;
  7754. border: 0px;
  7755. margin-top: 0;
  7756. border-radius: 0;
  7757. line-height: 24px;
  7758. background-color: transparent;
  7759. border-bottom: 1px solid #666E74;
  7760. text-indent: 0 !important;
  7761. color: #FFF;
  7762. }
  7763. #fa_share {
  7764. margin-left: 20px;
  7765. font-size: 16px;
  7766. line-height: 30px !important;
  7767. }
  7768. #fa_share a {
  7769. display: block;
  7770. float: left;
  7771. font-size: 13px;
  7772. height: 30px!important;
  7773. line-height: 30px;
  7774. cursor: pointer;
  7775. text-align: center;
  7776. width: 30px!important;
  7777. border-radius: 3px;
  7778. margin: 0 6px 0 0;
  7779. background-color: #3E464C;
  7780. line-height: 30px;
  7781. background-image: none !important;
  7782. }
  7783. #fa_share a:before {
  7784. display: inline-block;
  7785. font-family: "Ionicons";
  7786. speak: none;
  7787. font-style: normal;
  7788. font-weight: normal;
  7789. font-variant: normal;
  7790. text-transform: none;
  7791. text-rendering: auto;
  7792. line-height: 30px;
  7793. -webkit-font-smoothing: antialiased;
  7794. -moz-osx-font-smoothing: grayscale;
  7795. }
  7796. #fa_share_text {
  7797. cursor: default;
  7798. color: #ffffff;
  7799. text-decoration: none !important;
  7800. font-size: 1.3rem;
  7801. float: left;
  7802. margin-right: 9px;
  7803. }
  7804. #fa_fb {
  7805. margin-left: 10px;
  7806. background-position: -60px 0px;
  7807. }
  7808. #fa_fb:before {
  7809. content: "\f231";
  7810. }
  7811. #fa_fb:hover {
  7812. background-color: #5f84cf;
  7813. color: #FFF }
  7814. #fa_twitter {
  7815. background-position: -90px 0px;
  7816. }
  7817. #fa_twitter:before {
  7818. content: "\f243";
  7819. }
  7820. #fa_twitter:hover {
  7821. background-color: #1DA1F2;
  7822. color: #FFF }
  7823. #fa_gp {
  7824. background-position: -120px 0px;
  7825. }
  7826. #fa_gp:before {
  7827. content: "\f235";
  7828. }
  7829. #fa_gp:hover {
  7830. background-color: #DD5044;
  7831. color: #FFF }
  7832. #fa_mail {
  7833. background-position: -150px 0px;
  7834. }
  7835. #fa_mail:before {
  7836. content: "\f2eb";
  7837. }
  7838. #fa_mail:hover {
  7839. background-color: #F8CD33;
  7840. color: #FFF }
  7841. #fa_rss {
  7842. background-position: -180px 0px;
  7843. }
  7844. #fa_rss:before {
  7845. content: "\f23d";
  7846. }
  7847. #fa_rss:hover {
  7848. background-color: #FB7629;
  7849. color: #FFF }
  7850. #fa_right {
  7851. float: right;
  7852. font-size: 1.3rem;
  7853. }
  7854. #fa_right a.rightHeaderLink, #fa_menu #fa_welcome {
  7855. margin-left: 18px;
  7856. margin-top: 3px;
  7857. vertical-align: top;
  7858. line-height: 30px;
  7859. color:#ffffff;
  7860. border-radius: 3px;
  7861. padding: 0 9px;
  7862. }
  7863. #fa_right span.rightHeaderLink {
  7864. display:inline-block;
  7865. margin-left: 1px;
  7866. vertical-align: top;
  7867. line-height: 30px;
  7868. color:#ffffff;
  7869. }
  7870. #fa_right #fa_notifications {
  7871. line-height: 30px;
  7872. padding: 0px 5px;
  7873. color: #ffffff;
  7874. }
  7875. #fa_hide {
  7876. background-position: -210px 0px;
  7877. }
  7878. #fa_menu {
  7879. display: inline-block;
  7880. }
  7881. #fa_welcome, #fa_menulist {
  7882. direction: ltr;
  7883. }
  7884. #fa_right #fa_welcome:hover, #fa_toolbar #fa_right #fa_notifications:hover {
  7885. cursor: pointer;
  7886. }
  7887. #fa_right.notification #fa_menu #fa_welcome {
  7888. color: #ffffff;
  7889. }
  7890. #fa_right #fa_menu ul, #fa_right.notification #fa_menu ul {
  7891. display: none;
  7892. }
  7893. #fa_right.welcome #fa_menu #fa_welcome {
  7894. color: #333;
  7895. background-color: #fff;
  7896. }
  7897. #fa_right.welcome #fa_menu ul {
  7898. display: block;
  7899. }
  7900. #fa_menu:hover :visited, #fa_toolbar > #fa_right.notification > #fa_notifications {
  7901. color: #333333;
  7902. background-color: #FFFFFF;
  7903. }
  7904. #fa_toolbar #fa_right .fa_separator {
  7905. width: auto;
  7906. height: 1px;
  7907. margin: 0 -18px;
  7908. padding: 0px;
  7909. background-color: rgba(0, 0, 0, 0.1);
  7910. text-align: center;
  7911. }
  7912. #fa_toolbar_hidden {
  7913. position: absolute;
  7914. width: 30px;
  7915. height: 30px;
  7916. right: 18px;
  7917. margin-top: -84px;
  7918. background-color: #2c353b !important;
  7919. border-radius: 3px;
  7920. z-index: 20002;
  7921. top: 6px !important;
  7922. }
  7923. #fa_show {
  7924. background-position: -240px 0px;
  7925. }
  7926. #fa_toolbar #fa_right #fa_notifications #notif_unread {
  7927. display: none;
  7928. margin-left: 0.5em;
  7929. }
  7930. #fa_toolbar #fa_right #fa_notifications.unread #notif_unread {
  7931. display: inline;
  7932. }
  7933. #fa_toolbar #fa_right #notif_list {
  7934. border-radius: 0 0 3px 3px;
  7935. border: none;
  7936. font-size: 1.3rem;
  7937. display: none;
  7938. position: absolute;
  7939. list-style-type: none;
  7940. margin: 0;
  7941. padding: 0;
  7942. background-color: #FFFFFF;
  7943. z-index: 10000;
  7944. box-shadow: 0 0 9px rgba(0, 0, 0, 0.3), 0 0 1px 1px rgba(0, 0, 0, 0.2);
  7945. top: 42px;
  7946. }
  7947. #fa_toolbar #fa_right.notification #notif_list {
  7948. display: block;
  7949. ;
  7950. }
  7951. #fa_toolbar #fa_right #notif_list li {
  7952. margin: 0;
  7953. font-size: 1em;
  7954. padding: 0 18px 9px;
  7955. color: #333;
  7956. line-height: 1.5;
  7957. display:block;
  7958. }
  7959. #fa_toolbar #fa_right #notif_list li .contentText {
  7960. float:left;
  7961. width:27em;
  7962. height: auto !important;
  7963. overflow: hidden;
  7964. }
  7965. #fa_toolbar #fa_right #notif_list li .contentText a {
  7966. color: #00569C !important;
  7967. text-decoration: none !important;
  7968. vertical-align: baseline;
  7969.  
  7970. /*max-width: 150px;
  7971. overflow: hidden;
  7972. white-space: nowrap;
  7973. text-overflow: ellipsis;
  7974. */
  7975. }
  7976. #fa_toolbar #fa_right #notif_list li:first-child {
  7977. padding-top: 18px;
  7978. }
  7979. #fa_toolbar #fa_right #notif_list li:first-child hr {
  7980. display: none;
  7981. }
  7982. #fa_toolbar #fa_right #notif_list li .content {
  7983. width: 30em;
  7984.  
  7985. /*height: 2.4em;
  7986. */
  7987. min-height: auto;
  7988. margin: 0;
  7989. display: block;
  7990. overflow: visible;
  7991. vertical-align: top;
  7992. color: inherit !important;
  7993. line-height: inherit !important;
  7994. }
  7995. #fa_toolbar #fa_right #notif_list li .content::after {
  7996. clear: both;
  7997. display: block;
  7998. content: "";
  7999. }
  8000. #fa_toolbar #fa_right #notif_list li a.delete {
  8001. width: 19px;
  8002. height: 19px;
  8003. text-align: center;
  8004. color: #FF4F42;
  8005. background: transparent none no-repeat -274px 50%;
  8006. float:right;
  8007. }
  8008. #fa_toolbar #fa_right #notif_list li a.delete:before {
  8009. content: "\f12a";
  8010. display: inline-block;
  8011. font-family: "Ionicons";
  8012. speak: none;
  8013. font-style: normal;
  8014. font-weight: normal;
  8015. font-variant: normal;
  8016. text-transform: none;
  8017. text-rendering: auto;
  8018. line-height: 19px;
  8019. -webkit-font-smoothing: antialiased;
  8020. -moz-osx-font-smoothing: grayscale;
  8021. }
  8022. #fa_toolbar #fa_right #notif_list li hr {
  8023. margin: 0 -18px 9px;
  8024. border: 0 solid rgba(0, 0, 0, 0.1);
  8025. border-top-width: 1px;
  8026. }
  8027. #fa_toolbar #fa_right #notif_list li.unread {
  8028. font-weight: bold;
  8029. background-color: #e5e5e5;
  8030. }
  8031. #fa_toolbar #fa_right #notif_list li.see_all {
  8032. color: #fff;
  8033. font-size: 1.3rem;
  8034. background-color: #333;
  8035. border-radius: 0 0 3px 3px;
  8036. padding: 12px 18px !important;
  8037. text-align: center;
  8038. }
  8039. #fa_toolbar #fa_right #notif_list li.see_all a {
  8040. color: #fff;
  8041. width:100%;
  8042. }
  8043. #fa_toolbar #live_notif {
  8044. width: 330px;
  8045. position: absolute;
  8046. }
  8047. #fa_toolbar #live_notif .fa_notification {
  8048. background-color: #333;
  8049. opacity: 0.8;
  8050. border-radius: 5px;
  8051. padding: 10px;
  8052. }
  8053. #fa_toolbar #live_notif .fa_notification .content {
  8054. padding-left: 40px;
  8055. display: inline-block;
  8056. background-image: url('https://illiweb.com/fa/notifications/notifications.png');
  8057. background-repeat: no-repeat;
  8058. height: 32px;
  8059. font-size : 11px;
  8060. color : #fff;
  8061. overflow : hidden }
  8062. #fa_toolbar #live_notif .fa_notification a {
  8063. text-decoration: underline !important;
  8064. vertical-align: baseline;
  8065.  
  8066. /*max-width: 150px;
  8067. overflow: hidden;
  8068. white-space: nowrap;
  8069. text-overflow: ellipsis;
  8070. */
  8071. }
  8072. .fa_fix {
  8073. position:fixed !important;
  8074. position: absolute;
  8075.  
  8076. /*ie6 and above*/
  8077. top: 0;
  8078. right: 0;
  8079. }
  8080. #fa_toolbar .fa_hide {
  8081. display: none !important;
  8082. }
  8083. #fa_ranktitle {
  8084. width: 120px;
  8085. text-align: center;
  8086. overflow: hidden;
  8087. text-overflow: ellipsis;
  8088. white-space: nowrap;
  8089. font-weight: 500;
  8090. margin-top: 9px;
  8091. }
  8092. #fa_ranktitle:hover {
  8093. text-decoration: none !important;
  8094. color: #333333;
  8095. }
  8096. #fa_usermenu {
  8097. position: absolute;
  8098. left: 0;
  8099. top: 0;
  8100. bottom: 0;
  8101. width: 180px;
  8102. padding: 18px;
  8103. color: #333333;
  8104. font-size: 1.3rem;
  8105. text-align: center;
  8106. border-radius: 0 0 0 3px;
  8107. background-color: rgba(0, 0, 0, 0.03);
  8108. border-right: 1px solid rgba(0, 0, 0, 0.06);
  8109. }
  8110. #fa_usermenu table {
  8111. width: 100%;
  8112. }
  8113. #fa_usermenu td {
  8114. display: inline-block;
  8115. padding: 0px;
  8116. margin: 0;
  8117. line-height: 1.526;
  8118. }
  8119. #fa_usermenu td.first {
  8120. text-align: right;
  8121. }
  8122. #fa_usermenu td.bold {
  8123. font-weight:500;
  8124. text-align: left;
  8125. padding-left: 6px;
  8126. }
  8127. #fa_usermenu img {
  8128. width: 120px;
  8129. max-width: 120px;
  8130. max-height: 120px;
  8131. border-radius: 120px;
  8132. border: 3px solid #FFF;
  8133. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.3);
  8134. }
  8135. #fa_menulist {
  8136. background-color: #FFFFFF;
  8137. line-height: 32px;
  8138. z-index: 10000;
  8139. min-width: 175px;
  8140. width: auto;
  8141. display: none;
  8142. border-radius: 0 0 3px 3px;
  8143. border: none;
  8144. position: absolute;
  8145. list-style-type: none;
  8146. font-size: 1.3rem;
  8147. box-shadow: 0 0 9px rgba(0, 0, 0, 0.3), 0 0 1px 1px rgba(0, 0, 0, 0.2);
  8148. top: 42px;
  8149. margin: 0px;
  8150. padding: 9px 18px 9px 198px;
  8151. }
  8152. #fa_menulist :link, #fa_menulist :visited {
  8153. color: #00569C !important;
  8154. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement