admin.css 29 KB

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