prodio
Version:
Simplified project management
78 lines (69 loc) • 1.08 kB
text/less
ul.listing{
list-style: none;
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;
}
.node.collapsed circle{
fill: #1b75ce;
stroke: #1b75ce;
stroke-width: 2px;
}
.node.selected circle{
fill: green;
}
.node.complete{
fill: green;
}
.node.blocked{
fill: red;
}
.node.in-progress{
fill: blue;
}
.templink {
fill: none;
stroke: red;
stroke-width: 3px;
}
}