Advertisement
Guest User

Codigo

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