79 lines
1.3 KiB
CSS
Raw Normal View History

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%;
2015-01-18 18:57:17 -05:00
margin-bottom: 1%;
margin-top: 1%;
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%;
max-height: 10%;
2015-02-01 20:48:21 -05:00
max-height: 70px;
2014-12-23 21:09:30 -05:00
}
2015-02-09 20:00:56 -05:00
.checkout {
min-width: 760px;
max-width: 760px;
}
.teacher {
min-width: 805px;
max-width: 805px;
}
.admin {
max-width: 700px;
min-width: 700px;
}
.chromebook:hover {
box-shadow: 5px 0 12px #919191, -5px 0 12px #919191;
outline: #25abd9 solid 3px;
}
2014-12-25 17:42:54 -05:00
.timestamp {
color: #6D6E6D;
2014-12-25 17:42:54 -05:00
float: right;
}
.icons {
float: right;
2015-02-09 20:00:56 -05:00
margin-top: 27px;
margin-left: 17px;
color: #5A5A5A;
transition: color 0.5s;
}
2015-02-09 20:00:56 -05:00
.cross:hover, .yield:hover {
color: #E14C2B;
}
2014-12-25 17:42:54 -05:00
.user {
font-size: 65%;
margin-top: 2%;
padding-top: 0%;
margin-bottom: 0%;
text-align: right;
padding-right: 10%;
transition: color 0.5s;
2014-12-25 17:42:54 -05:00
}
.time {
margin-top: 0%;
font-size: 50%;
text-align: right;
padding-right: 10%;
margin-bottom: 0%;
transition: color 0.5s;
}
2014-12-23 21:09:30 -05:00
.available {
background-color:#72D376;
transition: background-color 1s;
2014-12-23 21:09:30 -05:00
}
.checkedout {
background-color:#F9DB45;
transition: background-color 1s;
2014-12-23 21:09:30 -05:00
}
.unavailable {
background-color:#E14C2B;
transition: background-color 1s;
}
.unavailable .user, .unavailable .time {
color: white;
}