Brink interface update

* Scrollbar styled
* JS minor fix
* So many things, that i won't go into detail.
This commit is contained in:
Brinken
2012-05-22 21:00:12 +02:00
parent c83477d541
commit ef3a28e2ee
4 changed files with 77 additions and 150 deletions

View File

@@ -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{