prodio
Version:
Simplified project management
68 lines (67 loc) • 969 B
CSS
ul.listing {
list-style: none;
}
ul.listing li {
float: left;
width: 192px;
border: 1px dotted silver;
padding-bottom: 10px;
margin-left: 8px;
}
#outlet {
padding-bottom: 1em;
}
nav.ink-navigation {
position: fixed;
top: 0;
left: 0;
width: 100%;
}
footer {
clear: both;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
background: silver;
}
.leftbar {
border-left: 1px solid silver;
border-bottom: 1px solid silver;
}
a {
text-decoration: none;
}
pre code {
background: #EEE;
display: block;
color: #404040;
}
svg .node circle {
fill: white;
stroke: #1b75ce;
stroke-width: 2px;
}
svg .node.collapsed circle {
fill: #1b75ce;
stroke: #1b75ce;
stroke-width: 2px;
}
svg .node.selected circle {
fill: green;
}
svg .node.complete {
fill: green;
}
svg .node.blocked {
fill: red;
}
svg .node.in-progress {
fill: blue;
}
svg .templink {
fill: none;
stroke: red;
stroke-width: 3px;
}