admin.css 9.9 KB

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