admin.css 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281
  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. /* 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 core features screen.
  571. /* Cleaned up a bit for clarity.
  572. ------------------------------------------------------- */
  573. #core_features {
  574. padding: 20px 0;
  575. }
  576. #core_features hr {
  577. padding: 0;
  578. margin: 4px 0 12px 0;
  579. }
  580. #core_features .content {
  581. padding: 0 12px;
  582. overflow: auto;
  583. }
  584. .cf_notification {
  585. position: fixed;
  586. top: 0;
  587. left: 0;
  588. width: 100%;
  589. }
  590. /* Keep your enemies close, and your submit buttons if your screen is huge. */
  591. /* Speaking of which, I can't see the last submit that is in the markup. */
  592. /* Still works without it if you reload the page, but rather odd that it's hiding. */
  593. .features_image {
  594. float: left;
  595. margin: 0 12px 0 0;
  596. }
  597. .features_switch {
  598. margin: -20px 0 6px 6px;
  599. float: right;
  600. }
  601. .features_separate {
  602. margin-bottom: 12px;
  603. border-bottom: 2px solid #ccc;
  604. }
  605. .features h4 {
  606. padding: 0;
  607. margin: 0 6px 0 105px;
  608. font-size: 1.1em;
  609. overflow: hidden;
  610. white-space: pre;
  611. text-overflow: ellipsis;
  612. min-height: 1.6em;
  613. max-height: 1.6em;
  614. }
  615. .features p {
  616. margin: 0 6px 0 105px;
  617. padding: 0;
  618. min-height: 56px;
  619. }
  620. /* Styles for the package manager.
  621. /* Haven't got here yet. :P
  622. ------------------------------------------------- */
  623. #package_list .tborder {
  624. margin: .25em 0 .25em 26px;
  625. }
  626. #package_list ol, #package_list ol li {
  627. list-style: decimal;
  628. margin-left: 50px;
  629. border: none;
  630. }
  631. #package_list ol ul, #package_list ol ul li {
  632. margin-left: 0;
  633. list-style: none;
  634. }
  635. #package_list {
  636. list-style-type: none;
  637. }
  638. #package_list li {
  639. border: 1px solid #cacdd3;
  640. padding: 0.2em;
  641. margin: 1px;
  642. }
  643. .description {
  644. max-height: 15em;
  645. overflow: auto;
  646. padding-bottom: .5em;
  647. }
  648. .information {
  649. max-height: 15em;
  650. overflow: auto;
  651. padding-bottom: .5em;
  652. }
  653. .package_section {
  654. border: 1px solid #cacdd3;
  655. }
  656. ul.packages li {
  657. border: none !important;
  658. list-style: none;
  659. }
  660. code#find_code, code#replace_code {
  661. display: block;
  662. font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
  663. font-size: 0.9em;
  664. background: #eef;
  665. border-top: 2px solid #999;
  666. border-bottom: 2px solid #999;
  667. margin: 1px 0 6px 0;
  668. padding: 3px 12px;
  669. overflow: auto;
  670. white-space: nowrap;
  671. /* Show a scrollbar after about 6 lines. */
  672. /* This is much better than the old max-height css. */
  673. height: 10em;
  674. resize: vertical;
  675. }
  676. span.package_server {
  677. padding: 0 3em;
  678. }
  679. ul.package_servers {
  680. margin: 0;
  681. padding: 0;
  682. }
  683. ul.package_servers li {
  684. list-style-type: none;
  685. }
  686. pre.file_content {
  687. overflow: auto;
  688. width: 100%;
  689. padding-bottom: 1em;
  690. }
  691. .operation {
  692. padding: 0 1em;
  693. }
  694. /* Styles for the file permissions section.
  695. ------------------------------------------------- */
  696. .filepermissions {
  697. font-size: 0.8em;
  698. white-space: nowrap;
  699. }
  700. .fperm {
  701. display: block;
  702. width: 35%;
  703. text-align: center;
  704. }
  705. .perm_read {
  706. background-color: #d1f7bf;
  707. }
  708. .perm_write {
  709. background-color: #ffbbbb;
  710. }
  711. .perm_execute {
  712. background-color: #fdd7af;
  713. }
  714. .perm_custom {
  715. background-color: #c2c6c0;
  716. }
  717. .perm_nochange {
  718. background-color: #eee;
  719. }
  720. /* Styles for the BBC permissions
  721. ------------------------------------------------- */
  722. .list_bbc {
  723. width: 33%;
  724. }
  725. /* Styles for the manage boards section.
  726. ------------------------------------------------- */
  727. #manage_boards {
  728. background: #f0f4f7;
  729. margin: 12px 0 0 0;
  730. padding: 8px 8px 16px 8px;
  731. border: 1px solid #ccc;
  732. border-radius: 7px;
  733. box-shadow: 0 -2px 2px rgba(0,0,0,0.1);
  734. overflow: auto;
  735. }
  736. #manage_boards .title_bar {
  737. background: none;
  738. border-bottom: 1px solid #fff;
  739. }
  740. #manage_boards .titlebg {
  741. border-bottom: 1px solid #bbb;
  742. }
  743. #manage_boards .cat_bar, #manage_boards .windowbg {
  744. background: none;
  745. margin: 0 0 0 0;
  746. padding: 0 0 0 0;
  747. border: none;
  748. border-radius: 7px 7px 0 0;
  749. }
  750. #manage_boards .catbg {
  751. padding: 8px 16px 4px 16px;
  752. color: #444;
  753. }
  754. #manage_boards .cat_bar .catbg {
  755. border: none;
  756. border-bottom: 1px solid #bbb;
  757. }
  758. #manage_boards .catbg a {
  759. color: #346;
  760. }
  761. #manage_boards .catbg a:hover {
  762. border-bottom: 1px solid #346;
  763. }
  764. #manage_boards .windowbg {
  765. margin: 0;
  766. padding: 0;
  767. }
  768. #manage_boards ul {
  769. padding: 0;
  770. margin: 0 0 8px 0;
  771. max-height: 30em;
  772. overflow: auto;
  773. border-top: 1px solid #bbb;
  774. border-bottom: 1px solid #fff;
  775. border-radius: 2px;
  776. }
  777. #manage_boards li, #manage_boards li.windowbg, #manage_boards li.windowbg2 {
  778. list-style: none;
  779. margin: 0 1px;
  780. padding: 8px 0;
  781. border: 1px solid #ccc;
  782. border-bottom: 1px solid #bbb;
  783. border-top: 1px solid #fff;
  784. border-radius: 0;
  785. }
  786. #manage_boards li img {
  787. vertical-align: middle;
  788. padding: 0 6px 3px 6px;
  789. }
  790. #manage_boards li .floatleft {
  791. font-weight: bold;
  792. padding: 0 6px;
  793. }
  794. #manage_boards li#recycle_board {
  795. background-color: #dee;
  796. }
  797. .move_links {
  798. padding: 0 13px 0 0;
  799. }
  800. .modify_boards {
  801. padding: 0 0.5em;
  802. }
  803. #manage_boards span.modify_boards a {
  804. border: 1px solid #aaa;
  805. border-radius: 3px;
  806. box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  807. padding: 3px 6px;
  808. font: 95%/115% verdana, Helvetica, sans-serif;
  809. color: #222;
  810. font-size: 1em;
  811. background: linear-gradient(bottom, #FFFFFF 1%, #F1F3F5 96%);
  812. background: -o-linear-gradient(bottom, #FFFFFF 1%, #F1F3F5 96%);
  813. background: -moz-linear-gradient(bottom, #FFFFFF 1%, #F1F3F5 96%);
  814. background: -webkit-linear-gradient(bottom, #FFFFFF 1%, #F1F3F5 96%);
  815. background: -ms-linear-gradient(bottom, #FFFFFF 1%, #F1F3F5 96%);
  816. }
  817. #manage_boards span.modify_boards a:hover {
  818. text-decoration: none;
  819. color: #444;
  820. box-shadow: -1px -1px 1px rgba(0,0,0,0.1);
  821. background: linear-gradient(bottom, #FFFFFF 1%, #F1F3F5 96%);
  822. background: -o-linear-gradient(bottom, #FFFFFF 1%, #F1F3F5 96%);
  823. background: -moz-linear-gradient(bottom, #FFFFFF 1%, #F1F3F5 96%);
  824. background: -webkit-linear-gradient(bottom, #FFFFFF 1%, #F1F3F5 96%);
  825. background: -ms-linear-gradient(bottom, #FFFFFF 1%, #F1F3F5 96%);
  826. }
  827. #manage_boards .button_submit {
  828. box-shadow: 1px 1px 2px rgba(0,0,0,0.1), 0 -1px 3px rgba(0,0,0,0.1) inset;
  829. border-top: 1px solid #bbb;
  830. border-left: 1px solid #bbb;
  831. background: #dceeff;
  832. text-shadow: 0 0 2px #fff;
  833. margin: 0 8px;
  834. }
  835. #manage_boards .button_submit:hover {
  836. box-shadow: -1px -1px 1px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.1) inset;
  837. border-top: 1px solid #999;
  838. border-left: 1px solid #999;
  839. background: #cde7ff;
  840. }
  841. #manage_boards dl {
  842. padding: 8px 6px 0 6px;
  843. }
  844. #manage_boards dl textarea, #manage_boards dl table{
  845. margin: 0 0 8px 0;
  846. }
  847. #manage_boards span.post_group, #manage_boards span.regular_members {
  848. border-bottom: 1px dotted #000;
  849. cursor: help;
  850. }
  851. .select_all_box {
  852. display:none;
  853. }
  854. /* Styles for the manage members section.
  855. ------------------------------------------------- */
  856. .msearch_details {
  857. display: block;
  858. width: 49%;
  859. }
  860. dl.right dt {
  861. padding-right: 10px;
  862. }
  863. /* Styles for the manage maintenance section.
  864. ------------------------------------------------- */
  865. #manage_maintenance .catbg {
  866. border-top: 1px solid #fff;
  867. padding-top: 14px;
  868. color: #555;
  869. }
  870. #manage_maintenance .cat_bar:first-child, #manage_maintenance .cat_bar:first-child .catbg {
  871. border-top: none;
  872. margin: 0 0 -4px 0;
  873. }
  874. #manage_maintenance div.windowbg, #manage_maintenance div.windowbg2 {
  875. background: none;
  876. padding: 0 0 12px 0;
  877. margin: 0;
  878. }
  879. #manage_maintenance p {
  880. margin: -5px 0 0 0;
  881. padding: 0 0 10px 0;
  882. max-width: 70em;
  883. }
  884. #manage_maintenance p .button_submit{
  885. margin: 10px 10px 0px 10px;
  886. }
  887. /* Stop the submit buttons running away on wide screens.*/
  888. #manage_maintenance form {
  889. max-width: 80em;
  890. }
  891. #manage_maintenance .settings {
  892. margin: 16px 0 0 0;
  893. }
  894. .maintenance_finished, #task_completed {
  895. background: #B7FCA7 url(../images/warning_watch.png) 8px 50% no-repeat;
  896. border: 1px solid green;
  897. padding: 6px 30px;
  898. margin-bottom: 1em;
  899. }
  900. #manage_maintenance .maintenance_finished {
  901. background: #B7FCA7 url(../images/warning_watch.png) 8px 50% no-repeat;
  902. border: 1px solid green;
  903. border-radius: 4px 4px 0 0;
  904. padding: 6px 30px;
  905. margin: 0 0 6px 0;
  906. }
  907. /* Styles for the question and answers
  908. ------------------------------------------------- */
  909. fieldset.qa_fieldset {
  910. clear: both;
  911. display: none;
  912. }
  913. /* Styles for the manage calendar section.
  914. ------------------------------------------------- */
  915. dl.settings dt.small_caption {
  916. width: 20%;
  917. }
  918. dl.settings dd.small_caption {
  919. width: 79%;
  920. }
  921. /* Styles for the manage permissions section.
  922. ------------------------------------------------- */
  923. #permissionForm .table_grid {
  924. width: 100%;
  925. }
  926. #permissionForm .table_grid img.icon {
  927. vertical-align: top;
  928. width: 16px;
  929. }
  930. dl.admin_permissions dt {
  931. width: 35%;
  932. }
  933. dl.admin_permissions dd {
  934. width: 64%;
  935. }
  936. /* Styles for the manage search section.
  937. ------------------------------------------------- */
  938. dl.settings dt.large_caption {
  939. width: 70%;
  940. }
  941. dl.settings dd.large_caption {
  942. width: 29%;
  943. }
  944. span.search_weight {
  945. width: 40px;
  946. padding: 0 0.5em;
  947. text-align: right;
  948. }
  949. .search_settings {
  950. width: 47%;
  951. }
  952. /* Styles for the manage bans section.
  953. ------------------------------------------------- */
  954. .ban_restriction {
  955. margin: 0.2em 0 0.2em 2.2em;
  956. }
  957. .ban_settings {
  958. width: 46%;
  959. }
  960. #manage_bans dl {
  961. margin-bottom: 1em;
  962. }
  963. #manage_bans fieldset dl.settings {
  964. margin-bottom: 0;
  965. }
  966. /* Styles for the manage subscriptions section.
  967. ------------------------------------------------- */
  968. #fixed_area {
  969. width: 97%;
  970. }
  971. ul.pending_payments {
  972. margin: 0;
  973. padding: 0;
  974. }
  975. ul.pending_payments li {
  976. list-style-type: none;
  977. }
  978. /* Styles for the manage permissions section.
  979. ------------------------------------------------- */
  980. .perm_name, .perm_profile, .perm_board {
  981. display: block;
  982. width: 40%;
  983. }
  984. .perm_boards {
  985. padding: 0;
  986. margin: 0 0 0.6em 0;
  987. }
  988. .perm_boards li {
  989. list-style-type: none;
  990. border: 1px solid #cacdd3;
  991. padding: 0.2em;
  992. margin: 1px;
  993. }
  994. .perm_groups {
  995. background-color: #fff;
  996. }
  997. .perm_classic {
  998. margin: 0.2em;
  999. }
  1000. .permission_groups {
  1001. padding: 0;
  1002. margin: 0;
  1003. }
  1004. .permission_groups li {
  1005. list-style-type: none;
  1006. padding: 0.2em;
  1007. margin: 1px;
  1008. }
  1009. .perms {
  1010. width: 20px;
  1011. display: inline-block;
  1012. text-align: center;
  1013. }
  1014. /* Styles for the themes section.
  1015. ------------------------------------------------- */
  1016. ul.theme_options {
  1017. padding: 0;
  1018. margin: 0;
  1019. }
  1020. ul.theme_options li {
  1021. list-style: none;
  1022. padding: 0.4em;
  1023. }
  1024. .is_directory {
  1025. padding-left: 18px;
  1026. background: url(../images/admin/boards.png) no-repeat;
  1027. }
  1028. .edit_file {
  1029. width: 96%;
  1030. font-family: monospace;
  1031. margin-top: 1ex;
  1032. white-space: pre;
  1033. }
  1034. dl.themes_list {
  1035. margin: 0;
  1036. }
  1037. dl.themes_list dt {
  1038. margin-bottom: 3px;
  1039. }
  1040. dl.themes_list dd {
  1041. font-style: italic;
  1042. white-space: nowrap;
  1043. }
  1044. /* Styles for the registration center.
  1045. ------------------------------------------------- */
  1046. .agreement, .reserved_names {
  1047. padding: 0;
  1048. }
  1049. #agreement, #reserved {
  1050. width: 99%;
  1051. }
  1052. /* Styles for the moderation center.
  1053. ------------------------------------------------- */
  1054. #modcenter {
  1055. display: block;
  1056. width: 100%;
  1057. }
  1058. .modblock_left {
  1059. width: 49%;
  1060. float: left;
  1061. clear: right;
  1062. margin: 0 0 1em 0;
  1063. }
  1064. .modblock_right {
  1065. width: 49%;
  1066. float: right;
  1067. margin: 0 0 1em 0;
  1068. }
  1069. .modblock_left #smfAnnouncements {
  1070. height: 15em;
  1071. overflow: auto;
  1072. }
  1073. /* Moderation Notes */
  1074. ul.moderation_notes {
  1075. margin: 0;
  1076. padding: 0;
  1077. list-style: none;
  1078. overflow: auto;
  1079. height: 10.2em;
  1080. }
  1081. ul.moderation_notes li {
  1082. padding: 0.2em;
  1083. border-bottom: 1px solid #cccccc;
  1084. }
  1085. .notes {
  1086. margin-top: 0.4em;
  1087. }
  1088. .post_note {
  1089. width: 85%;
  1090. }
  1091. /* Styles for the error log.
  1092. ------------------------------------------------- */
  1093. h3.grid_header {
  1094. height: 25px;
  1095. }
  1096. #error_log {
  1097. width: 100%;
  1098. }
  1099. #error_log tr.windowbg td, #error_log tr.windowbg2 td {
  1100. padding: 8px;
  1101. line-height: 160%;
  1102. }
  1103. #error_log td div {
  1104. -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  1105. }
  1106. #error_log td.checkbox_column {
  1107. width: 15px;
  1108. vertical-align: top;
  1109. text-align: center;
  1110. }
  1111. #error_log a img {
  1112. vertical-align: middle;
  1113. margin: 0 8px 0 0;
  1114. }
  1115. /* More error log stuff. Could still be cleaned up a bit.
  1116. --------------------------------------------------*/
  1117. #error_log {
  1118. margin: 4px 0;
  1119. }
  1120. #error_log tr:first-child td {
  1121. border-top: 2px solid #ff9400;
  1122. border-bottom: 2px solid #bf6900;
  1123. background: #fff;
  1124. padding: 8px;
  1125. }
  1126. /* Styles for the Report generation
  1127. ------------------------------------------------- */
  1128. #report_buttons {
  1129. min-height: 2.4em;
  1130. padding: 3px 0;
  1131. }
  1132. .report_results th {
  1133. border-left: 1px solid #ddd;
  1134. border-right: 1px solid #ddd;
  1135. }
  1136. /* Try out some nifty small screen friendliness, for the cost of a few more bytes. */
  1137. /*@media screen and (max-width: 85em) {
  1138. .features p {
  1139. margin: 0;
  1140. padding: 0;
  1141. min-height: 10em;
  1142. max-height: 10em;
  1143. }
  1144. }*/
  1145. @media screen and (max-width: 490px),(max-width: 32em) {
  1146. body {
  1147. padding: 0;
  1148. }
  1149. #wrapper, #footer_section div.frame {
  1150. min-width: 100%;
  1151. }
  1152. #main_content_section {
  1153. padding: 0 10px;
  1154. }
  1155. /* Level 1 button background. */
  1156. .dropmenu li {
  1157. line-height: 3.2em;
  1158. }
  1159. .dropmenu li ul {
  1160. top: 3.45em;
  1161. }
  1162. .dropmenu li li a {
  1163. line-height: 3.2em;
  1164. }
  1165. h3.catbg #quick_search form {
  1166. margin: 0 0 8px 0;
  1167. padding: 0;
  1168. }
  1169. h3.catbg #quick_search form input {
  1170. margin: 0 0 12px 0;
  1171. }
  1172. h3.catbg #quick_search form select option {
  1173. padding: 4px 4px;
  1174. }
  1175. h3.catbg #quick_search form .button_submit {
  1176. margin: 0 3px 0 3px;
  1177. }
  1178. #live_news, #supportVersionsTable {
  1179. width: 100%;
  1180. }
  1181. #live_news {
  1182. margin: 0 0 6px 0;
  1183. }
  1184. #supportVersionsTable {
  1185. padding: 0;
  1186. }
  1187. #quick_tasks ul li span {
  1188. display: block;
  1189. margin: 0 0 0 50px;
  1190. }
  1191. #credits_page {
  1192. padding-top: 35px;
  1193. }
  1194. #credits_page img {
  1195. right: 6px;
  1196. }
  1197. #core_features .features_image {
  1198. display: none;
  1199. }
  1200. #core_features .features_switch {
  1201. margin: -24px 0 0 5px;
  1202. }
  1203. #core_features .features h4 {
  1204. padding: 0 0 10px 0;
  1205. }
  1206. #core_features .features p {
  1207. margin: 0;
  1208. padding: 0;
  1209. min-height: 0;
  1210. max-height: 5em;
  1211. overflow: auto;
  1212. }
  1213. #manage_boards .catbg {
  1214. margin-top: 10px;
  1215. }
  1216. #manage_boards .windowbg {
  1217. line-height: 3.2em;
  1218. }
  1219. #manage_boards ul {
  1220. max-height: 120em;
  1221. padding: 0 0 10px 0;
  1222. }
  1223. #manage_boards dd, #manage_boards dt {
  1224. width: 100%;
  1225. }
  1226. #manage_boards dt {
  1227. line-height: 1.6em;
  1228. }
  1229. }
  1230. /* These kids and their new-fangled thingummys. :P */
  1231. /* When I were a lad, things were different! */