rtl.css 16 KB

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