admin.css 28 KB

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