PageRenderTime 21ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/forum/styles/prosilver-embed/theme/content.css

https://github.com/VinDictive/Southern-Discomfort-Website
CSS | 772 lines | 612 code | 120 blank | 40 comment | 0 complexity | f7d2e50178fbe7ecde50b90db1bf44f7 MD5 | raw file
Possible License(s): AGPL-1.0
  1. /* proSilver Content Styles
  2. ---------------------------------------- */
  3. #phpbbforum-page ul.topiclist {
  4. display: block;
  5. list-style-type: none;
  6. margin: 0;
  7. }
  8. #phpbbforum-page ul.forums {
  9. background: #f9f9f9 none repeat-x 0 0;
  10. }
  11. #phpbbforum-page ul.topiclist li {
  12. display: block;
  13. list-style-type: none;
  14. color: #777777;
  15. margin: 0;
  16. }
  17. #phpbbforum-page ul.topiclist dl {
  18. position: relative;
  19. }
  20. #phpbbforum-page ul.topiclist li.row dl {
  21. padding: 2px 0;
  22. }
  23. #phpbbforum-page ul.topiclist dt {
  24. display: block;
  25. float: left;
  26. width: 50%;
  27. font-size: 1.1em;
  28. padding-left: 5px;
  29. padding-right: 5px;
  30. }
  31. #phpbbforum-page ul.topiclist dd {
  32. display: block;
  33. float: left;
  34. border-left: 1px solid #FFFFFF;
  35. padding: 4px 0;
  36. }
  37. #phpbbforum-page ul.topiclist dfn {
  38. /* Labels for post/view counts */
  39. position: absolute;
  40. left: -999px;
  41. width: 990px;
  42. }
  43. #phpbbforum-page ul.topiclist li.row dt a.subforum {
  44. background-image: none;
  45. background-position: 0 50%;
  46. background-repeat: no-repeat;
  47. position: relative;
  48. white-space: nowrap;
  49. padding: 0 0 0 12px;
  50. }
  51. #phpbbforum-page .forum-image {
  52. float: left;
  53. padding-top: 5px;
  54. margin-right: 5px;
  55. }
  56. #phpbbforum-page li.row {
  57. border-top: 1px solid #FFFFFF;
  58. border-bottom: 1px solid #8f8f8f;
  59. }
  60. #phpbbforum-page li.row strong {
  61. font-weight: normal;
  62. color: #000000;
  63. }
  64. #phpbbforum-page li.row:hover {
  65. background-color: #f6f6f6;
  66. }
  67. #phpbbforum-page li.row:hover dd {
  68. border-left-color: #CCCCCC;
  69. }
  70. #phpbbforum-page li.header dt, #phpbbforum-page li.header dd {
  71. line-height: 1em;
  72. border-left-width: 0;
  73. margin: 2px 0 4px 0;
  74. color: #FFFFFF;
  75. padding-top: 2px;
  76. padding-bottom: 2px;
  77. font-size: 1em;
  78. font-family: Arial, Helvetica, sans-serif;
  79. text-transform: uppercase;
  80. }
  81. #phpbbforum-page li.header dt {
  82. font-weight: bold;
  83. }
  84. #phpbbforum-page li.header dd {
  85. margin-left: 1px;
  86. }
  87. #phpbbforum-page li.header dl.icon {
  88. min-height: 0;
  89. }
  90. #phpbbforum-page li.header dl.icon dt {
  91. /* Tweak for headers alignment when folder icon used */
  92. padding-left: 0;
  93. padding-right: 50px;
  94. }
  95. /* Forum list column styles */
  96. #phpbbforum-page dl.icon {
  97. min-height: 35px;
  98. background-position: 10px 50%; /* Position of folder icon */
  99. background-repeat: no-repeat;
  100. }
  101. #phpbbforum-page dl.icon dt {
  102. padding-left: 45px; /* Space for folder icon */
  103. background-repeat: no-repeat;
  104. background-position: 5px 95%; /* Position of topic icon */
  105. }
  106. #phpbbforum-page dd.posts, #phpbbforum-page dd.topics, #phpbbforum-page dd.views {
  107. width: 8%;
  108. text-align: center;
  109. line-height: 2.2em;
  110. font-size: 1.2em;
  111. }
  112. /* List in forum description */
  113. #phpbbforum-page dl.icon dt ol,
  114. #phpbbforum-page dl.icon dt ul {
  115. list-style-position: inside;
  116. margin-left: 1em;
  117. }
  118. #phpbbforum-page dl.icon dt li {
  119. display: list-item;
  120. list-style-type: inherit;
  121. }
  122. #phpbbforum-page dd.lastpost {
  123. width: 25%;
  124. font-size: 1.1em;
  125. }
  126. #phpbbforum-page dd.redirect {
  127. font-size: 1.1em;
  128. line-height: 2.5em;
  129. }
  130. #phpbbforum-page dd.moderation {
  131. font-size: 1.1em;
  132. }
  133. #phpbbforum-page dd.lastpost span, #phpbbforum-page ul.topiclist dd.searchby span, #phpbbforum-page ul.topiclist dd.info span, #phpbbforum-page ul.topiclist dd.time span, #phpbbforum-page dd.redirect span, #phpbbforum-page dd.moderation span {
  134. display: block;
  135. padding-left: 5px;
  136. }
  137. #phpbbforum-page dd.time {
  138. width: auto;
  139. line-height: 200%;
  140. font-size: 1.1em;
  141. }
  142. #phpbbforum-page dd.extra {
  143. width: 12%;
  144. line-height: 200%;
  145. text-align: center;
  146. font-size: 1.1em;
  147. }
  148. #phpbbforum-page dd.mark {
  149. float: right !important;
  150. width: 9%;
  151. text-align: center;
  152. line-height: 200%;
  153. font-size: 1.2em;
  154. }
  155. #phpbbforum-page dd.info {
  156. width: 30%;
  157. }
  158. #phpbbforum-page dd.option {
  159. width: 15%;
  160. line-height: 200%;
  161. text-align: center;
  162. font-size: 1.1em;
  163. }
  164. #phpbbforum-page dd.searchby {
  165. width: 47%;
  166. font-size: 1.1em;
  167. line-height: 1em;
  168. }
  169. #phpbbforum-page ul.topiclist dd.searchextra {
  170. margin-left: 5px;
  171. padding: 0.2em 0;
  172. font-size: 1.1em;
  173. color: #333333;
  174. border-left: none;
  175. clear: both;
  176. width: 98%;
  177. overflow: hidden;
  178. }
  179. /* Container for post/reply buttons and pagination */
  180. #phpbbforum-page .topic-actions {
  181. margin-bottom: 3px;
  182. font-size: 1.1em;
  183. height: 28px;
  184. min-height: 28px;
  185. }
  186. #phpbbforum-page div[class].topic-actions {
  187. height: auto;
  188. }
  189. /* Post body styles
  190. ----------------------------------------*/
  191. #phpbbforum-page .postbody {
  192. padding: 0;
  193. line-height: 1.48em;
  194. color: #333333;
  195. width: 76%;
  196. float: left;
  197. clear: both;
  198. }
  199. #phpbbforum-page .postbody .ignore {
  200. font-size: 1.1em;
  201. }
  202. #phpbbforum-page .postbody h3.first {
  203. /* The first post on the page uses this */
  204. font-size: 1.7em;
  205. }
  206. #phpbbforum-page .postbody h3 {
  207. /* Postbody requires a different h3 format - so change it here */
  208. font-size: 1.5em;
  209. padding: 2px 0 0 0;
  210. margin: 0 0 0.3em 0 !important;
  211. text-transform: none;
  212. border: none;
  213. font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  214. line-height: 125%;
  215. }
  216. #phpbbforum-page .postbody h3 img {
  217. /* Also see tweaks.css */
  218. vertical-align: bottom;
  219. }
  220. #phpbbforum-page .postbody .content {
  221. font-size: 1.3em;
  222. }
  223. #phpbbforum-page .search .postbody {
  224. width: 68%
  225. }
  226. /* Topic review panel
  227. ----------------------------------------*/
  228. #phpbbforum-page #review {
  229. margin-top: 2em;
  230. }
  231. #phpbbforum-page #topicreview {
  232. padding-right: 5px;
  233. overflow: auto;
  234. height: 300px;
  235. }
  236. #phpbbforum-page #topicreview .postbody {
  237. width: auto;
  238. float: none;
  239. margin: 0;
  240. height: auto;
  241. }
  242. #phpbbforum-page #topicreview .post {
  243. height: auto;
  244. }
  245. #phpbbforum-page #topicreview h2 {
  246. border-bottom-width: 0;
  247. }
  248. #phpbbforum-page .post-ignore .postbody {
  249. display: none;
  250. }
  251. /* Content container styles
  252. ----------------------------------------*/
  253. #phpbbforum-page .content {
  254. min-height: 3em;
  255. overflow: hidden;
  256. line-height: 1.4em;
  257. font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  258. font-size: 1em;
  259. color: #333333;
  260. padding-bottom: 1px;
  261. }
  262. #phpbbforum-page .content h2, #phpbbforum-page .panel h2 {
  263. font-weight: normal;
  264. color: #989898;
  265. border-bottom: 1px solid #CCCCCC;
  266. font-size: 1.6em;
  267. margin-top: 0.5em;
  268. margin-bottom: 0.5em;
  269. padding-bottom: 0.5em;
  270. }
  271. #phpbbforum-page .panel h3 {
  272. margin: 0.5em 0;
  273. }
  274. #phpbbforum-page .panel p {
  275. font-size: 1.2em;
  276. margin-bottom: 1em;
  277. line-height: 1.4em;
  278. }
  279. #phpbbforum-page .content p {
  280. font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  281. font-size: 1.2em;
  282. margin-bottom: 1em;
  283. line-height: 1.4em;
  284. }
  285. #phpbbforum-page dl.faq {
  286. font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  287. font-size: 1.1em;
  288. margin-top: 1em;
  289. margin-bottom: 2em;
  290. line-height: 1.4em;
  291. }
  292. #phpbbforum-page dl.faq dt {
  293. font-weight: bold;
  294. color: #333333;
  295. }
  296. #phpbbforum-page .content dl.faq {
  297. font-size: 1.2em;
  298. margin-bottom: 0.5em;
  299. }
  300. #phpbbforum-page .content li {
  301. list-style-type: inherit;
  302. }
  303. #phpbbforum-page .content ul, #phpbbforum-page .content ol {
  304. margin-bottom: 1em;
  305. margin-left: 3em;
  306. }
  307. #phpbbforum-page .posthilit {
  308. background-color: #f3f3f3;
  309. color: #BCBCBC;
  310. padding: 0 2px 1px 2px;
  311. }
  312. #phpbbforum-page .announce, #phpbbforum-page .unreadpost {
  313. /* Highlight the announcements & unread posts box */
  314. border-left-color: #BCBCBC;
  315. border-right-color: #BCBCBC;
  316. }
  317. /* Post author */
  318. #phpbbforum-page p.author {
  319. margin: 0 15em 0.6em 0;
  320. padding: 0 0 5px 0;
  321. font-family: Verdana, Helvetica, Arial, sans-serif;
  322. font-size: 1em;
  323. line-height: 1.2em;
  324. }
  325. /* Post signature */
  326. #phpbbforum-page .signature {
  327. margin-top: 1.5em;
  328. padding-top: 0.2em;
  329. font-size: 1.1em;
  330. border-top: 1px solid #CCCCCC;
  331. clear: left;
  332. line-height: 140%;
  333. overflow: hidden;
  334. width: 100%;
  335. }
  336. #phpbbforum-page dd .signature {
  337. margin: 0;
  338. padding: 0;
  339. clear: none;
  340. border: none;
  341. }
  342. #phpbbforum-page .signature li {
  343. list-style-type: inherit;
  344. }
  345. #phpbbforum-page .signature ul, #phpbbforum-page .signature ol {
  346. margin-bottom: 1em;
  347. margin-left: 3em;
  348. }
  349. /* Post noticies */
  350. #phpbbforum-page .notice {
  351. font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  352. width: auto;
  353. margin-top: 1.5em;
  354. padding-top: 0.2em;
  355. font-size: 1em;
  356. border-top: 1px dashed #CCCCCC;
  357. clear: left;
  358. line-height: 130%;
  359. }
  360. /* Jump to post link for now */
  361. #phpbbforum-page ul.searchresults {
  362. list-style: none;
  363. text-align: right;
  364. clear: both;
  365. }
  366. /* BB Code styles
  367. ----------------------------------------*/
  368. /* Quote block */
  369. #phpbbforum-page blockquote {
  370. background: #ebebeb none 6px 8px no-repeat;
  371. border: 1px solid #dbdbdb;
  372. font-size: 0.95em;
  373. margin: 0.5em 1px 0 25px;
  374. overflow: hidden;
  375. padding: 5px;
  376. }
  377. #phpbbforum-page blockquote blockquote {
  378. /* Nested quotes */
  379. background-color: #bababa;
  380. font-size: 1em;
  381. margin: 0.5em 1px 0 15px;
  382. }
  383. #phpbbforum-page blockquote blockquote blockquote {
  384. /* Nested quotes */
  385. background-color: #e4e4e4;
  386. }
  387. #phpbbforum-page blockquote cite {
  388. /* Username/source of quoter */
  389. font-style: normal;
  390. font-weight: bold;
  391. margin-left: 20px;
  392. display: block;
  393. font-size: 0.9em;
  394. }
  395. #phpbbforum-page blockquote cite cite {
  396. font-size: 1em;
  397. }
  398. #phpbbforum-page blockquote.uncited {
  399. padding-top: 25px;
  400. }
  401. /* Code block */
  402. #phpbbforum-page dl.codebox {
  403. padding: 3px;
  404. background-color: #FFFFFF;
  405. border: 1px solid #d8d8d8;
  406. font-size: 1em;
  407. }
  408. #phpbbforum-page dl.codebox dt {
  409. text-transform: uppercase;
  410. border-bottom: 1px solid #CCCCCC;
  411. margin-bottom: 3px;
  412. font-size: 0.8em;
  413. font-weight: bold;
  414. display: block;
  415. }
  416. #phpbbforum-page blockquote dl.codebox {
  417. margin-left: 0;
  418. }
  419. #phpbbforum-page dl.codebox code {
  420. /* Also see tweaks.css */
  421. overflow: auto;
  422. display: block;
  423. height: auto;
  424. max-height: 200px;
  425. white-space: normal;
  426. padding-top: 5px;
  427. font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
  428. line-height: 1.3em;
  429. color: #8b8b8b;
  430. margin: 2px 0;
  431. }
  432. #phpbbforum-page .syntaxbg { color: #FFFFFF; }
  433. #phpbbforum-page .syntaxcomment { color: #000000; }
  434. #phpbbforum-page .syntaxdefault { color: #bcbcbc; }
  435. #phpbbforum-page .syntaxhtml { color: #000000; }
  436. #phpbbforum-page .syntaxkeyword { color: #585858; }
  437. #phpbbforum-page .syntaxstring { color: #a7a7a7; }
  438. /* Attachments
  439. ----------------------------------------*/
  440. #phpbbforum-page .attachbox {
  441. float: left;
  442. width: auto;
  443. margin: 5px 5px 5px 0;
  444. padding: 6px;
  445. background-color: #FFFFFF;
  446. border: 1px dashed #d8d8d8;
  447. clear: left;
  448. }
  449. #phpbbforum-page .pm-message .attachbox {
  450. background-color: #f3f3f3;
  451. }
  452. #phpbbforum-page .attachbox dt {
  453. font-family: Arial, Helvetica, sans-serif;
  454. text-transform: uppercase;
  455. }
  456. #phpbbforum-page .attachbox dd {
  457. margin-top: 4px;
  458. padding-top: 4px;
  459. clear: left;
  460. border-top: 1px solid #d8d8d8;
  461. }
  462. #phpbbforum-page .attachbox dd dd {
  463. border: none;
  464. }
  465. #phpbbforum-page .attachbox p {
  466. line-height: 110%;
  467. color: #666666;
  468. font-weight: normal;
  469. clear: left;
  470. }
  471. #phpbbforum-page .attachbox p.stats
  472. {
  473. line-height: 110%;
  474. color: #666666;
  475. font-weight: normal;
  476. clear: left;
  477. }
  478. #phpbbforum-page .attach-image {
  479. margin: 3px 0;
  480. width: 100%;
  481. max-height: 350px;
  482. overflow: auto;
  483. }
  484. #phpbbforum-page .attach-image img {
  485. border: 1px solid #999999;
  486. /* cursor: move; */
  487. cursor: default;
  488. }
  489. /* Inline image thumbnails */
  490. #phpbbforum-page div.inline-attachment dl.thumbnail, #phpbbforum-page div.inline-attachment dl.file {
  491. display: block;
  492. margin-bottom: 4px;
  493. }
  494. #phpbbforum-page div.inline-attachment p {
  495. font-size: 100%;
  496. }
  497. #phpbbforum-page dl.file {
  498. font-family: Verdana, Arial, Helvetica, sans-serif;
  499. display: block;
  500. }
  501. #phpbbforum-page dl.file dt {
  502. text-transform: none;
  503. margin: 0;
  504. padding: 0;
  505. font-weight: bold;
  506. font-family: Verdana, Arial, Helvetica, sans-serif;
  507. }
  508. #phpbbforum-page dl.file dd {
  509. color: #666666;
  510. margin: 0;
  511. padding: 0;
  512. }
  513. #phpbbforum-page dl.thumbnail img {
  514. padding: 3px;
  515. border: 1px solid #666666;
  516. background-color: #FFF;
  517. }
  518. #phpbbforum-page dl.thumbnail dd {
  519. color: #666666;
  520. font-style: italic;
  521. font-family: Verdana, Arial, Helvetica, sans-serif;
  522. }
  523. #phpbbforum-page .attachbox dl.thumbnail dd {
  524. font-size: 100%;
  525. }
  526. #phpbbforum-page dl.thumbnail dt a:hover {
  527. background-color: #EEEEEE;
  528. }
  529. #phpbbforum-page dl.thumbnail dt a:hover img {
  530. border: 1px solid #d2d2d2;
  531. }
  532. /* Post poll styles
  533. ----------------------------------------*/
  534. #phpbbforum-page fieldset.polls {
  535. font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  536. }
  537. #phpbbforum-page fieldset.polls dl {
  538. margin-top: 5px;
  539. border-top: 1px solid #e2e2e2;
  540. padding: 5px 0 0 0;
  541. line-height: 120%;
  542. color: #666666;
  543. }
  544. #phpbbforum-page fieldset.polls dl.voted {
  545. font-weight: bold;
  546. color: #000000;
  547. }
  548. #phpbbforum-page fieldset.polls dt {
  549. text-align: left;
  550. float: left;
  551. display: block;
  552. width: 30%;
  553. border-right: none;
  554. padding: 0;
  555. margin: 0;
  556. font-size: 1.1em;
  557. }
  558. #phpbbforum-page fieldset.polls dd {
  559. float: left;
  560. width: 10%;
  561. border-left: none;
  562. padding: 0 5px;
  563. margin-left: 0;
  564. font-size: 1.1em;
  565. }
  566. #phpbbforum-page fieldset.polls dd.resultbar {
  567. width: 50%;
  568. }
  569. #phpbbforum-page fieldset.polls dd input {
  570. margin: 2px 0;
  571. }
  572. #phpbbforum-page fieldset.polls dd div {
  573. text-align: right;
  574. font-family: Arial, Helvetica, sans-serif;
  575. color: #FFFFFF;
  576. font-weight: bold;
  577. padding: 0 2px;
  578. overflow: visible;
  579. min-width: 2%;
  580. }
  581. #phpbbforum-page .pollbar1 {
  582. background-color: #aaaaaa;
  583. border-bottom: 1px solid #747474;
  584. border-right: 1px solid #747474;
  585. }
  586. #phpbbforum-page .pollbar2 {
  587. background-color: #bebebe;
  588. border-bottom: 1px solid #8c8c8c;
  589. border-right: 1px solid #8c8c8c;
  590. }
  591. #phpbbforum-page .pollbar3 {
  592. background-color: #D1D1D1;
  593. border-bottom: 1px solid #aaaaaa;
  594. border-right: 1px solid #aaaaaa;
  595. }
  596. #phpbbforum-page .pollbar4 {
  597. background-color: #e4e4e4;
  598. border-bottom: 1px solid #bebebe;
  599. border-right: 1px solid #bebebe;
  600. }
  601. #phpbbforum-page .pollbar5 {
  602. background-color: #f8f8f8;
  603. border-bottom: 1px solid #D1D1D1;
  604. border-right: 1px solid #D1D1D1;
  605. }
  606. /* Poster profile block
  607. ----------------------------------------*/
  608. #phpbbforum-page .postprofile {
  609. /* Also see tweaks.css */
  610. margin: 5px 0 10px 0;
  611. min-height: 80px;
  612. color: #666666;
  613. border-left: 1px solid #FFFFFF;
  614. width: 22%;
  615. float: right;
  616. display: inline;
  617. }
  618. #phpbbforum-page .pm .postprofile {
  619. border-left: 1px solid #DDDDDD;
  620. }
  621. #phpbbforum-page .postprofile dd, #phpbbforum-page .postprofile dt {
  622. line-height: 1.2em;
  623. margin-left: 8px;
  624. }
  625. #phpbbforum-page .postprofile strong {
  626. font-weight: normal;
  627. color: #000000;
  628. }
  629. #phpbbforum-page .avatar {
  630. border: none;
  631. margin-bottom: 3px;
  632. }
  633. #phpbbforum-page .online {
  634. background-image: none;
  635. background-position: 100% 0;
  636. background-repeat: no-repeat;
  637. }
  638. /* Poster profile used by search*/
  639. #phpbbforum-page .search .postprofile {
  640. width: 30%;
  641. }
  642. /* pm list in compose message if mass pm is enabled */
  643. #phpbbforum-page dl.pmlist dt {
  644. width: 60% !important;
  645. }
  646. #phpbbforum-page dl.pmlist dt textarea {
  647. width: 95%;
  648. }
  649. #phpbbforum-page dl.pmlist dd {
  650. margin-left: 61% !important;
  651. margin-bottom: 2px;
  652. }