You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
241 B
18 lines
241 B
14 years ago
|
body {
|
||
|
font-family: Arial;
|
||
|
font-size: 12px;
|
||
|
color: gray;
|
||
|
background: black;
|
||
|
}
|
||
|
|
||
|
.title {
|
||
|
font-size: 18px;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
#coverFlowTest .coverFlowLabel {
|
||
|
margin-top: 10px;
|
||
|
font-size: 14px;
|
||
|
color: #C0C0C0;
|
||
|
font-weight: bold;
|
||
|
}
|