smallnet/static/css/dpto2.css

131 lines
2.2 KiB
CSS
Raw Normal View History

2015-11-05 09:14:38 -05:00
div.users-tree {
line-height: initial;
}
.edges {
font-family: monospace;
line-height: initial;
2015-11-04 16:11:48 -05:00
}
2015-11-05 09:14:38 -05:00
div.main-container {
width: 600px;
2015-11-04 16:11:48 -05:00
}
2015-11-05 09:14:38 -05:00
div.ips-row {
margin-bottom: 0px;
display: flex;
2015-11-06 11:58:05 -05:00
align-items: stretch;
2015-11-05 09:14:38 -05:00
flex-direction: row;
justify-content: center;
2015-11-06 11:58:05 -05:00
max-height: 54px;
2015-11-05 09:14:38 -05:00
/*line-height: 0;*/
}
div.ips-cell {
display: inline-flex;
flex-direction: column;
justify-content: center;
2015-11-07 23:19:29 -05:00
background-color: #fffcff;
2015-11-06 11:58:05 -05:00
width: 54px;
height: 54px;
2015-11-05 09:14:38 -05:00
margin: 0px;
border-bottom: 1px solid lightgray;
border-right: 1px solid lightgray;
text-align: center;
position: relative;
overflow: hidden;
2015-11-04 16:11:48 -05:00
}
2015-11-05 09:14:38 -05:00
div.ips-cell.ips-top {
border-top: 1px solid #aaa;
}
div.ips-cell.ips-left {
border-left: 1px solid #aaa;
}
div.ips-cell.ips-right,div.ips-ver-half {
border-right: 1px solid #aaa;
}
div.ips-cell.ips-bottom,div.ips-hor-half {
border-bottom: 1px solid #aaa;
2015-11-04 16:11:48 -05:00
}
2015-11-05 09:14:38 -05:00
div.name {
2015-11-06 11:58:05 -05:00
/* max-height: 52px; */
font-size: small;
2015-11-07 14:16:48 -05:00
font-weight: bold;
text-decoration: none;
}
/*
black #444
blue darkblue
purple purple
red darkred
green darkgreen
*/
.c-black { color: #444; }
2015-11-07 23:19:29 -05:00
.c-red { color: #ff4141; }
.c-gold { color: #ffb400; }
.c-blue { color: #3d7bc7; }
.c-purple { color: #c55bba; }
.c-green { color: #36ae36; }
2015-11-07 14:16:48 -05:00
.color-sample {
font-size: x-large;
padding-bottom: 1px;
border-bottom: 2px solid rgba(0,0,0,0);
2015-11-07 14:28:05 -05:00
cursor: pointer;
2015-11-07 14:16:48 -05:00
}
.color-sample.selected {
border-bottom: 2px solid black;
}
2015-11-07 23:19:29 -05:00
[disabled] .color-sample {
color: lightgrey;
}
[disabled] .color-sample.selected {
border-bottom: 2px solid lightgrey;
}
2015-11-05 09:14:38 -05:00
span.ip {
position: absolute;
bottom: 2px;
right: 0.5em;
color: #aaa;
font-weight: bold;
font-size: x-small;
2015-11-04 16:11:48 -05:00
}
2015-11-05 10:12:58 -05:00
span.lock {
position: absolute;
bottom: 2px;
left: 0.7em;
color: #aaa;
font-size: small;
}
2016-07-05 13:02:34 -04:00
span.leased {
position: absolute;
bottom: 2px;
left: 0.6em;
color: #66BB6A;
font-size: x-small;
}
2015-11-04 16:11:48 -05:00
2016-07-05 14:54:06 -04:00
div.lease {
color: #66bb6a;
margin-bottom: 5px;
}
2015-11-05 09:14:38 -05:00
div.ips-cell.dhcp-pool {
background-color: #bed;
2015-11-04 16:11:48 -05:00
}
2015-11-05 10:12:58 -05:00
div.ips-cell.dhcp-pool.hover {
background-color: #acdccc;
}
div.ips-cell.hover {
2015-11-07 23:19:29 -05:00
background-color: #f6f0f6;
2015-11-05 10:12:58 -05:00
}
div.ips-cell.unusable {
background-image: url(../img/unusable.png)
}