51 lines
684 B
CSS
Raw Normal View History

body {
-webkit-user-select: none;
}
2014-12-25 17:42:54 -05:00
.pure-u-3-5 {
margin-top: 1.5%;
margin-bottom: 1.5%;
}
2014-12-23 21:09:30 -05:00
.chromebook {
font-family: Lato;
padding-left:2%;
margin-left:3%;
margin-right:3%;
2014-12-25 17:42:54 -05:00
margin-bottom: 0%;
2014-12-23 21:09:30 -05:00
box-shadow: 3px 3px 10px #c2c2c2;
color: #000000;
2014-12-25 17:42:54 -05:00
height: 10%;
2014-12-23 21:09:30 -05:00
}
2014-12-25 17:42:54 -05:00
.timestamp {
color: #6D6E6D;
2014-12-25 17:42:54 -05:00
float: right;
}
.user {
font-size: 65%;
margin-top: 2%;
padding-top: 0%;
margin-bottom: 0%;
text-align: right;
padding-right: 10%;
}
.time {
margin-top: 0%;
font-size: 50%;
text-align: right;
padding-right: 10%
}
2014-12-23 21:09:30 -05:00
.available {
background-color:#72D376;
2014-12-23 21:09:30 -05:00
}
.checkedout {
background-color:#F9DB45;
2014-12-23 21:09:30 -05:00
}
.unavailable {
background-color:#E14C2B;
2014-12-23 21:09:30 -05:00
}