PageRenderTime 59ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 1ms

/forum/cache/sql_713b2c4ea548eac476df0bd5de22865c.php

https://bitbucket.org/itoxable/chiron-gaming
PHP | 3803 lines | 2647 code | 674 blank | 482 comment | 0 complexity | 08247938d3b9f93bc279257a3e1058ed MD5 | raw file
Possible License(s): AGPL-1.0, GPL-2.0

Large files files are truncated, but you can click here to view the full file

  1. <?php exit; ?>
  2. 1365455125
  3. SELECT s.style_id, c.theme_id, c.theme_data, c.theme_path, c.theme_name, c.theme_mtime, i.*, t.template_path FROM forum_styles s, forum_styles_template t, forum_styles_theme c, forum_styles_imageset i WHERE s.style_id = 1 AND t.template_id = s.template_id AND c.theme_id = s.theme_id AND i.imageset_id = s.imageset_id
  4. 74595
  5. a:1:{i:0;a:11:{s:8:"style_id";s:1:"1";s:8:"theme_id";s:1:"1";s:10:"theme_data";s:74208:"/* phpBB 3.0 Style Sheet
  6. --------------------------------------------------------------
  7. Style name: proSilver
  8. Based on style: proSilver (this is the default phpBB 3 style)
  9. Original author: subBlue ( http://www.subBlue.com/ )
  10. Modified by:
  11. Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
  12. --------------------------------------------------------------
  13. */
  14. /* General proSilver Markup Styles
  15. ---------------------------------------- */
  16. * {
  17. /* Reset browsers default margin, padding and font sizes */
  18. margin: 0;
  19. padding: 0;
  20. }
  21. html {
  22. /*font-size: 100%;*/
  23. /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
  24. height: 100%;
  25. }
  26. body {
  27. /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
  28. font:normal 10px/11px Calibri,Arial, Helvetica, sans-serif;
  29. color: #828282;
  30. background-color: #f2f2f2 !important;
  31. /*font-size: 62.5%; This sets the default font size to be equivalent to 10px */
  32. margin: 0;
  33. padding: 0;
  34. }
  35. h1 {
  36. /* Forum name */
  37. font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  38. margin-right: 200px;
  39. color: #FFFFFF;
  40. margin-top: 15px;
  41. font-weight: bold;
  42. font-size: 2em;
  43. }
  44. h2 {
  45. /* Forum header titles */
  46. font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  47. font-weight: normal;
  48. color: #3f3f3f;
  49. font-size: 2em;
  50. margin: 0.8em 0 0.2em 0;
  51. }
  52. h2.solo {
  53. margin-bottom: 1em;
  54. }
  55. h3 {
  56. /* Sub-headers (also used as post headers, but defined later) */
  57. font-family: Arial, Helvetica, sans-serif;
  58. font-weight: bold;
  59. text-transform: uppercase;
  60. border-bottom: 1px solid #CCCCCC;
  61. margin-bottom: 3px;
  62. padding-bottom: 2px;
  63. font-size: 1.05em;
  64. color: #989898;
  65. margin-top: 20px;
  66. }
  67. h4 {
  68. /* Forum and topic list titles */
  69. font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
  70. font-size: 1.3em;
  71. }
  72. p {
  73. line-height: 1.3em;
  74. font-size: 1.1em;
  75. margin-bottom: 1.5em;
  76. }
  77. img {
  78. border-width: 0;
  79. }
  80. hr {
  81. /* Also see tweaks.css */
  82. border: 0 none #FFFFFF;
  83. border-top: 1px solid #CCCCCC;
  84. height: 1px;
  85. margin: 5px 0;
  86. display: block;
  87. clear: both;
  88. }
  89. hr.dashed {
  90. border-top: 1px dashed #CCCCCC;
  91. margin: 10px 0;
  92. }
  93. hr.divider {
  94. display: none;
  95. }
  96. p.right {
  97. text-align: right;
  98. }
  99. /* Main blocks
  100. ---------------------------------------- */
  101. #wrap {
  102. padding: 0 20px;
  103. min-width: 650px;
  104. border:1px solid blue;
  105. }
  106. #simple-wrap {
  107. padding: 6px 10px;
  108. }
  109. #page-body {
  110. margin: 4px 0;
  111. clear: both;
  112. }
  113. #page-footer {
  114. clear: both;
  115. }
  116. #page-footer h3 {
  117. margin-top: 20px;
  118. }
  119. #logo {
  120. float: left;
  121. width: auto;
  122. padding: 10px 13px 0 10px;
  123. }
  124. a#logo:hover {
  125. text-decoration: none;
  126. }
  127. /* Search box
  128. --------------------------------------------- */
  129. #search-box {
  130. color: #FFFFFF;
  131. position: relative;
  132. margin-top: 5px;
  133. margin-right: 5px;
  134. margin-bottom: 5px;
  135. display: block;
  136. float: right;
  137. text-align: right;
  138. white-space: nowrap; /* For Opera */
  139. }
  140. #search-box #keywords {
  141. width: 95px;
  142. background-color: #FFF;
  143. }
  144. #search-box input {
  145. border: 1px solid #b0b0b0;
  146. }
  147. /* .button1 style defined later, just a few tweaks for the search button version */
  148. #search-box input.button1 {
  149. padding: 1px 5px;
  150. }
  151. #search-box li {
  152. text-align: right;
  153. margin-top: 4px;
  154. }
  155. #search-box img {
  156. vertical-align: middle;
  157. margin-right: 3px;
  158. }
  159. /* Site description and logo */
  160. #site-description {
  161. float: left;
  162. width: 70%;
  163. }
  164. #site-description h1 {
  165. margin-right: 0;
  166. }
  167. /* Round cornered boxes and backgrounds
  168. ---------------------------------------- */
  169. /*.headerbar {
  170. background: #ebebeb none repeat-x 0 0;
  171. color: #FFFFFF;
  172. margin-bottom: 4px;
  173. padding: 0 5px;
  174. }
  175. */
  176. .navbar {
  177. background-color: #ebebeb;
  178. padding: 0px 10px;
  179. }
  180. .forabg {
  181. background: #b1b1b1 none repeat-x 0 0;
  182. margin-bottom: 4px;
  183. padding: 0 5px;
  184. clear: both;
  185. }
  186. .forumbg {
  187. background: #ebebeb none repeat-x 0 0;
  188. margin-bottom: 4px;
  189. padding: 0 5px;
  190. clear: both;
  191. }
  192. .panel {
  193. margin-bottom: 4px;
  194. padding: 0 10px;
  195. background-color: #f3f3f3;
  196. color: #3f3f3f;
  197. }
  198. .post {
  199. padding: 0 10px;
  200. margin-bottom: 4px;
  201. background-repeat: no-repeat;
  202. background-position: 100% 0;
  203. }
  204. .post:target .content {
  205. color: #000000;
  206. }
  207. .post:target h3 a {
  208. color: #000000;
  209. }
  210. .bg1 { background-color: #f7f7f7;}
  211. .bg2 { background-color: #f2f2f2; }
  212. .bg3 { background-color: #ebebeb; }
  213. .rowbg {
  214. margin: 5px 5px 2px 5px;
  215. }
  216. .ucprowbg {
  217. background-color: #e2e2e2;
  218. }
  219. .fieldsbg {
  220. /*border: 1px #DBDEE2 solid;*/
  221. background-color: #eaeaea;
  222. }
  223. span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
  224. font-size: 1px;
  225. line-height: 1px;
  226. display: block;
  227. height: 5px;
  228. background-repeat: no-repeat;
  229. }
  230. span.corners-top {
  231. background-image: none;
  232. background-position: 0 0;
  233. margin: 0 -5px;
  234. }
  235. span.corners-top span {
  236. background-image: none;
  237. background-position: 100% 0;
  238. }
  239. span.corners-bottom {
  240. background-image: none;
  241. background-position: 0 100%;
  242. margin: 0 -5px;
  243. clear: both;
  244. }
  245. span.corners-bottom span {
  246. background-image: none;
  247. background-position: 100% 100%;
  248. }
  249. .headbg span.corners-bottom {
  250. margin-bottom: -1px;
  251. }
  252. .post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
  253. margin: 0 -10px;
  254. }
  255. .rules span.corners-top {
  256. margin: 0 -10px 5px -10px;
  257. }
  258. .rules span.corners-bottom {
  259. margin: 5px -10px 0 -10px;
  260. }
  261. /* Horizontal lists
  262. ----------------------------------------*/
  263. ul.linklist {
  264. display: block;
  265. margin: 0;
  266. }
  267. ul.linklist li {
  268. display: block;
  269. list-style-type: none;
  270. float: left;
  271. width: auto;
  272. margin-right: 5px;
  273. font-size: 1.1em;
  274. line-height: 2.2em;
  275. }
  276. ul.linklist li.rightside, p.rightside {
  277. float: right;
  278. margin-right: 0;
  279. margin-left: 5px;
  280. text-align: right;
  281. }
  282. ul.navlinks {
  283. padding-bottom: 1px;
  284. margin-bottom: 1px;
  285. /*border-bottom: 1px solid #FFFFFF;*/
  286. font-weight: bold;
  287. }
  288. ul.leftside {
  289. float: left;
  290. margin-left: 0;
  291. margin-right: 5px;
  292. text-align: left;
  293. }
  294. ul.rightside {
  295. float: right;
  296. margin-left: 5px;
  297. margin-right: -5px;
  298. text-align: right;
  299. }
  300. /* Table styles
  301. ----------------------------------------*/
  302. table.table1 {
  303. /* See tweaks.css */
  304. }
  305. #ucp-main table.table1 {
  306. padding: 2px;
  307. }
  308. table.table1 thead th {
  309. font-weight: normal;
  310. text-transform: uppercase;
  311. color: #FFFFFF;
  312. line-height: 1.3em;
  313. font-size: 1em;
  314. padding: 0 0 4px 3px;
  315. }
  316. table.table1 thead th span {
  317. padding-left: 7px;
  318. }
  319. table.table1 tbody tr {
  320. border: 1px solid #cfcfcf;
  321. }
  322. table.table1 tbody tr:hover, table.table1 tbody tr.hover {
  323. background-color: #f6f6f6;
  324. color: #000;
  325. }
  326. table.table1 td {
  327. color: #6a6a6a;
  328. font-size: 1.1em;
  329. }
  330. table.table1 tbody td {
  331. padding: 5px;
  332. border-top: 1px solid #FAFAFA;
  333. }
  334. table.table1 tbody th {
  335. padding: 5px;
  336. border-bottom: 1px solid #000000;
  337. text-align: left;
  338. color: #333333;
  339. background-color: #FFFFFF;
  340. }
  341. /* Specific column styles */
  342. table.table1 .name { text-align: left; }
  343. table.table1 .posts { text-align: center !important; width: 7%; }
  344. table.table1 .joined { text-align: left; width: 15%; }
  345. table.table1 .active { text-align: left; width: 15%; }
  346. table.table1 .mark { text-align: center; width: 7%; }
  347. table.table1 .info { text-align: left; width: 30%; }
  348. table.table1 .info div { width: 100%; white-space: normal; overflow: hidden; }
  349. table.table1 .autocol { line-height: 2em; white-space: nowrap; }
  350. table.table1 thead .autocol { padding-left: 1em; }
  351. table.table1 span.rank-img {
  352. float: right;
  353. width: auto;
  354. }
  355. table.info td {
  356. padding: 3px;
  357. }
  358. table.info tbody th {
  359. padding: 3px;
  360. text-align: right;
  361. vertical-align: top;
  362. color: #000000;
  363. font-weight: normal;
  364. }
  365. .forumbg table.table1 {
  366. margin: 0 -2px -1px -1px;
  367. }
  368. /* Misc layout styles
  369. ---------------------------------------- */
  370. /* column[1-2] styles are containers for two column layouts
  371. Also see tweaks.css */
  372. .column1 {
  373. float: left;
  374. clear: left;
  375. width: 49%;
  376. }
  377. .column2 {
  378. float: right;
  379. clear: right;
  380. width: 49%;
  381. }
  382. /* General classes for placing floating blocks */
  383. .left-box {
  384. float: left;
  385. width: auto;
  386. text-align: left;
  387. }
  388. .right-box {
  389. float: right;
  390. width: auto;
  391. text-align: right;
  392. }
  393. dl.details {
  394. /*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
  395. font-size: 1.1em;
  396. }
  397. dl.details dt {
  398. float: left;
  399. clear: left;
  400. width: 30%;
  401. text-align: right;
  402. color: #000000;
  403. display: block;
  404. }
  405. dl.details dd {
  406. margin-left: 0;
  407. padding-left: 5px;
  408. margin-bottom: 5px;
  409. color: #828282;
  410. float: left;
  411. width: 65%;
  412. }
  413. /* Pagination
  414. ---------------------------------------- */
  415. .pagination {
  416. height: 1%; /* IE tweak (holly hack) */
  417. width: auto;
  418. text-align: right;
  419. margin-top: 5px;
  420. float: right;
  421. }
  422. .pagination span.page-sep {
  423. display: none;
  424. }
  425. li.pagination {
  426. margin-top: 0;
  427. }
  428. .pagination strong, .pagination b {
  429. font-weight: normal;
  430. }
  431. .pagination span strong {
  432. padding: 0 2px;
  433. margin: 0 2px;
  434. font-weight: normal;
  435. color: #FFFFFF;
  436. background-color: #bfbfbf;
  437. border: 1px solid #bfbfbf;
  438. font-size: 0.9em;
  439. }
  440. .pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
  441. font-weight: normal;
  442. text-decoration: none;
  443. color: #747474;
  444. margin: 0 2px;
  445. padding: 0 2px;
  446. background-color: #eeeeee;
  447. border: 1px solid #bababa;
  448. font-size: 0.9em;
  449. line-height: 1.5em;
  450. }
  451. .pagination span a:hover {
  452. border-color: #d2d2d2;
  453. background-color: #d2d2d2;
  454. color: #FFF;
  455. text-decoration: none;
  456. }
  457. .pagination img {
  458. vertical-align: middle;
  459. }
  460. /* Pagination in viewforum for multipage topics */
  461. .row .pagination {
  462. display: block;
  463. float: right;
  464. width: auto;
  465. margin-top: 0;
  466. padding: 1px 0 1px 15px;
  467. font-size: 0.9em;
  468. background: none 0 50% no-repeat;
  469. }
  470. .row .pagination span a, li.pagination span a {
  471. background-color: #FFFFFF;
  472. }
  473. .row .pagination span a:hover, li.pagination span a:hover {
  474. background-color: #d2d2d2;
  475. }
  476. /* Miscellaneous styles
  477. ---------------------------------------- */
  478. #forum-permissions {
  479. float: right;
  480. width: auto;
  481. padding-left: 5px;
  482. margin-left: 5px;
  483. margin-top: 10px;
  484. text-align: right;
  485. }
  486. .copyright {
  487. padding: 5px;
  488. text-align: center;
  489. color: #555555;
  490. }
  491. .small {
  492. font-size: 0.9em !important;
  493. }
  494. .titlespace {
  495. margin-bottom: 15px;
  496. }
  497. .headerspace {
  498. margin-top: 20px;
  499. }
  500. .error {
  501. color: #bcbcbc;
  502. font-weight: bold;
  503. font-size: 1em;
  504. }
  505. .reported {
  506. background-color: #f7f7f7;
  507. }
  508. li.reported:hover {
  509. background-color: #ececec;
  510. }
  511. div.rules {
  512. background-color: #ececec;
  513. color: #bcbcbc;
  514. padding: 0 10px;
  515. margin: 10px 0;
  516. font-size: 1.1em;
  517. }
  518. div.rules ul, div.rules ol {
  519. margin-left: 20px;
  520. }
  521. p.rules {
  522. background-color: #ececec;
  523. background-image: none;
  524. padding: 5px;
  525. }
  526. p.rules img {
  527. vertical-align: middle;
  528. padding-top: 5px;
  529. }
  530. p.rules a {
  531. vertical-align: middle;
  532. clear: both;
  533. }
  534. #top {
  535. position: absolute;
  536. top: -20px;
  537. }
  538. .clear {
  539. display: block;
  540. clear: both;
  541. font-size: 1px;
  542. line-height: 1px;
  543. background: transparent;
  544. }
  545. /*.logo { float:left; display:block; width:201px; height:41px; background:url(.styles/prosilver/theme/imageset/sprite.gif) no-repeat 0 0; margin:37px 0 0 -5px;}*/
  546. /* proSilver Link Styles
  547. ---------------------------------------- */
  548. /* Links adjustment to correctly display an order of rtl/ltr mixed content */
  549. a {
  550. direction: ltr;
  551. unicode-bidi: embed;
  552. }
  553. a:link { color: #898989; text-decoration: none; }
  554. a:visited { color: #898989; text-decoration: none; }
  555. a:hover { color: #d3d3d3; text-decoration: underline; }
  556. a:active { color: #d2d2d2; text-decoration: none; }
  557. /* Coloured usernames */
  558. .username-coloured {
  559. font-weight: bold;
  560. display: inline !important;
  561. padding: 0 !important;
  562. }
  563. /* Links on gradient backgrounds */
  564. #search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
  565. color: #FFFFFF;
  566. text-decoration: none;
  567. }
  568. #search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
  569. color: #FFFFFF;
  570. text-decoration: none;
  571. }
  572. #search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
  573. color: #ffffff;
  574. text-decoration: underline;
  575. }
  576. #search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
  577. color: #ffffff;
  578. text-decoration: none;
  579. }
  580. /* Links for forum/topic lists */
  581. a.forumtitle {
  582. font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
  583. font-size: 1.2em;
  584. font-weight: bold;
  585. color: #898989;
  586. text-decoration: none;
  587. }
  588. /* a.forumtitle:visited { color: #898989; } */
  589. a.forumtitle:hover {
  590. color: #bcbcbc;
  591. text-decoration: underline;
  592. }
  593. a.forumtitle:active {
  594. color: #898989;
  595. }
  596. a.topictitle {
  597. font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
  598. font-size: 1.2em;
  599. font-weight: bold;
  600. color: #898989;
  601. text-decoration: none;
  602. }
  603. /* a.topictitle:visited { color: #d2d2d2; } */
  604. a.topictitle:hover {
  605. color: #bcbcbc;
  606. text-decoration: underline;
  607. }
  608. a.topictitle:active {
  609. color: #898989;
  610. }
  611. /* Post body links */
  612. .postlink {
  613. text-decoration: none;
  614. color: #d2d2d2;
  615. border-bottom: 1px solid #d2d2d2;
  616. padding-bottom: 0;
  617. }
  618. /* .postlink:visited { color: #bdbdbd; } */
  619. .postlink:active {
  620. color: #d2d2d2;
  621. }
  622. .postlink:hover {
  623. background-color: #f6f6f6;
  624. text-decoration: none;
  625. color: #404040;
  626. }
  627. .signature a, .signature a:visited, .signature a:hover, .signature a:active {
  628. border: none;
  629. text-decoration: underline;
  630. background-color: transparent;
  631. }
  632. /* Profile links */
  633. .postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
  634. font-weight: bold;
  635. color: #898989;
  636. text-decoration: none;
  637. }
  638. .postprofile a:hover, .postprofile dt.author a:hover {
  639. text-decoration: underline;
  640. color: #d3d3d3;
  641. }
  642. /* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
  643. /* See http://www.phpbb.com/bugs/phpbb3/59685 */
  644. .postprofile a:active {
  645. font-weight: bold;
  646. color: #898989;
  647. text-decoration: none;
  648. }
  649. /* Profile searchresults */
  650. .search .postprofile a {
  651. color: #898989;
  652. text-decoration: none;
  653. font-weight: normal;
  654. }
  655. .search .postprofile a:hover {
  656. color: #d3d3d3;
  657. text-decoration: underline;
  658. }
  659. /* Back to top of page */
  660. .back2top {
  661. clear: both;
  662. height: 11px;
  663. text-align: right;
  664. }
  665. a.top {
  666. background: none no-repeat top left;
  667. text-decoration: none;
  668. width: {IMG_ICON_BACK_TOP_WIDTH}px;
  669. height: {IMG_ICON_BACK_TOP_HEIGHT}px;
  670. display: block;
  671. float: right;
  672. overflow: hidden;
  673. letter-spacing: 1000px;
  674. text-indent: 11px;
  675. }
  676. a.top2 {
  677. background: none no-repeat 0 50%;
  678. text-decoration: none;
  679. padding-left: 15px;
  680. }
  681. /* Arrow links */
  682. a.up { background: none no-repeat left center; }
  683. a.down { background: none no-repeat right center; }
  684. a.left { background: none no-repeat 3px 60%; }
  685. a.right { background: none no-repeat 95% 60%; }
  686. a.up, a.up:link, a.up:active, a.up:visited {
  687. padding-left: 10px;
  688. text-decoration: none;
  689. border-bottom-width: 0;
  690. }
  691. a.up:hover {
  692. background-position: left top;
  693. background-color: transparent;
  694. }
  695. a.down, a.down:link, a.down:active, a.down:visited {
  696. padding-right: 10px;
  697. }
  698. a.down:hover {
  699. background-position: right bottom;
  700. text-decoration: none;
  701. }
  702. a.left, a.left:active, a.left:visited {
  703. padding-left: 12px;
  704. }
  705. a.left:hover {
  706. color: #d2d2d2;
  707. text-decoration: none;
  708. background-position: 0 60%;
  709. }
  710. a.right, a.right:active, a.right:visited {
  711. padding-right: 12px;
  712. }
  713. a.right:hover {
  714. color: #d2d2d2;
  715. text-decoration: none;
  716. background-position: 100% 60%;
  717. }
  718. /* invisible skip link, used for accessibility */
  719. .skiplink {
  720. position: absolute;
  721. left: -999px;
  722. width: 990px;
  723. }
  724. /* Feed icon in forumlist_body.html */
  725. a.feed-icon-forum {
  726. float: right;
  727. margin: 3px;
  728. }
  729. /* proSilver Content Styles
  730. ---------------------------------------- */
  731. ul.topiclist {
  732. display: block;
  733. list-style-type: none;
  734. margin: 0;
  735. }
  736. ul.forums {
  737. background: #f9f9f9 none repeat-x 0 0;
  738. }
  739. ul.topiclist li {
  740. display: block;
  741. list-style-type: none;
  742. color: #777777;
  743. margin: 0;
  744. }
  745. ul.topiclist dl {
  746. position: relative;
  747. }
  748. ul.topiclist li.row dl {
  749. padding: 2px 0;
  750. }
  751. ul.topiclist dt {
  752. display: block;
  753. float: left;
  754. width: 50%;
  755. font-size: 1.1em;
  756. padding-left: 5px;
  757. padding-right: 5px;
  758. }
  759. ul.topiclist dd {
  760. display: block;
  761. float: left;
  762. border-left: 1px solid #FFFFFF;
  763. padding: 4px 0;
  764. }
  765. ul.topiclist dfn {
  766. /* Labels for post/view counts */
  767. position: absolute;
  768. left: -999px;
  769. width: 990px;
  770. }
  771. ul.topiclist li.row dt a.subforum {
  772. background-image: none;
  773. background-position: 0 50%;
  774. background-repeat: no-repeat;
  775. position: relative;
  776. white-space: nowrap;
  777. padding: 0 0 0 12px;
  778. }
  779. .forum-image {
  780. float: left;
  781. padding-top: 5px;
  782. margin-right: 5px;
  783. }
  784. li.row {
  785. border-top: 1px solid #FFFFFF;
  786. border-bottom: 1px solid #8f8f8f;
  787. }
  788. li.row strong {
  789. font-weight: normal;
  790. color: #000000;
  791. }
  792. li.row:hover {
  793. background-color: #f6f6f6;
  794. }
  795. li.row:hover dd {
  796. border-left-color: #CCCCCC;
  797. }
  798. li.header dt, li.header dd {
  799. line-height: 1em;
  800. border-left-width: 0;
  801. margin: 2px 0 4px 0;
  802. color: #FFFFFF;
  803. padding-top: 2px;
  804. padding-bottom: 2px;
  805. font-size: 1em;
  806. font-family: Arial, Helvetica, sans-serif;
  807. text-transform: uppercase;
  808. }
  809. li.header dt {
  810. font-weight: bold;
  811. }
  812. li.header dd {
  813. margin-left: 1px;
  814. }
  815. li.header dl.icon {
  816. min-height: 0;
  817. }
  818. li.header dl.icon dt {
  819. /* Tweak for headers alignment when folder icon used */
  820. padding-left: 0;
  821. padding-right: 50px;
  822. }
  823. /* Forum list column styles */
  824. dl.icon {
  825. min-height: 35px;
  826. background-position: 10px 50%; /* Position of folder icon */
  827. background-repeat: no-repeat;
  828. }
  829. dl.icon dt {
  830. padding-left: 45px; /* Space for folder icon */
  831. background-repeat: no-repeat;
  832. background-position: 5px 95%; /* Position of topic icon */
  833. }
  834. dd.posts, dd.topics, dd.views {
  835. width: 8%;
  836. text-align: center;
  837. line-height: 2.2em;
  838. font-size: 1.2em;
  839. }
  840. /* List in forum description */
  841. dl.icon dt ol,
  842. dl.icon dt ul {
  843. list-style-position: inside;
  844. margin-left: 1em;
  845. }
  846. dl.icon dt li {
  847. display: list-item;
  848. list-style-type: inherit;
  849. }
  850. dd.lastpost {
  851. width: 25%;
  852. font-size: 1.1em;
  853. }
  854. dd.redirect {
  855. font-size: 1.1em;
  856. line-height: 2.5em;
  857. }
  858. dd.moderation {
  859. font-size: 1.1em;
  860. }
  861. dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
  862. display: block;
  863. padding-left: 5px;
  864. }
  865. dd.time {
  866. width: auto;
  867. line-height: 200%;
  868. font-size: 1.1em;
  869. }
  870. dd.extra {
  871. width: 12%;
  872. line-height: 200%;
  873. text-align: center;
  874. font-size: 1.1em;
  875. }
  876. dd.mark {
  877. float: right !important;
  878. width: 9%;
  879. text-align: center;
  880. line-height: 200%;
  881. font-size: 1.2em;
  882. }
  883. dd.info {
  884. width: 30%;
  885. }
  886. dd.option {
  887. width: 15%;
  888. line-height: 200%;
  889. text-align: center;
  890. font-size: 1.1em;
  891. }
  892. dd.searchby {
  893. width: 47%;
  894. font-size: 1.1em;
  895. line-height: 1em;
  896. }
  897. ul.topiclist dd.searchextra {
  898. margin-left: 5px;
  899. padding: 0.2em 0;
  900. font-size: 1.1em;
  901. color: #333333;
  902. border-left: none;
  903. clear: both;
  904. width: 98%;
  905. overflow: hidden;
  906. }
  907. /* Container for post/reply buttons and pagination */
  908. .topic-actions {
  909. margin-bottom: 3px;
  910. font-size: 1.1em;
  911. height: 28px;
  912. min-height: 28px;
  913. }
  914. div[class].topic-actions {
  915. height: auto;
  916. }
  917. /* Post body styles
  918. ----------------------------------------*/
  919. .postbody {
  920. padding: 0;
  921. line-height: 1.48em;
  922. color: #333333;
  923. width: 76%;
  924. float: left;
  925. clear: both;
  926. }
  927. .postbody .ignore {
  928. font-size: 1.1em;
  929. }
  930. .postbody h3.first {
  931. /* The first post on the page uses this */
  932. font-size: 1.7em;
  933. }
  934. .postbody h3 {
  935. /* Postbody requires a different h3 format - so change it here */
  936. font-size: 1.5em;
  937. padding: 2px 0 0 0;
  938. margin: 0 0 0.3em 0 !important;
  939. text-transform: none;
  940. border: none;
  941. font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  942. line-height: 125%;
  943. }
  944. .postbody h3 img {
  945. /* Also see tweaks.css */
  946. vertical-align: bottom;
  947. }
  948. .postbody .content {
  949. font-size: 1.3em;
  950. }
  951. .search .postbody {
  952. width: 68%
  953. }
  954. /* Topic review panel
  955. ----------------------------------------*/
  956. #review {
  957. margin-top: 2em;
  958. }
  959. #topicreview {
  960. padding-right: 5px;
  961. overflow: auto;
  962. height: 300px;
  963. }
  964. #topicreview .postbody {
  965. width: auto;
  966. float: none;
  967. margin: 0;
  968. height: auto;
  969. }
  970. #topicreview .post {
  971. height: auto;
  972. }
  973. #topicreview h2 {
  974. border-bottom-width: 0;
  975. }
  976. .post-ignore .postbody {
  977. display: none;
  978. }
  979. /* MCP Post details
  980. ----------------------------------------*/
  981. #post_details
  982. {
  983. /* This will only work in IE7+, plus the others */
  984. overflow: auto;
  985. max-height: 300px;
  986. }
  987. #expand
  988. {
  989. clear: both;
  990. }
  991. /* Content container styles
  992. ----------------------------------------*/
  993. .content {
  994. min-height: 3em;
  995. overflow: hidden;
  996. line-height: 1.4em;
  997. font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  998. font-size: 1em;
  999. color: #333333;
  1000. padding-bottom: 1px;
  1001. }
  1002. .content h2, .panel h2 {
  1003. font-weight: normal;
  1004. color: #989898;
  1005. border-bottom: 1px solid #CCCCCC;
  1006. font-size: 1.6em;
  1007. margin-top: 0.5em;
  1008. margin-bottom: 0.5em;
  1009. padding-bottom: 0.5em;
  1010. }
  1011. .panel h3 {
  1012. margin: 0.5em 0;
  1013. }
  1014. .panel p {
  1015. font-size: 1.2em;
  1016. margin-bottom: 1em;
  1017. line-height: 1.4em;
  1018. }
  1019. .content p {
  1020. font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  1021. font-size: 1.2em;
  1022. margin-bottom: 1em;
  1023. line-height: 1.4em;
  1024. }
  1025. dl.faq {
  1026. font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  1027. font-size: 1.1em;
  1028. margin-top: 1em;
  1029. margin-bottom: 2em;
  1030. line-height: 1.4em;
  1031. }
  1032. dl.faq dt {
  1033. font-weight: bold;
  1034. color: #333333;
  1035. }
  1036. .content dl.faq {
  1037. font-size: 1.2em;
  1038. margin-bottom: 0.5em;
  1039. }
  1040. .content li {
  1041. list-style-type: inherit;
  1042. }
  1043. .content ul, .content ol {
  1044. margin-bottom: 1em;
  1045. margin-left: 3em;
  1046. }
  1047. .posthilit {
  1048. background-color: #f3f3f3;
  1049. color: #BCBCBC;
  1050. padding: 0 2px 1px 2px;
  1051. }
  1052. .announce, .unreadpost {
  1053. /* Highlight the announcements & unread posts box */
  1054. border-left-color: #BCBCBC;
  1055. border-right-color: #BCBCBC;
  1056. }
  1057. /* Post author */
  1058. p.author {
  1059. margin: 0 15em 0.6em 0;
  1060. padding: 0 0 5px 0;
  1061. font-family: Verdana, Helvetica, Arial, sans-serif;
  1062. font-size: 1em;
  1063. line-height: 1.2em;
  1064. }
  1065. /* Post signature */
  1066. .signature {
  1067. margin-top: 1.5em;
  1068. padding-top: 0.2em;
  1069. font-size: 1.1em;
  1070. border-top: 1px solid #CCCCCC;
  1071. clear: left;
  1072. line-height: 140%;
  1073. overflow: hidden;
  1074. width: 100%;
  1075. }
  1076. dd .signature {
  1077. margin: 0;
  1078. padding: 0;
  1079. clear: none;
  1080. border: none;
  1081. }
  1082. .signature li {
  1083. list-style-type: inherit;
  1084. }
  1085. .signature ul, .signature ol {
  1086. margin-bottom: 1em;
  1087. margin-left: 3em;
  1088. }
  1089. /* Post noticies */
  1090. .notice {
  1091. font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  1092. width: auto;
  1093. margin-top: 1.5em;
  1094. padding-top: 0.2em;
  1095. font-size: 1em;
  1096. border-top: 1px dashed #CCCCCC;
  1097. clear: left;
  1098. line-height: 130%;
  1099. }
  1100. /* Jump to post link for now */
  1101. ul.searchresults {
  1102. list-style: none;
  1103. text-align: right;
  1104. clear: both;
  1105. }
  1106. /* BB Code styles
  1107. ----------------------------------------*/
  1108. /* Quote block */
  1109. blockquote {
  1110. background: #ebebeb none 6px 8px no-repeat;
  1111. border: 1px solid #dbdbdb;
  1112. font-size: 0.95em;
  1113. margin: 0.5em 1px 0 25px;
  1114. overflow: hidden;
  1115. padding: 5px;
  1116. }
  1117. blockquote blockquote {
  1118. /* Nested quotes */
  1119. background-color: #bababa;
  1120. font-size: 1em;
  1121. margin: 0.5em 1px 0 15px;
  1122. }
  1123. blockquote blockquote blockquote {
  1124. /* Nested quotes */
  1125. background-color: #e4e4e4;
  1126. }
  1127. blockquote cite {
  1128. /* Username/source of quoter */
  1129. font-style: normal;
  1130. font-weight: bold;
  1131. margin-left: 20px;
  1132. display: block;
  1133. font-size: 0.9em;
  1134. }
  1135. blockquote cite cite {
  1136. font-size: 1em;
  1137. }
  1138. blockquote.uncited {
  1139. padding-top: 25px;
  1140. }
  1141. /* Code block */
  1142. dl.codebox {
  1143. padding: 3px;
  1144. background-color: #FFFFFF;
  1145. border: 1px solid #d8d8d8;
  1146. font-size: 1em;
  1147. }
  1148. dl.codebox dt {
  1149. text-transform: uppercase;
  1150. border-bottom: 1px solid #CCCCCC;
  1151. margin-bottom: 3px;
  1152. font-size: 0.8em;
  1153. font-weight: bold;
  1154. display: block;
  1155. }
  1156. blockquote dl.codebox {
  1157. margin-left: 0;
  1158. }
  1159. dl.codebox code {
  1160. /* Also see tweaks.css */
  1161. overflow: auto;
  1162. display: block;
  1163. height: auto;
  1164. max-height: 200px;
  1165. white-space: normal;
  1166. padding-top: 5px;
  1167. font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
  1168. line-height: 1.3em;
  1169. color: #8b8b8b;
  1170. margin: 2px 0;
  1171. }
  1172. .syntaxbg { color: #FFFFFF; }
  1173. .syntaxcomment { color: #000000; }
  1174. .syntaxdefault { color: #bcbcbc; }
  1175. .syntaxhtml { color: #000000; }
  1176. .syntaxkeyword { color: #585858; }
  1177. .syntaxstring { color: #a7a7a7; }
  1178. /* Attachments
  1179. ----------------------------------------*/
  1180. .attachbox {
  1181. float: left;
  1182. width: auto;
  1183. margin: 5px 5px 5px 0;
  1184. padding: 6px;
  1185. background-color: #FFFFFF;
  1186. border: 1px dashed #d8d8d8;
  1187. clear: left;
  1188. }
  1189. .pm-message .attachbox {
  1190. background-color: #f3f3f3;
  1191. }
  1192. .attachbox dt {
  1193. font-family: Arial, Helvetica, sans-serif;
  1194. text-transform: uppercase;
  1195. }
  1196. .attachbox dd {
  1197. margin-top: 4px;
  1198. padding-top: 4px;
  1199. clear: left;
  1200. border-top: 1px solid #d8d8d8;
  1201. }
  1202. .attachbox dd dd {
  1203. border: none;
  1204. }
  1205. .attachbox p {
  1206. line-height: 110%;
  1207. color: #666666;
  1208. font-weight: normal;
  1209. clear: left;
  1210. }
  1211. .attachbox p.stats
  1212. {
  1213. line-height: 110%;
  1214. color: #666666;
  1215. font-weight: normal;
  1216. clear: left;
  1217. }
  1218. .attach-image {
  1219. margin: 3px 0;
  1220. width: 100%;
  1221. max-height: 350px;
  1222. overflow: auto;
  1223. }
  1224. .attach-image img {
  1225. border: 1px solid #999999;
  1226. /* cursor: move; */
  1227. cursor: default;
  1228. }
  1229. /* Inline image thumbnails */
  1230. div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
  1231. display: block;
  1232. margin-bottom: 4px;
  1233. }
  1234. div.inline-attachment p {
  1235. font-size: 100%;
  1236. }
  1237. dl.file {
  1238. font-family: Verdana, Arial, Helvetica, sans-serif;
  1239. display: block;
  1240. }
  1241. dl.file dt {
  1242. text-transform: none;
  1243. margin: 0;
  1244. padding: 0;
  1245. font-weight: bold;
  1246. font-family: Verdana, Arial, Helvetica, sans-serif;
  1247. }
  1248. dl.file dd {
  1249. color: #666666;
  1250. margin: 0;
  1251. padding: 0;
  1252. }
  1253. dl.thumbnail img {
  1254. padding: 3px;
  1255. border: 1px solid #666666;
  1256. background-color: #FFF;
  1257. }
  1258. dl.thumbnail dd {
  1259. color: #666666;
  1260. font-style: italic;
  1261. font-family: Verdana, Arial, Helvetica, sans-serif;
  1262. }
  1263. .attachbox dl.thumbnail dd {
  1264. font-size: 100%;
  1265. }
  1266. dl.thumbnail dt a:hover {
  1267. background-color: #EEEEEE;
  1268. }
  1269. dl.thumbnail dt a:hover img {
  1270. border: 1px solid #d2d2d2;
  1271. }
  1272. /* Post poll styles
  1273. ----------------------------------------*/
  1274. fieldset.polls {
  1275. font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  1276. }
  1277. fieldset.polls dl {
  1278. margin-top: 5px;
  1279. border-top: 1px solid #e2e2e2;
  1280. padding: 5px 0 0 0;
  1281. line-height: 120%;
  1282. color: #666666;
  1283. }
  1284. fieldset.polls dl.voted {
  1285. font-weight: bold;
  1286. color: #000000;
  1287. }
  1288. fieldset.polls dt {
  1289. text-align: left;
  1290. float: left;
  1291. display: block;
  1292. width: 30%;
  1293. border-right: none;
  1294. padding: 0;
  1295. margin: 0;
  1296. font-size: 1.1em;
  1297. }
  1298. fieldset.polls dd {
  1299. float: left;
  1300. width: 10%;
  1301. border-left: none;
  1302. padding: 0 5px;
  1303. margin-left: 0;
  1304. font-size: 1.1em;
  1305. }
  1306. fieldset.polls dd.resultbar {
  1307. width: 50%;
  1308. }
  1309. fieldset.polls dd input {
  1310. margin: 2px 0;
  1311. }
  1312. fieldset.polls dd div {
  1313. text-align: right;
  1314. font-family: Arial, Helvetica, sans-serif;
  1315. color: #FFFFFF;
  1316. font-weight: bold;
  1317. padding: 0 2px;
  1318. overflow: visible;
  1319. min-width: 2%;
  1320. }
  1321. .pollbar1 {
  1322. background-color: #aaaaaa;
  1323. border-bottom: 1px solid #747474;
  1324. border-right: 1px solid #747474;
  1325. }
  1326. .pollbar2 {
  1327. background-color: #bebebe;
  1328. border-bottom: 1px solid #8c8c8c;
  1329. border-right: 1px solid #8c8c8c;
  1330. }
  1331. .pollbar3 {
  1332. background-color: #D1D1D1;
  1333. border-bottom: 1px solid #aaaaaa;
  1334. border-right: 1px solid #aaaaaa;
  1335. }
  1336. .pollbar4 {
  1337. background-color: #e4e4e4;
  1338. border-bottom: 1px solid #bebebe;
  1339. border-right: 1px solid #bebebe;
  1340. }
  1341. .pollbar5 {
  1342. background-color: #f8f8f8;
  1343. border-bottom: 1px solid #D1D1D1;
  1344. border-right: 1px solid #D1D1D1;
  1345. }
  1346. /* Poster profile block
  1347. ----------------------------------------*/
  1348. .postprofile {
  1349. /* Also see tweaks.css */
  1350. margin: 5px 0 10px 0;
  1351. min-height: 80px;
  1352. color: #666666;
  1353. border-left: 1px solid #FFFFFF;
  1354. width: 22%;
  1355. float: right;
  1356. display: inline;
  1357. }
  1358. .pm .postprofile {
  1359. border-left: 1px solid #DDDDDD;
  1360. }
  1361. .postprofile dd, .postprofile dt {
  1362. line-height: 1.2em;
  1363. margin-left: 8px;
  1364. }
  1365. .postprofile strong {
  1366. font-weight: normal;
  1367. color: #000000;
  1368. }
  1369. .avatar {
  1370. border: none;
  1371. margin-bottom: 3px;
  1372. }
  1373. .online {
  1374. background-image: none;
  1375. background-position: 100% 0;
  1376. background-repeat: no-repeat;
  1377. }
  1378. /* Poster profile used by search*/
  1379. .search .postprofile {
  1380. width: 30%;
  1381. }
  1382. /* pm list in compose message if mass pm is enabled */
  1383. dl.pmlist dt {
  1384. width: 60% !important;
  1385. }
  1386. dl.pmlist dt textarea {
  1387. width: 95%;
  1388. }
  1389. dl.pmlist dd {
  1390. margin-left: 61% !important;
  1391. margin-bottom: 2px;
  1392. }
  1393. /* proSilver Button Styles
  1394. ---------------------------------------- */
  1395. /* Rollover buttons
  1396. Based on: http://wellstyled.com/css-nopreload-rollovers.html
  1397. ----------------------------------------*/
  1398. .buttons {
  1399. float: left;
  1400. width: auto;
  1401. height: auto;
  1402. }
  1403. /* Rollover state */
  1404. .buttons div {
  1405. float: left;
  1406. margin: 0 5px 0 0;
  1407. background-position: 0 100%;
  1408. }
  1409. /* Rolloff state */
  1410. .buttons div a {
  1411. display: block;
  1412. width: 100%;
  1413. height: 100%;
  1414. background-position: 0 0;
  1415. position: relative;
  1416. overflow: hidden;
  1417. }
  1418. /* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
  1419. /*.buttons div span { display: none; }*/
  1420. /*.buttons div a:hover { background-image: none; }*/
  1421. .buttons div span { position: absolute; width: 100%; height: 100%; cursor: pointer;}
  1422. .buttons div a:hover span { background-position: 0 100%; }
  1423. /* Big button images */
  1424. .reply-icon span { background: transparent none 0 0 no-repeat; }
  1425. .post-icon span { background: transparent none 0 0 no-repeat; }
  1426. .locked-icon span { background: transparent none 0 0 no-repeat; }
  1427. .pmreply-icon span { background: none 0 0 no-repeat; }
  1428. .newpm-icon span { background: none 0 0 no-repeat; }
  1429. .forwardpm-icon span { background: none 0 0 no-repeat; }
  1430. /* Set big button dimensions */
  1431. .buttons div.reply-icon { width: {IMG_BUTTON_TOPIC_REPLY_WIDTH}px; height: {IMG_BUTTON_TOPIC_REPLY_HEIGHT}px; }
  1432. .buttons div.post-icon { width: {IMG_BUTTON_TOPIC_NEW_WIDTH}px; height: {IMG_BUTTON_TOPIC_NEW_HEIGHT}px; }
  1433. .buttons div.locked-icon { width: {IMG_BUTTON_TOPIC_LOCKED_WIDTH}px; height: {IMG_BUTTON_TOPIC_LOCKED_HEIGHT}px; }
  1434. .buttons div.pmreply-icon { width: {IMG_BUTTON_PM_REPLY_WIDTH}px; height: {IMG_BUTTON_PM_REPLY_HEIGHT}px; }
  1435. .buttons div.newpm-icon { width: {IMG_BUTTON_PM_NEW_WIDTH}px; height: {IMG_BUTTON_PM_NEW_HEIGHT}px; }
  1436. .buttons div.forwardpm-icon { width: {IMG_BUTTON_PM_FORWARD_WIDTH}px; height: {IMG_BUTTON_PM_FORWARD_HEIGHT}px; }
  1437. /* Sub-header (navigation bar)
  1438. --------------------------------------------- */
  1439. a.print, a.sendemail, a.fontsize {
  1440. display: block;
  1441. overflow: hidden;
  1442. height: 18px;
  1443. text-indent: -5000px;
  1444. text-align: left;
  1445. background-repeat: no-repeat;
  1446. }
  1447. a.print {
  1448. background-image: none;
  1449. width: 22px;
  1450. }
  1451. a.sendemail {
  1452. background-image: none;
  1453. width: 22px;
  1454. }
  1455. a.fontsize {
  1456. background-image: none;
  1457. background-position: 0 -1px;
  1458. width: 29px;
  1459. }
  1460. a.fontsize:hover {
  1461. background-position: 0 -20px;
  1462. text-decoration: none;
  1463. }
  1464. /* Icon images
  1465. ---------------------------------------- */
  1466. .sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,
  1467. .icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search {
  1468. background-position: 0 50%;
  1469. background-repeat: no-repeat;
  1470. background-image: none;
  1471. padding: 1px 0 0 17px;
  1472. }
  1473. /* Poster profile icons
  1474. ----------------------------------------*/
  1475. ul.profile-icons {
  1476. padding-top: 10px;
  1477. list-style: none;
  1478. }
  1479. /* Rollover state */
  1480. ul.profile-icons li {
  1481. float: left;
  1482. margin: 0 6px 3px 0;
  1483. background-position: 0 100%;
  1484. }
  1485. /* Rolloff state */
  1486. ul.profile-icons li a {
  1487. display: block;
  1488. width: 100%;
  1489. height: 100%;
  1490. background-position: 0 0;
  1491. }
  1492. /* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
  1493. ul.profile-icons li span { display:none; }
  1494. ul.profile-icons li a:hover { background: none; }
  1495. /* Positioning of moderator icons */
  1496. .postbody ul.profile-icons {
  1497. float: right;
  1498. width: auto;
  1499. padding: 0;
  1500. }
  1501. .postbody ul.profile-icons li {
  1502. margin: 0 3px;
  1503. }
  1504. /* Profile & navigation icons */
  1505. .email-icon, .email-icon a { background: none top left no-repeat; }
  1506. .aim-icon, .aim-icon a { background: none top left no-repeat; }
  1507. .yahoo-icon, .yahoo-icon a { background: none top left no-repeat; }
  1508. .web-icon, .web-icon a { background: none top left no-repeat; }
  1509. .msnm-icon, .msnm-icon a { background: none top left no-repeat; }
  1510. .icq-icon, .icq-icon a { background: none top left no-repeat; }
  1511. .jabber-icon, .jabber-icon a { background: none top left no-repeat; }
  1512. .pm-icon, .pm-icon a { background: none top left no-repeat; }
  1513. .quote-icon, .quote-icon a { background: none top left no-repeat; }
  1514. /* Moderator icons */
  1515. .report-icon, .report-icon a { background: none top left no-repeat; }
  1516. .warn-icon, .warn-icon a { background: none top left no-repeat; }
  1517. .edit-icon, .edit-icon a { background: none top left no-repeat; }
  1518. .delete-icon, .delete-icon a { background: none top left no-repeat; }
  1519. .info-icon, .info-icon a { background: none top left no-repeat; }
  1520. /* Set profile icon dimensions */
  1521. ul.profile-icons li.email-icon { width: {IMG_ICON_CONTACT_EMAIL_WIDTH}px; height: {IMG_ICON_CONTACT_EMAIL_HEIGHT}px; }
  1522. ul.profile-icons li.aim-icon { width: {IMG_ICON_CONTACT_AIM_WIDTH}px; height: {IMG_ICON_CONTACT_AIM_HEIGHT}px; }
  1523. ul.profile-icons li.yahoo-icon { width: {IMG_ICON_CONTACT_YAHOO_WIDTH}px; height: {IMG_ICON_CONTACT_YAHOO_HEIGHT}px; }
  1524. ul.profile-icons li.web-icon { width: {IMG_ICON_CONTACT_WWW_WIDTH}px; height: {IMG_ICON_CONTACT_WWW_HEIGHT}px; }
  1525. ul.profile-icons li.msnm-icon { width: {IMG_ICON_CONTACT_MSNM_WIDTH}px; height: {IMG_ICON_CONTACT_MSNM_HEIGHT}px; }
  1526. ul.profile-icons li.icq-icon { width: {IMG_ICON_CONTACT_ICQ_WIDTH}px; height: {IMG_ICON_CONTACT_ICQ_HEIGHT}px; }
  1527. ul.profile-icons li.jabber-icon { width: {IMG_ICON_CONTACT_JABBER_WIDTH}px; height: {IMG_ICON_CONTACT_JABBER_HEIGHT}px; }
  1528. ul.profile-icons li.pm-icon { width: {IMG_ICON_CONTACT_PM_WIDTH}px; height: {IMG_ICON_CONTACT_PM_HEIGHT}px; }
  1529. ul.profile-icons li.quote-icon { width: {IMG_ICON_POST_QUOTE_WIDTH}px; height: {IMG_ICON_POST_QUOTE_HEIGHT}px; }
  1530. ul.profile-icons li.report-icon { width: {IMG_ICON_POST_REPORT_WIDTH}px; height: {IMG_ICON_POST_REPORT_HEIGHT}px; }
  1531. ul.profile-icons li.edit-icon { width: {IMG_ICON_POST_EDIT_WIDTH}px; height: {IMG_ICON_POST_EDIT_HEIGHT}px; }
  1532. ul.profile-icons li.delete-icon { width: {IMG_ICON_POST_DELETE_WIDTH}px; height: {IMG_ICON_POST_DELETE_HEIGHT}px; }
  1533. ul.profile-icons li.info-icon { width: {IMG_ICON_POST_INFO_WIDTH}px; height: {IMG_ICON_POST_INFO_HEIGHT}px; }
  1534. ul.profile-icons li.warn-icon { width: {IMG_ICON_USER_WARN_WIDTH}px; height: {IMG_ICON_USER_WARN_HEIGHT}px; }
  1535. /* Fix profile icon default margins */
  1536. ul.profile-icons li.edit-icon { margin: 0 0 0 3px; }
  1537. ul.profile-icons li.quote-icon { margin: 0 0 0 10px; }
  1538. ul.profile-icons li.info-icon, ul.profile-icons li.report-icon { margin: 0 3px 0 0; }
  1539. /* proSilver Control Panel Styles
  1540. ---------------------------------------- */
  1541. /* Main CP box
  1542. ----------------------------------------*/
  1543. #cp-menu {
  1544. float:left;
  1545. width: 19%;
  1546. margin-top: 1em;
  1547. margin-bottom: 5px;
  1548. }
  1549. #cp-main {
  1550. float: left;
  1551. width: 81%;
  1552. }
  1553. #cp-main .content {
  1554. padding: 0;
  1555. }
  1556. #cp-main h3, #cp-main hr, #cp-menu hr {
  1557. border-color: #bfbfbf;
  1558. }
  1559. #cp-main .panel p {
  1560. font-size: 1.1em;
  1561. }
  1562. #cp-main .panel ol {
  1563. margin-left: 2em;
  1564. font-size: 1.1em;
  1565. }
  1566. #cp-main .panel li.row {
  1567. border-bottom: 1px solid #cbcbcb;
  1568. border-top: 1px solid #F9F9F9;
  1569. }
  1570. ul.cplist {
  1571. margin-bottom: 5px;
  1572. border-top: 1px solid #cbcbcb;
  1573. }
  1574. #cp-main .panel li.header dd, #cp-main .panel li.header dt {
  1575. color: #000000;
  1576. margin-bottom: 2px;
  1577. }
  1578. #cp-main table.table1 {
  1579. margin-bottom: 1em;
  1580. }
  1581. #cp-main table.table1 thead th {
  1582. color: #333333;
  1583. font-weight: bold;
  1584. border-bottom: 1px solid #333333;
  1585. padding: 5px;
  1586. }
  1587. #cp-main table.table1 tbody th {
  1588. font-style: italic;
  1589. background-color: transparent !important;
  1590. border-bottom: none;
  1591. }
  1592. #cp-main .pagination {
  1593. float: right;
  1594. width: auto;
  1595. padding-top: 1px;
  1596. }
  1597. #cp-main .postbody p {
  1598. font-size: 1.1em;
  1599. }
  1600. #cp-main .pm-message {
  1601. border: 1px solid #e2e2e2;
  1602. margin: 10px 0;
  1603. background-color: #FFFFFF;
  1604. width: auto;
  1605. float: none;
  1606. }
  1607. .pm-message h2 {
  1608. padding-bottom: 5px;
  1609. }
  1610. #cp-main .postbody h3, #cp-main .box2 h3 {
  1611. margin-top: 0;
  1612. }
  1613. #cp-main .buttons {
  1614. margin-left: 0;
  1615. }
  1616. #cp-main ul.linklist {
  1617. margin: 0;
  1618. }
  1619. /* MCP Specific tweaks */
  1620. .mcp-main .postbody {
  1621. width: 100%;
  1622. }
  1623. /* CP tabbed menu
  1624. ----------------------------------------*/
  1625. #tabs {
  1626. line-height: normal;
  1627. margin: 20px 0 -1px 7px;
  1628. min-width: 570px;
  1629. }
  1630. #tabs ul {
  1631. margin:0;
  1632. padding: 0;
  1633. list-style: none;
  1634. }
  1635. #tabs li {
  1636. display: inline;
  1637. margin: 0;
  1638. padding: 0;
  1639. font-size: 1em;
  1640. font-weight: bold;
  1641. }
  1642. #tabs a {
  1643. float: left;
  1644. background: none no-repeat 0% -35px;
  1645. margin: 0 1px 0 0;
  1646. padding: 0 0 0 5px;
  1647. text-decoration: none;
  1648. position: relative;
  1649. cursor: pointer;
  1650. }
  1651. #tabs a span {
  1652. float: left;
  1653. display: block;
  1654. background: none no-repeat 100% -35px;
  1655. padding: 6px 10px 6px 5px;
  1656. color: #828282;
  1657. white-space: nowrap;
  1658. }
  1659. #tabs a:hover span {
  1660. color: #bcbcbc;
  1661. }
  1662. #tabs .activetab a {
  1663. background-position: 0 0;
  1664. border-bottom: 1px solid #ebebeb;
  1665. }
  1666. #tabs .activetab a span {
  1667. background-position: 100% 0;
  1668. padding-bottom: 7px;
  1669. color: #333333;
  1670. }
  1671. #tabs a:hover {
  1672. background-position: 0 -70px;
  1673. }
  1674. #tabs a:hover span {
  1675. background-position:100% -70px;
  1676. }
  1677. #tabs .activetab a:hover {
  1678. background-position: 0 0;
  1679. }
  1680. #tabs .activetab a:hover span {
  1681. color: #000000;
  1682. background-position: 100% 0;
  1683. }
  1684. /* Mini tabbed menu used in MCP
  1685. ----------------------------------------*/
  1686. #minitabs {
  1687. line-height: normal;
  1688. margin: -20px 7px 0 0;
  1689. }
  1690. #minitabs ul {
  1691. margin:0;
  1692. padding: 0;
  1693. list-style: none;
  1694. }
  1695. #minitabs li {
  1696. display: block;
  1697. float: right;
  1698. padding: 0 10px 4px 10px;
  1699. font-size: 1em;
  1700. font-weight: bold;
  1701. background-color: #f2f2f2;
  1702. margin-left: 2px;
  1703. }
  1704. #minitabs a {
  1705. }
  1706. #minitabs a:hover {
  1707. text-decoration: none;
  1708. }
  1709. #minitabs li.activetab {
  1710. background-color: #F9F9F9;
  1711. }
  1712. #minitabs li.activetab a, #minitabs li.activetab a:hover {
  1713. color: #333333;
  1714. }
  1715. /* UCP navigation menu
  1716. ----------------------------------------*/
  1717. /* Container for sub-navigation list */
  1718. #navigation {
  1719. width: 100%;
  1720. padding-top: 36px;
  1721. }
  1722. #navigation ul {
  1723. list-style:none;
  1724. }
  1725. /* Default list state */
  1726. #navigation li {
  1727. margin: 1px 0;
  1728. padding: 0;
  1729. font-weight: bold;
  1730. display: inline;
  1731. }
  1732. /* Link styles for the sub-section links */
  1733. #navigation a {
  1734. display: block;
  1735. padding: 5px;
  1736. margin: 1px 0;
  1737. text-decoration: none;
  1738. font-weight: bold;
  1739. color: #333;
  1740. background: #cfcfcf none repeat-y 100% 0;
  1741. }
  1742. #navigation a:hover {
  1743. text-decoration: none;
  1744. background-color: #c6c6c6;
  1745. color: #bcbcbc;
  1746. background-image: none;
  1747. }
  1748. #navigation #active-subsection a {
  1749. display: block;
  1750. color: #d3d3d3;
  1751. background-color: #F9F9F9;
  1752. background-image: none;
  1753. }
  1754. #navigation #active-subsection a:hover {
  1755. color: #d3d3d3;
  1756. }
  1757. /* Preferences pane layout
  1758. ----------------------------------------*/
  1759. #cp-main h2 {
  1760. border-bottom: none;
  1761. padding: 0;
  1762. margin-left: 10px;
  1763. color: #333333;
  1764. }
  1765. #cp-main .panel {
  1766. background-color: #F9F9F9;
  1767. }
  1768. #cp-main .pm {
  1769. background-color: #FFFFFF;
  1770. }
  1771. #cp-main span.corners-top, #cp-menu span.corners-top {
  1772. background-image: none;
  1773. }
  1774. #cp-main span.corners-top span, #cp-menu span.corners-top span {
  1775. background-image: none;
  1776. }
  1777. #cp-main span.corners-bottom, #cp-menu span.corners-bottom {
  1778. background-image: none;
  1779. }
  1780. #cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {
  1781. background-image: none;
  1782. }
  1783. /* Topicreview */
  1784. #cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {
  1785. background-image: none;
  1786. }
  1787. #cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {
  1788. background-image: none;
  1789. }
  1790. #cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {
  1791. background-image: none;
  1792. }
  1793. #cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {
  1794. background-image: none;
  1795. }
  1796. /* Friends list */
  1797. .cp-mini {
  1798. background-color: #f9f9f9;
  1799. padding: 0 5px;
  1800. margin: 10px 15px 10px 5px;
  1801. }
  1802. .cp-mini span.corners-top, .cp-mini span.corners-bottom {
  1803. margin: 0 -5px;
  1804. }
  1805. dl.mini dt {
  1806. font-weight: bold;
  1807. color: #676767;
  1808. }
  1809. dl.mini dd {
  1810. padding-top: 4px;
  1811. }
  1812. .friend-online {
  1813. font-weight: bold;
  1814. }
  1815. .friend-offline {
  1816. font-style: italic;
  1817. }
  1818. /* PM Styles
  1819. ----------------------------------------*/
  1820. #pm-menu {
  1821. line-height: 2.5em;
  1822. }
  1823. /* PM panel adjustments */
  1824. .pm-panel-header {
  1825. margin: 0;
  1826. padding-bottom: 10px;
  1827. border-bottom: 1px dashed #A4B3BF;
  1828. }
  1829. .reply-all {
  1830. display: block;
  1831. padding-top: 4px;
  1832. clear: both;
  1833. float: left;
  1834. }
  1835. .pm-panel-message {
  1836. padding-top: 10px;
  1837. }
  1838. .pm-return-to {
  1839. padding-top: 23px;
  1840. }
  1841. #cp-main .pm-message-nav {
  1842. margin: 0;
  1843. padding: 2px 10px 5px 10px;
  1844. border-bottom: 1px dashed #A4B3BF;
  1845. }
  1846. /* PM Message history */
  1847. .current {
  1848. color: #999999;
  1849. }
  1850. /* Defined rules list for PM options */
  1851. ol.def-rules {
  1852. padding-left: 0;
  1853. }
  1854. ol.def-rules li {
  1855. line-height: 180%;
  1856. padding: 1px;
  1857. }
  1858. /* PM marking colours */
  1859. .pmlist li.bg1 {
  1860. padding: 0 3px;
  1861. }
  1862. .pmlist li.bg2 {
  1863. padding: 0 3px;
  1864. }
  1865. .pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
  1866. border-left-color: #bcbcbc;
  1867. border-right-color: #bcbcbc;
  1868. }
  1869. .pmlist li.pm_marked_colour, .pm_marked_colour {
  1870. padding: 0;
  1871. border: solid 3px #ffffff;
  1872. border-width: 0 3px;
  1873. }
  1874. .pmlist li.pm_replied_colour, .pm_replied_colour {
  1875. padding: 0;
  1876. border: solid 3px #c2c2c2;
  1877. border-width: 0 3px;
  1878. }
  1879. .pmlist li.pm_friend_colour, .pm_friend_colour {
  1880. padding: 0;
  1881. border: solid 3px #bdbdbd;
  1882. border-width: 0 3px;
  1883. }
  1884. .pmlist li.pm_foe_colour, .pm_foe_colour {
  1885. padding: 0;
  1886. border: solid 3px #000000;
  1887. border-width: 0 3px;
  1888. }
  1889. .pm-legend {
  1890. border-left-width: 10px;
  1891. border-left-style: solid;
  1892. border-right-width: 0;
  1893. margin-bottom: 3px;
  1894. padding-left: 3px;
  1895. }
  1896. /* Avatar gallery */
  1897. #gallery label {
  1898. position: relative;
  1899. float: left;
  1900. margin: 10px;
  1901. padding: 5px;
  1902. width: auto;
  1903. background: #FFFFFF;
  1904. border: 1px solid #CCC;
  1905. text-align: center;
  1906. }
  1907. #gallery label:hover {
  1908. background-color: #EEE;
  1909. }
  1910. /* proSilver Form Styles
  1911. ---------------------------------------- */
  1912. /* General form styles
  1913. ----------------------------------------*/
  1914. fieldset {
  1915. border-width: 0;
  1916. font-family: Verdana, Helvetica, Arial, sans-serif;
  1917. font-size: 1.1em;
  1918. }
  1919. input {
  1920. font-weight: normal;
  1921. cursor: pointer;
  1922. vertical-align: middle;
  1923. padding: 0 3px;
  1924. font-size: 1em;
  1925. font-family: Verdana, Helvetica, Arial, sans-serif;
  1926. }
  1927. select {
  1928. font-family: Verdana, Helvetica, Arial, sans-serif;
  1929. font-weight: normal;
  1930. cursor: pointer;
  1931. vertical-align: middle;
  1932. border: 1px solid #666666;
  1933. padding: 1px;
  1934. background-color: #FAFAFA;
  1935. }
  1936. option {
  1937. padding-right: 1em;
  1938. }
  1939. option.disabled-option {
  1940. color: graytext;
  1941. }
  1942. textarea {
  1943. font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  1944. width: 60%;
  1945. padding: 2px;
  1946. font-size: 1em;
  1947. line-height: 1.4em;
  1948. }
  1949. label {
  1950. cursor: default;
  1951. padding-right: 5px;
  1952. color: #676767;
  1953. }
  1954. label input {
  1955. vertical-align: middle;
  1956. }
  1957. label img {
  1958. vertical-align: middle;
  1959. }
  1960. /* Definition list layout for forms
  1961. ---------------------------------------- */
  1962. fieldset dl {
  1963. padding: 4px 0;
  1964. }
  1965. fieldset dt {
  1966. float: left;
  1967. width: 40%;
  1968. text-align: left;
  1969. display: block;
  1970. }
  1971. fieldset dd {
  1972. margin-left: 41%;
  1973. vertical-align: top;
  1974. margin-bottom: 3px;
  1975. }
  1976. /* Specific layout 1 */
  1977. fieldset.fields1 dt {
  1978. width: 15em;
  1979. border-right-width: 0;
  1980. }
  1981. fieldset.fields1 dd {
  1982. margin-left: 15em;
  1983. border-left-width: 0;
  1984. }
  1985. fieldset.fields1 {
  1986. background-color: transparent;
  1987. }
  1988. fieldset.fields1 div {
  1989. margin-bottom: 3px;
  1990. }
  1991. /* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */
  1992. fieldset.fields1 #recaptcha_widget_div div {
  1993. margin-bottom: 0;
  1994. }
  1995. /* Specific layout 2 */
  1996. fieldset.fields2 dt {
  1997. width: 15em;
  1998. border-right-width: 0;
  1999. }
  2000. fieldset.fields2 dd {
  2001. margin-left: 16em;
  2002. border-left-width: 0;
  2003. }
  2004. /* Form elements */
  2005. dt label {
  2006. font-weight: bold;
  2007. text-align: left;
  2008. }
  2009. dd label {
  2010. white-space: nowrap;
  2011. color: #333;
  2012. }
  2013. dd input, dd textarea {
  2014. margin-right: 3px;
  2015. }
  2016. dd select {
  2017. width: auto;
  2018. }
  2019. dd textarea {
  2020. width: 85%;
  2021. }
  2022. /* Hover effects */
  2023. fieldset dl:hover dt label {
  2024. color: #000000;
  2025. }
  2026. fieldset.fields2 dl:hover dt label {
  2027. color: inherit;
  2028. }
  2029. #timezone {
  2030. width: 95%;
  2031. }
  2032. * html #timezone {
  2033. width: 50%;
  2034. }
  2035. /* Quick-login on index page */
  2036. fieldset.quick-login {
  2037. margin-top: 5px;
  2038. }
  2039. fieldset.quick-login input {
  2040. width: auto;
  2041. }
  2042. fieldset.quick-login input.inputbox {
  2043. width: 15%;
  2044. vertical-align: middle;
  2045. margin-right: 5px;
  2046. background-color: #f3f3f3;
  2047. }
  2048. fieldset.quick-login label {
  2049. white-space: nowrap;
  2050. padding-right: 2px;
  2051. }
  2052. /* Display options on viewtopic/viewforum pages */
  2053. fieldset.display-options {
  2054. text-align: center;
  2055. margin: 3px 0 5px 0;
  2056. }
  2057. fieldset.display-options label {
  2058. white-space: nowrap;
  2059. padding-right: 2px;
  2060. }
  2061. fieldset.display-options a {
  2062. margin-top: 3px;
  2063. }
  2064. /* Display actions for ucp and mcp pages */
  2065. fieldset.display-actions {
  2066. text-align: right;
  2067. line-height: 2em;
  2068. white-space: nowrap;
  2069. padding-right: 1em;
  2070. }
  2071. fieldset.display-actions label {
  2072. white-space: nowrap;
  2073. padding-right: 2px;
  2074. }
  2075. fieldset.sort-options {
  2076. line-height: 2em;
  2077. }
  2078. /* MCP forum selection*/
  2079. fieldset.forum-selection {
  2080. margin: 5px 0 3px 0;
  2081. float: right;
  2082. }
  2083. fieldset.forum-selection2 {
  2084. margin: 13px 0 3px 0;
  2085. float: right;
  2086. }
  2087. /* Jumpbox */
  2088. fieldset.jumpbox {
  2089. text-align: right;
  2090. margin-top: 15px;
  2091. height: 2.5em;
  2092. }
  2093. fieldset.quickmod {
  2094. width: 50%;
  2095. float: right;
  2096. text-align: right;
  2097. height: 2.5em;
  2098. }
  2099. /* Submit button fieldset */
  2100. fieldset.submit-buttons {
  2101. text-align: center;
  2102. vertical-align: middle;
  2103. margin: 5px 0;
  2104. }
  2105. fieldset.submit-buttons input {
  2106. vertical-align: middle;
  2107. padding-top: 3px;
  2108. padding-bottom: 3px;
  2109. }
  2110. /* Posting page styles
  2111. ----------------------------------------*/
  2112. /* Buttons used in the editor */
  2113. #format-buttons {
  2114. margin: 15px 0 2px 0;
  2115. }
  2116. #format-buttons input, #format-buttons select {
  2117. vertical-align: middle;
  2118. }
  2119. /* Main message box */
  2120. #message-box {
  2121. width: 80%;
  2122. }
  2123. #message-box textarea {
  2124. font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  2125. width: 450px;
  2126. height: 270px;
  2127. min-width: 100%;
  2128. max-width: 100%;
  2129. font-size: 1.2em;
  2130. color: #333333;
  2131. }
  2132. /* Emoticons panel */
  2133. #smiley-box {
  2134. width: 18%;
  2135. float: right;
  2136. }
  2137. #smiley-box img {
  2138. margin: 3px;
  2139. }
  2140. /* Input field styles
  2141. ---------------------------------------- */
  2142. .inputbox {
  2143. background-color: #FFFFFF;
  2144. border: 1px solid #c0c0c0;
  2145. color: #333333;
  2146. padding: 2px;
  2147. cursor: text;
  2148. }
  2149. .inputbox:hover {
  2150. border: 1px solid #eaeaea;
  2151. }
  2152. .inputbox:focus {
  2153. border: 1px solid #eaeaea;
  2154. color: #4b4b4b;
  2155. }
  2156. input.inputbox { width: 85%; }
  2157. input.medium { width: 50%; }
  2158. input.narrow { width: 25%; }
  2159. input.tiny { width: 125px; }
  2160. textarea.inputbox {
  2161. width: 85%;
  2162. }
  2163. .autowidth {
  2164. width: auto !important;
  2165. }
  2166. /* Form button styles
  2167. ---------------------------------------- */
  2168. input.button1, input.button2 {
  2169. font-size: 1em;
  2170. }
  2171. a.button1, input.button1, input.button3, a.button2, input.button2 {
  2172. width: auto !important;
  2173. padding-top: 1px;
  2174. padding-bottom: 1px;
  2175. font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  2176. color: #000;
  2177. background: #FAFAFA none repeat-x top left;
  2178. }
  2179. a.button1, input.button1 {
  2180. font-weight: bold;
  2181. border: 1px solid #666666;
  2182. }
  2183. input.button3 {
  2184. padding: 0;
  2185. margin: 0;
  2186. line-height: 5px;
  2187. height: 12px;
  2188. background-image: none;
  2189. font-variant: small-caps;
  2190. }
  2191. /* Alternative button */
  2192. a.button2, input.button2, input.button3 {
  2193. border: 1px solid #666666;
  2194. }
  2195. /* <a> button in the style of the form buttons */
  2196. a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
  2197. text-decoration: none;
  2198. color: #000000;
  2199. padding: 2px 8px;
  2200. line-height: 250%;
  2201. vertical-align: text-bottom;
  2202. background-position: 0 1px;
  2203. }
  2204. /* Hover states */
  2205. a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
  2206. border: 1px solid #BCBCBC;
  2207. background-position: 0 100%;
  2208. color: #BCBCBC;
  2209. }
  2210. input.disabled {
  2211. font-weight: normal;
  2212. color

Large files files are truncated, but you can click here to view the full file