buxdojo.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <css version="2.0">
  2. body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{margin: 0;padding: 0;}
  3. fieldset, img{border: 0 none;}
  4. address, caption, cite, code, dfn, th, var{font-style: normal;font-weight: normal;}
  5. caption, th{text-align: left;}
  6. q:before, q:after{content:"";}
  7. abbr, acronym{border:0;}
  8. body{font: 12px Myriad,Helvetica,Tahoma,Arial,clean,sans-serif;_font-size: 75%;}
  9. h1{font-size: 1.5em;font-weight: normal;line-height: 1em;margin-top: 1em;margin-bottom:0;}
  10. h2{font-size: 1.1667em;font-weight: bold;line-height: 1.286em;margin-top: 1.929em;margin-bottom:0.643em;}
  11. h3, h4, h5, h6{font-size: 1em;font-weight: bold;line-height: 1.5em;margin-top: 1.5em;margin-bottom: 0;}
  12. p{font-size: 1em;margin-top: 1.5em;margin-bottom: 1.5em;line-height: 1.5em;}
  13. blockquote{font-size: 0.916em;margin-top: 3.272em;margin-bottom: 3.272em;line-height: 1.636em;padding: 1.636em;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;}
  14. ol li, ul li{font-size: 1em;line-height: 1.5em;margin: 0;}
  15. pre, code{font-size:115%;_font-size:100%;font-family: Courier, "Courier New";background-color: #efefef;border: 1px solid #ccc;}
  16. pre{border-width: 1px 0;padding: 1.5em;}
  17. table{ font-size:100%; }
  18. .dojoTabular{border-collapse: collapse;border-spacing: 0;border: 1px solid #ccc;margin: 0 1.5em;}
  19. .dojoTabular th{text-align: center;font-weight: bold;}
  20. .dojoTabular thead,.dojoTabular tfoot{background-color: #efefef;border: 1px solid #ccc;border-width: 1px 0;}
  21. .dojoTabular th,.dojoTabular td{padding: 0.25em 0.5em;}
  22. .dojoDndAvatar{font-size: 75%; color: black;}
  23. .dojoDndAvatarHeader td{padding-left: 20px; padding-right: 4px;}
  24. .dojoDndAvatarHeader{background: #ccc;}
  25. .dojoDndAvatarItem{background: #eee;}
  26. .dojoDndMove .dojoDndAvatarHeader{background-image: url(images/dndNoMove.png); background-repeat: no-repeat;}
  27. .dojoDndCopy .dojoDndAvatarHeader{background-image: url(images/dndNoCopy.png); background-repeat: no-repeat;}
  28. .dojoDndMove .dojoDndAvatarCanDrop .dojoDndAvatarHeader{background-image: url(images/dndMove.png); background-repeat: no-repeat;}
  29. .dojoDndCopy .dojoDndAvatarCanDrop .dojoDndAvatarHeader{background-image: url(images/dndCopy.png); background-repeat: no-repeat;}
  30. .dojoDndHandle{cursor: move;}
  31. .dojoDndIgnore{cursor: default;}
  32. .dijit_a11y .dojoDndAvatar{ font-size: 1em; font-weight:bold;}
  33. .dijit_a11y .dojoDndAvatarHeader td{padding-left:2px !important;}
  34. .dijit_a11y .dojoDndAvatarHeader td span{padding-right: 5px;}
  35. </css>