New version plus look.
This commit is contained in:
@@ -1,51 +1,87 @@
|
||||
body {
|
||||
background: rgb(255,255,255);
|
||||
width: 18em;
|
||||
html, body {
|
||||
overflow-x: hidden;
|
||||
min-height: 2.5em;
|
||||
}
|
||||
|
||||
#listZone { padding-top: 2.5em; }
|
||||
#masterContainer, div[id*="listZone"], .block {
|
||||
display: block;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
#toFind {
|
||||
#masterContainer {
|
||||
background-image: url("../backgrounds/bg1.jpg");
|
||||
background-repeat: repeat;
|
||||
width: 710px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#controls {
|
||||
position: fixed;
|
||||
top: 0.5em;
|
||||
z-index: 100;
|
||||
width: 90%;
|
||||
background: rgb(255,255,255);
|
||||
color: rgb(0,0,0);
|
||||
border-style: solid;
|
||||
border-color: rgb(0, 0, 0);
|
||||
text-align: center;
|
||||
padding: 0.5em;
|
||||
top: 0;
|
||||
background: rgba(255,255,255, 1);
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
|
||||
.box:hover { background-color: #3EA724; }
|
||||
.box {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
background-color: #444444;
|
||||
border-radius: 5px;
|
||||
padding: 20px;
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
overflow: hidden;
|
||||
margin: 0 auto;
|
||||
#searchBar, #errorZone {
|
||||
width: 630px;
|
||||
background: rgb(255,255,255);
|
||||
color: rgba(9,107,120, 0.85);
|
||||
border-color: rgba(9,107,120, 0.85);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#searchBar {
|
||||
border-style: solid;
|
||||
padding: 0.5em;
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
#errorZone {
|
||||
color: red;
|
||||
border-style: dotted;
|
||||
margin-top: 2em;
|
||||
padding-top: 0.5em;
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
||||
#listZone {
|
||||
background-color: rgba(9,107,120, 0.85);
|
||||
float: left;
|
||||
width: 630px;
|
||||
height: auto;
|
||||
margin: 1.5em;
|
||||
}
|
||||
|
||||
.block {
|
||||
display: block;
|
||||
background-color: rgba(158, 181, 219, 0.53);
|
||||
color: rgba(255,255,255,1);
|
||||
float: left;
|
||||
width: 125px;
|
||||
height: 125px;
|
||||
clear: right;
|
||||
overflow: hidden;
|
||||
margin: 1.5em;
|
||||
}
|
||||
.block:hover {
|
||||
cursor: pointer;
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
color: rgba(64,64,64, 0.84);
|
||||
}
|
||||
|
||||
.thumbImg {
|
||||
clear: left;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.title {
|
||||
float: left;
|
||||
clear: left;
|
||||
height: 55px;
|
||||
max-width: 120px;
|
||||
overflow: hidden;
|
||||
color: #ffffff;
|
||||
.closeImg {
|
||||
background-color: rgba(79, 186, 70, 1);
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
float: right;
|
||||
padding: .5em;
|
||||
}
|
||||
|
||||
.closeImg:hover {
|
||||
background-color: rgba(255, 0, 0, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user