62 lines
706 B
CSS
62 lines
706 B
CSS
|
.card {
|
||
|
width: 115px;
|
||
|
height: 76px;
|
||
|
xpadding: 5px; float: left;
|
||
|
xmargin: 0 10px 10px 0;
|
||
|
font-size: .9em;
|
||
|
|
||
|
|
||
|
|
||
|
overflow: hidden;
|
||
|
|
||
|
position: absolute;
|
||
|
z-index: 10;
|
||
|
|
||
|
top: 460px;
|
||
|
left: 0px;
|
||
|
|
||
|
display: block;
|
||
|
|
||
|
}
|
||
|
|
||
|
.pink {
|
||
|
}
|
||
|
|
||
|
.yellow {
|
||
|
}
|
||
|
|
||
|
.blue {
|
||
|
}
|
||
|
|
||
|
.green {
|
||
|
}
|
||
|
|
||
|
.card-image {
|
||
|
position: absolute;
|
||
|
xtop: -10;
|
||
|
xleft: -50;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
overflow: hidden;
|
||
|
z-index: -1000;
|
||
|
}
|
||
|
|
||
|
.content {
|
||
|
overflow: hidden;
|
||
|
display: block;
|
||
|
width: 79px;
|
||
|
height: 45px;
|
||
|
margin: 3px 10px 0px 19px;
|
||
|
|
||
|
font-family: "Arial Rounded MT Bold" , arial, serif;
|
||
|
font-size: 10px;
|
||
|
letter-spacing: 0px;
|
||
|
|
||
|
xtext-shadow: 0px 0px 1px #444;
|
||
|
|
||
|
opacity: 1;
|
||
|
|
||
|
color: #333;
|
||
|
text-align: center;
|
||
|
padding-top: 8px;
|
||
|
}
|