mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
86 lines
1.2 KiB
CSS
Executable File
86 lines
1.2 KiB
CSS
Executable File
/*
|
|
1. Global styles
|
|
2. Entry page
|
|
3. Channel page
|
|
3.0 Page
|
|
3.1 Video
|
|
3.2 Playlist
|
|
3.3 Search
|
|
*/
|
|
|
|
/* GLOBAL STYLES */
|
|
|
|
body {
|
|
display: flex;
|
|
min-height: 100vh;
|
|
flex-direction: column;
|
|
}
|
|
|
|
/* global color */
|
|
footer.page-footer,
|
|
nav, .tabs .tab a,
|
|
.side-nav .collapsible-body li.active,
|
|
.side-nav.fixed .collapsible-body li.active,
|
|
.pagination li.active{
|
|
background-color: #2196f3;
|
|
}
|
|
|
|
main {
|
|
flex: 1 0 auto;
|
|
}
|
|
|
|
.fullwidth{
|
|
width:100%;
|
|
}
|
|
|
|
.highlighted{
|
|
font-weight: 300;
|
|
}
|
|
|
|
.invisible{
|
|
opacity: 0;
|
|
}
|
|
|
|
.cardbg{
|
|
background-repeat: no-repeat;
|
|
background-size: 124%;
|
|
background-position: 50% 50%;
|
|
background-color: #171717;
|
|
height: 120px;
|
|
}
|
|
|
|
.card .card-action a {
|
|
padding: 0;
|
|
margin: 0;
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
/*
|
|
play mdi-av-play-arrow
|
|
pause mdi-av-pause
|
|
remove mdi-content-clear
|
|
search mdi-action-search
|
|
password mdi-communication-vpn-key
|
|
volume mdi-av-volume-up s
|
|
kip mdi-av-skip-next
|
|
shuffle mdi-av-shuffle
|
|
settings mdi-action-settings
|
|
errors mdi-alert-warning mdi-alert-error mdi-action-info
|
|
success mdi-action-done
|
|
vote mdi-action-thumb-up
|
|
hide mdi-action-visibility mdi-action-visibility-off
|
|
*/
|
|
|
|
/* INDEX PAGE */
|
|
|
|
#zicon{
|
|
width: 50px;
|
|
margin: 7px 20px;
|
|
}
|
|
|
|
.section .search {
|
|
padding-top: 2.5rem;
|
|
}
|