|
|
@ -125,8 +125,6 @@ h1, h2, h3 { |
|
|
|
#tabs { |
|
|
|
#tabs { |
|
|
|
margin: -1px; |
|
|
|
margin: -1px; |
|
|
|
padding-top: 22px; |
|
|
|
padding-top: 22px; |
|
|
|
height: 455px; |
|
|
|
|
|
|
|
min-width: 500px; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
input[type=radio] { |
|
|
|
input[type=radio] { |
|
|
@ -161,28 +159,24 @@ input.tab-input[type="radio"]:checked + label { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#settingsHelper { |
|
|
|
#settingsHelper { |
|
|
|
display:-webkit-flex; |
|
|
|
|
|
|
|
display:flex; |
|
|
|
|
|
|
|
-webkit-justify-content:center; |
|
|
|
|
|
|
|
justify-content:center; |
|
|
|
|
|
|
|
-webkit-align-items:center; |
|
|
|
|
|
|
|
align-items:center; |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
z-index: 9; |
|
|
|
left: 50%; |
|
|
|
top: 0; |
|
|
|
top: 50%; |
|
|
|
left: 0; |
|
|
|
|
|
|
|
width:100%; |
|
|
|
|
|
|
|
height:100%; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#settingsWindow { |
|
|
|
#settingsWindow { |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
|
|
|
|
z-index: 9; |
|
|
|
|
|
|
|
width: 640px; |
|
|
|
|
|
|
|
height: 470px; |
|
|
|
|
|
|
|
left: -320px; |
|
|
|
|
|
|
|
top: -235px; |
|
|
|
|
|
|
|
|
|
|
|
background: rgba(200,200,200, 0.7); |
|
|
|
background: rgba(200,200,200, 0.7); |
|
|
|
border-color: "black"; |
|
|
|
border-color: "black"; |
|
|
|
border-width: 2px; |
|
|
|
border-width: 2px; |
|
|
|
border-style: solid; |
|
|
|
border-style: solid; |
|
|
|
font-family: 'PetMe64Web'; |
|
|
|
font-family: 'PetMe64Web'; |
|
|
|
width: 640px; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#huesSettings { |
|
|
|
#huesSettings { |
|
|
|