Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
738 B

  1. .form_hint_label {
  2. font-family: Lucida Grande,Verdana,Arial,sans-serif;
  3. font-size: 10px;
  4. font-weight: 400;
  5. font-style: normal;
  6. color: #999999;
  7. }
  8. a.mumble:link, a.mumble:visited, a.mumble:hover, a.mumble:active {
  9. font-weight: bold;
  10. font-size: 8pt;
  11. color: #283E53;
  12. text-decoration: none;
  13. }
  14. div.mumble {
  15. background-repeat: repeat-y;
  16. margin-left: 20px;
  17. margin-bottom: 0;
  18. padding-bottom: 0;
  19. }
  20. div.mumble img {
  21. padding: 0px;
  22. margin: 0px;
  23. }
  24. span.mumble {
  25. width: 40%;
  26. float:right;
  27. }
  28. div.mumble-ext {
  29. padding: 10px;
  30. }
  31. div.mumble-ext ul {
  32. list-style-type: disc;
  33. padding-left: 20px;
  34. }
  35. div.mumble-ext fieldset {
  36. border: 1px solid darkblue;
  37. margin-top: 20px;
  38. padding: 10px;
  39. }