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.

29 lines
516 B

  1. td.mumble img {
  2. padding: 0px;
  3. margin: 0px;
  4. }
  5. a.dingen:link, a.dingen:visited, a.dingen:hover, a.dingen:active {
  6. font-weight: bold;
  7. font-size: 8pt;
  8. color: #283E53;
  9. text-decoration: none;
  10. }
  11. td.mumble {
  12. height: 20px;
  13. padding: 0px;
  14. margin: 0px;
  15. line-height: 6px;
  16. border: none;
  17. }
  18. div.mumble {
  19. background-color: #FFFFFF;
  20. color: #283E53;
  21. padding: 10px;
  22. margin-top: 20px;
  23. margin-bottom: 20px;
  24. width: 80%;
  25. min-height: 250px;
  26. }