54 lines
874 B
CSS
54 lines
874 B
CSS
body::-webkit-scrollbar {
|
|
width: 0 !important;
|
|
}
|
|
div.mainbody {
|
|
min-height: 1240px;
|
|
font-size: 24pt;
|
|
max-width: 650px;
|
|
}
|
|
div.playing_contents {
|
|
font-size: 20pt;
|
|
}
|
|
div.volume_slider {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
select.queue_select {
|
|
font-size: 30pt !important;
|
|
}
|
|
select.surpriseme_sel {
|
|
font-size: 30pt !important;
|
|
}
|
|
select.christmas_freq {
|
|
font-size: 30pt !important;
|
|
}
|
|
div.history_contents {
|
|
font-size: 20pt;
|
|
}
|
|
div.queue_contents {
|
|
font-size: 20pt;
|
|
}
|
|
div.search_contents {
|
|
font-size: 20pt;
|
|
}
|
|
div.search_input {
|
|
font-size: 25pt;
|
|
}
|
|
#search input[type=text] {
|
|
font-size: 30pt;
|
|
}
|
|
#search input[type=button], input[type=text] {
|
|
font-size: 25pt;
|
|
}
|
|
#playing input[type=button] {
|
|
font-size: 30pt;
|
|
}
|
|
#control p {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
#control input[type=button] {
|
|
font-size: 30pt;
|
|
}
|
|
#tabs .ui-tabs-nav li {
|
|
font-size: 75%;
|
|
}
|