RaspiStream/var/www/css/my.css
2017-05-19 12:09:07 +02:00

24 lines
713 B
CSS

.collection .collection-item.avatar {
min-height: 64px;
padding-left: 72px;
position: relative;
width: 100%;
}
#cpuValues td, #cpuValues th, #ramValue td, #ramValue th {
padding: 0;
border: 10px solid white;
}
#cpuValues td:last-child, #ramValue td:last-child {
background: #96e0a0;
text-align: center;
color: white;
}
.tabs .tab a, .tabs .tab a.active, .card a { color: #4CAF50!important; }
.tabs .tab a:hover { color: #62e467; }
.tabs .indicator { background-color: #4CAF50; }
.sameWidth { min-width: 70%; }
#credits .card { background-color: #efefef; }
body { font-family: 'Titillium Web', sans-serif; }
#config .input-field { padding: 10px; margin-bottom: 20px; }