admin.css 28 KB

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