admin.css 27 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210
  1. /* Experimental code to hide header content in admin. Will not be used in deafult.
  2. /* Not checked since main theme was rewritten for the new look. Beware.
  3. /* Commenting out the entire block sets admin back to the default header.
  4. ------------------------------------------------------- */
  5. /*
  6. body.action_admin #header {
  7. padding: 2px 2px 0 2px;
  8. }
  9. body.action_admin #header .frame {
  10. padding: 0 0 50px 0;
  11. background: url(../images/theme/bars.png) 0 -560px repeat-x;
  12. }
  13. body.action_admin #top_section, body.action_admin #upper_section {
  14. display: none;
  15. }
  16. body.action_admin #upper_wrap {
  17. background: none;
  18. padding: 4px 8px 0 8px;
  19. }
  20. body.action_admin #main_content_section {
  21. margin: -45px 0 0 0;
  22. }
  23. body.action_admin .navigate_section ul {
  24. padding: 5px 8px;
  25. background: #fff url(../images/theme/lower_section.png) 0 100% repeat-x;
  26. border: 1px solid #b8b8b8;
  27. border-radius: 5px;
  28. box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  29. }
  30. body.action_admin .navigate_section ul li.unread_links {
  31. display: none;
  32. }
  33. body.action_admin .navigate_section ul li a {
  34. font-weight: bold;
  35. }*/
  36. /* End experimental header hiding stuffz. */
  37. /* Common admin center classes.
  38. ------------------------------------------------------- */
  39. /* @todo
  40. /* The CSS targeting for all this gets a bit convoluted and requires a good clean up.
  41. /* It's left over from when I started theming admin independently over a Curve forum.
  42. /* Can be simplified quite a lot before production builds. */
  43. /* Re-style default cat bars to get rid of header bar mania. */
  44. #manage_maintenance .cat_bar, #core_features .cat_bar, #support_credits .cat_bar {
  45. border: none;
  46. border-top: 1px solid #bbb;
  47. }
  48. #manage_maintenance .cat_bar .catbg, #manage_boards .cat_bar .catbg, #core_features .cat_bar .catbg,
  49. #support_credits .cat_bar .catbg, .generic_list_wrapper .cat_bar .catbg {
  50. border: none;
  51. border-top: 1px solid #fff;
  52. text-shadow: none;
  53. }
  54. #admin_main_section .cat_bar:first-child, #admin_main_section .cat_bar:first-child h3.catbg,
  55. #support_credits .cat_bar, #support_credits .cat_bar:first-child,
  56. #support_credits .cat_bar h3.catbg, #support_credits .cat_bar:first-child h3.catbg,
  57. #manage_maintenance .cat_bar, #manage_maintenance .cat_bar:first-child,
  58. #manage_maintenance .cat_bar h3.catbg, #manage_maintenance .cat_bar:first-child h3.catbg {
  59. color: #444;
  60. font-size: 1.1em;
  61. background: none;
  62. border-radius: 0;
  63. text-shadow: none;
  64. }
  65. #admin_main_section .cat_bar:first-child, #admin_main_section .cat_bar:first-child h3.catbg,
  66. #support_credits .cat_bar:first-child, #support_credits .cat_bar:first-child h3.catbg,
  67. #manage_maintenance .cat_bar:first-child, #manage_maintenance .cat_bar:first-child h3.catbg {
  68. border: none;
  69. }
  70. /* Special styling for admin descriptions. */
  71. .action_admin p.description, .action_admin .information {
  72. overflow: auto;
  73. background: none;
  74. border: 1px solid #ddd;
  75. border-top: none;
  76. border-radius: 0 0 7px 7px;
  77. margin: -1px 0 12px 0;
  78. padding: 12px 9px 8px 9px;
  79. }
  80. .action_admin p.description a {
  81. font-weight: bold;
  82. }
  83. .action_admin p.description img {
  84. vertical-align: middle;
  85. }
  86. .action_admin .generic_list_wrapper .information {
  87. background: #fff url(../images/theme/lower_section.png) 0 100% repeat-x;
  88. margin: 8px 0;
  89. padding: 4px 12px 2px 12px;
  90. border: 1px solid #ccc;
  91. border-radius: 2px;
  92. box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  93. }
  94. .action_admin .generic_list_wrapper .information div {
  95. background: none;
  96. }
  97. .information a {
  98. font-weight: bold;
  99. }
  100. .action_admin .generic_list {
  101. overflow: auto;
  102. }
  103. #admin_content .windowbg, #admin_content .windowbg2 {
  104. margin-bottom: 5px;
  105. }
  106. #admincenter .content {
  107. padding: 12px;
  108. }
  109. /* Secondary menu corrections. */
  110. .action_admin #adm_submenus {
  111. margin: 0 0 -18px 0;
  112. padding: 10px 15px 0 15px;
  113. overflow: hidden;
  114. }
  115. /* A general admin wrapper class. */
  116. #admin_main_section, div.quick_tasks,
  117. #support_credits, #admin_newsletters,
  118. #core_features, #generate_reports_type,
  119. #groupForm, #mailqueue_stats, #manage_maintenance,
  120. #new_group, #view_group, #admin_form_wrapper, .action_admin .generic_list_wrapper{
  121. background: #f0f4f7;
  122. margin: 12px 0 0 0;
  123. padding: 8px 8px 16px 8px;
  124. border: 1px solid #ccc;
  125. border-radius: 7px;
  126. box-shadow: 0 -2px 2px rgba(0,0,0,0.1);
  127. overflow: auto;
  128. }
  129. div.quick_tasks {
  130. margin: -8px 0 0 0;
  131. }
  132. #admin_form_wrapper div.windowbg, #support_credits div.windowbg,
  133. #generate_reports_type div.windowbg, #new_group div.windowbg,
  134. #view_group div.windowbg, #admin_newsletters .windowbg {
  135. background: none;
  136. padding: 0;
  137. margin: 0 4px;
  138. }
  139. #mailqueue_stats {
  140. padding: 8px 8px 0 8px;
  141. }
  142. #mailqueue_stats .windowbg {
  143. background: none;
  144. padding: 0;
  145. }
  146. #mailqueue_stats .windowbg .content {
  147. padding: 12px 9px 0 9px;
  148. }
  149. #admin_form_wrapper div.cat_bar:first-child, #admin_newsletters div.cat_bar:first-child,
  150. #generate_reports_type div.cat_bar:first-child, #groupForm div.cat_bar:first-child,
  151. #admin_form_wrapper div.title_bar, #mailqueue_stats div.cat_bar:first-child,
  152. #new_group div.cat_bar:first-child, #view_group div.cat_bar, #view_group div.cat_bar:first-child {
  153. background: none;
  154. border: none;
  155. border-bottom: 1px solid #fff;
  156. box-shadow: none;
  157. }
  158. #admin_form_wrapper div.cat_bar:first-child h3.catbg, #admin_newsletters div.cat_bar:first-child h3.catbg,
  159. #generate_reports_type div.cat_bar:first-child h3.catbg, #groupForm div.cat_bar:first-child h3.catbg,
  160. #admin_form_wrapper h3.titlebg, #mailqueue_stats div.cat_bar:first-child h3.catbg,
  161. #new_group div.cat_bar:first-child h3.catbg, #view_group div.cat_bar h3.catbg, #view_group div.cat_bar:first-child h3.catbg {
  162. color: #444;
  163. text-shadow: none;
  164. padding: 3px 1px 5px 1px;
  165. margin: 0;
  166. border-bottom: 1px solid #bbb;
  167. }
  168. #admin_form_wrapper div.title_bar {
  169. background: #fff url(../images/theme/lower_section.png) 0 0 repeat-x;
  170. border: 1px solid #ccc;
  171. border-radius: 2px 2px 0 0;
  172. margin: 0;
  173. }
  174. .action_admin .generic_list_wrapper .title_bar {
  175. background: none;
  176. border-bottom: 1px solid #fff;
  177. }
  178. .action_admin .generic_list_wrapper .titlebg {
  179. border-bottom: 1px solid #bbb;
  180. }
  181. #admin_form_wrapper h3.titlebg {
  182. color: #666;
  183. border-bottom: none;
  184. padding: 8px 6px 5px 6px;
  185. }
  186. #view_group .title_bar {
  187. background: none;
  188. border-bottom: none;
  189. border-top: 1px solid #bbb;
  190. margin: -12px 0;
  191. }
  192. #view_group .titlebg {
  193. border-top: 1px solid #fff;
  194. border-bottom: none;
  195. }
  196. #view_group .table_grid {
  197. margin: 4px 0 8px 0;
  198. }
  199. .action_admin .table_grid th, .action_admin .table_grid .first_th, .action_admin .table_grid .last_th {
  200. border-radius: 0;
  201. border-top: 2px solid #ff9400;
  202. border-bottom: 2px solid #bf6900;
  203. padding: 6px 6px 5px 6px;
  204. background: #fff;
  205. color: #666;
  206. }
  207. .action_admin .table_grid tr.catbg th a:link {
  208. color: #666;
  209. }
  210. .action_admin .table_grid .first_th, .action_admin .table_grid td:first-child {
  211. border-left: 1px solid #ccc;
  212. }
  213. .action_admin .table_grid .last_th, .action_admin .table_grid td {
  214. border-right: 1px solid #ccc;
  215. }
  216. .action_admin .table_grid td {
  217. border-bottom: 1px solid #ccc;
  218. }
  219. .action_admin .table_grid tr:nth-child(even) td {
  220. background: #fdfdfd;
  221. }
  222. .action_admin .table_grid tr:nth-child(odd) td {
  223. background: #f8f8f8;
  224. }
  225. /* Newsletters screen.
  226. ---------------------------------------------*/
  227. #admin_newsletters .information {
  228. background: #fff url(../images/theme/lower_section.png) 0 50% repeat-x;
  229. margin: 8px 0;
  230. padding: 8px 12px 6px 12px;
  231. border: 1px solid #ccc;
  232. border-radius: 2px;
  233. box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  234. }
  235. #advanced_panel_header {
  236. margin-bottom: 8px;
  237. background: #fff url(../images/theme/lower_section.png) 0 100% repeat-x;
  238. box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  239. border: 1px solid #ccc;
  240. border-radius: 2px;
  241. }
  242. #advanced_panel_header a {
  243. color: #444;
  244. }
  245. /*-------------------------------------------*/
  246. .action_admin .generic_list .flow_auto {
  247. padding: 4px 2px;
  248. }
  249. h3.titlebg form {
  250. font-size: 80%;
  251. }
  252. .windowbg.nopadding {
  253. margin: 4px 0 0 0;
  254. padding: 0;
  255. }
  256. .windowbg ol {
  257. margin-top: 0;
  258. margin-bottom: 0;
  259. }
  260. a.help .icon {
  261. margin: 0 0 0 0;
  262. padding: 0 4px 0 0;
  263. }
  264. .catbg a.help .icon {
  265. margin: -4px 0 0 0;
  266. }
  267. .table_caption, tr.table_caption td {
  268. color: #000;
  269. font-size: 10px;
  270. font-weight: bold;
  271. }
  272. .additional_row div.floatleft {
  273. padding: 0 10px;
  274. }
  275. fieldset {
  276. margin-bottom: 6px;
  277. border: 1px solid #cacdd3;
  278. padding: 6px;
  279. }
  280. fieldset dl {
  281. margin: 0;
  282. }
  283. legend {
  284. font-weight: bold;
  285. color: #000;
  286. }
  287. /* Styles for the admin home screen.
  288. ------------------------------------------------------- */
  289. /* Admin quick search bar, and results page. */
  290. h3.catbg #quick_search form {
  291. padding-top: 2px;
  292. font-size: 0.66em;
  293. }
  294. h3.catbg #quick_search form input, h3.catbg #quick_search form select, h3.catbg #quick_search form .button_submit {
  295. margin: 0 3px;
  296. padding: 4px 3px 3px 3px;
  297. border-radius: 4px;
  298. border: 1px solid #777;
  299. vertical-align: top;
  300. }
  301. h3.catbg #quick_search form select {
  302. font-size: 1.01em;
  303. margin: 0;
  304. padding: 2px;
  305. }
  306. h3.catbg #quick_search form select option {
  307. padding: 2px 4px;
  308. }
  309. h3.catbg #quick_search form .button_submit {
  310. font-weight: bold;
  311. background: #fff url(../images/theme/lower_section.png) 0 100% repeat-x;
  312. padding: 3px 6px 2px 6px;
  313. }
  314. h3.catbg #quick_search form .button_submit:hover {
  315. background: #fff;
  316. }
  317. /* Browser tweaks. */
  318. body#chrome #quick_search form input {
  319. padding: 4px 3px;
  320. }
  321. body#chrome #quick_search .button_submit, body#ie #quick_search .button_submit, body#opera #quick_search .button_submit {
  322. margin: 0 5px;
  323. padding: 5px 9px 4px 9px;
  324. }
  325. body#chrome #quick_search .button_submit {
  326. margin: -26px 5px 0 5px;
  327. }
  328. /* The welcome thingy. */
  329. #admincenter .roundframe {
  330. background: none;
  331. border: none;
  332. box-shadow: none;
  333. margin: 0;
  334. padding: 0;
  335. overflow: visible;
  336. }
  337. #welcome {
  338. border: 1px solid #ddd;
  339. border-top: none;
  340. border-radius: 0 0 7px 7px;
  341. font-size: 0.9em;
  342. padding: 12px 9px 8px 9px;
  343. }
  344. #welcome a {
  345. font-weight: bold;
  346. }
  347. #welcome img {
  348. vertical-align: middle;
  349. }
  350. .search_results {
  351. margin: 0 -6px;
  352. }
  353. .search_results li {
  354. margin: 0;
  355. padding: 5px 0;
  356. overflow: auto;
  357. line-height: 1.7em;
  358. border-bottom: double #ccc;
  359. }
  360. .search_results li a strong {
  361. color: #346;
  362. }
  363. .search_results li p {
  364. padding: 0 20px;
  365. line-height: 1.7em;
  366. }
  367. /* Cleaned this up a bit for less clutter.
  368. /* Admin and moderation could generally do with a clean up everywhere.
  369. /* Live news from smf.org and support information. */
  370. #admin_main_section {
  371. margin: 12px 0 0 0;
  372. padding: 8px 12px 4px 12px;
  373. border-radius: 7px 7px 0 0;
  374. border-bottom: none;
  375. }
  376. #admin_main_section .cat_bar {
  377. background: none;
  378. }
  379. #admin_main_section .catbg, #admin_main_section .catbg a {
  380. color: #444;
  381. max-height: 1.5em;
  382. overflow: hidden;
  383. }
  384. #live_news, #supportVersionsTable {
  385. width: 70%;
  386. -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  387. }
  388. #supportVersionsTable {
  389. width: 30%;
  390. padding-left: 6px;
  391. }
  392. #admin_main_section .windowbg {
  393. padding: 6px 0;
  394. border: 1px solid #ccc;
  395. border-top: 1px solid #bbb;
  396. border-bottom: 1px solid #ddd;
  397. border-radius: 0;
  398. background: #fff url(../images/theme/upper_section.png) 0 -50px repeat-x;
  399. box-shadow: 0 2px 2px rgba(255,255,255,0.5), 0 -1px 2px rgba(0,0,0,0.1);
  400. height: 12em;
  401. overflow: auto;
  402. }
  403. #live_news div.content, #supportVersionsTable div.content {
  404. padding: 0;
  405. font-size: 0.9em;
  406. }
  407. #supportVersionsTable div.content {
  408. padding: 0 8px;
  409. }
  410. #live_news div.content dl {
  411. padding: 0;
  412. color: #111;
  413. }
  414. #smfAnnouncements dt {
  415. padding: 4px 6px 2px 6px;
  416. border-top: 1px solid #bf6900;
  417. }
  418. #smfAnnouncements dt a {
  419. color: #bf6900;
  420. font-weight: bold;
  421. display: block;
  422. }
  423. #smfAnnouncements dd {
  424. margin: 0;
  425. padding: 6px 12px;
  426. border-top: double #ddd;
  427. }
  428. /* The update warning. */
  429. #update_section {
  430. margin: 6px 0;
  431. }
  432. /* Links to handy sections of admin.
  433. ----------------------------------*/
  434. /* The <li>'s here have been set to a height in em with hidden overflow.
  435. /* Yes, this will clip the blurb when using very large font sizes on a narrowish screen.
  436. /* However, more than enough content is still available for clarity,
  437. /* and the advantage is that a clean layout is always maintained.
  438. /* The <li>'s could be set to auto overflow instead, but that just clutters things up with scrollbars.
  439. /* Scrollbars here look worse, take up space, and don't really add anything useful in this context. */
  440. div.quick_tasks {
  441. border-radius: 0 0 7px 7px;
  442. border-top: none;
  443. box-shadow: none;
  444. padding: 0 0 16px 0;
  445. }
  446. #quick_tasks {
  447. border-top: 1px solid #bbb;
  448. border-bottom: 1px solid #fff;
  449. }
  450. #quick_tasks li {
  451. list-style: none;
  452. padding: 10px 6px 10px 6px;
  453. border-top: 1px solid #fff;
  454. border-bottom: 1px solid #bbb;
  455. float: left;
  456. width: 50%;
  457. height: 6em;
  458. overflow: hidden;
  459. }
  460. #quick_tasks li a {
  461. line-height: 1.6em;
  462. }
  463. .home_image {
  464. float: left;
  465. margin: 2px 10px;
  466. }
  467. #quick_tasks li span {
  468. display: block;
  469. margin: 0 0 0 70px;
  470. }
  471. /* Styles for the support and credits page.
  472. /* Hey, people might actually want to put their names on it now!
  473. /* Only a couple of trivial markup hacks that wont break any mods or themes.
  474. /* The older I get, the more devious I get. :D
  475. /* Nobody ever themes admin anyway. That's why it looked like crap.
  476. -----------------------------------------------------------------*/
  477. #support_credits {
  478. position: relative;
  479. padding: 6px 12px 12px 12px;
  480. }
  481. #support_credits h3.catbg, #support_credits .cat_bar:first-child h3.catbg {
  482. padding: 12px 6px 6px 6px;
  483. }
  484. #support_resources {
  485. margin: 16px 0 -24px 0;
  486. }
  487. #credits_logo {
  488. position: absolute;
  489. right: 10px;
  490. top: 9px;
  491. }
  492. #support_credits .content {
  493. padding: 0 18px;
  494. line-height: 1.6em;
  495. }
  496. #support_credits .content p {
  497. margin: 12px 0 0 0;
  498. padding: 0;
  499. }
  500. #support_credits a {
  501. border-bottom: 1px solid #d2d2d2;
  502. }
  503. #support_credits a:hover {
  504. color: #00163d;
  505. text-decoration: none;
  506. border-bottom: 1px solid #556f82;
  507. }
  508. #support_credits img.icon {
  509. vertical-align: middle;
  510. }
  511. #support_credits .catbg a.help, #support_credits .catbg a.help:hover {
  512. border-bottom: none;
  513. }
  514. #latestSupport{
  515. padding: 0 25px 15px 25px;
  516. }
  517. #credits_sections {
  518. margin: 0 0 -24px 0;
  519. }
  520. #support_credits dl {
  521. padding: 0 6px;
  522. }
  523. #support_credits dt {
  524. float: left;
  525. padding: 6px 0.8em 0 0;
  526. text-indent: -4px;
  527. }
  528. #support_credits dd {
  529. padding: 6px 0;
  530. }
  531. /* Styles for the core features screen.
  532. /* Cleaned up a bit for clarity.
  533. ------------------------------------------------------- */
  534. #core_features {
  535. padding: 20px 0;
  536. }
  537. #core_features hr {
  538. padding: 0;
  539. margin: 4px 0 12px 0;
  540. }
  541. #core_features .content {
  542. padding: 0 12px;
  543. overflow: auto;
  544. }
  545. /* Keep your enemies close, and your submit buttons if your screen is huge. */
  546. /* Speaking of which, I can't see the last submit that is in the markup. */
  547. /* Still works without it if you reload the page, but rather odd that it's hiding. */
  548. .features_image {
  549. float: left;
  550. margin: 0 12px 0 0;
  551. }
  552. .features_switch {
  553. margin: -20px 0 6px 6px;
  554. float: right;
  555. }
  556. .features h4 {
  557. padding: 0;
  558. margin: 0 6px 0 105px;
  559. font-size: 1.1em;
  560. overflow: hidden;
  561. white-space: pre;
  562. text-overflow: ellipsis;
  563. min-height: 1.6em;
  564. max-height: 1.6em;
  565. }
  566. .features p {
  567. margin: 0 6px 0 105px;
  568. padding: 0;
  569. min-height: 56px;
  570. }
  571. /* Styles for the package manager.
  572. /* Haven't got here yet. :P
  573. ------------------------------------------------- */
  574. #package_list .tborder {
  575. margin: .25em 0 .25em 26px;
  576. }
  577. #package_list ol, #package_list ol li {
  578. list-style: decimal;
  579. margin-left: 50px;
  580. border: none;
  581. }
  582. #package_list ol ul, #package_list ol ul li {
  583. margin-left: 0;
  584. list-style: none;
  585. }
  586. #package_list {
  587. list-style-type: none;
  588. }
  589. #package_list li {
  590. border: 1px solid #cacdd3;
  591. padding: 0.2em;
  592. margin: 1px;
  593. }
  594. .description {
  595. max-height: 15em;
  596. overflow: auto;
  597. padding-bottom: .5em;
  598. }
  599. .information {
  600. max-height: 15em;
  601. overflow: auto;
  602. padding-bottom: .5em;
  603. }
  604. .package_section {
  605. border: 1px solid #cacdd3;
  606. }
  607. ul.packages li {
  608. border: none !important;
  609. list-style: none;
  610. }
  611. code#find_code, code#replace_code {
  612. display: block;
  613. font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
  614. font-size: 0.9em;
  615. background: #eef;
  616. border-top: 2px solid #999;
  617. border-bottom: 2px solid #999;
  618. margin: 1px 0 6px 0;
  619. padding: 3px 12px;
  620. overflow: auto;
  621. white-space: nowrap;
  622. /* Show a scrollbar after about 6 lines. */
  623. /* This is much better than the old max-height css. */
  624. height: 10em;
  625. resize: vertical;
  626. }
  627. span.package_server {
  628. padding: 0 3em;
  629. }
  630. ul.package_servers {
  631. margin: 0;
  632. padding: 0;
  633. }
  634. ul.package_servers li {
  635. list-style-type: none;
  636. }
  637. pre.file_content {
  638. overflow: auto;
  639. width: 100%;
  640. padding-bottom: 1em;
  641. }
  642. .operation {
  643. padding: 0 1em;
  644. }
  645. /* Styles for the file permissions section.
  646. ------------------------------------------------- */
  647. .filepermissions {
  648. font-size: 0.8em;
  649. white-space: nowrap;
  650. }
  651. .fperm {
  652. display: block;
  653. width: 35%;
  654. text-align: center;
  655. }
  656. .perm_read {
  657. background-color: #d1f7bf;
  658. }
  659. .perm_write {
  660. background-color: #ffbbbb;
  661. }
  662. .perm_execute {
  663. background-color: #fdd7af;
  664. }
  665. .perm_custom {
  666. background-color: #c2c6c0;
  667. }
  668. .perm_nochange {
  669. background-color: #eee;
  670. }
  671. /* Styles for the BBC permissions
  672. ------------------------------------------------- */
  673. .list_bbc {
  674. width: 33%;
  675. }
  676. /* Styles for the manage boards section.
  677. ------------------------------------------------- */
  678. #manage_boards {
  679. background: #f0f4f7;
  680. margin: 12px 0 0 0;
  681. padding: 8px 8px 16px 8px;
  682. border: 1px solid #ccc;
  683. border-radius: 7px;
  684. box-shadow: 0 -2px 2px rgba(0,0,0,0.1);
  685. overflow: auto;
  686. }
  687. #manage_boards .title_bar {
  688. background: none;
  689. border-bottom: 1px solid #fff;
  690. }
  691. #manage_boards .titlebg {
  692. border-bottom: 1px solid #bbb;
  693. }
  694. #manage_boards .information {
  695. background: #fff url(../images/theme/lower_section.png) 0 100% repeat-x;
  696. margin: 8px 16px 4px 16px;
  697. padding: 4px 12px 2px 12px;
  698. border: 1px solid #ccc;
  699. border-radius: 4px;
  700. box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  701. }
  702. #manage_boards .cat_bar, #manage_boards .windowbg {
  703. background: none;
  704. margin: 0 0 0 0;
  705. padding: 0 0 0 0;
  706. border: none;
  707. border-radius: 7px 7px 0 0;
  708. }
  709. #manage_boards .catbg {
  710. padding: 8px 16px 4px 16px;
  711. color: #444;
  712. }
  713. #manage_boards .cat_bar .catbg {
  714. border: none;
  715. border-bottom: 1px solid #bbb;
  716. }
  717. #manage_boards .catbg a {
  718. color: #346;
  719. }
  720. #manage_boards .catbg a:hover {
  721. border-bottom: 1px solid #346;
  722. }
  723. #manage_boards .windowbg {
  724. margin: 0;
  725. padding: 0;
  726. }
  727. #manage_boards ul {
  728. padding: 0;
  729. margin: 0 0 8px 0;
  730. max-height: 30em;
  731. overflow: auto;
  732. border-top: 1px solid #bbb;
  733. border-bottom: 1px solid #fff;
  734. border-radius: 2px;
  735. }
  736. #manage_boards li, #manage_boards li.windowbg, #manage_boards li.windowbg2 {
  737. list-style: none;
  738. margin: 0 1px;
  739. padding: 8px 0;
  740. border: 1px solid #ccc;
  741. border-bottom: 1px solid #bbb;
  742. border-top: 1px solid #fff;
  743. border-radius: 0;
  744. }
  745. #manage_boards li img {
  746. vertical-align: middle;
  747. padding: 0 6px 3px 6px;
  748. }
  749. #manage_boards li .floatleft {
  750. font-weight: bold;
  751. padding: 0 6px;
  752. }
  753. #manage_boards li#recycle_board {
  754. background-color: #dee;
  755. }
  756. .move_links {
  757. padding: 0 13px 0 0;
  758. }
  759. .modify_boards {
  760. padding: 0 0.5em;
  761. }
  762. #manage_boards span.modify_boards a {
  763. background: #fff url(../images/theme/lower_section.png) 0 0 repeat-x;
  764. border: 1px solid #aaa;
  765. border-radius: 3px;
  766. box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  767. padding: 3px 6px;
  768. font: 95%/115% verdana, Helvetica, sans-serif;
  769. color: #222;
  770. font-size: 1em;
  771. }
  772. #manage_boards span.modify_boards a:hover {
  773. background: #fff url(../images/theme/upper_section.png) 0 -40px repeat-x;
  774. text-decoration: none;
  775. color: #444;
  776. box-shadow: -1px -1px 1px rgba(0,0,0,0.1);
  777. }
  778. #manage_boards .button_submit {
  779. box-shadow: 1px 1px 2px rgba(0,0,0,0.1), 0 -1px 3px rgba(0,0,0,0.1) inset;
  780. border-top: 1px solid #bbb;
  781. border-left: 1px solid #bbb;
  782. background: #dceeff;
  783. text-shadow: 0 0 2px #fff;
  784. margin: 0 8px;
  785. }
  786. #manage_boards .button_submit:hover {
  787. box-shadow: -1px -1px 1px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.1) inset;
  788. border-top: 1px solid #999;
  789. border-left: 1px solid #999;
  790. background: #cde7ff;
  791. }
  792. #manage_boards dl {
  793. padding: 8px 6px 0 6px;
  794. }
  795. #manage_boards dl textarea, #manage_boards dl table{
  796. margin: 0 0 8px 0;
  797. }
  798. #manage_boards span.post_group, #manage_boards span.regular_members {
  799. border-bottom: 1px dotted #000;
  800. cursor: help;
  801. }
  802. .select_all_box {
  803. display:none;
  804. }
  805. /* Styles for the manage members section.
  806. ------------------------------------------------- */
  807. .msearch_details {
  808. display: block;
  809. width: 49%;
  810. }
  811. dl.right dt {
  812. padding-right: 10px;
  813. }
  814. /* Styles for the manage maintenance section.
  815. ------------------------------------------------- */
  816. #manage_maintenance .catbg {
  817. border-top: 1px solid #fff;
  818. padding-top: 14px;
  819. color: #555;
  820. }
  821. #manage_maintenance .cat_bar:first-child, #manage_maintenance .cat_bar:first-child .catbg {
  822. border-top: none;
  823. margin: 0 0 -4px 0;
  824. }
  825. #manage_maintenance div.windowbg, #manage_maintenance div.windowbg2 {
  826. background: none;
  827. padding: 0 0 12px 0;
  828. margin: 0;
  829. }
  830. #manage_maintenance p {
  831. margin: -5px 0 0 0;
  832. padding: 0 0 10px 0;
  833. max-width: 70em;
  834. }
  835. #manage_maintenance p .button_submit{
  836. margin: 10px 10px 0px 10px;
  837. }
  838. /* Stop the submit buttons running away on wide screens.*/
  839. #manage_maintenance form {
  840. max-width: 80em;
  841. }
  842. #manage_maintenance .settings {
  843. margin: 16px 0 0 0;
  844. }
  845. .maintenance_finished, #task_completed {
  846. background: #B7FCA7 url(../images/warning_watch.png) 8px 50% no-repeat;
  847. border: 1px solid green;
  848. padding: 6px 30px;
  849. margin-bottom: 1em;
  850. }
  851. #manage_maintenance .maintenance_finished {
  852. background: #B7FCA7 url(../images/warning_watch.png) 8px 50% no-repeat;
  853. border: 1px solid green;
  854. border-radius: 4px 4px 0 0;
  855. padding: 6px 30px;
  856. margin: 0 0 6px 0;
  857. }
  858. /* Styles for the manage calendar section.
  859. ------------------------------------------------- */
  860. dl.settings dt.small_caption {
  861. width: 20%;
  862. }
  863. dl.settings dd.small_caption {
  864. width: 79%;
  865. }
  866. /* Styles for the manage permissions section.
  867. ------------------------------------------------- */
  868. dl.admin_permissions dt {
  869. width: 35%;
  870. }
  871. dl.admin_permissions dd {
  872. width: 64%;
  873. }
  874. /* Styles for the manage search section.
  875. ------------------------------------------------- */
  876. dl.settings dt.large_caption {
  877. width: 70%;
  878. }
  879. dl.settings dd.large_caption {
  880. width: 29%;
  881. }
  882. span.search_weight {
  883. width: 40px;
  884. padding: 0 0.5em;
  885. text-align: right;
  886. }
  887. .search_settings {
  888. width: 47%;
  889. }
  890. /* Styles for the manage bans section.
  891. ------------------------------------------------- */
  892. .ban_restriction {
  893. margin: 0.2em 0 0.2em 2.2em;
  894. }
  895. .ban_settings {
  896. width: 46%;
  897. }
  898. #manage_bans dl {
  899. margin-bottom: 1em;
  900. }
  901. #manage_bans fieldset dl.settings {
  902. margin-bottom: 0;
  903. }
  904. /* Styles for the manage subscriptions section.
  905. ------------------------------------------------- */
  906. #fixed_area {
  907. width: 97%;
  908. }
  909. ul.pending_payments {
  910. margin: 0;
  911. padding: 0;
  912. }
  913. ul.pending_payments li {
  914. list-style-type: none;
  915. }
  916. /* Styles for the manage permissions section.
  917. ------------------------------------------------- */
  918. .perm_name, .perm_profile, .perm_board {
  919. display: block;
  920. width: 40%;
  921. }
  922. .perm_boards {
  923. padding: 0;
  924. margin: 0 0 0.6em 0;
  925. }
  926. .perm_boards li {
  927. list-style-type: none;
  928. border: 1px solid #cacdd3;
  929. padding: 0.2em;
  930. margin: 1px;
  931. }
  932. .perm_groups {
  933. background-color: #fff;
  934. }
  935. .perm_classic {
  936. margin: 0.2em;
  937. }
  938. .permission_groups {
  939. padding: 0;
  940. margin: 0;
  941. }
  942. .permission_groups li {
  943. list-style-type: none;
  944. padding: 0.2em;
  945. margin: 1px;
  946. }
  947. .perms {
  948. width: 20px;
  949. display: inline-block;
  950. text-align: center;
  951. }
  952. /* Styles for the themes section.
  953. ------------------------------------------------- */
  954. ul.theme_options {
  955. padding: 0;
  956. margin: 0;
  957. }
  958. ul.theme_options li {
  959. list-style: none;
  960. padding: 0.4em;
  961. }
  962. .is_directory {
  963. padding-left: 18px;
  964. background: url(../images/admin/boards.png) no-repeat;
  965. }
  966. .edit_file {
  967. width: 96%;
  968. font-family: monospace;
  969. margin-top: 1ex;
  970. white-space: pre;
  971. }
  972. dl.themes_list {
  973. margin: 0;
  974. }
  975. dl.themes_list dt {
  976. margin-bottom: 3px;
  977. }
  978. dl.themes_list dd {
  979. font-style: italic;
  980. white-space: nowrap;
  981. }
  982. /* Styles for the registration center.
  983. ------------------------------------------------- */
  984. .agreement, .reserved_names {
  985. padding: 0;
  986. }
  987. #agreement, #reserved {
  988. width: 99%;
  989. }
  990. /* Styles for the moderation center.
  991. ------------------------------------------------- */
  992. #modcenter {
  993. display: block;
  994. width: 100%;
  995. }
  996. .modblock_left {
  997. width: 49%;
  998. float: left;
  999. clear: right;
  1000. margin: 0 0 1em 0;
  1001. }
  1002. .modblock_right {
  1003. width: 49%;
  1004. float: right;
  1005. margin: 0 0 1em 0;
  1006. }
  1007. .modbox {
  1008. height: 14em;
  1009. overflow: auto;
  1010. }
  1011. /* Moderation Notes */
  1012. ul.moderation_notes {
  1013. margin: 0;
  1014. padding: 0;
  1015. list-style: none;
  1016. overflow: auto;
  1017. height: 10.2em;
  1018. }
  1019. ul.moderation_notes li {
  1020. padding: 0.2em;
  1021. border-bottom: 1px solid #cccccc;
  1022. }
  1023. .notes {
  1024. margin-top: 0.4em;
  1025. }
  1026. .post_note {
  1027. width: 85%;
  1028. }
  1029. /* Styles for the error log.
  1030. ------------------------------------------------- */
  1031. h3.grid_header {
  1032. height: 25px;
  1033. }
  1034. #error_log {
  1035. width: 100%;
  1036. }
  1037. #error_log tr.windowbg td, #error_log tr.windowbg2 td {
  1038. padding: 8px;
  1039. line-height: 160%;
  1040. }
  1041. #error_log td div {
  1042. -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  1043. }
  1044. #error_log td.checkbox_column {
  1045. width: 15px;
  1046. vertical-align: top;
  1047. text-align: center;
  1048. }
  1049. #error_log a img {
  1050. vertical-align: middle;
  1051. margin: 0 8px 0 0;
  1052. }
  1053. /* More error log stuff. Could still be cleaned up a bit.
  1054. --------------------------------------------------*/
  1055. #error_log {
  1056. margin: 4px 0;
  1057. }
  1058. #error_log tr:first-child td {
  1059. border-top: 2px solid #ff9400;
  1060. border-bottom: 2px solid #bf6900;
  1061. background: #fff;
  1062. padding: 8px;
  1063. }
  1064. /* Styles for the Report generation
  1065. ------------------------------------------------- */
  1066. #report_buttons {
  1067. min-height: 2.4em;
  1068. padding: 3px 0;
  1069. }
  1070. .report_results th {
  1071. border-left: 1px solid #ddd;
  1072. border-right: 1px solid #ddd;
  1073. }
  1074. /* Try out some nifty small screen friendliness, for the cost of a few more bytes. */
  1075. /*@media screen and (max-width: 85em) {
  1076. .features p {
  1077. margin: 0;
  1078. padding: 0;
  1079. min-height: 10em;
  1080. max-height: 10em;
  1081. }
  1082. }*/
  1083. @media screen and (max-width: 490px),(max-width: 32em) {
  1084. body {
  1085. padding: 0;
  1086. }
  1087. #wrapper, #footer_section div.frame {
  1088. min-width: 100%;
  1089. }
  1090. #main_content_section {
  1091. padding: 0 10px;
  1092. }
  1093. /* Level 1 button background. */
  1094. .dropmenu li {
  1095. line-height: 3.2em;
  1096. }
  1097. .dropmenu li ul {
  1098. top: 3.45em;
  1099. }
  1100. .dropmenu li li a {
  1101. line-height: 3.2em;
  1102. }
  1103. #menu_toggle {
  1104. display: none;
  1105. }
  1106. h3.catbg #quick_search form {
  1107. margin: 0 0 8px 0;
  1108. padding: 0;
  1109. }
  1110. h3.catbg #quick_search form input {
  1111. margin: 0 0 12px 0;
  1112. }
  1113. h3.catbg #quick_search form select option {
  1114. padding: 4px 4px;
  1115. }
  1116. h3.catbg #quick_search form .button_submit {
  1117. margin: 0 3px 0 3px;
  1118. }
  1119. #live_news, #supportVersionsTable {
  1120. width: 100%;
  1121. }
  1122. #live_news {
  1123. margin: 0 0 6px 0;
  1124. }
  1125. #supportVersionsTable {
  1126. padding: 0;
  1127. }
  1128. #quick_tasks ul li span {
  1129. display: block;
  1130. margin: 0 0 0 50px;
  1131. }
  1132. #credits_page {
  1133. padding-top: 35px;
  1134. }
  1135. #credits_page img {
  1136. right: 6px;
  1137. }
  1138. #core_features .features_image {
  1139. display: none;
  1140. }
  1141. #core_features .features_switch {
  1142. margin: -24px 0 0 5px;
  1143. }
  1144. #core_features .features h4 {
  1145. padding: 0 0 10px 0;
  1146. }
  1147. #core_features .features p {
  1148. margin: 0;
  1149. padding: 0;
  1150. min-height: 0;
  1151. max-height: 5em;
  1152. overflow: auto;
  1153. }
  1154. #manage_boards .catbg {
  1155. margin-top: 10px;
  1156. }
  1157. #manage_boards .windowbg {
  1158. line-height: 3.2em;
  1159. }
  1160. #manage_boards ul {
  1161. max-height: 120em;
  1162. padding: 0 0 10px 0;
  1163. }
  1164. #manage_boards dd, #manage_boards dt {
  1165. width: 100%;
  1166. }
  1167. #manage_boards dt {
  1168. line-height: 1.6em;
  1169. }
  1170. /* These kids and their new-fangled thingummys. :P */
  1171. /* When I were a lad, things were different! */