Files
FHC-Core/content/projekt/gantt.css
T
Andreas Österreicher 88330724a3 Planner:
- bestehende Dokumente zu Projekt zuweisen
- Mantis Einträge Update
Datenbank:
- Erledigt für Tasks hinzugefügt
- Budget für Projekte hinzugefügt
- NN bei Notizbearbeiter entfernt
2011-09-14 14:48:04 +00:00

60 lines
903 B
CSS
Executable File

svg-shape {
-moz-binding: url("gantt.svg.xbl#shape");
-moz-user-focus: normal;
stroke-width: 4px;
font-family: Lucida Grande,Geneva,Verdana,Arial,Helvetica,sans-serif;
font-variant: normal;
line-height: normal;
font-size: 32px;
}
svg-shape .svg-shape-text {
fill: white;
}
svg-shape .svg-shape-rect {
fill: red;
stroke: white;
}
svg-shape:focus .svg-shape-rect {
fill: green;
stroke: white;
}
svg-shape .svg-shape-circle {
fill-opacity: .20;
stroke: white;
}
svg-shape:focus .svg-shape-circle {
fill-opacity: 1;
stroke: white;
}
#phase1 {
fill: magenta;
min-width: 48px;
min-height: 48px;
max-height: 48px;
}
#circ2 .svg-shape-circle {
fill: green;
}
#circ3 .svg-shape-circle {
fill: blue;
}
#svg-button {
min-width: 48px;
min-height: 48px;
max-height: 48px;
}
#background-circle .svg-shape-circle {
fill: lightslategray;
}