Files
Ultrachromic/header/header_transparent-dashboard.css

33 lines
617 B
CSS
Raw Normal View History

2021-11-20 21:17:50 +02:00
.skinHeader-withBackground {
background-color: transparent;
2021-05-30 17:25:50 +03:00
}
2021-11-20 21:17:50 +02:00
/*Pages the have single unit height taskbar*/
2021-05-30 17:25:50 +03:00
@media all and (min-width: 100em){
#indexPage,
#moviesPage,
#tvRecommendedPage,
#musicRecommendedPage {
2021-11-20 21:17:50 +02:00
margin-top: 68px;
2021-05-30 17:25:50 +03:00
padding-top: 0px !important;
2021-11-20 21:46:15 +02:00
overflow-y: scroll;
2021-05-30 17:25:50 +03:00
}
}
2021-11-20 21:17:50 +02:00
/*Pages the have two unit height taskbar*/
2021-05-30 17:25:50 +03:00
@media all and (max-width: 100em){
#indexPage,
#moviesPage,
#tvRecommendedPage,
#musicRecommendedPage {
margin-top: 130px;
2021-08-01 13:53:18 +03:00
padding-top: 0.5em !important;
2021-11-20 21:46:15 +02:00
overflow-y: scroll;
2021-05-30 17:25:50 +03:00
}
2021-08-01 13:53:18 +03:00
}
2021-11-20 21:46:15 +02:00
.force-scroll {
overflow-y: auto;
overflow-x: auto;
}