2018-10-23 01:13:23 +03:00
|
|
|
body,
|
|
|
|
html {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2020-01-19 14:49:56 +01:00
|
|
|
height: 100%;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2020-02-16 01:43:38 +01:00
|
|
|
.material-icons {
|
|
|
|
/* Fix font ligatures on older WebOS versions */
|
|
|
|
-webkit-font-feature-settings: "liga";
|
|
|
|
}
|
|
|
|
|
2018-10-23 01:13:23 +03:00
|
|
|
.backgroundContainer {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
2020-01-19 14:49:56 +01:00
|
|
|
contain: strict;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
html {
|
2020-01-19 14:49:56 +01:00
|
|
|
line-height: 1.35;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.layout-mobile,
|
|
|
|
.layout-tv {
|
2020-01-09 19:35:19 +01:00
|
|
|
-webkit-touch-callout: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-khtml-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
2020-01-19 14:49:56 +01:00
|
|
|
user-select: none;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
overflow-x: hidden;
|
2020-01-02 13:36:44 +01:00
|
|
|
background-color: transparent !important;
|
2020-01-22 21:40:45 +01:00
|
|
|
-webkit-font-smoothing: antialiased;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.mainAnimatedPage {
|
2020-01-19 14:49:56 +01:00
|
|
|
contain: style size !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.pageContainer {
|
2020-01-19 14:49:56 +01:00
|
|
|
overflow-x: visible !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.bodyWithPopupOpen {
|
2020-01-19 14:49:56 +01:00
|
|
|
overflow-y: hidden !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
div[data-role=page] {
|
2020-01-19 14:49:56 +01:00
|
|
|
outline: 0;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.pageTitle {
|
|
|
|
margin-top: 0;
|
2020-01-19 14:49:56 +01:00
|
|
|
font-family: inherit;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.fieldDescription {
|
2020-01-19 15:00:37 +01:00
|
|
|
padding-left: 0.15em;
|
2018-10-23 01:13:23 +03:00
|
|
|
font-weight: 400;
|
2020-01-19 14:49:56 +01:00
|
|
|
white-space: normal !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2020-01-19 15:04:19 +01:00
|
|
|
.fieldDescription + .fieldDescription {
|
2020-01-19 15:00:37 +01:00
|
|
|
margin-top: 0.3em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.content-primary,
|
|
|
|
.padded-bottom-page,
|
|
|
|
.page,
|
|
|
|
.pageWithAbsoluteTabs .pageTabContent {
|
2019-04-09 17:05:01 -07:00
|
|
|
/* provides room for the music controls */
|
2019-09-06 22:33:15 -07:00
|
|
|
padding-bottom: 5em !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2020-01-19 14:57:31 +01:00
|
|
|
@media all and (min-width: 50em) {
|
2018-10-23 01:13:23 +03:00
|
|
|
.readOnlyContent,
|
|
|
|
form {
|
2020-01-19 14:49:56 +01:00
|
|
|
max-width: 54em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.headerHelpButton {
|
|
|
|
margin-left: 1.25em !important;
|
2020-01-19 15:00:37 +01:00
|
|
|
padding-bottom: 0.4em !important;
|
|
|
|
padding-top: 0.4em !important;
|
2019-01-06 21:41:04 -05:00
|
|
|
}
|
2019-10-01 16:42:01 +03:00
|
|
|
|
|
|
|
.mediaInfoContent {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2020-01-19 14:49:56 +01:00
|
|
|
width: 85%;
|
2019-10-01 16:42:01 +03:00
|
|
|
}
|