rtl.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071
  1. /* Common classes to ease styling.
  2. ------------------------------------------------------- */
  3. .floatright
  4. {
  5. float: left;
  6. }
  7. .floatleft
  8. {
  9. float: right;
  10. }
  11. .clear_left
  12. {
  13. clear: right;
  14. }
  15. .clear_right
  16. {
  17. clear: left;
  18. }
  19. .righttext
  20. {
  21. text-align: left;
  22. }
  23. .lefttext
  24. {
  25. text-align: right;
  26. }
  27. /* GenericList */
  28. .additional_row input
  29. {
  30. margin-left: 1em;
  31. }
  32. /* Lists with settings use these a lot.
  33. ------------------------------------------------------- */
  34. dl.settings dt
  35. {
  36. float: right;
  37. }
  38. dl.settings dt.windowbg
  39. {
  40. float: right;
  41. }
  42. dl.settings dd
  43. {
  44. float: right;
  45. }
  46. dl.settings img
  47. {
  48. margin: 0 0 0 10px;
  49. }
  50. /* All the signatures used in the forum. If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
  51. .signature
  52. {
  53. clear: left;
  54. }
  55. .custom_fields_above_signature
  56. {
  57. clear: left;
  58. }
  59. /* Styles for the standard dropdown menus.
  60. ------------------------------------------------------- */
  61. /* Container for the new admin menu */
  62. #adm_container
  63. {
  64. float: right;
  65. margin-left: 0;
  66. margin-right: 10px;
  67. }
  68. .main_menu li
  69. {
  70. float: right;
  71. }
  72. /* the linktree */
  73. ul.linktree li
  74. {
  75. float: right;
  76. padding: 0 0 0 0.5em;
  77. }
  78. /* First layer of menu items */
  79. ul.admin_menu li
  80. {
  81. float: right !important;
  82. padding-left: 4px;
  83. }
  84. ul.admin_menu li ul
  85. {
  86. right: 0;
  87. }
  88. ul.admin_menu li ul li a
  89. {
  90. padding: 0.5em 0.5em 0.5em 2em;
  91. }
  92. /* Second layer of menu items */
  93. ul.admin_menu li ul
  94. {
  95. border-left: 1px solid #808080;
  96. border-right: 2px solid #6888a7;
  97. }
  98. /* Third layer of menu items */
  99. ul.admin_menu li ul li:hover ul, ul.admin_menu li ul li.over ul
  100. {
  101. /* now a very tricky stuff, never seen before ;-) */
  102. /*IE and Firefox like it right */
  103. right: 19em;
  104. /*Opera needs left*/
  105. left: -19.2em;
  106. top: auto;
  107. margin: -2em 0 0 0;
  108. border-left: 1px solid #808080;
  109. border-right: 2px solid #6888a7;
  110. }
  111. ul.admin_menu li ul li a.subsection
  112. {
  113. background-image: url(../images/admin/subsection2.gif);
  114. background-position: 2% 50%;
  115. }
  116. /* The dropdown menu toggle image */
  117. div#menu_toggle
  118. {
  119. float: left;
  120. margin: 0 0 0 10px;
  121. }
  122. /* Styles for the standard button lists.
  123. ------------------------------------------------------- */
  124. /* The old-style button strips, with images */
  125. .oldbuttonlist
  126. {
  127. text-align: left;
  128. }
  129. /* Styles for the general looks for the Core theme.
  130. ------------------------------------------------------- */
  131. #user_section #myavatar
  132. {
  133. margin: 0 0 0 0.5em;
  134. border-right: none;
  135. border-left: 1px solid #adadad;
  136. float: right;
  137. }
  138. #footerarea p
  139. {
  140. text-align: right;
  141. padding-right: 0.5em;
  142. }
  143. /* Styles for headers.
  144. ------------------------------------------------------- */
  145. h3.catbg img.icon, div.titlebg img.icon, h3.catbg img
  146. {
  147. float: right;
  148. margin: 5px 0 0 8px;
  149. }
  150. /* Styles for the general looks for the Core theme.
  151. ------------------------------------------------------- */
  152. .main_menu ul
  153. {
  154. padding-right: 1em;
  155. float: right;
  156. }
  157. .main_menu
  158. {
  159. overflow: hidden;
  160. }
  161. /* Styles for the board index.
  162. ------------------------------------------------- */
  163. p#stats
  164. {
  165. text-align: left;
  166. }
  167. #upshrink_ic
  168. {
  169. margin-right: 0;
  170. margin-left: 2ex;
  171. text-align: left;
  172. }
  173. #posticons .buttonlist
  174. {
  175. margin-right: 0;
  176. margin-left: 1em;
  177. float: left;
  178. }
  179. /* Styles for the info center on the board index.
  180. ---------------------------------------------------- */
  181. #infocenterframe
  182. {
  183. margin-top: 2em;
  184. clear: both;
  185. }
  186. /* each section in infocenter has this class */
  187. .infocenter_section p.section
  188. {
  189. float: right;
  190. }
  191. .infocenter_section div.sectionbody
  192. {
  193. margin-left: 0;
  194. margin-right: 30px;
  195. border-left: none;
  196. border-right: 1px solid #a0a0a0;
  197. }
  198. /* recent posts - or just one recent post */
  199. dl#infocenter_recentposts
  200. {
  201. float: right;
  202. }
  203. dl#infocenter_recentposts dt
  204. {
  205. clear: right;
  206. float: right;
  207. }
  208. dl#infocenter_recentposts dd
  209. {
  210. clear: left;
  211. float: left;
  212. text-align: left;
  213. }
  214. /* Styles for the message (topic) index.
  215. ---------------------------------------------------- */
  216. .buttonlist, .buttonlist_bottom
  217. {
  218. margin-left: 0;
  219. margin-right: 1em;
  220. float: left;
  221. }
  222. #message_index_jump_to
  223. {
  224. margin: 2em 2em 0 4em;
  225. }
  226. .lastpost img
  227. {
  228. float: left;
  229. }
  230. /* Styles for the display template (topic view).
  231. ---------------------------------------------------- */
  232. /* a smaller quick-button list */
  233. ul.quickbuttons
  234. {
  235. margin: 0.9em 0 0 11px;
  236. clear: left;
  237. float: left;
  238. text-align: left;
  239. }
  240. ul.quickbuttons li
  241. {
  242. float: left;
  243. margin: 0 11px 0 0;
  244. }
  245. ul.quickbuttons li a
  246. {
  247. padding: 0 20px 0.7em 0;
  248. float: left;
  249. }
  250. ul.quickbuttons li.quote_button
  251. {
  252. background: url(../images/buttons/quote.gif) no-repeat 100% 0;
  253. }
  254. ul.quickbuttons li.remove_button
  255. {
  256. background: url(../images/buttons/delete.gif) no-repeat 100% 0;
  257. }
  258. ul.quickbuttons li.modify_button
  259. {
  260. background: url(../images/buttons/modify.gif) no-repeat 100% 0;
  261. }
  262. ul.quickbuttons li.approve_button
  263. {
  264. background: url(../images/buttons/approve.gif) no-repeat 100% 0;
  265. }
  266. ul.quickbuttons li.restore_button
  267. {
  268. background: url(../images/buttons/restore_topic.gif) no-repeat 100% 0;
  269. }
  270. ul.quickbuttons li.split_button
  271. {
  272. background: url(../images/buttons/split.gif) no-repeat 100% 0;
  273. }
  274. ul.quickbuttons li.reply_button
  275. {
  276. background: url(../images/buttons/reply.gif) no-repeat 100% 0;
  277. }
  278. ul.quickbuttons li.reply_all_button
  279. {
  280. background: url(../images/buttons/reply.gif) no-repeat 100% 0;
  281. }
  282. ul.quickbuttons li.notify_button
  283. {
  284. background: url(../images/buttons/notify_sm.gif) no-repeat 100% 0;
  285. }
  286. ul.quickbuttons li.inline_mod_check
  287. {
  288. margin: 0 5px 0 0;
  289. }
  290. #moderationbuttons
  291. {
  292. margin-left: 0;
  293. margin-right: 0.5em;
  294. }
  295. #postbuttons .nav, #postbuttons_lower .nav
  296. {
  297. margin: 0.5em 0 0 0.5em;
  298. text-align: left;
  299. }
  300. #postbuttons_lower .nav
  301. {
  302. margin: 0 0.5em 0.5em 0;
  303. }
  304. #postbuttons, #postbuttons_lower
  305. {
  306. text-align: right;
  307. }
  308. /* Poll question */
  309. h4#pollquestion
  310. {
  311. padding: 1em 2em 1em 0;
  312. }
  313. #poll_options div.submitbutton
  314. {
  315. clear: both;
  316. padding: 0 2em 1em 0;
  317. }
  318. /* Poll results */
  319. #poll_options dl.options
  320. {
  321. padding: 1em 2em 0 2.5em;
  322. }
  323. div#pollmoderation
  324. {
  325. margin: -1em 2em 0 0;
  326. }
  327. #forumposts h3.catbg3 img
  328. {
  329. float: right;
  330. }
  331. #forumposts h3.catbg3 span
  332. {
  333. float: right;
  334. padding-left: 0;
  335. padding-right: 2%;
  336. }
  337. #forumposts h3.catbg3 span#top_subject
  338. {
  339. padding-left: 0;
  340. padding-right: 9.5em;
  341. }
  342. .poster
  343. {
  344. float: right;
  345. }
  346. .post
  347. {
  348. clear: left;
  349. float: right;
  350. }
  351. .postarea
  352. {
  353. margin-left: 0;
  354. margin-right: 16em;
  355. }
  356. .messageicon
  357. {
  358. float: right;
  359. }
  360. .keyinfo
  361. {
  362. float: right;
  363. }
  364. ul.postingbuttons
  365. {
  366. float: left;
  367. padding: 0 0 0 0.5em;
  368. }
  369. ul.postingbuttons li
  370. {
  371. float: right;
  372. margin: 0 0 0 0.5em;
  373. }
  374. .modifybutton
  375. {
  376. float: left;
  377. margin: 0 0 0.5em 0.5em;
  378. }
  379. .postfooter
  380. {
  381. margin-left: 0;
  382. margin-right: 16em;
  383. }
  384. .moderatorbar
  385. {
  386. clear: left;
  387. margin: 1em 16em 0 0;
  388. }
  389. #pollmoderation, #moderationbuttons_strip
  390. {
  391. float: right;
  392. }
  393. /* Styles for the quick reply area.
  394. ---------------------------------------------------- */
  395. #quickReplyOptions #quickReplyWarning
  396. {
  397. text-align: right;
  398. float: right;
  399. }
  400. #quickReplyOptions #quickReplyContent
  401. {
  402. text-align: left;
  403. float: left;
  404. border-left: none;
  405. border-right: 1px solid #aaa;
  406. }
  407. #quickReplyWarning
  408. {
  409. float: right;
  410. }
  411. /* Styles for edit post section
  412. ---------------------------------------------------- */
  413. #post_header dt
  414. {
  415. float: right;
  416. }
  417. #post_header dd
  418. {
  419. float: right;
  420. }
  421. ul.post_options
  422. {
  423. margin: 0 1em 0 0;
  424. }
  425. ul.post_options li
  426. {
  427. float: right;
  428. }
  429. #postAttachment dd, #postAttachment2 dd
  430. {
  431. margin: .3em 1em .3em 0;
  432. }
  433. #postAttachment dt, #postAttachment2 dt
  434. {
  435. font-weight: bold;
  436. }
  437. #postAttachment3
  438. {
  439. margin-left: 0;
  440. margin-left: 1em;
  441. }
  442. .post_verification #verification_control
  443. {
  444. margin: .3em 1em .3em 0;
  445. }
  446. /* Styles for edit event section
  447. ---------------------------------------------------- */
  448. #post_event div.event_options
  449. {
  450. float: left;
  451. }
  452. #post_event #event_main input
  453. {
  454. margin: 0 0 1em 0;
  455. float: right;
  456. }
  457. #post_event #event_main div.smalltext
  458. {
  459. float: left;
  460. }
  461. #post_event ul.event_main li
  462. {
  463. float: left;
  464. }
  465. #post_event ul.event_options
  466. {
  467. padding: 0 .7em .7em 0;
  468. }
  469. #post_event #event_main select, #post_event ul.event_options li select, #post_event ul.event_options li .input_check
  470. {
  471. margin: 0 0 0 1em;
  472. }
  473. /* Styles for edit poll section.
  474. ---------------------------------------------------- */
  475. #edit_poll fieldset input
  476. {
  477. margin-right: 7em;
  478. }
  479. #edit_poll ul.poll_main li
  480. {
  481. padding-right: 1em;
  482. }
  483. #edit_poll ul.poll_main input
  484. {
  485. margin-right: 1em;
  486. }
  487. #edit_poll div.poll_options
  488. {
  489. float: right;
  490. }
  491. #edit_poll ul.poll_main, dl.poll_options
  492. {
  493. padding: 0 .7em 0 0;
  494. }
  495. #edit_poll dl.poll_options dt
  496. {
  497. padding: 0 1em 0 0;
  498. }
  499. #edit_poll dl.poll_options dd input
  500. {
  501. margin-right: 0;
  502. }
  503. /* Styles for the recent messages section.
  504. ---------------------------------------------------- */
  505. .readbuttons .buttonlist, .readbuttons .buttonlist_bottom
  506. {
  507. margin-right: 0;
  508. margin-left: 1em;
  509. float: left;
  510. }
  511. /* Styles for the move topic section.
  512. ---------------------------------------------------- */
  513. .move_topic
  514. {
  515. text-align: right;
  516. }
  517. /* Styles for the login areas.
  518. ------------------------------------------------------- */
  519. .login dt
  520. {
  521. float: right;
  522. text-align: left;
  523. }
  524. .login dd
  525. {
  526. float: left;
  527. text-align: right;
  528. }
  529. .login h3 img
  530. {
  531. float: right;
  532. margin: 4px 0 0 0.5em;
  533. }
  534. /* Styles for the registration section.
  535. ------------------------------------------------------- */
  536. dl.register_form
  537. {
  538. clear: left;
  539. }
  540. dl.register_form dt
  541. {
  542. float: right;
  543. clear: both;
  544. }
  545. dl.register_form dd
  546. {
  547. float: right;
  548. }
  549. /* Styles for maintenance mode.
  550. ------------------------------------------------------- */
  551. #maintenance_mode
  552. {
  553. text-align: right;
  554. }
  555. #maintenance_mode img.floatleft
  556. {
  557. margin-right: 0;
  558. margin-left: 1em;
  559. }
  560. h3.titlebg img
  561. {
  562. margin-right: 0;
  563. margin-left: 0.5em;
  564. }
  565. tr.titlebg td
  566. {
  567. padding-left: 0.7em;
  568. padding-right: 0.7em;
  569. }
  570. #admin_menu
  571. {
  572. padding-right: 0;
  573. }
  574. #admin_content
  575. {
  576. clear: right;
  577. }
  578. /* Styles for sidebar menus.
  579. ------------------------------------------------------- */
  580. #left_admsection
  581. {
  582. float: right;
  583. margin-right: 0;
  584. margin-left: 10px;
  585. }
  586. .left_admmenu li
  587. {
  588. padding: 0 0.5em 0 0;
  589. }
  590. /* Styles for generic tables.
  591. ------------------------------------------------------- */
  592. .topic_table td.stickybg2
  593. {
  594. background-position: 2% 4px;
  595. }
  596. .topic_table td.lockedbg2
  597. {
  598. background-position: 2% 4px;
  599. }
  600. /* Styles for (fatal) errors.
  601. ------------------------------------------------- */
  602. .errorbox p.alert
  603. {
  604. float: right;
  605. }
  606. /* Styles for the profile section.
  607. ------------------------------------------------- */
  608. #profileview #detailedinfo .content
  609. {
  610. border-left: none;
  611. border-right: 1px solid #aaa;
  612. }
  613. /* The basic user info on the left */
  614. #basicinfo
  615. {
  616. float: right;
  617. }
  618. #profileview #basicinfo .content
  619. {
  620. padding: 1em;
  621. }
  622. #detailedinfo
  623. {
  624. float: left;
  625. }
  626. #basicinfo ul li
  627. {
  628. float: right;
  629. margin-left: 5px;
  630. margin-right: 0;
  631. }
  632. #detailedinfo div.content dl, #tracking div.content dl
  633. {
  634. clear: left;
  635. }
  636. #detailedinfo div.content dt, #tracking div.content dt
  637. {
  638. float: right;
  639. }
  640. #detailedinfo div.content dd, #tracking div.content dd
  641. {
  642. float: right;
  643. }
  644. .signature, .custom_fields_above_signature, .attachments
  645. {
  646. clear: left;
  647. }
  648. #avatar_server_stored div
  649. {
  650. float: right;
  651. }
  652. #main_admsection #basicinfo h4
  653. {
  654. float: right;
  655. }
  656. #main_admsection #basicinfo img.avatar
  657. {
  658. float: left;
  659. }
  660. #main_admsection #basicinfo ul
  661. {
  662. clear: right;
  663. }
  664. #main_admsection #basicinfo span#userstatus
  665. {
  666. clear: right;
  667. }
  668. /* Profile statistics */
  669. #generalstats div.content dt
  670. {
  671. float: right;
  672. }
  673. #generalstats div.content dd
  674. {
  675. float: right;
  676. }
  677. /* Activity by time */
  678. #activitytime
  679. {
  680. clear: right;
  681. }
  682. .activity_stats li
  683. {
  684. float: right;
  685. }
  686. .activity_stats li span
  687. {
  688. border-width: 1px 0 0 1px;
  689. }
  690. .activity_stats li.last span
  691. {
  692. border-left: none;
  693. }
  694. /* Most popular boards by posts and activity */
  695. #popularposts
  696. {
  697. float: right;
  698. }
  699. #popularactivity
  700. {
  701. float: left;
  702. }
  703. #popularposts div.content dt, #popularactivity div.content dt
  704. {
  705. float: right;
  706. }
  707. #popularposts div.content dd, #popularactivity div.content dd
  708. {
  709. float: right;
  710. }
  711. .profile_pie
  712. {
  713. background-image: url(../images/stats_pie_rtl.png);
  714. float: right;
  715. margin-right: 0;
  716. margin-left: 1em;
  717. }
  718. /* View posts */
  719. .time
  720. {
  721. float: left;
  722. }
  723. .counter
  724. {
  725. padding: 0.2em 0.2em 0.1em 0.5em;
  726. float: right;
  727. }
  728. .mod_icons
  729. {
  730. text-align: left;
  731. margin-right: 0;
  732. margin-left: 1em;
  733. }
  734. #permissions div.permission_name
  735. {
  736. margin: 0 0 0 1%;
  737. }
  738. #ip_list li.header, #ip_list li.ip
  739. {
  740. float: right;
  741. }
  742. #creator dt
  743. {
  744. float: right;
  745. }
  746. #creator dd
  747. {
  748. float: right;
  749. }
  750. .ignoreboards ul
  751. {
  752. margin: 0 1em 0 0;
  753. }
  754. .ignoreboards li
  755. {
  756. float: right;
  757. }
  758. #pick_theme
  759. {
  760. float: right;
  761. }
  762. /* Styles for the statistics center.
  763. ------------------------------------------------- */
  764. #stats_left, #top_posters, #top_topics_replies, #top_topics_starter
  765. {
  766. float: right;
  767. }
  768. #stats_right, #top_boards, #top_topics_views, #most_online
  769. {
  770. float: left;
  771. }
  772. dl.stats dt
  773. {
  774. float: right;
  775. }
  776. dl.stats dd
  777. {
  778. text-align: left;
  779. float: left;
  780. }
  781. .stats_bar
  782. {
  783. float: right;
  784. }
  785. /* Styles for the personal messages section.
  786. ------------------------------------------------- */
  787. #personal_messages #top_subject
  788. {
  789. padding-left: 0 !important;
  790. padding-right: 11.75em !important;
  791. }
  792. /* Styles for the calendar section.
  793. ------------------------------------------------- */
  794. #month_grid
  795. {
  796. float: right;
  797. }
  798. #main_grid table.weeklist td.weekdays
  799. {
  800. text-align: right;
  801. border-right: none;
  802. border-left: 1px solid #adadad;
  803. }
  804. #calendar .buttonlist_bottom
  805. {
  806. padding: 0 1ex 0 0;
  807. }
  808. /* Styles for the advanced search section.
  809. ------------------------------------------------- */
  810. #searchform fieldset
  811. {
  812. text-align: right;
  813. }
  814. #advanced_search dt
  815. {
  816. float: right;
  817. text-align: left;
  818. }
  819. #advanced_search dd
  820. {
  821. float: right;
  822. margin: 0 0.5em 0 0;
  823. text-align: right;
  824. }
  825. /* Boards picker */
  826. #searchform fieldset div#searchBoardsExpand ul
  827. {
  828. margin: 0 1em 0 0;
  829. }
  830. #searchform fieldset div#searchBoardsExpand li
  831. {
  832. float: right;
  833. }
  834. #searchform fieldset p
  835. {
  836. text-align: right;
  837. }
  838. /* Styles for the search results page.
  839. ------------------------------------------------- */
  840. .search_results_posts .buttons
  841. {
  842. padding: 5px 0 0 1em;
  843. }
  844. /* Styles for the help section.
  845. ------------------------------------------------- */
  846. #helpmain ol.la
  847. {
  848. padding-right: 1.5em;
  849. padding-left: 0;
  850. }
  851. /* The admin menu
  852. ------------------------------------------------- */
  853. ul.admin_menu li
  854. {
  855. position: relative;
  856. float: right;
  857. background: url(../images/admintab_back.gif) top right repeat-x;
  858. padding-right: 4px;
  859. }
  860. ul.admin_menu li.last
  861. {
  862. background: url(../images/admintab_back.gif) top right repeat-x;
  863. }
  864. ul.admin_menu li.first
  865. {
  866. background: url(../images/admintab_right.gif) top right repeat-x;
  867. }
  868. ul.admin_menu li.first.chosen h4
  869. {
  870. background: url(../images/admintab_active_last.gif) top right repeat-x;
  871. padding-right: 16px;
  872. }
  873. ul.admin_menu li.chosen
  874. {
  875. background: url(../images/admintab_active_left.gif) no-repeat;
  876. padding: 0 0 0 6px;
  877. }
  878. ul.admin_menu li.last.chosen h4
  879. {
  880. background: url(../images/admintab_active_right.gif) top right no-repeat;
  881. padding-right: 17px;
  882. }
  883. ul.admin_menu li.chosen h4
  884. {
  885. background: url(../images/admintab_active_right.gif) top right no-repeat;
  886. padding-right: 10px;
  887. }
  888. .main_menu li.last.active
  889. {
  890. float: right;
  891. background: url(../images/maintab_last.gif) no-repeat bottom right;
  892. padding: 0 8px 0 0;
  893. }
  894. /* IE6 doesn't support multiple class selectors */
  895. .main_menu li.lastactive
  896. {
  897. padding: 0 8px 0 0;
  898. background: url(../images/maintab_last.gif) no-repeat bottom right;
  899. }
  900. /* float a list horizontally */
  901. ul.horizlist li
  902. {
  903. float: right;
  904. }
  905. .buttonlist, .buttonlist_bottom
  906. {
  907. margin-left: 1.5em !important;
  908. }
  909. .generic_tab_strip .buttonlist
  910. {
  911. float: left !important;
  912. }
  913. /* Styles for the admincenter (reverse admin.css).
  914. ------------------------------------------------- */
  915. #quick_search
  916. {
  917. margin-left: 5px !important;
  918. }
  919. .features_image
  920. {
  921. float: right !important;
  922. margin: 0 1em 0.5em 2em !important;
  923. }
  924. .features_switch
  925. {
  926. float: left !important;
  927. }
  928. .features h4
  929. {
  930. padding: 1em 0.5em 0.5em 0 !important;
  931. }
  932. /* admin home */
  933. #live_news div.content dl
  934. {
  935. padding: 0.5em 0.5em 0 0 !important;
  936. }
  937. #smfAnnouncements dd
  938. {
  939. padding: 0;
  940. margin: 0 1.5em 1em 0 !important;
  941. }
  942. #quick_tasks li
  943. {
  944. float: right;
  945. list-style-type: none !important;
  946. }
  947. .home_image
  948. {
  949. float: right !important;
  950. }
  951. /* common admin classes */
  952. .additional_row input
  953. {
  954. margin-left: 0;
  955. margin-right: 2em;
  956. }
  957. #error_log td div.marginleft
  958. {
  959. margin: 0 1ex 0 0 !important;
  960. }
  961. /* Styles for the package manager.
  962. ------------------------------------------------- */
  963. #package_list .tborder
  964. {
  965. margin: .25em 26px .25em 0 !important;
  966. }
  967. #package_list ol, #package_list ol li
  968. {
  969. margin-left: 0 !important;
  970. margin-right: 50px !important;
  971. }
  972. /*ManageBoards*/
  973. .move_links
  974. {
  975. padding: 0 0 0 13px !important;
  976. }
  977. span.search_weight
  978. {
  979. text-align: left !important;
  980. }
  981. /*Manage Bans*/
  982. .ban_restriction
  983. {
  984. margin: 0.2em 2.2em 0.2em 0 !important;
  985. }
  986. /* Themes */
  987. .is_directory
  988. {
  989. padding-right: 18px !important;
  990. background-position: 100% 0 !important;
  991. }
  992. /* Styles for the moderation center.
  993. ------------------------------------------------- */
  994. .modblock_left
  995. {
  996. float: right !important;
  997. clear: left !important;
  998. }
  999. .modblock_right
  1000. {
  1001. float: left !important;
  1002. }
  1003. ul.moderation_notes li
  1004. {
  1005. padding: 4px 4px 4px 0 !important;
  1006. }