Advertisement
Guenther

Hitskin Style deffekt?

Jan 24th, 2013
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 66.34 KB | None | 0 0
  1. * {
  2. margin: 0px;
  3. padding: 0px;
  4. }
  5. html {
  6. font-size: 100%;
  7. height: 100%;
  8. }
  9. * html {
  10. scrollbar-face-color: #;
  11. scrollbar-highlight-color: #;
  12. scrollbar-shadow-color: #;
  13. scrollbar-3dlight-color: #;
  14. scrollbar-arrow-color: #;
  15. scrollbar-track-color: #;
  16. scrollbar-darkshadow-color: #;
  17. }
  18. *+ html {
  19. scrollbar-face-color: #;
  20. scrollbar-highlight-color: #;
  21. scrollbar-shadow-color: #;
  22. scrollbar-3dlight-color: #;
  23. scrollbar-arrow-color: #;
  24. scrollbar-track-color: #;
  25. scrollbar-darkshadow-color: #;
  26. }
  27.  
  28. /* Begin CSS for print media */
  29. @media print {
  30. * {
  31. background-image: none;
  32. background-color: #fff;
  33. color: #000;
  34. }
  35. body {
  36. padding: 0;
  37. margin: 0;
  38. font-size: 10pt;
  39. }
  40. body#phpbb div#wrap {
  41. width: 85%;
  42. margin: 0;
  43. }
  44. span.corners-top,span.corners-bottom {
  45. display: none;
  46. }
  47.  
  48. /* Header */
  49. #wrap #logo-desc p,#wrap #logo-desc img,div#page-header div.navbar,div#page-header div.navbar ul.linklist {
  50. display: none !important;
  51. }
  52. #wrap div.headerbar {
  53. margin: 0;
  54. border-bottom: 1px solid #ccc;
  55. }
  56. #wrap div#page-body h2 {
  57. font-weight: bolder;
  58. border-bottom: 1px solid #ccc;
  59. margin-bottom: 1em;
  60. }
  61.  
  62. /* Posts */
  63. #wrap div#page-body div.topic-actions,#wrap div#page-body .pagination,#wrap div#page-body .left-box,#wrap div.postbody ul.profile-icons,#wrap div.postbody img,#wrap dl.postprofile,#wrap div.post .right,#wrap div.postbody div.signature {
  64. float: none;
  65. display: none !important;
  66. }
  67. #wrap dl.postprofile {
  68. float: none;
  69. }
  70. #wrap div.postbody .online {
  71. background-image: none;
  72. }
  73. #wrap div.postbody {
  74. width: auto;
  75. }
  76. #wrap div.postbody h3 {
  77. font-size: 10pt;
  78. }
  79. #wrap div.postbody p.author {
  80. width: 100%;
  81. border-bottom: 1px dashed #ccc;
  82. }
  83. #wrap div#page-body div.post {
  84. padding: 0 0 2em 0;
  85. border-top: 3px double #ccc;
  86. }
  87. div.postbody {
  88. width: 100%;
  89. float: none;
  90. }
  91. #wrap div#page-body div.post .content {
  92. overflow: visible;
  93. }
  94.  
  95. /* Footer */
  96. div.noprint {
  97. display: none;
  98. }
  99. #wrap div#page-footer,#wrap div#page-footer ul.linklist {
  100. display: none;
  101. }
  102. }
  103.  
  104. /* End CSS for print media */
  105. #min-width {
  106. min-width: 750px;
  107. }
  108. body {
  109. font-family: Verdana,Arial,Helvetica,sans-serif;
  110. color: #5c758c;
  111. background-color: #1a1a1a;
  112. background-image: url('http://fc04.deviantart.net/images/i/2002/26/9/1/Misconstrue_-_Image_1.jpg');
  113. background-attachment: fixed;
  114. font-size: 10px;
  115. height: auto;
  116. padding: 10px 0px;
  117. filter:alpha(opacity=90);
  118. /* CSS3 standard */
  119. opacity:0.9;
  120. -moz-border-radius: 10px;
  121. -webkit-border-radius: 10px;
  122. -khtml-border-radius: 10px;
  123. border-radius: 10px;
  124. }
  125. * html .conteneur_minwidth_IE {
  126.  
  127. /* Hack IE min-width */
  128. padding-left: 1266px;
  129. }
  130. * html .conteneur_container_IE {
  131.  
  132. /* Hack IE min-width */
  133. margin-left: -1266px;
  134. position: relative;
  135. }
  136. * html .conteneur_minwidth_IE, * html .conteneur_container_IE, * html .conteneur_layout_IE {
  137.  
  138. /* Hack IE min-width */
  139. height: 1px;
  140. }
  141. #wrap {
  142. width: 70%;
  143. margin: 0px auto;
  144. background-color: #1a1a1a;
  145. border: 1px solid #1a1a1a;
  146. padding: 5px;
  147. min-width: 1134px;
  148.  
  149. -moz-border-radius: 10px;
  150. -webkit-border-radius: 10px;
  151. -khtml-border-radius: 10px;
  152. border-radius: 10px;
  153. }
  154. #simple-wrap {
  155. padding: 6px 10px;
  156. }
  157.  
  158. /* **************************************************************************Most stable Standards-compliant 3-column layout by Ryan Brillhttp://www.alistapart.com/articles/negativemargins
  159. /************************************************************************** */
  160. #content-container div#container {
  161. width: 100%;
  162. float: left;
  163. margin-right: -183px;
  164. }
  165. #content-container div#content {
  166. margin-right: 183px;
  167. }
  168. #content-container div#main {
  169. margin-bottom: 1em;
  170. overflow: hidden;
  171.  
  172. /* Fixes 3-column negative margins float clearing bug: http://archivist.incutio.com/viewlist/css-discuss/97678 Thanks Georg! */
  173. }
  174. *+ html #content-container div#main {
  175. margin-left: 183px;
  176. }
  177. #content-container div#left {
  178. width: 180px;
  179. float: left;
  180. margin-right: 3px;
  181. overflow: hidden;
  182. }
  183. #content-container div#right {
  184. width: 180px;
  185. float: right;
  186. overflow: hidden;
  187. }
  188. * html #content-container #main-content {
  189.  
  190. /* FIX for IE6... For some reason, if we insert comment before this series, the star html hack don't work no more... ?? */
  191. overflow: visible;
  192. margin-right: 183px;
  193. }
  194. * html #content-container div#main {
  195.  
  196. /* FIX for IE6 */
  197. margin-right: -99%;
  198. width: 100%;
  199. float: left;
  200. }
  201. #page-body {
  202. margin: 4px 0;
  203. width: 100%;
  204. }
  205. #page-body p.page-bottom {
  206. margin: 0;
  207. }
  208. #page-footer {
  209. clear: both;
  210. }
  211. #page-footer h3 {
  212. margin-top: 20px;
  213. }
  214. #page-footer .linklist strong {
  215. font-weight: normal;
  216. }
  217.  
  218. /* Tags-------------------------------------------------*/
  219. h1.page-title {
  220. font-family: Verdana,Arial,Helvetica,sans-serif;
  221. font-weight: normal;
  222. color: #368ad2;
  223. font-size: 2em;
  224. margin: 0.8em 0 0.2em 0;
  225. -moz-border-radius: 10px;
  226. -webkit-border-radius: 10px;
  227. -khtml-border-radius: 10px;
  228. border-radius: 10px;
  229. }
  230. h1.gallery-title {
  231. display: inline;
  232. font-size: 11px;
  233. text-align: center;
  234. font-weight: bold;
  235. -moz-border-radius: 10px;
  236. -webkit-border-radius: 10px;
  237. -khtml-border-radius: 10px;
  238. border-radius: 10px;
  239. }
  240. h2 {
  241.  
  242. /* Keeping old styles for h2 for legacy */
  243. font-family: Verdana,Arial,Helvetica,sans-serif;
  244. font-weight: normal;
  245. color: #368ad2;
  246. font-size: 2em;
  247. margin: 0.8em 0 0.2em 0;
  248. -moz-border-radius: 10px;
  249. -webkit-border-radius: 10px;
  250. -khtml-border-radius: 10px;
  251. border-radius: 10px;
  252. }
  253. h1.solo {
  254. margin-bottom: 1em;
  255. }
  256. h3, .h3 {
  257. font-family: Verdana,Arial,Helvetica,sans-serif;
  258. text-transform: uppercase;
  259. border-bottom: 1px solid #;
  260. margin-bottom: 3px;
  261. padding-bottom: 2px;
  262. font-size: 1.05em;
  263. color: #;
  264. margin-top: 20px;
  265. }
  266. .h3 {
  267. font-weight: bold;
  268. }
  269. .module .h3,.postbody .h3,.introduction .h3 {
  270. margin-top: 8px;
  271. }
  272. .table-title, .table-title h2 {
  273. display: inline;
  274. font-size: 1em;
  275. color: #fcfcfc;
  276. -moz-border-radius: 10px;
  277. -webkit-border-radius: 10px;
  278. -khtml-border-radius: 10px;
  279. border-radius: 10px;
  280. }
  281. input {
  282. font-weight: normal;
  283. cursor: pointer;
  284. vertical-align: middle;
  285. padding: 0 3px;
  286. font-size: 1em;
  287. font-family: Verdana,Arial,Helvetica,sans-serif;
  288. -moz-border-radius: 10px;
  289. -webkit-border-radius: 10px;
  290. -khtml-border-radius: 10px;
  291. border-radius: 10px;
  292. }
  293. select {
  294. font-family: Verdana,Arial,Helvetica,sans-serif;
  295. font-weight: normal;
  296. cursor: pointer;
  297. vertical-align: middle;
  298. border: 1px solid #368ad2;
  299. padding: 1px;
  300. background-color: #b8b8b8;
  301. -moz-border-radius: 10px;
  302. -webkit-border-radius: 10px;
  303. -khtml-border-radius: 10px;
  304. border-radius: 10px;
  305. }
  306. option {
  307. padding-right: 1em;
  308. }
  309. textarea {
  310. font-family: Verdana,Arial,Helvetica,sans-serif;
  311. width: 60%;
  312. padding: 2px;
  313. font-size: 1em;
  314. line-height: 1.4em;
  315. -moz-border-radius: 10px;
  316. -webkit-border-radius: 10px;
  317. -khtml-border-radius: 10px;
  318. border-radius: 10px;
  319. }
  320. p {
  321. line-height: 1.3em;
  322. font-size: 1.1em;
  323. margin-bottom: 0.5em;
  324. }
  325. p.right {
  326. text-align: right;
  327. }
  328. p.right img {
  329. vertical-align: middle;
  330. }
  331. p.center {
  332. text-align: center;
  333. margin: 0px;
  334. }
  335. p.author {
  336. margin: 0 15em 0.6em 0;
  337. padding: 0 0 5px 0;
  338. font-family: Verdana,Arial,Helvetica,sans-serif;
  339. font-size: 1em;
  340. line-height: 1.2em;
  341. }
  342. p.nomargin {
  343. line-height: 1.3em;
  344. font-size: 1.1em;
  345. margin-bottom: 0em;
  346. }
  347. p.path {
  348. margin-left: 10px;
  349. clear: left;
  350. }
  351. fieldset {
  352. border-width: 0;
  353. font-family: Verdana,Arial,Helvetica,sans-serif;
  354. font-size: 1.1em;
  355. -moz-border-radius: 10px;
  356. -webkit-border-radius: 10px;
  357. -khtml-border-radius: 10px;
  358. border-radius: 10px;
  359. }
  360. fieldset.jumpbox {
  361. text-align: right;
  362. margin-top: 15px;
  363. height: 2.5em;
  364. -moz-border-radius: 10px;
  365. -webkit-border-radius: 10px;
  366. -khtml-border-radius: 10px;
  367. border-radius: 10px;
  368. }
  369. fieldset.quickmod {
  370. width: 50%;
  371. float: right;
  372. text-align: right;
  373. height: 2.5em;
  374. -moz-border-radius: 10px;
  375. -webkit-border-radius: 10px;
  376. -khtml-border-radius: 10px;
  377. border-radius: 10px;
  378. }
  379. label {
  380. cursor: default;
  381. padding-right: 5px;
  382. color: #5c758c;
  383. }
  384. label input {
  385. vertical-align: middle;
  386. }
  387. label img {
  388. vertical-align: middle;
  389. }
  390. hr {
  391. border: 0 none transparent;
  392. border-top: 1px solid transparent;
  393. height: 1px;
  394. margin: 5px 0;
  395. display: block;
  396. clear: both;
  397. }
  398. hr.dashed {
  399. border-top: 1px dashed transparent;
  400. margin: 5px 0;
  401. }
  402. img {
  403. border-width: 0;
  404. }
  405. blockquote {
  406. margin: 1em 1px 1em 25px;
  407. padding: 5px;
  408. background: #b8b8b8 url("http://illiweb.com/fa/prosilver/quote.gif") 6px 8px no-repeat;
  409. border: 1px solid #DBDBCE;
  410. font-size: 0.95em;
  411. margin: 1em 1px 1em 25px;
  412. overflow: hidden;
  413. }
  414. blockquote div {
  415. margin-left: 20px;
  416. }
  417. blockquote blockquote {
  418. background-color: #EFEED9;
  419. font-size: 1em;
  420. margin: 0.5em 1px 0pt 15px;
  421. }
  422. blockquote blockquote blockquote {
  423. background-color: #b8b8b8;
  424. }
  425. blockquote cite {
  426. font-style: normal;
  427. font-weight: bold;
  428. display: block;
  429. font-size: 0.9em;
  430. }
  431. blockquote cite cite {
  432. font-size: 1em;
  433. }
  434. blockquote.uncited {
  435. padding-top: 25px;
  436. }
  437. ul {
  438. list-style-type: none;
  439. }
  440. ul.ul-icons {
  441. float: left;
  442. margin: 0 10px;
  443. }
  444. * html table, * html select, * html input {
  445. font-size: 100%;
  446. }
  447. * html hr {
  448. margin: 0;
  449. }
  450.  
  451. /* Links-----------------------------------------------------*/
  452. a:link{
  453. color: #368ad2;
  454. text-decoration: none;
  455. }
  456. a:visited{
  457. color: #368ad2;
  458. text-decoration: none;
  459. }
  460. a:active{
  461. color: #368ad2;
  462. text-decoration: underline;
  463. }
  464. a:hover{
  465. color: #5c758c;
  466. text-decoration: none;
  467. }
  468. a.forumtitle {
  469. color: #368ad2;
  470. font-family: Arial,Helvetica,sans-serif;
  471. font-size: 1.2em;
  472. font-weight: bold;
  473. text-decoration: none;
  474. }
  475. a.forumtitle:hover {
  476. color: #5c758c;
  477. text-decoration: underline;
  478. }
  479. a.forumtitle:active {
  480. color: #368ad2;
  481. }
  482. a.topictitle {
  483. font-family: Verdana,Arial,Helvetica,sans-serif;
  484. font-size: 1.1em;
  485. font-weight: bold;
  486. color: #368ad2;
  487. text-decoration: none;
  488. }
  489. div.topic-title-container {
  490. display: inline;
  491. }
  492. .topic-title {
  493. display: inline;
  494. font-size: 12px;
  495. text-align: left;
  496. }
  497. .topic-title-post {
  498. }
  499. a.topictitle:hover {
  500. color: #5c758c;
  501. text-decoration: underline;
  502. }
  503. a.topictitle:active {
  504. color: #368ad2;
  505. }
  506.  
  507. /* Input------------------------------------------------------*/
  508. .inputbox {
  509. background-color: #b8b8b8;
  510. border: 1px solid #BCBCBC;
  511. color: #5c758c;
  512. padding: 2px;
  513. cursor: text;
  514. -moz-border-radius: 10px;
  515. -webkit-border-radius: 10px;
  516. -khtml-border-radius: 10px;
  517. border-radius: 10px;
  518. }
  519. .inputbox:hover {
  520. border: 1px solid #131313;
  521. }
  522. .inputbox:focus {
  523. border: 1px solid #131313;
  524. color: #5c758c;
  525. }
  526. input.inputbox{
  527. width: 85%;
  528. }
  529. input.medium{
  530. width: 50%;
  531. }
  532. input.narrow{
  533. width: 25%;
  534. }
  535. input.tiny{
  536. width: 110px;
  537. }
  538. textarea.inputbox {
  539. width: 85%;
  540. }
  541.  
  542. /* Input Button Form---------------------------------------------------------*/
  543. input.button1, input.button2, button.button2 {
  544. font-size: 1em;
  545. -moz-border-radius: 10px;
  546. -webkit-border-radius: 10px;
  547. -khtml-border-radius: 10px;
  548. border-radius: 10px;
  549. }
  550. a.button1, input.button1 {
  551. font-weight: bold;
  552. border: 1px solid #666666;
  553. }
  554. a.button2, input.button2, button.button2 {
  555. border: 1px solid #BCBCBC;
  556. }
  557. a.button1, input.button1, a.button2, input.button2, button.button2 {
  558. width: auto !important;
  559. padding: 2px 3px;
  560. font-family: Verdana,Arial,Helvetica,sans-serif;
  561. color: #000000;
  562. background-repeat: repeat-x;
  563. background-color: #FAFAFA;
  564. background-image: url('http://illiweb.com/fa/prosilver/bg_button.gif');
  565. background-position: top;
  566. overflow: visible;
  567. }
  568. body:last-child a.button1, input.button1, a.button2, input.button2, button.button2 {
  569.  
  570. /* Opera does not see this */
  571. padding: 1px 0;
  572. }
  573. a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, button.button2:hover {
  574. border: 1px solid #5c758c;
  575. color: #5c758c;
  576. background-position: 0 100%;
  577. }
  578. a.button1:link, a.button1:visited, a.button1:active, a.button2:link, a.button2:visited, a.button2:active {
  579. color: #368ad2;
  580. text-decoration: none;
  581. padding: 2px 8px;
  582. line-height: 250%;
  583. vertical-align: text-bottom;
  584. background-position: 0 1px;
  585. }
  586. * html input.button1, * html input.button2, * html button.button2 {
  587. padding-bottom: 0;
  588. margin-bottom: 1px;
  589. }
  590. *+html button.button2 {
  591. height: 24px;
  592. padding-right: 3px;
  593. padding-left: 3px;
  594. }
  595. *+html button.button2 img {
  596. vertical-align: middle;
  597. }
  598. * html button.button2 {
  599. height: 24px;
  600. padding-right: 3px;
  601. padding-left: 3px;
  602. }
  603. * html button.button2 img {
  604. vertical-align: middle;
  605. }
  606.  
  607. /* Fieldset dl---------------------------------------------------------*/
  608. fieldset dl {
  609. padding: 4px 0;
  610. -moz-border-radius: 10px;
  611. -webkit-border-radius: 10px;
  612. -khtml-border-radius: 10px;
  613. border-radius: 10px;
  614. }
  615. fieldset dt {
  616. float: left;
  617. width: 40%;
  618. text-align: left;
  619. display: block;
  620. }
  621. fieldset dd {
  622. margin-left: 41%;
  623. vertical-align: top;
  624. margin-bottom: 3px;
  625. }
  626. fieldset dl:hover dt label {
  627. color: #000000;
  628. }
  629. dt label {
  630. font-weight: bold;
  631. text-align: left;
  632. }
  633. dd label {
  634. white-space: nowrap;
  635. color: #5c758c;
  636. }
  637. dd input, dd textarea {
  638. margin-right: 3px;
  639. }
  640. dd select {
  641. width: auto;
  642. }
  643. dd textarea {
  644. width: 85%;
  645. }
  646.  
  647. /* Fieldset fields 1 et 2---------------------------------------------*/
  648. fieldset.fields1 dt {
  649. width: 10em;
  650. border-right-width: 0;
  651. -moz-border-radius: 10px;
  652. -webkit-border-radius: 10px;
  653. -khtml-border-radius: 10px;
  654. border-radius: 10px;
  655. }
  656. fieldset.fields1 dd {
  657. margin-left: 10em;
  658. border-left-width: 0;
  659. }
  660. fieldset.fields1 {
  661. background-color: transparent;
  662. }
  663. fieldset.fields1 div {
  664. margin-bottom: 3px;
  665. }
  666. fieldset.fields2 dt {
  667. width: 15em;
  668. border-right-width: 0;
  669. }
  670. fieldset.fields2 dd {
  671. margin-left: 16em;
  672. border-left-width: 0;
  673. }
  674. fieldset.fields2 dl:hover dt label {
  675. color: inherit;
  676. }
  677.  
  678. /* Fieldset submit---------------------------------------------*/
  679. fieldset.submit-buttons {
  680. text-align: center;
  681. vertical-align: middle;
  682. margin: 5px 0;
  683. -moz-border-radius: 10px;
  684. -webkit-border-radius: 10px;
  685. -khtml-border-radius: 10px;
  686. border-radius: 10px;
  687. }
  688. fieldset.submit-buttons input {
  689. vertical-align: middle;
  690. padding-top: 3px;
  691. padding-bottom: 3px;
  692. }
  693.  
  694. /* Fieldset polls---------------------------------------------*/
  695. fieldset.polls {
  696. font-family: Verdana,Arial,Helvetica,sans-serif;
  697. -moz-border-radius: 10px;
  698. -webkit-border-radius: 10px;
  699. -khtml-border-radius: 10px;
  700. border-radius: 10px;
  701. }
  702. fieldset.polls dl {
  703. margin-top: 5px;
  704. border-top: 1px solid #e2e2e2;
  705. padding: 5px 0 0 0;
  706. line-height: 120%;
  707. color: #5c758c;
  708. }
  709. fieldset.polls dt {
  710. text-align: left;
  711. float: left;
  712. display: block;
  713. width: 30%;
  714. border-right: none;
  715. padding: 0;
  716. margin: 0;
  717. font-size: 1.1em;
  718. }
  719. fieldset.polls dd {
  720. float: left;
  721. width: 10%;
  722. border-left: none;
  723. padding: 0 5px;
  724. margin-left: 0;
  725. font-size: 1.1em;
  726. }
  727.  
  728. /* Header-------------------------------------------------*/
  729. .headerbar {
  730. background-color: #;
  731. background-image: url('http://illiweb.com/fa/empty.gif');
  732. margin-bottom: 4px;
  733. padding: 0pt 5px;
  734. background-repeat: repeat-x;
  735. -moz-border-radius: 10px;
  736. -webkit-border-radius: 10px;
  737. -khtml-border-radius: 10px;
  738. border-radius: 10px;
  739. }
  740. * html .headerbar {
  741. height: 1%;
  742.  
  743. /* Hack IE layout */
  744. }
  745. *+ html .headerbar {
  746. min-height: 1px;
  747. }
  748. #logo-desc {
  749. margin: 0px;
  750. padding: 0px;
  751. text-align: center;
  752. }
  753. #logo {
  754. float: none;
  755. padding: 5px;
  756. }
  757. a#logo:hover {
  758. text-decoration: none;
  759. }
  760. #site-title,#site-title h1 {
  761. font-family: ;
  762. color: #;
  763. font-size: 20px;
  764. font-weight: bold;
  765. padding-top: 15px;
  766. }
  767. #site-title h1 {
  768. padding-top: 0;
  769. }
  770. #logo-desc p {
  771. margin: 0px;
  772. padding: 0px;
  773. color: #;
  774. }
  775.  
  776. /* Menu-------------------------------------------------*/
  777. .navbar {
  778. clear: both;
  779. background-color: #131313;
  780. padding:0px 10px;
  781. background-image: url('http://i30.servimg.com/u/f30/14/70/09/25/gradie12.png') ;
  782. background-repeat: repeat-x;
  783. background-position: 0 0;
  784. border: 1px solid #101010;
  785.  
  786. -moz-border-radius: 10px;
  787. -webkit-border-radius: 10px;
  788. -khtml-border-radius: 10px;
  789. border-radius: 10px;
  790. }
  791. ul.navlinks {
  792. border-bottom: 1px solid transparent;
  793. font-weight: bold;
  794. text-align: center;
  795. }
  796. ul.borderless {
  797. border-bottom: 0;
  798. }
  799. ul.linklist li {
  800. list-style-type: none;
  801. width: auto;
  802. font-size: 1.1em;
  803. line-height: 2.2em;
  804. display: inline;
  805. }
  806. ul.linklist li a img {
  807. vertical-align: middle;
  808. }
  809. .search-box {
  810. margin-top: 3px;
  811. margin-left: 5px;
  812. float: left;
  813. }
  814. #search-box {
  815. margin-top: 10px;
  816. margin-right: 5px;
  817. float: right;
  818. white-space: nowrap;
  819.  
  820. /* For Opera */
  821. }
  822. * html #search-box {
  823. margin-right: 35px;
  824. }
  825. #search-box #keywords {
  826. width: 95px;
  827. background-color: #b8b8b8;
  828. }
  829. #search-box input, {
  830. border: 1px solid #BCBCBC;
  831. }
  832. #search-box input.button1 {
  833. padding: 1px 5px;
  834. }
  835. input.search {
  836. background-image: url('http://illiweb.com/fa/prosilver/icon_textbox_search.gif');
  837. background-repeat: no-repeat;
  838. background-position: left 1px;
  839. padding-left: 17px;
  840. }
  841. ul.linklist li.rightside {
  842. float: right;
  843. }
  844. ul.linklist li.footer-home {
  845. float: left;
  846. }
  847. p.rightside {
  848. float: right;
  849. margin-right: 5px;
  850. }
  851.  
  852. /* Code block------------------------------------------------*/
  853. dl.codebox {
  854. padding: 3px;
  855. background-color: #FFFFFF;
  856. border: 1px solid #C9D2D8;
  857. font-size: 1em;
  858. -moz-border-radius: 10px;
  859. -webkit-border-radius: 10px;
  860. -khtml-border-radius: 10px;
  861. border-radius: 10px;
  862. }
  863. dl.codebox dt {
  864. text-transform: uppercase;
  865. border-bottom: 1px solid #CCCCCC;
  866. margin-bottom: 3px;
  867. font-size: 0.8em;
  868. font-weight: bold;
  869. display: block;
  870. }
  871. blockquote dl.codebox {
  872. margin-left: 0;
  873. }
  874. dl.codebox code {
  875. overflow: auto;
  876. display: block;
  877. height: auto;
  878. max-height: 200px;
  879. white-space: normal;
  880. padding-top: 5px;
  881. font: 0.9em Courier,Courier New,sans-serif;
  882. line-height: 1.3em;
  883. color: #2E8B57;
  884. margin: 2px 0;
  885. }
  886.  
  887. /* Table-------------------------------------------------*/
  888. .forabg {
  889. margin-bottom: 4px;
  890. clear: both;
  891. background-color: #131313;
  892. background-image: url('http://i30.servimg.com/u/f30/14/70/09/25/gradie12.png');
  893. background-repeat: repeat-x;
  894. background-position: 0 0;
  895. border: 2px solid #;
  896. padding: 0px 5px;
  897. border: 1px solid #101010;
  898. -moz-border-radius: 10px;
  899. -webkit-border-radius: 10px;
  900. -khtml-border-radius: 10px;
  901. border-radius: 10px;
  902. }
  903. * html .forabg {
  904. position: relative;
  905. height: 1%;
  906. }
  907. *+ html .forabg {
  908. min-height: 1px;
  909. }
  910. .forumbg {
  911. background-color: #131313;
  912. background-image: url('http://i30.servimg.com/u/f30/14/70/09/25/gradie12.png');
  913. background-repeat: repeat-x;
  914. background-position: 0 0;
  915. border: 2px solid #;
  916. padding: 0px 5px;
  917. margin-bottom: 4px;
  918. clear: both;
  919. border: 1px solid #101010;
  920. -moz-border-radius: 10px;
  921. -webkit-border-radius: 10px;
  922. -khtml-border-radius: 10px;
  923. border-radius: 10px;
  924. }
  925. * html .forumbg {
  926. height: 1%;
  927. }
  928. *+ html .forumbg {
  929. min-height: 1px;
  930. }
  931. .forumbg table.table1 {
  932. margin: 0 -2px -1px -1px;
  933. }
  934. ul.topiclist {
  935. list-style-type: none;
  936. margin: 0;
  937. background-image: url("http://illiweb.com/fa/empty.gif");
  938. background-repeat: repeat-x;
  939. color: #5c758c;
  940. }
  941. * html ul.topiclist {
  942. height: 1%;
  943. }
  944. *+ html ul.topiclist {
  945. min-height: 1px;
  946. }
  947. ul.topiclist li {
  948. display: block;
  949. margin: 0;
  950. }
  951. * html ul.topiclist li {
  952. position: relative;
  953. }
  954. ul.topiclist li.row dl {
  955. padding: 2px 0;
  956. }
  957. ul.forums li.row dl {
  958. min-height: 42px;
  959. }
  960. * html ul.forums li.row dl {
  961. height: 42px;
  962. }
  963. ul.topiclist dt,ul.topiclist dd.dterm {
  964. display: block;
  965. float: left;
  966. width: 60%;
  967. font-size: 1.1em;
  968. padding-left: 5px;
  969. padding-right: 5px;
  970. }
  971. ul.topiclist dfn {
  972. display: none;
  973. }
  974. ul.topics li.header dl.icon dt {
  975. padding-right: 50px;
  976. }
  977. ul.topics dt,ul.topics dd.dterm {
  978. padding-left: 45px;
  979. display: block;
  980. float: left;
  981. width: 50%;
  982. }
  983. ul.topics dd {
  984. display: block;
  985. float: left;
  986. }
  987. ul.forums {
  988. background-color: #131313;
  989. background-image: none;
  990. }
  991. li.header dl.icon {
  992. min-height: 0;
  993. }
  994. li.header dl.icon dt {
  995. padding-left: 0;
  996. }
  997. li.header dt {
  998. font-weight: bold;
  999. }
  1000. li.header dd {
  1001. margin-left: 1px;
  1002. }
  1003. dl.icon {
  1004. min-height: 35px;
  1005. background-position: 10px 50%;
  1006. background-repeat: no-repeat;
  1007. height: auto !important;
  1008. height: 35px;
  1009. }
  1010. dl.icon dt,dl.icon dd.dterm {
  1011. background-repeat: no-repeat;
  1012. background-position: 5px 50%;
  1013.  
  1014. /* Center icons */
  1015. }
  1016. li.header dt, li.header dd {
  1017. line-height: 1em;
  1018. border-left-width: 0;
  1019. margin: 2px 0 4px 0;
  1020. color: #fcfcfc;
  1021. padding-top: 2px;
  1022. padding-bottom: 2px;
  1023. font-size: 1em;
  1024. font-family: Arial,Helvetica,sans-serif,Verdana,Arial,Helvetica,sans-serif;
  1025. text-transform: uppercase;
  1026. }
  1027. li.row {
  1028. border-top: 1px solid transparent;
  1029. border-bottom: 1px solid transparent;
  1030. }
  1031. li.row:hover {
  1032. background-color: #;
  1033. }
  1034. ul.topiclist dd {
  1035. border-left: 1px solid transparent;
  1036. display: block;
  1037. float: left;
  1038. padding: 4px 0;
  1039. }
  1040. ul.topiclist li.header dl dd {
  1041. border: none;
  1042. }
  1043. dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
  1044. display:block;
  1045. padding-left:5px;
  1046. }
  1047. ul.pmlist dt {
  1048. padding-left: 45px;
  1049. }
  1050. ul.forums dd {
  1051. border-color: transparent;
  1052. border-left-style: solid;
  1053. border-left-width: 1px;
  1054. }
  1055. li.row:hover dd {
  1056. border-left-color: transparent;
  1057. }
  1058. .mod-text {
  1059. font-weight: bold;
  1060. }
  1061. .hierarchy {
  1062. display: inline;
  1063. text-transform: none;
  1064. border: none;
  1065. font-size: 1em !important;
  1066. }
  1067.  
  1068. /* Panel----------------------------------------------*/
  1069. .panel {
  1070. margin-bottom: 4px;
  1071. padding: 0px 10px;
  1072. background-color: #131313;
  1073. color: #5c758c;
  1074.  
  1075. border: 1px solid #101010;
  1076. -moz-border-radius: 10px;
  1077. -webkit-border-radius: 10px;
  1078. -khtml-border-radius: 10px;
  1079. border-radius: 10px;
  1080. }
  1081. * html .panel {
  1082. height: 1%;
  1083. }
  1084. *+ html .panel {
  1085. min-height: 1px;
  1086. }
  1087. .content h2, .panel h2 {
  1088. color: #;
  1089. border-bottom: 1px solid #;
  1090. font-weight: normal;
  1091. font-size: 1.6em;
  1092. margin-top: 0.5em;
  1093. margin-bottom: 0.5em;
  1094. padding-bottom: 0.5em;
  1095. }
  1096. .content h2.h3 , .panel h2.h3 {
  1097. font-size: 1.05em;
  1098. font-weight: bold;
  1099. }
  1100. .content h1, .panel h1 {
  1101. color: #;
  1102. border-bottom: 1px solid #;
  1103. font-weight: normal;
  1104. font-size: 1.6em;
  1105. margin-top: 0.5em;
  1106. margin-bottom: 0.5em;
  1107. padding-bottom: 0.5em;
  1108. }
  1109. .panel h3 {
  1110. margin: 0.5em 0;
  1111. }
  1112. .panel-left {
  1113. float: left;
  1114. width: 47%;
  1115. }
  1116. .panel-right {
  1117. float: right;
  1118. width: 47%;
  1119. }
  1120. .panel p, .panel div.mes-txt {
  1121. font-size: 1.2em;
  1122. margin-bottom: 1em;
  1123. line-height: 1.4em;
  1124. }
  1125.  
  1126. /* Post----------------------------------------------*/
  1127. .post {
  1128. padding: 0 10px;
  1129. margin-bottom: 4px;
  1130.  
  1131. background-image: url('http://i30.servimg.com/u/f30/14/70/09/25/gradie12.png') ;
  1132. background-repeat: repeat-x;
  1133. background-position: 0 0;
  1134.  
  1135. border: 1px solid #101010;
  1136. -moz-border-radius: 10px;
  1137. -webkit-border-radius: 10px;
  1138. -khtml-border-radius: 10px;
  1139. border-radius: 10px;
  1140. }
  1141. *+ html .post {
  1142. word-wrap: break-word;
  1143. }
  1144. * html .post {
  1145. word-wrap: break-word;
  1146. }
  1147. .post ul {
  1148. list-style-type: disc;
  1149. }
  1150. .postprofile {
  1151. color: #5c758c;
  1152. margin: 5px 0 0px 0;
  1153. min-height: 80px;
  1154. border-right-style: solid;
  1155. border-right-width: 1px;
  1156. border-color: transparent;
  1157. width: 22%;
  1158. float: left;
  1159. display: inline;
  1160. position: relative;
  1161. }
  1162. * html .postprofile {
  1163. overflow: hidden;
  1164. }
  1165. .postprofile dd, .postprofile dt {
  1166. line-height: 1.2em;
  1167. margin-left: 8px;
  1168. }
  1169. .postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
  1170. font-weight: bold;
  1171. color: #368ad2;
  1172. text-decoration: none;
  1173. }
  1174. .postprofile a:hover, .postprofile dt.author a:hover {
  1175. text-decoration: underline;
  1176. color: #5c758c;
  1177. }
  1178. .vote {
  1179. float: right;
  1180. width: 9px;
  1181. margin-left: 4px;
  1182. }
  1183. .vote .vote-button {
  1184. text-align: center;
  1185. font-weight: bold;
  1186. margin-left: -1px;
  1187. }
  1188. .vote .vote-button a {
  1189. text-decoration: none !important;
  1190. }
  1191. .vote .vote-bar {
  1192. width: 3px;
  1193. height: 50px;
  1194. margin: 0 auto;
  1195. border: 1px solid #5c758c;
  1196. font-size: 0;
  1197. }
  1198. .vote .vote-no-bar {
  1199. letter-spacing:-2px;
  1200. margin-left:-2px;
  1201. white-space:nowrap;
  1202. }
  1203. .vote .vote-bar-plus {
  1204. background-color: #0f0;
  1205. }
  1206. .vote .vote-bar-minus {
  1207. background-color: #f00;
  1208. }
  1209.  
  1210. /* dl dt dd----------------------------------------------*/
  1211. dd.lastpost {
  1212. width: 20%;
  1213. font-size: 1.1em;
  1214. -moz-border-radius: 10px;
  1215. -webkit-border-radius: 10px;
  1216. -khtml-border-radius: 10px;
  1217. border-radius: 10px;
  1218. }
  1219. dd.mark {
  1220. float: right !important;
  1221. width: 9%;
  1222. text-align: center;
  1223. line-height: 200%;
  1224. font-size: 1.2em;
  1225. }
  1226. dd.posts, dd.topics, dd.views {
  1227. width: 8%;
  1228. text-align: center;
  1229. line-height: 2.2em;
  1230. font-size: 1.2em;
  1231. border: none;
  1232. }
  1233. dd.info {
  1234. width: 30%;
  1235. }
  1236. dl.details {
  1237. font-size: 1.1em;
  1238. }
  1239. dl.details dt {
  1240. float: left;
  1241. width: 10em;
  1242. text-align: right;
  1243. color: #5c758c;
  1244. display: block;
  1245. }
  1246. dl.details dd {
  1247. margin-left: 10em;
  1248. padding-left: 5px;
  1249. margin-bottom: 5px;
  1250. color: #5c758c;
  1251. }
  1252. .span-tab {
  1253. font-size: 0.9em;
  1254. }
  1255.  
  1256. /* Cp-main----------------------------------------------*/
  1257. #cp-main {
  1258. float: left;
  1259. width: 98%;
  1260. margin-left: 20px;
  1261. -moz-border-radius: 10px;
  1262. -webkit-border-radius: 10px;
  1263. -khtml-border-radius: 10px;
  1264. border-radius: 10px;
  1265. }
  1266. * html #cp-main {
  1267. margin-left: 10px;
  1268. }
  1269. #cp-main h1 {
  1270. color: #5c758c;
  1271. border-bottom: none;
  1272. padding: 0;
  1273. margin-left: 10px;
  1274. }
  1275. #cp-main h3, #cp-main hr {
  1276. border-color: #bfbfbf;
  1277. }
  1278. #cp-main .content {
  1279. padding: 0;
  1280. }
  1281. ul.cplist {
  1282. margin-bottom: 5px;
  1283. border-top: 1px solid #;
  1284. }
  1285.  
  1286. /* Panel----------------------------------------------*/
  1287. #cp-main .panel {
  1288. background-color: #1a1a1a;
  1289. -moz-border-radius: 10px;
  1290. -webkit-border-radius: 10px;
  1291. -khtml-border-radius: 10px;
  1292. border-radius: 10px;
  1293. }
  1294. #cp-main .panel.sig {
  1295. background-color: #CADCEB;
  1296. }
  1297. #cp-main .panel p {
  1298. font-size: 1.1em;
  1299. }
  1300. #cp-main .panel ol {
  1301. margin-left: 2em;
  1302. font-size: 1.1em;
  1303. }
  1304. #cp-main .panel li.row {
  1305. border-bottom: 1px solid #;
  1306. border-top: 1px solid #;
  1307. }
  1308.  
  1309. /* Table----------------------------------------------*/
  1310. #cp-main table.table1 {
  1311. margin-bottom: 1em;
  1312. -moz-border-radius: 10px;
  1313. -webkit-border-radius: 10px;
  1314. -khtml-border-radius: 10px;
  1315. border-radius: 10px;
  1316. }
  1317. #cp-main table.table1 thead th {
  1318. color: #5c758c;
  1319. font-weight: bold;
  1320. border-bottom: 1px solid #333333;
  1321. padding: 5px;
  1322. }
  1323. #cp-main table.table1 tbody th {
  1324. font-style: italic;
  1325. background-color: transparent !important;
  1326. border-bottom: none;
  1327. }
  1328.  
  1329. /* Table----------------------------------------------*/
  1330. #ucp-main table.table1 {
  1331. padding: 2px;
  1332. }
  1333. table.table1 {
  1334. width: 99%;
  1335.  
  1336. /* IE < 6 browsers */
  1337. width: 100%;
  1338. }
  1339. html>body table.table1 {
  1340. width: 100%;
  1341. }
  1342. table.table1 thead th {
  1343. font-weight: normal;
  1344. text-transform: uppercase;
  1345. color: #fcfcfc;
  1346. line-height: 1.3em;
  1347. font-size: 1em;
  1348. padding: 0 0 4px 3px;
  1349. }
  1350. table.table1 thead th span {
  1351. padding-left: 7px;
  1352. }
  1353. table.table1 tbody tr {
  1354. border: 1px solid #131313;
  1355. }
  1356. table.table1 tbody tr:hover, table.table1 tbody tr.hover {
  1357. background-color: #;
  1358. color: #5c758c;
  1359. }
  1360. table.table1 td {
  1361. color: #5c758c;
  1362. font-size: 1.1em;
  1363. }
  1364. table.table1 tbody td {
  1365. padding: 5px;
  1366. border-top: 1px solid transparent;
  1367. }
  1368. table.table1 tbody th {
  1369. padding: 5px;
  1370. border-bottom: 1px solid #000000;
  1371. text-align: left;
  1372. color: #fcfcfc;
  1373. background-color: #131313;
  1374. }
  1375. table.table1 .name{
  1376. text-align: left;
  1377. }
  1378. table.table1 .posts{
  1379. text-align: center !important;
  1380. width: 7%;
  1381. }
  1382. table.table1 .joined{
  1383. text-align: left;
  1384. width: 15%;
  1385. }
  1386. table.table1 .active{
  1387. text-align: left;
  1388. width: 15%;
  1389. }
  1390. table.table1 .mark{
  1391. text-align: center;
  1392. width: 7%;
  1393. }
  1394. table.table1 .info{
  1395. text-align: left;
  1396. width: 30%;
  1397. }
  1398. table.table1 .info div{
  1399. width: 100%;
  1400. white-space: nowrap;
  1401. overflow: hidden;
  1402. }
  1403. table.table1 .autocol{
  1404. line-height: 2em;
  1405. white-space: nowrap;
  1406. }
  1407. table.table1 thead .autocol {
  1408. padding-left: 1em;
  1409. }
  1410. table.table1 .stats{
  1411. text-align: center;
  1412. width: 12%;
  1413. }
  1414. table.table1 .edit{
  1415. width: 5%;
  1416. text-align: right;
  1417. vertical-align: top;
  1418. }
  1419. table.table1 .alignv{
  1420. vertical-align: top;
  1421. }
  1422. td.avatar-mini img {
  1423. background-color: #fff;
  1424. border: 1px solid #;
  1425. vertical-align: middle;
  1426. width: 38px;
  1427. height: 38px;
  1428. }
  1429.  
  1430. /* FAQ----------------------------------------------*/
  1431. dl.faq {
  1432. font-family: Verdana,Arial,Helvetica,sans-serif;
  1433. font-size: 1.1em;
  1434. margin-top: 1em;
  1435. margin-bottom: 2em;
  1436. line-height: 1.4em;
  1437. -moz-border-radius: 10px;
  1438. -webkit-border-radius: 10px;
  1439. -khtml-border-radius: 10px;
  1440. border-radius: 10px;
  1441. }
  1442. dl.faq dt {
  1443. font-weight: bold;
  1444. color: #5c758c;
  1445. }
  1446. dl.faq dd p {
  1447. text-align: justify;
  1448. border: 1px dashed transparent;
  1449. padding: 5px;
  1450. margin: 5px;
  1451. font-size: 1em;
  1452. }
  1453. dl.faq ul {
  1454. list-style-type: disc;
  1455. list-style-position: inside;
  1456. }
  1457. dl.faq ol {
  1458. list-style-position: inside;
  1459. }
  1460. .content dl.faq {
  1461. font-size: 1.2em;
  1462. margin-bottom: 0.5em;
  1463. }
  1464.  
  1465. /* Tabs----------------------------------------------*/
  1466. #tabs {
  1467. line-height: normal;
  1468. margin: 20px 0 -1px 7px;
  1469. -moz-border-radius: 10px;
  1470. -webkit-border-radius: 10px;
  1471. -khtml-border-radius: 10px;
  1472. border-radius: 10px;
  1473.  
  1474. /*min-width: 570px;
  1475. */
  1476. }
  1477. #tabs ul {
  1478. margin:0;
  1479. padding: 0;
  1480. list-style: none;
  1481. }
  1482. #tabs li {
  1483. display: inline;
  1484. margin: 0;
  1485. padding: 0;
  1486. font-size: 1em;
  1487. font-weight: bold;
  1488. }
  1489. #tabs a {
  1490. float: left;
  1491. background: #131313 none no-repeat 0% -35px;
  1492. margin: 0 1px 1px 0;
  1493. padding: 0 0 0 5px;
  1494. text-decoration: none;
  1495. position: relative;
  1496. cursor: pointer;
  1497. }
  1498. #tabs a span {
  1499. float: left;
  1500. display: block;
  1501. background: none no-repeat 100% -35px;
  1502. padding: 6px 10px 6px 5px;
  1503. color: #5c758c;
  1504. white-space: nowrap;
  1505. }
  1506. #tabs a:hover span {
  1507. color: #5c758c;
  1508. }
  1509. #tabs .activetab a {
  1510. background-position: 0 0;
  1511. margin-bottom: -1px;
  1512. border-bottom: 1px solid #131313;
  1513. background-color: #131313;
  1514. }
  1515. #tabs .activetab a span {
  1516. background-position: 100% 0;
  1517. padding-bottom: 7px;
  1518. color: #333333;
  1519. }
  1520. #tabs a:hover {
  1521. background-position: 0 -70px;
  1522. background-color: #131313;
  1523. }
  1524. #tabs a:hover span {
  1525. background-position:100% -70px;
  1526. }
  1527. #tabs .activetab a:hover {
  1528. background-position: 0 0;
  1529. }
  1530. #tabs .activetab a:hover span {
  1531. color: #000000;
  1532. background-position: 100% 0;
  1533. }
  1534. * html #tabs,* html .post,* html .navbar,* html fieldset dl,* html ul.topiclist dl,* html ul.linklist,* html dl.polls {
  1535. height: 1%;
  1536. }
  1537. *+ html #tabs,*+ html .post,*+ html .navbar,*+ html fieldset dl,*+ html ul.topiclist dl,*+ html ul.linklist,*+ html dl.polls {
  1538. min-height: 1px;
  1539. }
  1540. #tabs:after, .post:after, .navbar:after, fieldset dl:after, ul.topiclist dl:after, ul.linklist:after, dl.polls:after {
  1541. content: ".";
  1542. display: block;
  1543. height: 0;
  1544. clear: both;
  1545. visibility: hidden;
  1546. }
  1547.  
  1548. /* Smilies-------------------------------------------------*/
  1549. #smiley-box {
  1550. float: right;
  1551. margin-top: 25px;
  1552. width: 18%;
  1553. background-color: #131313;
  1554. -moz-border-radius: 10px;
  1555. -webkit-border-radius: 10px;
  1556. -khtml-border-radius: 10px;
  1557. border-radius: 10px;
  1558. }
  1559. #smiley-box.sig{
  1560. margin-top: 15px;
  1561. }
  1562. #smiley-box-wysiwyg {
  1563. float: left;
  1564. margin: 25px 0px 0px 15px;
  1565. width: 20%;
  1566. background-color: #131313;
  1567. }
  1568. * html #smiley-box-wysiwyg {
  1569. margin: 25px 3px 0px 0px;
  1570. }
  1571. *+html #smiley-box-wysiwyg {
  1572. margin: 25px 3px 0px 0px;
  1573. }
  1574. #smiley-box iframe{
  1575. border: none;
  1576. overflow: auto;
  1577. height: 300px;
  1578. width: 100%;
  1579. height: 280px;
  1580. background-color: #131313;
  1581. }
  1582. #smiley-box-wysiwyg iframe{
  1583. border: none;
  1584. overflow: auto;
  1585. height: 300px;
  1586. width: 100%;
  1587. height: 280px;
  1588. background-color: #131313;
  1589. }
  1590. .smiley-element img {
  1591. margin: 0px 15px 10px 0px;
  1592. }
  1593.  
  1594. /* Page numbering-------------------------------------------------*/
  1595. .pagination {
  1596. width: auto;
  1597. text-align: right;
  1598. margin-top: 5px;
  1599. float: right;
  1600. }
  1601. * html .pagination {
  1602. height: 1%;
  1603. }
  1604. *+ html .pagination {
  1605. min-height: 1px;
  1606. }
  1607. .row .pagination {
  1608. display: block;
  1609. float: right;
  1610. width: auto;
  1611. margin-top: 0;
  1612. padding: 1px 0 1px 15px;
  1613. font-size: 0.9em;
  1614. background: url("http://illiweb.com/fa/prosilver/icon_pages.gif") 0 50% no-repeat;
  1615. }
  1616. .pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
  1617. font-weight: normal;
  1618. text-decoration: none;
  1619. color: #5C758C;
  1620. background-color: #1a1a1a;
  1621. margin: 0 2px;
  1622. padding: 0 2px;
  1623. border: 1px solid #B4BAC0;
  1624. font-size: 0.9em;
  1625. line-height: 1.5em;
  1626. }
  1627. .pagination span a:hover {
  1628. border-color: #368AD2;
  1629. background-color: #368ad2;
  1630. color: #FFF;
  1631. text-decoration: none;
  1632. }
  1633. .pagination span a.pag-img {
  1634. border: none;
  1635. background-color: transparent;
  1636. }
  1637. .pagination span a.pag-img:hover {
  1638. background-color: transparent;
  1639. }
  1640. .pagination span strong {
  1641. padding: 0 2px;
  1642. margin: 0 2px;
  1643. background-color: #627DA3;
  1644. border: 1px solid #627DA3;
  1645. color:#FFFFFF;
  1646. font-size: 0.9em;
  1647. }
  1648. .pagination span.page-sep {
  1649. display:none;
  1650. }
  1651. #cp-main .pagination {
  1652. float: right;
  1653. width: auto;
  1654. padding-top: 1px;
  1655. }
  1656.  
  1657. /* Postbody (preview)---------------------------------------------------*/
  1658. .postbody {
  1659. padding: 0;
  1660. line-height: 1.48em;
  1661. color: #5c758c;
  1662. width: 76%;
  1663. float: right;
  1664. clear: both;
  1665. -moz-border-radius: 10px;
  1666. -webkit-border-radius: 10px;
  1667. -khtml-border-radius: 10px;
  1668. border-radius: 10px;
  1669. }
  1670. .postbody .topic-title {
  1671. font-size: 1.5em;
  1672. padding: 2px 0 0 0;
  1673. margin: 0 0 0.3em 0 !important;
  1674. text-transform: none;
  1675. border: none;
  1676. font-family: Verdana,Arial,Helvetica,sans-serif;
  1677. line-height: 125%;
  1678. color: #5c758c;
  1679. font-weight: bold;
  1680. }
  1681. .postbody .content {
  1682. font-size: 1.3em;
  1683. }
  1684. .postbody ul.profile-icons {
  1685. float: right;
  1686. width: auto;
  1687. padding: 0;
  1688. margin-right: 45px;
  1689. }
  1690. .postbody ul.profile-icons img {
  1691. cursor: pointer;
  1692. }
  1693. .postbody ul.profile-icons li {
  1694. margin: 0 3px;
  1695. }
  1696. .postbody h3 img {
  1697. vertical-align: bottom;
  1698. }
  1699. * html .postbody h3 img {
  1700. vertical-align: middle;
  1701. }
  1702. .search .postbody {
  1703. width: 68%;
  1704. }
  1705. .search .postbody ol,.search .postbody ul {
  1706. margin-left: 1.8em;
  1707. }
  1708. #cp-main .postbody p {
  1709. font-size: 1.1em;
  1710. }
  1711. #cp-main .postbody h3 {
  1712. margin-top: 0;
  1713. }
  1714. .content {
  1715. color: #5c758c;
  1716. min-height: 3em;
  1717. overflow: hidden;
  1718. line-height: 1.4em;
  1719. font-family: Verdana,Arial,Helvetica,sans-serif;
  1720. font-size: 1em;
  1721. }
  1722. .content blockquote {
  1723. color: #f2f2f2;
  1724. }
  1725. .content p {
  1726. font-family: Verdana,Arial,Helvetica,sans-serif;
  1727. font-size: 1.2em;
  1728. margin-bottom: 1em;
  1729. line-height: 1.4em;
  1730. }
  1731. .content li {
  1732. list-style-type: inherit;
  1733. }
  1734. .content ul, .content ol {
  1735. margin-bottom: 1em;
  1736. margin-left: 3em;
  1737. }
  1738.  
  1739. /* Profile icons-------------------------------------------------*/
  1740. ul.profile-icons {
  1741. margin-top: 10px;
  1742. list-style: none;
  1743. -moz-border-radius: 10px;
  1744. -webkit-border-radius: 10px;
  1745. -khtml-border-radius: 10px;
  1746. border-radius: 10px;
  1747. }
  1748. ul.profile-icons li {
  1749. float: left;
  1750. margin: 0 6px 3px 0;
  1751. background-position: 0 100%;
  1752. }
  1753. * html ul.profile-icons li {
  1754. width: 1px;
  1755. }
  1756. ul.profile-icons li a {
  1757. display: block;
  1758. width: 100%;
  1759.  
  1760. /*height: 100%;
  1761. */
  1762. background-position: 0 0;
  1763. }
  1764. ul.profile-icons li span {
  1765. display:none;
  1766. }
  1767. ul.profile-icons li a:hover {
  1768. background: none;
  1769. }
  1770.  
  1771. /* Advanced profile-------------------------------------------------*/
  1772. #profile-advanced-layout {
  1773. float: left;
  1774. margin-right: -300px;
  1775. width: 100%;
  1776. -moz-border-radius: 10px;
  1777. -webkit-border-radius: 10px;
  1778. -khtml-border-radius: 10px;
  1779. border-radius: 10px;
  1780. }
  1781. #profile-advanced-left {
  1782. margin-right: 300px;
  1783. }
  1784. #profile-advanced-left #tabs {
  1785. margin-top: 4px;
  1786. }
  1787. #profile-advanced-avatar {
  1788. float: left;
  1789. width: 30%;
  1790. }
  1791. #profile-advanced-points, #profile-advanced-reputation {
  1792. float: left;
  1793. }
  1794. #profile-advanced-avatar .module, #profile-advanced-points .module, #profile-advanced-reputation .module, #profile-advanced-details {
  1795. margin-right: 4px;
  1796. }
  1797. #profile-advanced-avatar .module, #profile-advanced-points .module, #profile-advanced-reputation .module, #profile-advanced-right .module {
  1798. margin-bottom: 4px;
  1799. }
  1800. #profile-advanced-details .pagination {
  1801. float: left;
  1802. }
  1803. #profile-advanced-details ol {
  1804. list-style: none;
  1805. }
  1806. #profile-advanced-details ol li {
  1807. display: block;
  1808. margin-bottom: 4px;
  1809. }
  1810. #profile-advanced-details .avatar {
  1811. float: left;
  1812. }
  1813. .avatar {
  1814. width: 50px;
  1815. border: 1px solid #;
  1816. background-color: #fff;
  1817. }
  1818. .avatar img {
  1819. width: 50px;
  1820. }
  1821. .friend-block .avatar {
  1822. margin: 0 auto;
  1823. cursor:pointer;
  1824. }
  1825. .friend-block {
  1826. float: left;
  1827. width: 68px;
  1828. margin: 1px;
  1829. text-align: center;
  1830. overflow: hidden;
  1831. }
  1832. .friend_list_online_status {
  1833. line-height: 11px;
  1834. font-size: .8em;
  1835. }
  1836. .friend_list_online_status img {
  1837. vertical-align: middle;
  1838. }
  1839. .friends-foes-list {
  1840. float: left;
  1841. width: 200px;
  1842. height: 2em;
  1843. }
  1844. #profile-advanced-details .message-block {
  1845. margin-left: 57px;
  1846. }
  1847. #profile-advanced-details .message-header {
  1848. border-top: 1px solid #131313;
  1849. background: #131313;
  1850. padding: 4px;
  1851. margin-bottom: 4px;
  1852. }
  1853. #profile-advanced-details .message-date {
  1854. float: right;
  1855. }
  1856. #profile-advanced-details .message-body {
  1857. margin-bottom: 4px;
  1858. }
  1859. #profile-advanced-details .message-footer {
  1860. text-align: right;
  1861. }
  1862. #profile-advanced-details .message-footer li {
  1863. display: inline;
  1864. margin: 0 0.25em;
  1865.  
  1866. /* Spacing between generation dot */
  1867. }
  1868. #profile-advanced-details .message-footer li:after {
  1869. content: ' .';
  1870.  
  1871. /* Beware of character: can create a whitepage in IE6 if char does not exist in lang. */
  1872. }
  1873. #profile-advanced-details .message-footer li a {
  1874. margin-right: 0.25em;
  1875.  
  1876. /* Spacing between generation dot */
  1877. text-decoration: underline;
  1878. }
  1879. #profile-advanced-details .message-footer li.last:after {
  1880. content: normal;
  1881. }
  1882. #profile-advanced-layout #new-message {
  1883. position: relative;
  1884.  
  1885. /*margin-top: 10px;
  1886. */
  1887. margin-top: -2em;
  1888. clear:both;
  1889. }
  1890. #profile-advanced-layout #tabs {
  1891.  
  1892. /*position: absolute;
  1893. */
  1894. bottom: 0;
  1895. }
  1896.  
  1897. /*#profile-advanced-layout #new-message-link {
  1898. position: absolute;
  1899. bottom: 0;
  1900. right: 4px;
  1901. padding-bottom: 10px;
  1902. }
  1903. */
  1904. #profile-advanced-layout #tabs #new-message-link {
  1905. float: right;
  1906. bottom: 0;
  1907. right: 4px;
  1908. padding-bottom: 10px;
  1909. position:absolute;
  1910. }
  1911. #profile-advanced-layout #tabs #new-message-link a {
  1912. background: none;
  1913. float: none;
  1914. margin: 0 5px 0 0;
  1915. padding: 0;
  1916. }
  1917. #profile-advanced-details .top {
  1918. margin-bottom: 16px;
  1919. }
  1920. #profile-advanced-details .bottom {
  1921. margin-top: 16px;
  1922. }
  1923. #profile-advanced-right {
  1924. float: right;
  1925. width: 300px;
  1926. }
  1927. #profile-advanced-add {
  1928. margin-right: 4px;
  1929. padding: 8px 0;
  1930. text-align: right;
  1931. }
  1932. #profile-advanced-details .stats-field {
  1933. margin: 4px 0 10px 4px;
  1934. padding: 0 10px 6px;
  1935. }
  1936. #profile-advanced-details .stats-field legend {
  1937. font-weight: bold;
  1938. }
  1939. #profile-advanced-details .stats-field ul {
  1940. list-style-type:none;
  1941. text-indent: 10px;
  1942. padding: 0;
  1943. }
  1944. #profile-advanced-details .stats-field li {
  1945. margin: 4px 0;
  1946. }
  1947.  
  1948. /* Message-box-------------------------------------------------*/
  1949. #message-box textarea {
  1950. color: #5c758c;
  1951. font-family: Verdana,Arial,Helvetica,sans-serif;
  1952. width: 80%;
  1953. font-size: 1.2em;
  1954. -moz-border-radius: 10px;
  1955. -webkit-border-radius: 10px;
  1956. -khtml-border-radius: 10px;
  1957. border-radius: 10px;
  1958. }
  1959. #textarea_content {
  1960. margin-top: 2px;
  1961. }
  1962. #textarea_content textarea#text_editor_textarea {
  1963. width: 100% !important;
  1964. height: 250px;
  1965. }
  1966. #textarea_content iframe#text_editor_iframe {
  1967. width: 100%;
  1968. height: 100%;
  1969. }
  1970. form#quick_reply #textarea_content textarea#text_editor_textarea {
  1971. width: 100% !important;
  1972. height: 150px;
  1973. }
  1974. form#quick_reply #textarea_content iframe#text_editor_iframe {
  1975. width: 100%;
  1976. height: 100%;
  1977. }
  1978.  
  1979. /* Modules-------------------------------------------------*/
  1980. .module {
  1981. margin-bottom: 4px;
  1982. padding: 0 10px;
  1983. background-color: #131313;
  1984. //color: #5c758c;
  1985. overflow: hidden;
  1986.  
  1987. background-image: url('http://i30.servimg.com/u/f30/14/70/09/25/gradie12.png') ;
  1988. background-repeat: repeat-x;
  1989. background-position: 0 0;
  1990. border: 1px solid #101010;
  1991.  
  1992. -moz-border-radius: 10px;
  1993. -webkit-border-radius: 10px;
  1994. -khtml-border-radius: 10px;
  1995. border-radius: 10px;
  1996. }
  1997. .module span.corners-top, .module span.corners-bottom {
  1998. margin: 0 -10px;
  1999. }
  2000. .module h3 {
  2001. margin: 0.5em 0;
  2002. color: #5c758c;
  2003. border-bottom: 1px solid #5c758c;
  2004. text-align:center;
  2005. }
  2006. * html .module h3 {
  2007. height: 1%;
  2008. }
  2009. *+ html .module h3 {
  2010. min-height: 1px;
  2011. }
  2012. .module ul, .module ol {
  2013. list-style-position: inside;
  2014. }
  2015. .module dl.details dt {
  2016.  
  2017. /*width: 10em;
  2018. */
  2019. text-align: left;
  2020. margin-left: 5px;
  2021. }
  2022. .module dl.details dd {
  2023. margin-left: 0px;
  2024. }
  2025. .module table.mod-top-posters {
  2026. table-layout: fixed;
  2027. }
  2028. .module .fields1 dd {
  2029. margin-left: 0;
  2030. }
  2031. .module .poll-opt-result {
  2032. white-space: nowrap;
  2033. }
  2034. .module .poll dl {
  2035. margin-top: 1em;
  2036. }
  2037. .module .poll dt {
  2038. width: 40%;
  2039. float: left;
  2040. }
  2041. .module .poll dd {
  2042. margin-left: 41%;
  2043. }
  2044. *+ html #left .module,*+ html #right .module {
  2045. word-wrap: break-word;
  2046. }
  2047.  
  2048. /* Avoid break-word in a table;
  2049. IE expands the table since it doesn't wrap a phrase... *
  2050. /* html #left .module,* html #right .module {
  2051. word-wrap: break-word;
  2052. }
  2053.  
  2054. /* Overview-------------------------------------------------*/
  2055. .overview {
  2056. border: 2px solid black;
  2057. z-index: 999;
  2058. -moz-border-radius: 10px;
  2059. -webkit-border-radius: 10px;
  2060. -khtml-border-radius: 10px;
  2061. border-radius: 10px;
  2062. }
  2063. .title-overview {
  2064. margin: 0;
  2065. padding: 5px 10px;
  2066. text-align: center;
  2067. }
  2068. .center-overview {
  2069. padding: 5px 20px 0;
  2070. text-align: center;
  2071. }
  2072. .left-overview {
  2073. text-align: left;
  2074. padding: 5px 10px 0;
  2075. }
  2076.  
  2077. /* Calendar-------------------------------------------------*/
  2078. #calendar ul, #mini-calendar ul {
  2079. height: 120px;
  2080. list-style-type: none;
  2081. background-color: #131313;
  2082. -moz-border-radius: 10px;
  2083. -webkit-border-radius: 10px;
  2084. -khtml-border-radius: 10px;
  2085. border-radius: 10px;
  2086. }
  2087. #calendar ul:hover, #mini-calendar ul:hover {
  2088. background-color: #;
  2089. }
  2090. #calendar ul li, #mini-calendar ul li {
  2091. padding: 3px 0px 0px 10px;
  2092. }
  2093. #calendar table.table1 tbody tr:hover, #calendar table.table1 tbody tr.hover, #mini-calendar table.table1 tbody tr:hover, #mini-calendar table.table1 tbody tr.hover {
  2094. background-color: transparent;
  2095. }
  2096. #calendar .no-border, #mini-calendar .no-border {
  2097. border: none;
  2098. }
  2099. #calendar .center, #mini-calendar .center {
  2100. text-align: center;
  2101. }
  2102. #calendar .hover-td:hover, #mini-calendar .hover-td:hover {
  2103. background-color: #;
  2104. }
  2105. #calendar-result {
  2106. float: left;
  2107. width: 69%;
  2108. margin: 45px 0px 0px 8px;
  2109. }
  2110. #mini-calendar {
  2111. width: 270px;
  2112. float: left;
  2113. }
  2114. p.right-event {
  2115. text-align: right;
  2116. margin: 0px;
  2117. padding: 0px;
  2118. }
  2119.  
  2120. /* Signature-------------------------------------------------*/
  2121. .signature {
  2122. font-size: 1.1em;
  2123. border-top: 1px solid #CCCCCC;
  2124. line-height: 140%;
  2125. overflow: hidden;
  2126. margin-top: 1.5em;
  2127. color: #5c758c;
  2128. -moz-border-radius: 10px;
  2129. -webkit-border-radius: 10px;
  2130. -khtml-border-radius: 10px;
  2131. border-radius: 10px;
  2132. }
  2133.  
  2134. /* Gallery-------------------------------------------------*/
  2135. .gallery {
  2136. float: left;
  2137. margin-left: 1%;
  2138. padding-top: 10px;
  2139. min-height: 125px;
  2140. -moz-border-radius: 10px;
  2141. -webkit-border-radius: 10px;
  2142. -khtml-border-radius: 10px;
  2143. border-radius: 10px;
  2144. }
  2145. * html .gallery {
  2146. margin-left: 8px;
  2147. height: 125px;
  2148. }
  2149. .gallery:hover {
  2150. background-color: #;
  2151. }
  2152. .info-gallery {
  2153. margin: 0px !important;
  2154. padding: 5px;
  2155. text-align: center;
  2156. }
  2157. .effect {
  2158. vertical-align: middle;
  2159. margin-right: 15px;
  2160. }
  2161. .helpline {
  2162. width: 450px;
  2163. font-size: 10px;
  2164. border: none;
  2165. background-color: transparent;
  2166. }
  2167. .gallery-avatar {
  2168. height: 260px;
  2169. width: 190px;
  2170. text-align: center;
  2171. margin: 0px 0px 20px 30px;
  2172. }
  2173. .gallery-avatar img {
  2174. padding-top: 15px;
  2175. }
  2176. .gallery-avatar:hover {
  2177. background-color: #;
  2178. }
  2179.  
  2180. /* Buttons-------------------------------------------------*/
  2181. .buttons {
  2182. float: left;
  2183. -moz-border-radius: 10px;
  2184. -webkit-border-radius: 10px;
  2185. -khtml-border-radius: 10px;
  2186. border-radius: 10px;
  2187. }
  2188. .buttons div {
  2189. float: left;
  2190. margin: 0 5px 0 0;
  2191. background-position: 0 100%;
  2192. }
  2193. .buttons div a {
  2194. display: block;
  2195. width: 100%;
  2196. height: 100%;
  2197. background-position: 0 0;
  2198. }
  2199. .buttons div.post-icon {
  2200. width: auto;
  2201. height: auto;
  2202. }
  2203. .buttons div span{
  2204. display: none;
  2205. }
  2206. .buttons div a:hover{
  2207. background-image: none;
  2208. }
  2209. #cp-main .buttons {
  2210. margin-left: 0;
  2211. }
  2212.  
  2213. /* Topicreview-------------------------------------------------*/
  2214. #topicreview {
  2215. padding-right: 5px;
  2216. overflow: auto;
  2217. height: 300px;
  2218. -moz-border-radius: 10px;
  2219. -webkit-border-radius: 10px;
  2220. -khtml-border-radius: 10px;
  2221. border-radius: 10px;
  2222. }
  2223. #topicreview .postbody {
  2224. width: auto;
  2225. float: none;
  2226. margin: 0;
  2227. height: auto;
  2228. }
  2229. #topicreview .post {
  2230. height: auto;
  2231. }
  2232. #topicreview h2 {
  2233. border-bottom-width: 0;
  2234. }
  2235.  
  2236. /* Chatbox-------------------------------------------------*/
  2237. body.chatbox {
  2238.  
  2239. filter:alpha(opacity=80);
  2240. /* CSS3 standard */
  2241. opacity:0.8;
  2242. background-image: url('http://fc04.deviantart.net/images/i/2002/26/9/1/Misconstrue_-_Image_1.jpg');
  2243. }
  2244. .chatbox {
  2245. background-color: #131313;
  2246. }
  2247. #chatbox_header {
  2248. height: 30px;
  2249. background-color: #131313;
  2250. }
  2251. .chatbox .forabg {
  2252. margin: 0;
  2253. border: none;
  2254. padding: 0;
  2255. margin: 0;
  2256. background-color: #131313;
  2257. }
  2258. .chatbox-title,.chatbox-title a.chat-title {
  2259. color: #fcfcfc !important;
  2260. }
  2261. .chatbox-title {
  2262. float: left;
  2263. margin: 0;
  2264. padding: 2px 5px 0 5px;
  2265. width: 15em;
  2266. }
  2267. .chatbox-options {
  2268. float: right;
  2269. list-style: none;
  2270. font-size: 11px;
  2271. margin: 0.7em 0.5em 0.5em 0.5em;
  2272. }
  2273. .chatbox-options li {
  2274. display:inline;
  2275. }
  2276. .chatbox-options li,.chatbox-options li a,.chatbox-options li label {
  2277. color: #fcfcfc;
  2278. }
  2279. #chatbox_members {
  2280. position: absolute;
  2281. top: 30px;
  2282. bottom: 30px;
  2283. width: 180px;
  2284. overflow: auto;
  2285. border-right: 1px solid ;
  2286. }
  2287. #chatbox_members .member-title {
  2288. text-align: center;
  2289. padding: 0.5em 0.25em;
  2290. background-image: none;
  2291. font-size: 12px;
  2292. background-color: #131313;
  2293. color : #368ad2;
  2294. font-family: Verdana,Arial,Helvetica,sans-serif;
  2295. }
  2296. #chatbox_members ul {
  2297. list-style: none;
  2298. margin: 0 0 0 1em;
  2299. }
  2300. #chatbox_members ul li {
  2301. margin: 0.5em 0.5em 0.5em 0;
  2302. }
  2303. #chatbox {
  2304. position: absolute;
  2305. top: 30px;
  2306. left: 181px;
  2307. right: 0;
  2308. bottom: 30px;
  2309. overflow: auto;
  2310. line-height: 10px;
  2311. }
  2312. .chatbox_row_1 {
  2313. padding: 4px;
  2314. background-color: #131313;
  2315. }
  2316. .chatbox_row_2 {
  2317. padding: 4px;
  2318. background-color: #131313;
  2319. }
  2320. .chatbox_row_3 {
  2321. padding: 4px;
  2322. background-color: #131313;
  2323. }
  2324. .memberlist_row_1 {
  2325. background-color: #131313;
  2326. }
  2327. #chatbox_footer {
  2328. position: absolute;
  2329. bottom: 0;
  2330. left: 0;
  2331. right: 0;
  2332. padding: 5px;
  2333. }
  2334. #chatbox_footer label {
  2335. color: #fcfcfc;
  2336. }
  2337. #message,#submit_button{
  2338. border-width: 1px;
  2339. }
  2340. .fontbutton {
  2341. padding: 1px;
  2342. cursor: pointer;
  2343. text-align: left;
  2344. }
  2345. .fontbutton_normal {
  2346. background: #E1E1E2;
  2347. }
  2348. .fontbutton_selected {
  2349. background: #BBC7CE;
  2350. border: 1px solid #22229C;
  2351. }
  2352. .fontbutton_clicked {
  2353. background: #959595;
  2354. border: 1px solid #22229C;
  2355. }
  2356. .fontbutton_hover {
  2357. background: #E1E1E2;
  2358. border: 1px solid #22229C;
  2359. }
  2360. #chatbox_contextmenu {
  2361. border: 2px solid black;
  2362. background-color: #131313;
  2363. }
  2364. #chatbox_contextmenu p {
  2365. margin:0;
  2366. padding: 1px 4px;
  2367. font-family: verdana, arial, sans-serif;
  2368. background: #131313;
  2369. border-bottom:1px solid #777;
  2370. }
  2371. #chatbox_contextmenu p.hover {
  2372. background: #131313;
  2373. }
  2374. #chatbox_contextmenu p.close {
  2375. background: #ddd;
  2376. padding: 1px;
  2377. font-size: 95%;
  2378. color:#fff;
  2379. background: url('');
  2380. }
  2381. #chatbox_contextmenu p.close img {
  2382. vertical-align: middle;
  2383. padding-left: 20px;
  2384. }
  2385. #chatbox_contextmenu a {
  2386. color: #368ad2;
  2387. text-decoration: none;
  2388. font-size: 95%;
  2389. }
  2390. #chatbox_contextmenu a:hover {
  2391. color: ;
  2392. }
  2393. .fontbutton {
  2394. background:#E1E1E2 none repeat scroll 0%;
  2395. border:medium none;
  2396. color:#000000;
  2397. float:left;
  2398. margin-right:10px;
  2399. padding:1px;
  2400. }
  2401. #chatbox .user {
  2402. font-weight: bold;
  2403. }
  2404. * html #chatbox-members {
  2405.  
  2406. /* IE expressions helping IE work in Standards mode */
  2407. 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");
  2408. }
  2409. * html #chatbox {
  2410.  
  2411. /* IE expressions helping IE work in Standards mode */
  2412. 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");
  2413. 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");
  2414. }
  2415. * html #chatbox-footer {
  2416.  
  2417. /* IE expressions helping IE work in Standards mode */
  2418. 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");
  2419. }
  2420.  
  2421. /* Stats------------------------------------------------------------------------------------------*/
  2422. table.forumline {
  2423. font-size: 1.2em;
  2424. background-color: #131313;
  2425. background-image: url('http://i30.servimg.com/u/f30/14/70/09/25/gradie12.png');
  2426. padding: 5px;
  2427. background-repeat: repeat-x;
  2428. background-position: 0 0;
  2429.  
  2430.  
  2431. border: 1px solid #101010;
  2432.  
  2433. -moz-border-radius: 10px;
  2434. -webkit-border-radius: 10px;
  2435. -khtml-border-radius: 10px;
  2436. border-radius: 10px;
  2437.  
  2438. }
  2439. table.forumline td.catHead {
  2440. text-align: left;
  2441. color: #fcfcfc;
  2442. font-family: Arial,Helvetica,sans-serif,Verdana,Arial,Helvetica,sans-serif;
  2443. text-transform: uppercase;
  2444. font-size: 0.85em;
  2445. font-weight: bold;
  2446. padding-bottom: 5px;
  2447. }
  2448. table.forumline tr:hover td.catHead {
  2449. background-color: transparent;
  2450. }
  2451. table.forumline th.thCornerL, table th.thTop, table th.thCornerR {
  2452. background-color: #131313;
  2453. height: 25px;
  2454. }
  2455. table.forumline td {
  2456. height: 20px;
  2457. }
  2458. table.forumline tr:hover td {
  2459. background-color: #;
  2460. }
  2461. table span.gen {
  2462. margin-left: 5px;
  2463. }
  2464. table.forumline.statistical td,table.forumline.bars td,table.forumline.values td {
  2465. padding: 0 1px;
  2466. }
  2467. table.forumline td.stat-bar {
  2468. padding: 0 10px;
  2469. }
  2470.  
  2471. /* Corners------------------------------------------------------------------------------------------*/
  2472. span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
  2473. font-size: 1px;
  2474. line-height: 1px;
  2475. display: block;
  2476. height: 5px;
  2477. background-repeat: no-repeat;
  2478. -moz-border-radius: 10px;
  2479. -webkit-border-radius: 10px;
  2480. -khtml-border-radius: 10px;
  2481. border-radius: 10px;
  2482. }
  2483. span.corners-top {
  2484. background-image: none;
  2485. background-position: 0 0;
  2486. margin: 0 -5px;
  2487. }
  2488. span.corners-top span {
  2489. background-image: none;
  2490. background-position: 100% 0;
  2491. }
  2492. span.corners-bottom {
  2493. background-image: none;
  2494. background-position: 0 100%;
  2495. margin: 0 -5px;
  2496. clear: both;
  2497. }
  2498. span.corners-bottom span {
  2499. background-image: none;
  2500. ;
  2501. background-position: 100% 100%;
  2502. }
  2503. .post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
  2504. margin: 0 -10px;
  2505. }
  2506. span.corners-top {
  2507. background-image: url("http://illiweb.com/fa/empty.gif");
  2508. }
  2509. span.corners-top span {
  2510. background-image: url("http://illiweb.com/fa/empty.gif");
  2511. }
  2512. span.corners-bottom {
  2513. background-image: url("http://illiweb.com/fa/empty.gif");
  2514. }
  2515. span.corners-bottom span {
  2516. background-image: url("http://illiweb.com/fa/empty.gif");
  2517. }
  2518.  
  2519. /***************************************************************/
  2520. #cp-main span.corners-top {
  2521. background-image: url("http://illiweb.com/fa/empty.gif");
  2522. }
  2523. #cp-main span.corners-top span {
  2524. background-image: url("http://illiweb.com/fa/empty.gif");
  2525. }
  2526. #cp-main span.corners-bottom {
  2527. background-image: url("http://illiweb.com/fa/empty.gif");
  2528. }
  2529. #cp-main span.corners-bottom span {
  2530. background-image: url("http://illiweb.com/fa/empty.gif");
  2531. }
  2532.  
  2533. /***************************************************************/
  2534. #cp-main .panel #topicreview span.corners-top {
  2535. background-image: url("http://illiweb.com/fa/empty.gif");
  2536. }
  2537. #cp-main .panel #topicreview span.corners-top span {
  2538. background-image: url("http://illiweb.com/fa/empty.gif");
  2539. }
  2540. #cp-main .panel #topicreview span.corners-bottom {
  2541. background-image: url("http://illiweb.com/fa/empty.gif");
  2542. }
  2543. #cp-main .panel #topicreview span.corners-bottom span {
  2544. background-image: url("http://illiweb.com/fa/empty.gif");
  2545. }
  2546.  
  2547. /* Various-------------------------------------------------*/
  2548. .row1{
  2549. background-color: #131313;
  2550. -moz-border-radius: 10px;
  2551. -webkit-border-radius: 10px;
  2552. -khtml-border-radius: 10px;
  2553. border-radius: 10px;
  2554.  
  2555. }
  2556. .row2{
  2557. background-color: #131313;
  2558. -moz-border-radius: 10px;
  2559. -webkit-border-radius: 10px;
  2560. -khtml-border-radius: 10px;
  2561. border-radius: 10px;
  2562.  
  2563. }
  2564. .row3{
  2565. background-color: #131313;
  2566. -moz-border-radius: 10px;
  2567. -webkit-border-radius: 10px;
  2568. -khtml-border-radius: 10px;
  2569. border-radius: 10px;
  2570.  
  2571. }
  2572. .img-whois {
  2573. float: left;
  2574. margin-right: 5px;
  2575. }
  2576. .topic-actions {
  2577. margin-bottom: 5px;
  2578. margin-top: 1em;
  2579. font-size: 1.1em;
  2580. height: auto;
  2581. }
  2582. *+html .topic-actions {
  2583. margin-top: 1em;
  2584. }
  2585. .column1 {
  2586. float: left;
  2587. clear: left;
  2588. width: 46%;
  2589. margin-left: 3%;
  2590. border-right: 1px solid transparent;
  2591. }
  2592. .column2 {
  2593. float: right;
  2594. clear: right;
  2595. width: 46%;
  2596. margin-left: 3%;
  2597. }
  2598. * html .column1, * html .column2 {
  2599. width: 45%;
  2600. }
  2601. .left-box {
  2602. float: left;
  2603. width: auto;
  2604. text-align: left;
  2605. }
  2606. .right-box {
  2607. float: right;
  2608. width: auto;
  2609. text-align: right;
  2610. }
  2611. .center {
  2612. margin-left: auto;
  2613. margin-right: auto;
  2614. text-align: center;
  2615. }
  2616. .clear {
  2617. display: block;
  2618. clear: both;
  2619. font-size: 1px;
  2620. line-height: 1px;
  2621. background: transparent;
  2622. }
  2623. * html .clear {
  2624. height: 1%;
  2625. }
  2626. *+ html .clear {
  2627. min-height: 1px;
  2628. }
  2629. .online {
  2630. background-image: url("http://i30.servimg.com/u/f30/14/70/09/25/online10.png"), url("http://i30.servimg.com/u/f30/14/70/09/25/gradie12.png");
  2631. background-position: right 0px, 0 0;
  2632. background-repeat: no-repeat, repeat-x;
  2633. }
  2634. .autowidth {
  2635. width: auto !important;
  2636. }
  2637. .italic {
  2638. font-style: italic;
  2639. }
  2640. .pathname-box {
  2641. margin-top: 3px;
  2642. margin-left: 15px;
  2643. float: left;
  2644. }
  2645. .pathname-box p {
  2646. margin-bottom: 0px;
  2647. }
  2648. .select {
  2649. background-color: #FFFFFF;
  2650. border: 1px solid #BCBCBC;
  2651. position: absolute;
  2652. z-index: 999;
  2653. top: 0;
  2654. left: 0;
  2655. overflow: hidden;
  2656. width: 0px;
  2657. }
  2658. * html .select {
  2659. margin-top: -9px;
  2660. }
  2661. * html #sel_smilies {
  2662. height: 200px;
  2663. overflow: auto;
  2664. }
  2665. .select p {
  2666. padding: 4px 6px;
  2667. font-size: 0.9em;
  2668. margin: 0px;
  2669. }
  2670. .select button {
  2671. padding: 4px;
  2672. font-size: 0.9em;
  2673. margin: 0px;
  2674. background-color: #FFF;
  2675. border: none;
  2676. text-align: left;
  2677. }
  2678. .select button.button2 {
  2679. border: 1px solid #BCBCBC;
  2680. padding: 0px;
  2681. }
  2682. *+html .select button.button2 {
  2683. padding-right: 3px;
  2684. padding-left: 3px;
  2685. }
  2686. * html .select button.button2 {
  2687. padding-right: 3px;
  2688. padding-left: 3px;
  2689. }
  2690. .select button.button2:hover {
  2691. border: 1px solid #5c758c;
  2692. color: #5c758c;
  2693. background-position: 0 100%;
  2694. }
  2695. .select button:hover,.selectHover {
  2696. cursor: pointer;
  2697. background-color: #EEE;
  2698. }
  2699. button.bbcode {
  2700. border: 1px solid #e3adad;
  2701. background-image: url("http://illiweb.com/fa/wysiwyg/bg_button.png");
  2702. }
  2703. #format-buttons {
  2704. margin: 15px 0 5px 0;
  2705. }
  2706. #format-buttons input, #format-buttons select, button.button2 {
  2707. vertical-align: middle;
  2708. }
  2709. ul#picture_legend, ul#privmsgs-menu {
  2710. text-align: center;
  2711. padding: 3px 0;
  2712. }
  2713. ul#picture_legend li,ul#privmsgs-menu li {
  2714. display: inline;
  2715. margin: 2px 10px;
  2716. }
  2717. ul#picture_legend li img, ul#privmsgs-menu li img {
  2718. vertical-align: middle;
  2719. }
  2720. input.checkbox {
  2721. width: auto !important;
  2722. background-color: transparent !important;
  2723. }
  2724. .postlink {
  2725. color: #368AD2;
  2726. border-bottom-color: #368AD2;
  2727. }
  2728. .postlink:visited {
  2729. color: #5D8FBD;
  2730. border-bottom-color: #666666;
  2731. }
  2732. .postlink:active {
  2733. color: #368AD2;
  2734. }
  2735. .postlink:hover {
  2736. background-color: #D0E4F6;
  2737. color: #0D4473;
  2738. }
  2739. ul.topiclist li.row dt a.subforum,ul.topiclist li.row dd.dterm a.subforum {
  2740. background-image: none;
  2741. background-position: 0 50%;
  2742. background-repeat: no-repeat;
  2743. position: relative;
  2744. white-space: nowrap;
  2745. padding: 0 0 0 12px;
  2746. }
  2747. #cp-main .panel li.header dd, #cp-main .panel li.header dt {
  2748. color: #000000;
  2749. }
  2750. html>body dd label input {
  2751. vertical-align: text-bottom;
  2752. }
  2753. #cp-main .panel li.header dd, #cp-main .panel li.header dt {
  2754. color: #000000;
  2755. margin-bottom: 2px;
  2756. }
  2757. .mcp-main .postbody {
  2758. width: 100%;
  2759. }
  2760. .pmlist li.row1 {
  2761. border: solid 3px transparent;
  2762. border-width: 0 3px;
  2763. }
  2764. .pmlist li.row2 {
  2765. border: solid 3px transparent;
  2766. border-width: 0 3px;
  2767. }
  2768. dd.lastpost span.color-groups {
  2769. float: left;
  2770. padding-left: 0;
  2771. }
  2772. * html dd.lastpost span.color-groups {
  2773. cursor: pointer;
  2774. }
  2775. *+html dd.lastpost span.color-groups {
  2776. cursor: pointer;
  2777. }
  2778. .warning {
  2779. color: #f33;
  2780. }
  2781. .obligatory {
  2782. color: #f33;
  2783. }
  2784. .captcha div.captcha-img {
  2785. float: left;
  2786. margin: 0 1em 0 0;
  2787. }
  2788. .captcha .inputbox{
  2789. margin-top: 0.5em;
  2790. }
  2791. #main-content a.cgu-buttons {
  2792. padding: 3px 5px;
  2793. }
  2794.  
  2795. /* RPG tables */
  2796. .rpg-table {
  2797. border: 1px solid #ccc;
  2798. border-collapse: collapse;
  2799. }
  2800. .rpg-table td {
  2801. border: 1px solid #ccc;
  2802. padding: 0.25em;
  2803. }
  2804.  
  2805. /* Footer---------------------------------------------------*/
  2806. .copyright {
  2807. padding: 5px;
  2808. text-align: center;
  2809. color: #5c758c;
  2810. -moz-border-radius: 10px;
  2811. -webkit-border-radius: 10px;
  2812. -khtml-border-radius: 10px;
  2813. border-radius: 10px;
  2814. }
  2815.  
  2816. /* TGF Clearfix */
  2817. .clearfix:after {
  2818. content: ".";
  2819. display: block;
  2820. height: 0;
  2821. clear: both;
  2822. visibility: hidden;
  2823. }
  2824. *+ html .clearfix {
  2825. min-height: 1px;
  2826. }
  2827. * html .clearfix {
  2828. position: relative;
  2829. height: 1%;
  2830. clear: both;
  2831. }
  2832. * html div#logo-desc #logo {
  2833. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://hitskin.com/themes/15/67/05/i_logo.png');
  2834. height: 45px;
  2835. width: 274px;
  2836. cursor: hand;
  2837. }
  2838.  
  2839. /* Login Popup---------------------------------------------------*/
  2840. #login_popup {
  2841. position: absolute;
  2842. z-index: 999;
  2843. display: none;
  2844. background-color: #131313;
  2845. border: 1px solid #;
  2846. padding: 6px;
  2847. -moz-border-radius: 10px;
  2848. -webkit-border-radius: 10px;
  2849. -khtml-border-radius: 10px;
  2850. border-radius: 10px;
  2851. background-image: url('http://i30.servimg.com/u/f30/14/70/09/25/gradie12.png') ;
  2852. background-repeat: repeat-x;
  2853. background-position: 0 0;
  2854. border: 1px solid #101010;
  2855. }
  2856. #login_popup .h3 {
  2857. margin:0 0 6px;
  2858. padding:0 0 6px;
  2859. }
  2860. #login_popup_buttons {
  2861. position:absolute;
  2862. bottom:6px;
  2863. right:6px;
  2864. }
  2865. #login_popup_buttons input {
  2866. margin-left:6px;
  2867. }
  2868. ul.profile_field_list {
  2869. padding:0;
  2870. }
  2871. html ul.profile_field_list li {
  2872. list-style-type: none;
  2873. }
  2874. ul.profile_field_list > li {
  2875. list-style-type: none;
  2876. }
  2877. .inputURL {
  2878. font-size:10px;
  2879. font-family:"Courier New", "Times New roman";
  2880. letter-spacing:-1px;
  2881. }
  2882. .middleline {
  2883. line-height:2em;
  2884. }
  2885. .invisible{
  2886. display:none;
  2887. visibility:hidden;
  2888. }
  2889. .visible{
  2890. display:block;
  2891. visibility:visible;
  2892. }
  2893.  
  2894. /* ajax profil----------------------------------------------*/
  2895. .ajax-profil_hover{
  2896. background:transparent}
  2897. .ajax-profil_parent{
  2898. position:relative;
  2899. zoom:1}
  2900. .ajax-profil_edit{
  2901. cursor:pointer;
  2902. position:absolute;
  2903. top:0;
  2904. left:-4px}
  2905. .ajax-profil_edit img{
  2906. margin-left:4px}
  2907. .ajax-profil_valid{
  2908. cursor:pointer;
  2909. margin-left:4px;
  2910. vertical-align:middle}
  2911. .column1 dl.details dd,.column2 dl.details dd{
  2912. padding-left:16px;
  2913. }
  2914. #profile-tab-field-profil dl{
  2915. padding:8px 10 8px 0;
  2916. width:98%;
  2917. margin:10px 0 0;
  2918. }
  2919. #profile-tab-field-profil dl dt{
  2920. float:left;
  2921. display:block;
  2922. width:10em;
  2923. }
  2924. #profile-tab-field-profil dl dd{
  2925. margin-left:10em;
  2926. padding-left:12px;
  2927. }
  2928. #profile-tab-field-profil div.separator{
  2929. clear:both;
  2930. font-size:1px;
  2931. line-height:1px;
  2932. border-bottom:1px solid #dcdcdc;
  2933. padding-top:10px;
  2934. }
  2935. #profile-tab-field-profil .ajax-profil_edit{
  2936. left:-4px;
  2937. }
  2938.  
  2939. /* jqModal----------------------------------------------*/
  2940. .jqmWindow {
  2941. display: none;
  2942. position: fixed;
  2943. left: 50%;
  2944. width: 450px;
  2945. margin-left: -225px;
  2946. top: 50%;
  2947. margin-top: -125px;
  2948. background-color: #1a1a1a;
  2949. border: 1px solid #;
  2950. -moz-border-radius: 10px;
  2951. -webkit-border-radius: 10px;
  2952. -khtml-border-radius: 10px;
  2953. border-radius: 10px;
  2954. }
  2955. .jqmOverlay {
  2956. background-color: #000;
  2957. }
  2958. #search_form h1 {
  2959. margin: 0.1em 0 0.3em;
  2960. }
  2961. #jqmHide {
  2962. margin: 0.4em 0;
  2963. }
  2964. .jqDrag {
  2965. cursor: move;
  2966. }
  2967.  
  2968. /* First Post----------------------------------------------*/
  2969. #first-post-br {
  2970. width: 80%;
  2971. border: 0;
  2972. border-top: solid 1px #;
  2973. margin: 20px auto;
  2974. -moz-border-radius: 10px;
  2975. -webkit-border-radius: 10px;
  2976. -khtml-border-radius: 10px;
  2977. border-radius: 10px;
  2978. }
  2979.  
  2980. /* Blog----------------------------------------------*/
  2981. .blog .icon {
  2982. background-position: 10px 20px !important;
  2983. -moz-border-radius: 10px;
  2984. -webkit-border-radius: 10px;
  2985. -khtml-border-radius: 10px;
  2986. border-radius: 10px;
  2987. }
  2988. .blog .dterm {
  2989. width: 94% !important;
  2990. background-position: 5px 20px !important;
  2991. }
  2992. .blog_cal-border {
  2993. display: inline;
  2994. float: left;
  2995. border: 1px solid #;
  2996. background: #131313;
  2997. padding: 1px;
  2998. font-size: 1.2em;
  2999. margin-right: 1em;
  3000. }
  3001. .blog_cal-content {
  3002. width: 2.9em;
  3003. background: #;
  3004. padding: 1px;
  3005. line-height: 1.4em;
  3006. text-align: center;
  3007. font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Sans-Serif;
  3008. color: #fcfcfc;
  3009. }
  3010. .blog_cal-content span {
  3011. display: block;
  3012. }
  3013. .blog_cal-day {
  3014. padding-left: 0.2em;
  3015. font-size: 1.6em;
  3016. letter-spacing: 0.2em;
  3017. }
  3018. .blog_cal-month {
  3019. line-height: 0.7em;
  3020. font-size: 2em;
  3021. font-weight: bold;
  3022. }
  3023. .blog_cal-year {
  3024. line-height: 1.2em;
  3025. font-size: 0.8em;
  3026. }
  3027. .blog_title {
  3028. padding-top: 1em;
  3029. font-size: 1.3em;
  3030. }
  3031. .blog_title h2 {
  3032. display: inline;
  3033. }
  3034. .blog_title .topictitle {
  3035. font-size: 1.2em;
  3036. }
  3037. .blog_message {
  3038. margin-top: 0.5em;
  3039. font-size: 1.1em;
  3040. }
  3041. .blog .codebox dt {
  3042. width: 92%;
  3043. }
  3044. * html .blog .codebox dt,*+html .blog .codebox dt {
  3045. width: 100%;
  3046. }
  3047. .blog_comments {
  3048. text-align: right;
  3049. }
  3050. .blog_comments img {
  3051. vertical-align: middle;
  3052. }
  3053. #blog_comments {
  3054. width: 90%;
  3055. margin: 0 auto;
  3056. }
  3057. #blog_comments .postbody {
  3058. width: 96%;
  3059. }
  3060. .blog_comment-avatar {
  3061. float: left;
  3062. }
  3063. .blog_comment-avatar img {
  3064. background-color: #fff;
  3065. border: 1px solid #;
  3066. vertical-align: middle;
  3067. width: 38px;
  3068. margin: 5px 5px 0 0;
  3069. }
  3070. #blog_comments .h3 {
  3071. overflow: hidden;
  3072. margin-top: 0;
  3073. margin-left: 45px;
  3074. padding: 0;
  3075. min-height: 22px;
  3076. }
  3077. .blog_comment-title {
  3078. float: left;
  3079. min-height: 12px;
  3080. margin-top: 7px;
  3081. }
  3082. #blog_comments .profile-icons {
  3083. margin: 0;
  3084. list-style-position: inherit;
  3085. }
  3086.  
  3087. /* Social bookmarking----------------------------------------------*/
  3088. #bookmarks {
  3089. float: right;
  3090. }
  3091. #bookmarks a img {
  3092. width: 20px;
  3093. height: 20px;
  3094. background: url(http://illiweb.com/fa/social_bookmarking/social_bookmarking.png) no-repeat scroll;
  3095. vertical-align: middle;
  3096. }
  3097. #bookmarks a img.twitter {
  3098. width: 16px;
  3099. height: 16px;
  3100. margin: 2px;
  3101. background: url(http://illiweb.com/fa/social_bookmarking/twitter.png) no-repeat scroll;
  3102. }
  3103. #bookmarks img.delicious {
  3104. background-position: -10px -10px;
  3105. }
  3106. #bookmarks img.digg {
  3107. background-position: -10px -50px;
  3108. }
  3109. #bookmarks img.excite {
  3110. background-position: -9px -90px;
  3111. }
  3112. #bookmarks img.facebook {
  3113. background-position: -9px -128px;
  3114. }
  3115. #bookmarks img.furl {
  3116. background-position: -10px -166px;
  3117. }
  3118. #bookmarks img.google {
  3119. background-position: -10px -206px;
  3120. }
  3121. #bookmarks img.live {
  3122. background-position: -9px -246px;
  3123. }
  3124. #bookmarks img.netscape {
  3125. background-position: -9px -284px;
  3126. }
  3127. #bookmarks img.newsvine {
  3128. background-position: -9px -322px;
  3129. }
  3130. #bookmarks img.reddit {
  3131. background-position: -10px -360px;
  3132. }
  3133. #bookmarks img.slashdot {
  3134. background-position: -10px -400px;
  3135. }
  3136. #bookmarks img.smarking {
  3137. background-position: -9px -440px;
  3138. }
  3139. #bookmarks img.stumbleupon {
  3140. background-position: -10px -478px;
  3141. }
  3142. #bookmarks img.technorati {
  3143. background-position: -10px -518px;
  3144. }
  3145. #bookmarks img.yahoo {
  3146. background-position: -10px -558px;
  3147. }
  3148.  
  3149. /* wysiwyg */
  3150. .mceContentBody{
  3151. background: #131313;
  3152. color: #5c758c;
  3153. }
  3154.  
  3155. /* resize image */
  3156. .resize_process .resizebox {
  3157. display: none;
  3158. }
  3159. .resize_process img.resize_img {
  3160. display: none;
  3161. }
  3162. .resizebox a.enlarge, .resizebox.showfull a.fullsize, .resizebox.enlarged a.resize {
  3163. display: inline-block;
  3164. zoom: 1;
  3165. *display: inline;
  3166. }
  3167. .resizebox.enlarged a.enlarge, .resizebox a.fullsize, .resizebox a.resize {
  3168. display: none;
  3169. }
  3170. .resizebox {
  3171. background-color: #b8b8b8;
  3172. max-width: 100%;
  3173. line-height: 1.1em;
  3174. cursor: default;
  3175. font-size: 10px;
  3176. font-weight: normal;
  3177. font-style: normal;
  3178. margin: 0;
  3179. text-align: left;
  3180. display: inline-block;
  3181. }
  3182. .resizebox div {
  3183. font-weight: normal;
  3184. font-style: normal;
  3185. margin: 0;
  3186. }
  3187. .resizebox .resize_border {
  3188. border: 1px solid #131313;
  3189. display: block;
  3190. }
  3191. .resizebox .resize_content {
  3192. padding: 5px 10px;
  3193. display: inline-block;
  3194. zoom: 1;
  3195. *display: inline;
  3196. }
  3197. .resizebox .resize_filler {
  3198. border: none;
  3199. padding: 0;
  3200. width: 40px;
  3201. display: inline-block;
  3202. zoom: 1;
  3203. *display: inline;
  3204. }
  3205. .attachbox {
  3206. background-color:#b8b8b8;
  3207. border:1px dashed #131313;
  3208. clear:left;
  3209. float:left;
  3210. margin:5px 5px 5px 0;
  3211. padding:6px;
  3212. width:auto;
  3213. color:#5c758c;
  3214. }
  3215. .attachbox dt {
  3216. font-family:Arial,Helvetica,sans-serif;
  3217. text-transform:uppercase;
  3218. }
  3219. .attachbox .attachments {
  3220. clear:left;
  3221. font-size:0.9em;
  3222. margin-left:10px;
  3223. padding:0;
  3224. display: inline-block;
  3225. }
  3226. .attachbox dl.file {
  3227. border-top: 1px solid #131313;
  3228. display:block;
  3229. font-family:Verdana,Arial,Helvetica,sans-serif;
  3230. margin-bottom:10px}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement