admin.css 9.0 KB

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