rtl.css 16 KB

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