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.

40 lines
618 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-image: url( /static/mumble/linie_v.png );
  9. background-repeat: repeat-y;
  10. margin-left: 20px;
  11. margin-bottom: 0;
  12. padding-bottom: 0;
  13. }
  14. div.mumble img {
  15. padding: 0px;
  16. margin: 0px;
  17. }
  18. span.mumble {
  19. width: 40%;
  20. float:right;
  21. }
  22. div.mumble-ext {
  23. padding: 10px;
  24. }
  25. div.mumble-ext ul {
  26. list-style-type: disc;
  27. padding-left: 20px;
  28. }
  29. div.mumble-ext fieldset {
  30. border: 1px solid darkblue;
  31. margin-top: 20px;
  32. padding: 10px;
  33. }