admin.css 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199
  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. /* 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. #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. filter:Alpha(opacity=40);
  469. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  470. opacity: 0.4;
  471. }
  472. /* The update warning. */
  473. #update_section {
  474. margin: 6px 0;
  475. }
  476. /* Links to handy sections of admin.
  477. ----------------------------------*/
  478. /* The <li>'s here have been set to a height in em with hidden overflow.
  479. /* Yes, this will clip the blurb when using very large font sizes on a narrowish screen.
  480. /* However, more than enough content is still available for clarity,
  481. /* and the advantage is that a clean layout is always maintained.
  482. /* The <li>'s could be set to auto overflow instead, but that just clutters things up with scrollbars.
  483. /* Scrollbars here look worse, take up space, and don't really add anything useful in this context. */
  484. div.quick_tasks {
  485. border-radius: 0 0 7px 7px;
  486. border-top: none;
  487. box-shadow: none;
  488. padding: 0 0 16px 0;
  489. }
  490. #quick_tasks {
  491. border-top: 1px solid #bbb;
  492. border-bottom: 1px solid #fff;
  493. }
  494. #quick_tasks li {
  495. list-style: none;
  496. padding: 10px 6px 10px 6px;
  497. border-top: 1px solid #fff;
  498. border-bottom: 1px solid #bbb;
  499. float: left;
  500. width: 50%;
  501. height: 6em;
  502. overflow: hidden;
  503. }
  504. #quick_tasks li a {
  505. line-height: 1.6em;
  506. }
  507. .home_image {
  508. float: left;
  509. margin: 2px 10px;
  510. }
  511. #quick_tasks li span {
  512. display: block;
  513. margin: 0 0 0 70px;
  514. }
  515. /* Styles for the support and credits page.
  516. /* Hey, people might actually want to put their names on it now!
  517. /* Only a couple of trivial markup hacks that wont break any mods or themes.
  518. /* The older I get, the more devious I get. :D
  519. /* Nobody ever themes admin anyway. That's why it looked like crap.
  520. -----------------------------------------------------------------*/
  521. #support_credits {
  522. position: relative;
  523. padding: 6px 12px 12px 12px;
  524. }
  525. #support_credits h3.catbg, #support_credits .cat_bar:first-child h3.catbg {
  526. padding: 12px 6px 6px 6px;
  527. }
  528. #support_resources {
  529. margin: 16px 0 -24px 0;
  530. }
  531. #credits_logo {
  532. position: absolute;
  533. right: 10px;
  534. top: 9px;
  535. }
  536. #support_credits .content {
  537. padding: 0 18px;
  538. line-height: 1.6em;
  539. }
  540. #support_credits .content p {
  541. margin: 12px 0 0 0;
  542. padding: 0;
  543. }
  544. #support_credits a {
  545. border-bottom: 1px solid #d2d2d2;
  546. }
  547. #support_credits a:hover {
  548. color: #00163d;
  549. text-decoration: none;
  550. border-bottom: 1px solid #556f82;
  551. }
  552. #support_credits img.icon {
  553. vertical-align: middle;
  554. }
  555. #support_credits .catbg a.help, #support_credits .catbg a.help:hover {
  556. border-bottom: none;
  557. }
  558. #latestSupport{
  559. padding: 0 25px 15px 25px;
  560. }
  561. #credits_sections {
  562. margin: 0 0 -24px 0;
  563. }
  564. #support_credits dl {
  565. padding: 0 6px;
  566. }
  567. #support_credits dt {
  568. float: left;
  569. padding: 6px 0.8em 0 0;
  570. text-indent: -4px;
  571. }
  572. #support_credits dd {
  573. padding: 6px 0;
  574. }
  575. /* Styles for the package manager.
  576. /* Haven't got here yet. :P
  577. ------------------------------------------------- */
  578. #package_list .tborder {
  579. margin: .25em 0 .25em 26px;
  580. }
  581. #package_list ol, #package_list ol li {
  582. list-style: decimal;
  583. margin-left: 50px;
  584. border: none;
  585. }
  586. #package_list ol ul, #package_list ol ul li {
  587. margin-left: 0;
  588. list-style: none;
  589. }
  590. #package_list {
  591. list-style-type: none;
  592. }
  593. #package_list li {
  594. border: 1px solid #cacdd3;
  595. padding: 0.2em;
  596. margin: 1px;
  597. }
  598. .description {
  599. max-height: 15em;
  600. overflow: auto;
  601. padding-bottom: .5em;
  602. }
  603. .information {
  604. max-height: 15em;
  605. overflow: auto;
  606. padding-bottom: .5em;
  607. }
  608. .package_section {
  609. border: 1px solid #cacdd3;
  610. }
  611. ul.packages li {
  612. border: none !important;
  613. list-style: none;
  614. }
  615. code#find_code, code#replace_code {
  616. display: block;
  617. font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
  618. font-size: 0.9em;
  619. background: #eef;
  620. border-top: 2px solid #999;
  621. border-bottom: 2px solid #999;
  622. margin: 1px 0 6px 0;
  623. padding: 3px 12px;
  624. overflow: auto;
  625. white-space: nowrap;
  626. /* Show a scrollbar after about 6 lines. */
  627. /* This is much better than the old max-height css. */
  628. height: 10em;
  629. resize: vertical;
  630. }
  631. span.package_server {
  632. padding: 0 3em;
  633. }
  634. ul.package_servers {
  635. margin: 0;
  636. padding: 0;
  637. }
  638. ul.package_servers li {
  639. list-style-type: none;
  640. }
  641. pre.file_content {
  642. overflow: auto;
  643. width: 100%;
  644. padding-bottom: 1em;
  645. }
  646. .operation {
  647. padding: 0 1em;
  648. }
  649. /* Styles for the file permissions section.
  650. ------------------------------------------------- */
  651. .filepermissions {
  652. font-size: 0.8em;
  653. white-space: nowrap;
  654. }
  655. .fperm {
  656. display: block;
  657. width: 35%;
  658. text-align: center;
  659. }
  660. .perm_read {
  661. background-color: #d1f7bf;
  662. }
  663. .perm_write {
  664. background-color: #ffbbbb;
  665. }
  666. .perm_execute {
  667. background-color: #fdd7af;
  668. }
  669. .perm_custom {
  670. background-color: #c2c6c0;
  671. }
  672. .perm_nochange {
  673. background-color: #eee;
  674. }
  675. /* Styles for the BBC permissions
  676. ------------------------------------------------- */
  677. .list_bbc {
  678. width: 33%;
  679. }
  680. /* Styles for the manage boards section.
  681. ------------------------------------------------- */
  682. #manage_boards {
  683. background: #f0f4f7;
  684. margin: 12px 0 0 0;
  685. padding: 8px 8px 16px 8px;
  686. border: 1px solid #ccc;
  687. border-radius: 7px;
  688. box-shadow: 0 -2px 2px rgba(0,0,0,0.1);
  689. overflow: auto;
  690. }
  691. #manage_boards .title_bar {
  692. background: none;
  693. border-bottom: 1px solid #fff;
  694. }
  695. #manage_boards .titlebg {
  696. border-bottom: 1px solid #bbb;
  697. }
  698. #manage_boards .cat_bar, #manage_boards .windowbg {
  699. background: none;
  700. margin: 0 0 0 0;
  701. padding: 0 0 0 0;
  702. border: none;
  703. border-radius: 7px 7px 0 0;
  704. }
  705. #manage_boards .catbg {
  706. padding: 8px 16px 4px 16px;
  707. color: #444;
  708. }
  709. #manage_boards .cat_bar .catbg {
  710. border: none;
  711. border-bottom: 1px solid #bbb;
  712. }
  713. #manage_boards .catbg a {
  714. color: #346;
  715. }
  716. #manage_boards .catbg a:hover {
  717. border-bottom: 1px solid #346;
  718. }
  719. #manage_boards .windowbg {
  720. margin: 0;
  721. padding: 0;
  722. }
  723. #manage_boards ul {
  724. padding: 0;
  725. margin: 0 0 8px 0;
  726. max-height: 30em;
  727. overflow: auto;
  728. border-top: 1px solid #bbb;
  729. border-bottom: 1px solid #fff;
  730. border-radius: 2px;
  731. }
  732. #manage_boards li, #manage_boards li.windowbg, #manage_boards li.windowbg2 {
  733. list-style: none;
  734. margin: 0 1px;
  735. padding: 8px 0;
  736. border: 1px solid #ccc;
  737. border-bottom: 1px solid #bbb;
  738. border-top: 1px solid #fff;
  739. border-radius: 0;
  740. }
  741. #manage_boards li img {
  742. vertical-align: middle;
  743. padding: 0 6px 3px 6px;
  744. }
  745. #manage_boards li .floatleft {
  746. font-weight: bold;
  747. padding: 0 6px;
  748. }
  749. #manage_boards li#recycle_board {
  750. background-color: #dee;
  751. }
  752. #manage_boards li.redirect_board {
  753. background-color: #eed;
  754. }
  755. .move_links {
  756. padding: 0 13px 0 0;
  757. }
  758. .modify_boards {
  759. padding: 0 0.5em;
  760. }
  761. #manage_boards span.modify_boards a {
  762. border: 1px solid #aaa;
  763. border-radius: 3px;
  764. box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  765. padding: 3px 6px;
  766. font: 95%/115% verdana, Helvetica, sans-serif;
  767. color: #222;
  768. font-size: 1em;
  769. background: linear-gradient(bottom, #FFFFFF 1%, #F1F3F5 96%);
  770. background: -o-linear-gradient(bottom, #FFFFFF 1%, #F1F3F5 96%);
  771. background: -moz-linear-gradient(bottom, #FFFFFF 1%, #F1F3F5 96%);
  772. background: -webkit-linear-gradient(bottom, #FFFFFF 1%, #F1F3F5 96%);
  773. background: -ms-linear-gradient(bottom, #FFFFFF 1%, #F1F3F5 96%);
  774. }
  775. #manage_boards span.modify_boards a:hover {
  776. text-decoration: none;
  777. color: #444;
  778. box-shadow: -1px -1px 1px rgba(0,0,0,0.1);
  779. background: linear-gradient(bottom, #FFFFFF 1%, #F1F3F5 96%);
  780. background: -o-linear-gradient(bottom, #FFFFFF 1%, #F1F3F5 96%);
  781. background: -moz-linear-gradient(bottom, #FFFFFF 1%, #F1F3F5 96%);
  782. background: -webkit-linear-gradient(bottom, #FFFFFF 1%, #F1F3F5 96%);
  783. background: -ms-linear-gradient(bottom, #FFFFFF 1%, #F1F3F5 96%);
  784. }
  785. #manage_boards .button_submit {
  786. box-shadow: 1px 1px 2px rgba(0,0,0,0.1), 0 -1px 3px rgba(0,0,0,0.1) inset;
  787. border-top: 1px solid #bbb;
  788. border-left: 1px solid #bbb;
  789. background: #dceeff;
  790. text-shadow: 0 0 2px #fff;
  791. margin: 0 8px;
  792. }
  793. #manage_boards .button_submit:hover {
  794. box-shadow: -1px -1px 1px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.1) inset;
  795. border-top: 1px solid #999;
  796. border-left: 1px solid #999;
  797. background: #cde7ff;
  798. }
  799. #manage_boards dl {
  800. padding: 8px 6px 0 6px;
  801. }
  802. #manage_boards dl textarea, #manage_boards dl table{
  803. margin: 0 0 8px 0;
  804. }
  805. #manage_boards span.post_group, #manage_boards span.regular_members {
  806. border-bottom: 1px dotted #000;
  807. cursor: help;
  808. }
  809. .select_all_box {
  810. display:none;
  811. }
  812. /* Styles for the manage members section.
  813. ------------------------------------------------- */
  814. .msearch_details {
  815. display: block;
  816. width: 49%;
  817. }
  818. dl.right dt {
  819. padding-right: 10px;
  820. }
  821. /* Styles for the manage maintenance section.
  822. ------------------------------------------------- */
  823. #manage_maintenance .catbg {
  824. border-top: 1px solid #fff;
  825. padding-top: 14px;
  826. color: #555;
  827. }
  828. #manage_maintenance .cat_bar:first-child, #manage_maintenance .cat_bar:first-child .catbg {
  829. border-top: none;
  830. margin: 0 0 -4px 0;
  831. }
  832. #manage_maintenance div.windowbg, #manage_maintenance div.windowbg2 {
  833. background: none;
  834. padding: 0 0 12px 0;
  835. margin: 0;
  836. }
  837. #manage_maintenance p {
  838. margin: -5px 0 0 0;
  839. padding: 0 0 10px 0;
  840. max-width: 70em;
  841. }
  842. #manage_maintenance p .button_submit{
  843. margin: 10px 10px 0px 10px;
  844. }
  845. /* Stop the submit buttons running away on wide screens.*/
  846. #manage_maintenance form {
  847. max-width: 80em;
  848. }
  849. #manage_maintenance .settings {
  850. margin: 16px 0 0 0;
  851. }
  852. /* Styles for the question and answers
  853. ------------------------------------------------- */
  854. fieldset.qa_fieldset {
  855. clear: both;
  856. display: none;
  857. }
  858. /* Styles for the manage calendar section.
  859. ------------------------------------------------- */
  860. dl.settings dt.small_caption {
  861. width: 20%;
  862. }
  863. dl.settings dd.small_caption {
  864. width: 79%;
  865. }
  866. /* Styles for the manage permissions section.
  867. ------------------------------------------------- */
  868. #permissionForm .table_grid {
  869. width: 100%;
  870. }
  871. #permissionForm .table_grid img.icon {
  872. vertical-align: top;
  873. width: 16px;
  874. }
  875. dl.admin_permissions dt {
  876. width: 35%;
  877. }
  878. dl.admin_permissions dd {
  879. width: 64%;
  880. }
  881. /* Styles for the manage search section.
  882. ------------------------------------------------- */
  883. dl.settings dt.large_caption {
  884. width: 70%;
  885. }
  886. dl.settings dd.large_caption {
  887. width: 29%;
  888. }
  889. span.search_weight {
  890. width: 40px;
  891. padding: 0 0.5em;
  892. text-align: right;
  893. }
  894. .search_settings {
  895. width: 47%;
  896. }
  897. /* Styles for the manage bans section.
  898. ------------------------------------------------- */
  899. .ban_restriction {
  900. margin: 0.2em 0 0.2em 2.2em;
  901. }
  902. .ban_settings {
  903. width: 46%;
  904. }
  905. #manage_bans dl {
  906. margin-bottom: 1em;
  907. }
  908. #manage_bans fieldset dl.settings {
  909. margin-bottom: 0;
  910. }
  911. /* Styles for the manage subscriptions section.
  912. ------------------------------------------------- */
  913. #fixed_area {
  914. width: 97%;
  915. }
  916. ul.pending_payments {
  917. margin: 0;
  918. padding: 0;
  919. }
  920. ul.pending_payments li {
  921. list-style-type: none;
  922. }
  923. /* Styles for the manage permissions section.
  924. ------------------------------------------------- */
  925. .perm_name, .perm_profile, .perm_board {
  926. display: block;
  927. width: 40%;
  928. }
  929. .perm_boards {
  930. padding: 0;
  931. margin: 0 0 0.6em 0;
  932. }
  933. .perm_boards li {
  934. list-style-type: none;
  935. border: 1px solid #cacdd3;
  936. padding: 0.2em;
  937. margin: 1px;
  938. }
  939. .perm_groups {
  940. background-color: #fff;
  941. }
  942. .perm_classic {
  943. margin: 0.2em;
  944. }
  945. .permission_groups {
  946. padding: 0;
  947. margin: 0;
  948. }
  949. .permission_groups li {
  950. list-style-type: none;
  951. padding: 0.2em;
  952. margin: 1px;
  953. }
  954. .perms {
  955. width: 20px;
  956. display: inline-block;
  957. text-align: center;
  958. }
  959. /* Styles for the themes section.
  960. ------------------------------------------------- */
  961. ul.theme_options {
  962. padding: 0;
  963. margin: 0;
  964. }
  965. ul.theme_options li {
  966. list-style: none;
  967. padding: 0.4em;
  968. }
  969. .is_directory {
  970. padding-left: 18px;
  971. background: url(../images/admin/boards.png) no-repeat;
  972. }
  973. .edit_file {
  974. width: 96%;
  975. font-family: monospace;
  976. margin-top: 1ex;
  977. white-space: pre;
  978. }
  979. dl.themes_list {
  980. margin: 0;
  981. }
  982. dl.themes_list dt {
  983. margin-bottom: 3px;
  984. }
  985. dl.themes_list dd {
  986. font-style: italic;
  987. white-space: nowrap;
  988. }
  989. /* Styles for the registration center.
  990. ------------------------------------------------- */
  991. .agreement, .reserved_names {
  992. padding: 0;
  993. }
  994. #agreement, #reserved {
  995. width: 99%;
  996. }
  997. /* Styles for the moderation center.
  998. ------------------------------------------------- */
  999. #modcenter {
  1000. display: block;
  1001. width: 100%;
  1002. }
  1003. .modblock_left {
  1004. width: 49%;
  1005. float: left;
  1006. clear: right;
  1007. margin: 0 0 1em 0;
  1008. }
  1009. .modblock_right {
  1010. width: 49%;
  1011. float: right;
  1012. margin: 0 0 1em 0;
  1013. }
  1014. .modblock_left #smfAnnouncements {
  1015. height: 15em;
  1016. overflow: auto;
  1017. }
  1018. /* Moderation Notes */
  1019. ul.moderation_notes {
  1020. margin: 0;
  1021. padding: 0;
  1022. list-style: none;
  1023. overflow: auto;
  1024. height: 10.2em;
  1025. }
  1026. ul.moderation_notes li {
  1027. padding: 0.2em;
  1028. border-bottom: 1px solid #cccccc;
  1029. }
  1030. .notes {
  1031. margin-top: 0.4em;
  1032. }
  1033. .post_note {
  1034. width: 85%;
  1035. }
  1036. /* Styles for the error log.
  1037. ------------------------------------------------- */
  1038. h3.grid_header {
  1039. height: 25px;
  1040. }
  1041. #error_log {
  1042. width: 100%;
  1043. }
  1044. #error_log tr.windowbg td, #error_log tr.windowbg2 td {
  1045. padding: 8px;
  1046. line-height: 160%;
  1047. }
  1048. #error_log td div {
  1049. -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  1050. }
  1051. #error_log td.checkbox_column {
  1052. width: 15px;
  1053. vertical-align: top;
  1054. text-align: center;
  1055. }
  1056. #error_log a img {
  1057. vertical-align: middle;
  1058. margin: 0 8px 0 0;
  1059. }
  1060. /* More error log stuff. Could still be cleaned up a bit.
  1061. --------------------------------------------------*/
  1062. #error_log {
  1063. margin: 4px 0;
  1064. }
  1065. #error_log tr:first-child td {
  1066. border-top: 2px solid #ff9400;
  1067. border-bottom: 2px solid #bf6900;
  1068. background: #fff;
  1069. padding: 8px;
  1070. }
  1071. /* Styles for the Report generation
  1072. ------------------------------------------------- */
  1073. #report_buttons {
  1074. min-height: 2.4em;
  1075. padding: 3px 0;
  1076. }
  1077. .report_results th {
  1078. border-left: 1px solid #ddd;
  1079. border-right: 1px solid #ddd;
  1080. }
  1081. /* Try out some nifty small screen friendliness, for the cost of a few more bytes. */
  1082. @media screen and (max-width: 490px),(max-width: 32em) {
  1083. body {
  1084. padding: 0;
  1085. }
  1086. #wrapper, #footer_section div.frame {
  1087. min-width: 100%;
  1088. }
  1089. #main_content_section {
  1090. padding: 0 10px;
  1091. }
  1092. /* Level 1 button background. */
  1093. .dropmenu li {
  1094. line-height: 3.2em;
  1095. }
  1096. .dropmenu li ul {
  1097. top: 3.45em;
  1098. }
  1099. .dropmenu li li a {
  1100. line-height: 3.2em;
  1101. }
  1102. h3.catbg #quick_search form {
  1103. margin: 0 0 8px 0;
  1104. padding: 0;
  1105. }
  1106. h3.catbg #quick_search form input {
  1107. margin: 0 0 12px 0;
  1108. }
  1109. h3.catbg #quick_search form select option {
  1110. padding: 4px 4px;
  1111. }
  1112. h3.catbg #quick_search form .button_submit {
  1113. margin: 0 3px 0 3px;
  1114. }
  1115. #live_news, #supportVersionsTable {
  1116. width: 100%;
  1117. }
  1118. #live_news {
  1119. margin: 0 0 6px 0;
  1120. }
  1121. #supportVersionsTable {
  1122. padding: 0;
  1123. }
  1124. #quick_tasks ul li span {
  1125. display: block;
  1126. margin: 0 0 0 50px;
  1127. }
  1128. #credits_page {
  1129. padding-top: 35px;
  1130. }
  1131. #credits_page img {
  1132. right: 6px;
  1133. }
  1134. #manage_boards .catbg {
  1135. margin-top: 10px;
  1136. }
  1137. #manage_boards .windowbg {
  1138. line-height: 3.2em;
  1139. }
  1140. #manage_boards ul {
  1141. max-height: 120em;
  1142. padding: 0 0 10px 0;
  1143. }
  1144. #manage_boards dd, #manage_boards dt {
  1145. width: 100%;
  1146. }
  1147. #manage_boards dt {
  1148. line-height: 1.6em;
  1149. }
  1150. }
  1151. /* These kids and their new-fangled thingummys. :P */
  1152. /* When I were a lad, things were different! */