common_rtl.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /*
  2. * This file contains CSS settings common to RTL wikis use the old
  3. * pre-Monobook skins Wikistandard, Nostalgia and CologneBlue
  4. */
  5. /* js pref toc */
  6. #preftoc { float: right; }
  7. /* workaround for moz bug, displayed bullets on left side */
  8. #preftoc li { list-style: none; }
  9. #prefcontrol { float: right; }
  10. fieldset.prefsection,
  11. fieldset.operaprefsection {
  12. margin-left: 0;
  13. margin-right: 18em;
  14. }
  15. /* page history */
  16. #pagehistory .history-user {
  17. margin-right: 1.4em;
  18. margin-left: 0.4em;
  19. }
  20. .editsection {
  21. float: left;
  22. margin-right: 5px;
  23. }
  24. div.tright, div.floatright {
  25. clear: none;
  26. }
  27. div.tleft, div.floatleft {
  28. clear: left;
  29. }
  30. /* Convenience links to edit block, delete and protect reasons */
  31. p.mw-ipb-conveniencelinks, p.mw-protect-editreasons,
  32. p.mw-filedelete-editreasons, p.mw-delete-editreasons {
  33. float: left;
  34. }
  35. table.filehistory th {
  36. text-align: right;
  37. }
  38. /**
  39. * Lists:
  40. * The following lines don't have a visible effect on non-Gecko browsers
  41. * They fix a problem ith Gecko browsers rendering lists to the right of
  42. * left-floated objects in an RTL layout.
  43. */
  44. html > body div#article ul {
  45. display: table;
  46. }
  47. /* feed links */
  48. a.feedlink {
  49. background: none !important;
  50. padding-left: 0 !important;
  51. }