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
40 lines
618 B
|
|
a.mumble:link, a.mumble:visited, a.mumble:hover, a.mumble:active {
|
|
font-weight: bold;
|
|
font-size: 8pt;
|
|
color: #283E53;
|
|
text-decoration: none;
|
|
}
|
|
|
|
div.mumble {
|
|
background-image: url( /static/mumble/linie_v.png );
|
|
background-repeat: repeat-y;
|
|
margin-left: 20px;
|
|
margin-bottom: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
div.mumble img {
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
span.mumble {
|
|
width: 40%;
|
|
float:right;
|
|
}
|
|
|
|
div.mumble-ext {
|
|
padding: 10px;
|
|
}
|
|
|
|
div.mumble-ext ul {
|
|
list-style-type: disc;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
div.mumble-ext fieldset {
|
|
border: 1px solid darkblue;
|
|
margin-top: 20px;
|
|
padding: 10px;
|
|
}
|