admin.css 28 KB

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