mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
0bc0a09bf4
- application/extensions file system permission now is 775 - application/logs file system permission now is 775 - Added extensions directory in application/: config, controllers, helpers, hooks, libraries, models, views and widgets - Added view views/extensions/manage.php - Added controller controllers/system/extensions/Manager.php - Added library ExtensionsLib to manage extensions - Added model models/system/Extensions_model.php - Moved code related to print out info from MigrationLib to EPrintfLib
60 lines
903 B
CSS
60 lines
903 B
CSS
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;
|
|
}
|
|
|