mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-19 18:15:31 +01:00
!Added Screenshots to README.md
Edited the progress bars to align text center. Edited Searchfield style.
This commit is contained in:
@@ -358,30 +358,31 @@ border-radius: 20px 0px 0px 20px;
|
||||
color: #fff;
|
||||
padding: 2px 10px 2px 10px;
|
||||
border: 0;
|
||||
border-right: 1px solid rgb(45,0,10);
|
||||
box-shadow: none;
|
||||
}
|
||||
div#searchbar select
|
||||
{
|
||||
color: #fff;
|
||||
background-color: rgb(80,0,10);
|
||||
border: 0px;
|
||||
border-right: 1px solid rgb(15,0,10);
|
||||
border-right: 1px solid rgb(45,0,10);
|
||||
border: 0;
|
||||
}
|
||||
div#searchbar input[type=submit]
|
||||
{
|
||||
background-color: rgb(70,0,10);
|
||||
border-radius: 0px 20px 20px 0px;
|
||||
padding: 2px 10px 2px 10px;
|
||||
border: 0;
|
||||
border-top: 1px solid #000;
|
||||
border-left: 1px solid rgb(45,0,10);
|
||||
color: #fff;
|
||||
height: 22px;
|
||||
width: 40px;
|
||||
line-height: 13px;
|
||||
margin-top: -1px;
|
||||
margin-right: -15px;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div#searchbar input[type=submit]:hover {
|
||||
background-color: #ac0000;
|
||||
text-shadow: 1px 1px 3px #000; }
|
||||
color: rgb(170,0,10); }
|
||||
|
||||
|
||||
|
||||
@@ -782,17 +783,22 @@ div.progress-container
|
||||
/*Progress bar*/
|
||||
div.progress-container div
|
||||
{
|
||||
height: 100%;
|
||||
background-image: url(../images/progress.png);
|
||||
height: 100%;
|
||||
background-image: url(../images/progress.png);
|
||||
}
|
||||
/*text format for match/procent*/
|
||||
.searchscrore,
|
||||
.havetracks { font-size: 12px;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
text-shadow: 1px 1px 3px #000; }
|
||||
.searchmatch,
|
||||
.havetracks
|
||||
{
|
||||
display: block;
|
||||
float: left;
|
||||
width: 100%;
|
||||
font-size: 12px;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
color: rgb(0,0,0);
|
||||
text-shadow: 1px 1px 0px rgb(50,50,50);
|
||||
}
|
||||
|
||||
|
||||
footer { margin: 20px auto 20px auto; }
|
||||
|
||||
Reference in New Issue
Block a user