admin.css 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637
  1. /* Styles for the admin quick search.
  2. ------------------------------------------------------- */
  3. #quick_search form, h3.catbg #quick_search form
  4. {
  5. padding: 7px;
  6. line-height: 0.9em;
  7. font-size: 0.8em !important;
  8. }
  9. ol.search_results
  10. {
  11. margin-top: 0;
  12. padding-top: 0;
  13. }
  14. ol.search_results li
  15. {
  16. padding-top: 1em;
  17. border-bottom: 1px solid #ccc;
  18. }
  19. /* Styles for the core features screen.
  20. ------------------------------------------------------- */
  21. .features
  22. {
  23. padding: 0 1em !important;
  24. overflow: auto;
  25. }
  26. .features_image
  27. {
  28. float: left;
  29. margin: 0 2em 0.5em 1em;
  30. }
  31. .features_switch
  32. {
  33. margin: 0.2em 1em 1em 1em;
  34. float: right;
  35. }
  36. .features h4
  37. {
  38. padding: 1em 0 0.5em 0.5em;
  39. margin: 0;
  40. font-size: 1.1em;
  41. }
  42. .features p
  43. {
  44. padding: 0 1em;
  45. margin: 0;
  46. }
  47. /* Styles for the admin home screen bar.
  48. ------------------------------------------------------- */
  49. #admin_main_section
  50. {
  51. overflow: hidden;
  52. margin: 1em 0;
  53. }
  54. #admincenter .content
  55. {
  56. padding: 1em;
  57. }
  58. #live_news
  59. {
  60. width: 64%;
  61. }
  62. #live_news div.content
  63. {
  64. padding: 0;
  65. font-size: 0.85em;
  66. }
  67. #live_news div.content dl
  68. {
  69. padding: 0.5em 0 0 0.5em;
  70. }
  71. #supportVersionsTable
  72. {
  73. width: 34%;
  74. }
  75. #version_details
  76. {
  77. overflow: auto;
  78. height: 9.5em;
  79. }
  80. #smfAnnouncements
  81. {
  82. height: 13.5em;
  83. padding: 0 0.5em;
  84. overflow: auto;
  85. }
  86. #smfAnnouncements dt
  87. {
  88. border-bottom: 1px dashed #000;
  89. }
  90. #smfAnnouncements dd
  91. {
  92. padding: 0;
  93. margin: 0 0 1em 1.5em;
  94. }
  95. #update_section
  96. {
  97. margin: 0.5em 0 0;
  98. }
  99. #quick_tasks, #quick_tasks ul
  100. {
  101. margin: 0;
  102. padding: 0;
  103. }
  104. #quick_tasks li
  105. {
  106. float: left;
  107. list-style-type: none;
  108. margin: 0;
  109. padding: 0.5em 0;
  110. width: 49.5%;
  111. height: 4.5em;
  112. }
  113. .quick_task
  114. {
  115. display: block;
  116. width: 100%;
  117. margin: 0 1em;
  118. padding: 0;
  119. }
  120. .home_image
  121. {
  122. float: left;
  123. margin: 0 1em 1em 1em;
  124. }
  125. /* Common admin center classes.
  126. ------------------------------------------------------- */
  127. hr.hrcolor
  128. {
  129. margin: 10px 0;
  130. }
  131. h3.titlebg form
  132. {
  133. font-size: 80%;
  134. }
  135. .windowbg.nopadding
  136. {
  137. margin: 0.3em 0 0 0;
  138. padding: 0;
  139. }
  140. .windowbg ol
  141. {
  142. margin-top: 0;
  143. margin-bottom: 0;
  144. }
  145. .table_caption, tr.table_caption td
  146. {
  147. color: #000;
  148. font-size: 10px;
  149. font-weight: bold;
  150. }
  151. .additional_row div.floatleft
  152. {
  153. padding: 0 0.8em;
  154. }
  155. fieldset
  156. {
  157. margin-bottom: 0.5em;
  158. border: 1px solid #cacdd3;
  159. padding: 0.5em;
  160. }
  161. fieldset dl
  162. {
  163. margin: 0;
  164. }
  165. legend
  166. {
  167. font-weight: bold;
  168. color: #000;
  169. }
  170. .information a
  171. {
  172. font-weight: bold;
  173. }
  174. /* Styles for the package manager.
  175. ------------------------------------------------- */
  176. #package_list .tborder
  177. {
  178. margin: .25em 0 .25em 26px;
  179. }
  180. #package_list ol, #package_list ol li
  181. {
  182. list-style: decimal;
  183. margin-left: 50px;
  184. border: none;
  185. }
  186. #package_list ol ul, #package_list ol ul li
  187. {
  188. margin-left: 0;
  189. list-style: none;
  190. }
  191. #package_list
  192. {
  193. list-style-type: none;
  194. }
  195. #package_list li
  196. {
  197. border: 1px solid #cacdd3;
  198. padding: 0.2em;
  199. margin: 1px;
  200. }
  201. .description
  202. {
  203. max-height: 15em;
  204. overflow: auto;
  205. padding-bottom: .5em;
  206. }
  207. .information
  208. {
  209. max-height: 15em;
  210. overflow: auto;
  211. padding-bottom: .5em;
  212. }
  213. .package_section
  214. {
  215. border: 1px solid #cacdd3;
  216. }
  217. ul.packages li
  218. {
  219. border: none !important;
  220. list-style-type: none;
  221. }
  222. code#find_code, code#replace_code
  223. {
  224. display: block;
  225. font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
  226. font-size: x-small;
  227. background: #eef;
  228. line-height: 1.5em;
  229. padding: 3px 1em;
  230. overflow: auto;
  231. white-space: pre;
  232. /* Show a scrollbar after about 24 lines. */
  233. max-height: 24em;
  234. }
  235. span.package_server
  236. {
  237. padding: 0 3em;
  238. }
  239. ul.package_servers
  240. {
  241. margin: 0;
  242. padding: 0;
  243. }
  244. ul.package_servers li
  245. {
  246. list-style-type: none;
  247. }
  248. pre.file_content
  249. {
  250. overflow: auto;
  251. width: 100%;
  252. padding-bottom: 1em;
  253. }
  254. .operation
  255. {
  256. padding: 0 1em;
  257. }
  258. /* Styles for the file permissions section.
  259. ------------------------------------------------- */
  260. .filepermissions
  261. {
  262. font-size: 0.8em;
  263. white-space: nowrap;
  264. }
  265. .fperm
  266. {
  267. display: block;
  268. width: 35%;
  269. text-align: center;
  270. }
  271. .perm_read
  272. {
  273. background-color: #d1f7bf;
  274. }
  275. .perm_write
  276. {
  277. background-color: #ffbbbb;
  278. }
  279. .perm_execute
  280. {
  281. background-color: #fdd7af;
  282. }
  283. .perm_custom
  284. {
  285. background-color: #c2c6c0;
  286. }
  287. .perm_nochange
  288. {
  289. background-color: #eee;
  290. }
  291. /* Styles for the BBC permissions
  292. ------------------------------------------------- */
  293. .list_bbc
  294. {
  295. width: 33%;
  296. }
  297. /* Styles for the manage boards section.
  298. ------------------------------------------------- */
  299. #manage_boards ul
  300. {
  301. padding: 0;
  302. margin: 0 0 0.6em 0;
  303. max-height: 30em;
  304. overflow: auto;
  305. }
  306. #manage_boards li
  307. {
  308. list-style-type: none;
  309. border: 1px solid #cacdd3;
  310. padding: 0.2em;
  311. margin: 1px;
  312. clear: right;
  313. }
  314. #manage_boards li img
  315. {
  316. vertical-align: middle;
  317. padding-bottom: 3px;
  318. }
  319. #manage_boards li#recycle_board
  320. {
  321. background-color: #dee;
  322. }
  323. .move_links
  324. {
  325. padding: 0 13px 0 0;
  326. }
  327. .modify_boards
  328. {
  329. padding: 0 0.5em;
  330. }
  331. #manage_boards span.post_group, #manage_boards span.regular_members
  332. {
  333. border-bottom: 1px dotted #000;
  334. cursor: help;
  335. }
  336. /* Styles for the manage members section.
  337. ------------------------------------------------- */
  338. .msearch_details
  339. {
  340. display: block;
  341. width: 49%;
  342. }
  343. dl.right dt
  344. {
  345. padding-right: 10px;
  346. }
  347. /* Styles for the manage maintenance section.
  348. ------------------------------------------------- */
  349. .maintenance_finished, #task_completed
  350. {
  351. background:#B7FCA7 url(../images/warning_watch.png) center no-repeat;
  352. background-position:8px 50%;
  353. text-align:left;
  354. border-top:1px solid green;
  355. border-bottom:1px solid green;
  356. padding:4px 10px 2px 30px;
  357. margin-bottom: 1em;
  358. }
  359. /* Styles for the manage calendar section.
  360. ------------------------------------------------- */
  361. dl.settings dt.small_caption
  362. {
  363. width: 20%;
  364. }
  365. dl.settings dd.small_caption
  366. {
  367. width: 79%;
  368. }
  369. /* Styles for the manage permissions section.
  370. ------------------------------------------------- */
  371. dl.admin_permissions dt
  372. {
  373. width: 35%;
  374. }
  375. dl.admin_permissions dd
  376. {
  377. width: 64%;
  378. }
  379. /* Styles for the manage search section.
  380. ------------------------------------------------- */
  381. dl.settings dt.large_caption
  382. {
  383. width: 70%;
  384. }
  385. dl.settings dd.large_caption
  386. {
  387. width: 29%;
  388. }
  389. span.search_weight
  390. {
  391. width: 40px;
  392. padding: 0 0.5em;
  393. text-align: right;
  394. }
  395. .search_settings
  396. {
  397. width: 47%;
  398. }
  399. /* Styles for the manage bans section.
  400. ------------------------------------------------- */
  401. .ban_restriction
  402. {
  403. margin: 0.2em 0 0.2em 2.2em;
  404. }
  405. .ban_settings
  406. {
  407. width: 46%;
  408. }
  409. #manage_bans dl
  410. {
  411. margin-bottom: 1em;
  412. }
  413. #manage_bans fieldset dl.settings
  414. {
  415. margin-bottom: 0;
  416. }
  417. /* Styles for the manage subscriptions section.
  418. ------------------------------------------------- */
  419. #fixed_area
  420. {
  421. width: 97%;
  422. }
  423. ul.pending_payments
  424. {
  425. margin: 0;
  426. padding: 0;
  427. }
  428. ul.pending_payments li
  429. {
  430. list-style-type: none;
  431. }
  432. /* Styles for the manage permissions section.
  433. ------------------------------------------------- */
  434. .perm_name, .perm_profile, .perm_board
  435. {
  436. display: block;
  437. width: 40%;
  438. }
  439. .perm_boards
  440. {
  441. padding: 0;
  442. margin: 0 0 0.6em 0;
  443. }
  444. .perm_boards li
  445. {
  446. list-style-type: none;
  447. border: 1px solid #cacdd3;
  448. padding: 0.2em;
  449. margin: 1px;
  450. }
  451. .perm_groups
  452. {
  453. background-color: #fff;
  454. }
  455. .perm_classic
  456. {
  457. margin: 0.2em;
  458. }
  459. .permission_groups
  460. {
  461. padding: 0;
  462. margin: 0;
  463. }
  464. .permission_groups li
  465. {
  466. list-style-type: none;
  467. padding: 0.2em;
  468. margin: 1px;
  469. }
  470. .perms
  471. {
  472. width: 20px;
  473. display: inline-block;
  474. text-align: center;
  475. }
  476. /* Styles for the themes section.
  477. ------------------------------------------------- */
  478. ul.theme_options
  479. {
  480. padding: 0;
  481. margin: 0;
  482. }
  483. ul.theme_options li
  484. {
  485. list-style: none;
  486. padding: 0.4em;
  487. }
  488. .is_directory
  489. {
  490. padding-left: 18px;
  491. background: url(../images/admin/boards.png) no-repeat;
  492. }
  493. .edit_file
  494. {
  495. width: 96%;
  496. font-family: monospace;
  497. margin-top: 1ex;
  498. white-space: pre;
  499. }
  500. dl.themes_list
  501. {
  502. margin: 0;
  503. }
  504. dl.themes_list dt
  505. {
  506. margin-bottom: 3px;
  507. }
  508. dl.themes_list dd
  509. {
  510. font-style: italic;
  511. white-space: nowrap;
  512. }
  513. /* Styles for the registration center.
  514. ------------------------------------------------- */
  515. .agreement, .reserved_names
  516. {
  517. padding: 0;
  518. }
  519. #agreement, #reserved
  520. {
  521. width: 99%;
  522. }
  523. /* Styles for the moderation center.
  524. ------------------------------------------------- */
  525. #modcenter
  526. {
  527. display: block;
  528. width: 100%;
  529. }
  530. .modblock_left
  531. {
  532. width: 49%;
  533. float: left;
  534. clear: right;
  535. margin: 0 0 1em 0;
  536. }
  537. .modblock_right
  538. {
  539. width: 49%;
  540. float: right;
  541. margin: 0 0 1em 0;
  542. }
  543. .modbox
  544. {
  545. height: 14em;
  546. overflow: auto;
  547. }
  548. /* Moderation Notes */
  549. ul.moderation_notes
  550. {
  551. margin: 0;
  552. padding: 0;
  553. list-style: none;
  554. overflow: auto;
  555. height: 10.2em;
  556. }
  557. ul.moderation_notes li
  558. {
  559. padding: 0.2em;
  560. border-bottom: 1px solid #cccccc;
  561. }
  562. .notes
  563. {
  564. margin-top: 0.4em;
  565. }
  566. .post_note
  567. {
  568. width: 85%;
  569. }
  570. /* Styles for the error log.
  571. ------------------------------------------------- */
  572. h3.grid_header
  573. {
  574. height: 25px;
  575. }
  576. #error_log
  577. {
  578. width: 100%;
  579. }
  580. #error_log tr.windowbg td, #error_log tr.windowbg2 td
  581. {
  582. padding: 8px;
  583. line-height: 160%;
  584. }
  585. #error_log td.half_width
  586. {
  587. width: 50%;
  588. }
  589. #error_log td.checkbox_column
  590. {
  591. width: 15px;
  592. vertical-align: top;
  593. text-align: center;
  594. }
  595. #error_log td div.marginleft
  596. {
  597. margin: 0 0 0 1ex;
  598. }
  599. #manage_boards span.botslice, #manage_maintenance span.botslice, #manage_mail span.botslice
  600. {
  601. margin-bottom: 4px;
  602. }
  603. /* Styles for the Report generation
  604. ------------------------------------------------- */
  605. #report_buttons
  606. {
  607. min-height: 2em;
  608. padding-left: 0;
  609. padding-bottom: 2px;
  610. }