admin.css 26 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201
  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 .cat_bar, #manage_boards .windowbg {
  695. background: none;
  696. margin: 0 0 0 0;
  697. padding: 0 0 0 0;
  698. border: none;
  699. border-radius: 7px 7px 0 0;
  700. }
  701. #manage_boards .catbg {
  702. padding: 8px 16px 4px 16px;
  703. color: #444;
  704. }
  705. #manage_boards .cat_bar .catbg {
  706. border: none;
  707. border-bottom: 1px solid #bbb;
  708. }
  709. #manage_boards .catbg a {
  710. color: #346;
  711. }
  712. #manage_boards .catbg a:hover {
  713. border-bottom: 1px solid #346;
  714. }
  715. #manage_boards .windowbg {
  716. margin: 0;
  717. padding: 0;
  718. }
  719. #manage_boards ul {
  720. padding: 0;
  721. margin: 0 0 8px 0;
  722. max-height: 30em;
  723. overflow: auto;
  724. border-top: 1px solid #bbb;
  725. border-bottom: 1px solid #fff;
  726. border-radius: 2px;
  727. }
  728. #manage_boards li, #manage_boards li.windowbg, #manage_boards li.windowbg2 {
  729. list-style: none;
  730. margin: 0 1px;
  731. padding: 8px 0;
  732. border: 1px solid #ccc;
  733. border-bottom: 1px solid #bbb;
  734. border-top: 1px solid #fff;
  735. border-radius: 0;
  736. }
  737. #manage_boards li img {
  738. vertical-align: middle;
  739. padding: 0 6px 3px 6px;
  740. }
  741. #manage_boards li .floatleft {
  742. font-weight: bold;
  743. padding: 0 6px;
  744. }
  745. #manage_boards li#recycle_board {
  746. background-color: #dee;
  747. }
  748. .move_links {
  749. padding: 0 13px 0 0;
  750. }
  751. .modify_boards {
  752. padding: 0 0.5em;
  753. }
  754. #manage_boards span.modify_boards a {
  755. background: #fff url(../images/theme/lower_section.png) 0 0 repeat-x;
  756. border: 1px solid #aaa;
  757. border-radius: 3px;
  758. box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  759. padding: 3px 6px;
  760. font: 95%/115% verdana, Helvetica, sans-serif;
  761. color: #222;
  762. font-size: 1em;
  763. }
  764. #manage_boards span.modify_boards a:hover {
  765. background: #fff url(../images/theme/upper_section.png) 0 -40px repeat-x;
  766. text-decoration: none;
  767. color: #444;
  768. box-shadow: -1px -1px 1px rgba(0,0,0,0.1);
  769. }
  770. #manage_boards .button_submit {
  771. box-shadow: 1px 1px 2px rgba(0,0,0,0.1), 0 -1px 3px rgba(0,0,0,0.1) inset;
  772. border-top: 1px solid #bbb;
  773. border-left: 1px solid #bbb;
  774. background: #dceeff;
  775. text-shadow: 0 0 2px #fff;
  776. margin: 0 8px;
  777. }
  778. #manage_boards .button_submit:hover {
  779. box-shadow: -1px -1px 1px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.1) inset;
  780. border-top: 1px solid #999;
  781. border-left: 1px solid #999;
  782. background: #cde7ff;
  783. }
  784. #manage_boards dl {
  785. padding: 8px 6px 0 6px;
  786. }
  787. #manage_boards dl textarea, #manage_boards dl table{
  788. margin: 0 0 8px 0;
  789. }
  790. #manage_boards span.post_group, #manage_boards span.regular_members {
  791. border-bottom: 1px dotted #000;
  792. cursor: help;
  793. }
  794. .select_all_box {
  795. display:none;
  796. }
  797. /* Styles for the manage members section.
  798. ------------------------------------------------- */
  799. .msearch_details {
  800. display: block;
  801. width: 49%;
  802. }
  803. dl.right dt {
  804. padding-right: 10px;
  805. }
  806. /* Styles for the manage maintenance section.
  807. ------------------------------------------------- */
  808. #manage_maintenance .catbg {
  809. border-top: 1px solid #fff;
  810. padding-top: 14px;
  811. color: #555;
  812. }
  813. #manage_maintenance .cat_bar:first-child, #manage_maintenance .cat_bar:first-child .catbg {
  814. border-top: none;
  815. margin: 0 0 -4px 0;
  816. }
  817. #manage_maintenance div.windowbg, #manage_maintenance div.windowbg2 {
  818. background: none;
  819. padding: 0 0 12px 0;
  820. margin: 0;
  821. }
  822. #manage_maintenance p {
  823. margin: -5px 0 0 0;
  824. padding: 0 0 10px 0;
  825. max-width: 70em;
  826. }
  827. #manage_maintenance p .button_submit{
  828. margin: 10px 10px 0px 10px;
  829. }
  830. /* Stop the submit buttons running away on wide screens.*/
  831. #manage_maintenance form {
  832. max-width: 80em;
  833. }
  834. #manage_maintenance .settings {
  835. margin: 16px 0 0 0;
  836. }
  837. .maintenance_finished, #task_completed {
  838. background: #B7FCA7 url(../images/warning_watch.png) 8px 50% no-repeat;
  839. border: 1px solid green;
  840. padding: 6px 30px;
  841. margin-bottom: 1em;
  842. }
  843. #manage_maintenance .maintenance_finished {
  844. background: #B7FCA7 url(../images/warning_watch.png) 8px 50% no-repeat;
  845. border: 1px solid green;
  846. border-radius: 4px 4px 0 0;
  847. padding: 6px 30px;
  848. margin: 0 0 6px 0;
  849. }
  850. /* Styles for the manage calendar section.
  851. ------------------------------------------------- */
  852. dl.settings dt.small_caption {
  853. width: 20%;
  854. }
  855. dl.settings dd.small_caption {
  856. width: 79%;
  857. }
  858. /* Styles for the manage permissions section.
  859. ------------------------------------------------- */
  860. dl.admin_permissions dt {
  861. width: 35%;
  862. }
  863. dl.admin_permissions dd {
  864. width: 64%;
  865. }
  866. /* Styles for the manage search section.
  867. ------------------------------------------------- */
  868. dl.settings dt.large_caption {
  869. width: 70%;
  870. }
  871. dl.settings dd.large_caption {
  872. width: 29%;
  873. }
  874. span.search_weight {
  875. width: 40px;
  876. padding: 0 0.5em;
  877. text-align: right;
  878. }
  879. .search_settings {
  880. width: 47%;
  881. }
  882. /* Styles for the manage bans section.
  883. ------------------------------------------------- */
  884. .ban_restriction {
  885. margin: 0.2em 0 0.2em 2.2em;
  886. }
  887. .ban_settings {
  888. width: 46%;
  889. }
  890. #manage_bans dl {
  891. margin-bottom: 1em;
  892. }
  893. #manage_bans fieldset dl.settings {
  894. margin-bottom: 0;
  895. }
  896. /* Styles for the manage subscriptions section.
  897. ------------------------------------------------- */
  898. #fixed_area {
  899. width: 97%;
  900. }
  901. ul.pending_payments {
  902. margin: 0;
  903. padding: 0;
  904. }
  905. ul.pending_payments li {
  906. list-style-type: none;
  907. }
  908. /* Styles for the manage permissions section.
  909. ------------------------------------------------- */
  910. .perm_name, .perm_profile, .perm_board {
  911. display: block;
  912. width: 40%;
  913. }
  914. .perm_boards {
  915. padding: 0;
  916. margin: 0 0 0.6em 0;
  917. }
  918. .perm_boards li {
  919. list-style-type: none;
  920. border: 1px solid #cacdd3;
  921. padding: 0.2em;
  922. margin: 1px;
  923. }
  924. .perm_groups {
  925. background-color: #fff;
  926. }
  927. .perm_classic {
  928. margin: 0.2em;
  929. }
  930. .permission_groups {
  931. padding: 0;
  932. margin: 0;
  933. }
  934. .permission_groups li {
  935. list-style-type: none;
  936. padding: 0.2em;
  937. margin: 1px;
  938. }
  939. .perms {
  940. width: 20px;
  941. display: inline-block;
  942. text-align: center;
  943. }
  944. /* Styles for the themes section.
  945. ------------------------------------------------- */
  946. ul.theme_options {
  947. padding: 0;
  948. margin: 0;
  949. }
  950. ul.theme_options li {
  951. list-style: none;
  952. padding: 0.4em;
  953. }
  954. .is_directory {
  955. padding-left: 18px;
  956. background: url(../images/admin/boards.png) no-repeat;
  957. }
  958. .edit_file {
  959. width: 96%;
  960. font-family: monospace;
  961. margin-top: 1ex;
  962. white-space: pre;
  963. }
  964. dl.themes_list {
  965. margin: 0;
  966. }
  967. dl.themes_list dt {
  968. margin-bottom: 3px;
  969. }
  970. dl.themes_list dd {
  971. font-style: italic;
  972. white-space: nowrap;
  973. }
  974. /* Styles for the registration center.
  975. ------------------------------------------------- */
  976. .agreement, .reserved_names {
  977. padding: 0;
  978. }
  979. #agreement, #reserved {
  980. width: 99%;
  981. }
  982. /* Styles for the moderation center.
  983. ------------------------------------------------- */
  984. #modcenter {
  985. display: block;
  986. width: 100%;
  987. }
  988. .modblock_left {
  989. width: 49%;
  990. float: left;
  991. clear: right;
  992. margin: 0 0 1em 0;
  993. }
  994. .modblock_right {
  995. width: 49%;
  996. float: right;
  997. margin: 0 0 1em 0;
  998. }
  999. .modblock_left #smfAnnouncements {
  1000. height: 15em;
  1001. overflow: auto;
  1002. }
  1003. /* Moderation Notes */
  1004. ul.moderation_notes {
  1005. margin: 0;
  1006. padding: 0;
  1007. list-style: none;
  1008. overflow: auto;
  1009. height: 10.2em;
  1010. }
  1011. ul.moderation_notes li {
  1012. padding: 0.2em;
  1013. border-bottom: 1px solid #cccccc;
  1014. }
  1015. .notes {
  1016. margin-top: 0.4em;
  1017. }
  1018. .post_note {
  1019. width: 85%;
  1020. }
  1021. /* Styles for the error log.
  1022. ------------------------------------------------- */
  1023. h3.grid_header {
  1024. height: 25px;
  1025. }
  1026. #error_log {
  1027. width: 100%;
  1028. }
  1029. #error_log tr.windowbg td, #error_log tr.windowbg2 td {
  1030. padding: 8px;
  1031. line-height: 160%;
  1032. }
  1033. #error_log td div {
  1034. -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  1035. }
  1036. #error_log td.checkbox_column {
  1037. width: 15px;
  1038. vertical-align: top;
  1039. text-align: center;
  1040. }
  1041. #error_log a img {
  1042. vertical-align: middle;
  1043. margin: 0 8px 0 0;
  1044. }
  1045. /* More error log stuff. Could still be cleaned up a bit.
  1046. --------------------------------------------------*/
  1047. #error_log {
  1048. margin: 4px 0;
  1049. }
  1050. #error_log tr:first-child td {
  1051. border-top: 2px solid #ff9400;
  1052. border-bottom: 2px solid #bf6900;
  1053. background: #fff;
  1054. padding: 8px;
  1055. }
  1056. /* Styles for the Report generation
  1057. ------------------------------------------------- */
  1058. #report_buttons {
  1059. min-height: 2.4em;
  1060. padding: 3px 0;
  1061. }
  1062. .report_results th {
  1063. border-left: 1px solid #ddd;
  1064. border-right: 1px solid #ddd;
  1065. }
  1066. /* Try out some nifty small screen friendliness, for the cost of a few more bytes. */
  1067. /*@media screen and (max-width: 85em) {
  1068. .features p {
  1069. margin: 0;
  1070. padding: 0;
  1071. min-height: 10em;
  1072. max-height: 10em;
  1073. }
  1074. }*/
  1075. @media screen and (max-width: 490px),(max-width: 32em) {
  1076. body {
  1077. padding: 0;
  1078. }
  1079. #wrapper, #footer_section div.frame {
  1080. min-width: 100%;
  1081. }
  1082. #main_content_section {
  1083. padding: 0 10px;
  1084. }
  1085. /* Level 1 button background. */
  1086. .dropmenu li {
  1087. line-height: 3.2em;
  1088. }
  1089. .dropmenu li ul {
  1090. top: 3.45em;
  1091. }
  1092. .dropmenu li li a {
  1093. line-height: 3.2em;
  1094. }
  1095. #menu_toggle {
  1096. display: none;
  1097. }
  1098. h3.catbg #quick_search form {
  1099. margin: 0 0 8px 0;
  1100. padding: 0;
  1101. }
  1102. h3.catbg #quick_search form input {
  1103. margin: 0 0 12px 0;
  1104. }
  1105. h3.catbg #quick_search form select option {
  1106. padding: 4px 4px;
  1107. }
  1108. h3.catbg #quick_search form .button_submit {
  1109. margin: 0 3px 0 3px;
  1110. }
  1111. #live_news, #supportVersionsTable {
  1112. width: 100%;
  1113. }
  1114. #live_news {
  1115. margin: 0 0 6px 0;
  1116. }
  1117. #supportVersionsTable {
  1118. padding: 0;
  1119. }
  1120. #quick_tasks ul li span {
  1121. display: block;
  1122. margin: 0 0 0 50px;
  1123. }
  1124. #credits_page {
  1125. padding-top: 35px;
  1126. }
  1127. #credits_page img {
  1128. right: 6px;
  1129. }
  1130. #core_features .features_image {
  1131. display: none;
  1132. }
  1133. #core_features .features_switch {
  1134. margin: -24px 0 0 5px;
  1135. }
  1136. #core_features .features h4 {
  1137. padding: 0 0 10px 0;
  1138. }
  1139. #core_features .features p {
  1140. margin: 0;
  1141. padding: 0;
  1142. min-height: 0;
  1143. max-height: 5em;
  1144. overflow: auto;
  1145. }
  1146. #manage_boards .catbg {
  1147. margin-top: 10px;
  1148. }
  1149. #manage_boards .windowbg {
  1150. line-height: 3.2em;
  1151. }
  1152. #manage_boards ul {
  1153. max-height: 120em;
  1154. padding: 0 0 10px 0;
  1155. }
  1156. #manage_boards dd, #manage_boards dt {
  1157. width: 100%;
  1158. }
  1159. #manage_boards dt {
  1160. line-height: 1.6em;
  1161. }
  1162. /* These kids and their new-fangled thingummys. :P */
  1163. /* When I were a lad, things were different! */