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.

39 lines
564 B

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