backbone.cycle
Version:
Navigating and selecting Backbone Models and Collections.
53 lines (42 loc) • 662 B
CSS
@charset "utf-8";
body {
margin: 0.25rem;
}
#header {
margin-bottom: 2rem;
}
#pagination {
text-align: center;
}
#pagination li {
font-size: 2rem;
line-height: 1;
}
#stage {
text-align: center;
font-size: 10rem;
}
#controls {
margin-top: 0.1rem;
}
#remove a {
display: inline-block;
text-align: center;
}
#itemlist {
margin-top: 2rem;
text-align: center;
font-size: 1rem;
}
.item a {
display: inline-block;
width: 100%;
border: 0.2rem solid #008cba;
}
.item a:hover,
.item a:active {
border: 0.2rem solid #007b9f;
}
.item a.selected {
background-color:rgba( 0, 123, 159, 0.2 );
}