rtl.css 17 KB

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