forked from rfa/radioweb
36 lines
513 B
CSS
36 lines
513 B
CSS
#content {
|
|
text-align:center;
|
|
}
|
|
h1 {
|
|
color: rgba(0,0,0,.1);
|
|
text-transform: uppercase;
|
|
letter-spacing: 2px;
|
|
text-align: center;
|
|
text-shadow: 0px 0px 2px #ffffff;
|
|
}
|
|
audio, #history {
|
|
padding: 0;
|
|
margin: 0;
|
|
width: 100%;
|
|
border: 1px solid #555;
|
|
color: #bbb;
|
|
}
|
|
#history {
|
|
list-style: none;
|
|
}
|
|
#history li {
|
|
padding:.25rem 0;
|
|
font-size: 1.1rem;
|
|
}
|
|
#history > :first-child {
|
|
font-weight: bold;
|
|
color: #eee;
|
|
}
|
|
#history li:nth-child(even) {
|
|
background: #181818;
|
|
}
|
|
footer {
|
|
border: 0;
|
|
color: #6a6a6a;
|
|
}
|