mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-03 02:09:28 +01:00
Brink interface update
* Scrollbar styled * JS minor fix * So many things, that i won't go into detail.
This commit is contained in:
@@ -52,9 +52,9 @@ h1 a:hover
|
||||
border: 1px solid #000;
|
||||
margin: 0;
|
||||
}
|
||||
h2 { font-size: 15px; color: #000; text-shadow: 1px 1px 0px rgba(255,255,255,0.2); margin-bottom: 0px; text-decoration: none;}
|
||||
h3 { font-size: 12px; color: #fafafa; text-shadow: 1px 1px 0px rgb(10,10,10); text-decoration: none; margin: 0px;}
|
||||
h4 { font-size: 10px; color: rgb(100,100,100); text-decoration: none;}
|
||||
h2 { font-size: 13px; color: #000; text-shadow: 1px 1px 0px rgba(255,255,255,0.2); margin-bottom: 0px; text-decoration: none;}
|
||||
h3 { font-size: 12px; font-weight: bold; color: rgb(160,160,160); text-shadow: 1px 1px 0px rgb(10,10,10);}
|
||||
h4 { font-size: 11px; color: rgb(100,100,100); text-decoration: none;}
|
||||
|
||||
p { color: rgb(160,160,160); text-shadow: 1px 1px 1px #000; margin-top: 8px; margin-bottom: 8px; }
|
||||
|
||||
@@ -642,19 +642,13 @@ text-shadow: 1px 1px 0px rgb(190,0,31);
|
||||
-webkit-border-radius: 3px;
|
||||
box-shadow: 1px 1px 0px rgba(255,255,255,0.2);
|
||||
border: 1px solid #000;
|
||||
background: url(../Images/arrow-down.png);
|
||||
background: url(../Images/arrowDown.png);
|
||||
background-position: 98% 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-color: rgb(160,160,160);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.select:hover,
|
||||
.select:active
|
||||
{
|
||||
background-color: rgb(210,210,210);
|
||||
}
|
||||
|
||||
/*Tooltip*/
|
||||
.tooltip
|
||||
{
|
||||
@@ -768,7 +762,11 @@ input[type="text"]
|
||||
.configtable { font-size: 14px; vertical-align: middle; border-spacing: 10px; border-collapse: separate; }
|
||||
.configtable td
|
||||
{
|
||||
padding: 5px;
|
||||
padding: 20px;
|
||||
background-color: rgba(0,0,0,0.2);
|
||||
box-shadow: 1px 1px 0px rgba(255,255,255,0.2);
|
||||
border-top: 1px solid rgba(0,0,0,0.2);
|
||||
border-left: 1px solid rgba(0,0,0,0.2);
|
||||
}
|
||||
.configtable td#middle { vertical-align: middle; }
|
||||
.configtable.open{
|
||||
|
||||
Reference in New Issue
Block a user