Added all window search and list with toggling functionality.
This commit is contained in:
@@ -21,7 +21,7 @@ html, body { overflow-x: hidden; }
|
||||
#udArrows {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
margin-left: 28%;
|
||||
margin-left: 25%;
|
||||
}
|
||||
|
||||
#udArrows button {
|
||||
@@ -66,26 +66,36 @@ html, body { overflow-x: hidden; }
|
||||
margin: 1.5em;
|
||||
}
|
||||
|
||||
.block {
|
||||
.block, .windowIdHeaders {
|
||||
display: block;
|
||||
background-color: rgba(20, 107, 134, 0.87);
|
||||
clear: right;
|
||||
float: left;
|
||||
background-color: rgba(9,107,120, 0.85);
|
||||
color: rgb(255,255,255);
|
||||
}
|
||||
|
||||
.block {
|
||||
background-repeat: no-repeat;
|
||||
background-size: 6em;
|
||||
background-position: center;
|
||||
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(110, 194, 45, 0.94);
|
||||
color: rgba(255, 255, 255, 0.84);
|
||||
}
|
||||
|
||||
.windowIdHeaders {
|
||||
width: 100%;
|
||||
font-size: 2em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.closeImg, .hiderImg {
|
||||
padding: 0.5em;
|
||||
width: 28px;
|
||||
|
||||
Reference in New Issue
Block a user