mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-19 23:44:01 +01:00
Updated Config with "new" options.
This commit is contained in:
@@ -882,7 +882,35 @@ footer
|
||||
div#version { text-align: center; font-weight: bold; }
|
||||
div#donate { text-align: center; margin: 20px auto 20px auto; }
|
||||
|
||||
div#shutdown{ text-align: center; vertical-align: middle; }
|
||||
div#shutdown
|
||||
{
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(0,0,0,0.9);
|
||||
z-index: 9999;
|
||||
}
|
||||
div#shutdown div
|
||||
{
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
}
|
||||
div#shutdown div div
|
||||
{
|
||||
text-align: center;
|
||||
position: relative;
|
||||
float: left;
|
||||
left: -150px;
|
||||
top: -100px;
|
||||
width: 300px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
|
||||
.cloudtag { padding-top: 30px; font-size:16px; }
|
||||
#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
select, .select
|
||||
{
|
||||
background-color: #FFF;
|
||||
color: #222; /*default styling of input*/
|
||||
line-height: 40px;
|
||||
height: 40px;
|
||||
width: 46.72466734902764%;
|
||||
}
|
||||
select
|
||||
{
|
||||
width: 46.72466734902764%;
|
||||
}
|
||||
.arrow
|
||||
{
|
||||
background-color: #E4AACC;
|
||||
border-left: 1px solid #000;
|
||||
}
|
||||
Reference in New Issue
Block a user