New version, added hideshow functionality, theme changed a bit.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
html, body {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
html, body { overflow-x: hidden; }
|
||||
|
||||
#masterContainer, div[id*="listZone"], .block {
|
||||
display: block;
|
||||
@@ -23,17 +21,17 @@ html, body {
|
||||
#udArrows {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
margin-left: 36%;
|
||||
margin-left: 28%;
|
||||
}
|
||||
|
||||
#udArrows button {
|
||||
font-size: 1.4em;
|
||||
font-size: 2em;
|
||||
background-color: rgba(79, 186, 70, 1);
|
||||
color: rgba(255,255,255,1);
|
||||
}
|
||||
|
||||
#udArrows button:hover {
|
||||
background-color: rgba(255,255,255,1);
|
||||
background-color: rgba(152, 152, 152, 1);
|
||||
color: rgba(0,0,0,1);
|
||||
cursor: pointer;
|
||||
border-style: none;
|
||||
@@ -70,7 +68,10 @@ html, body {
|
||||
|
||||
.block {
|
||||
display: block;
|
||||
background-color: rgba(89, 89, 89, 0.8);
|
||||
background-color: rgba(20, 107, 134, 0.87);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 6em;
|
||||
background-position: center;
|
||||
color: rgba(255,255,255,1);
|
||||
float: left;
|
||||
width: 125px;
|
||||
@@ -81,28 +82,28 @@ html, body {
|
||||
}
|
||||
.block:hover {
|
||||
cursor: pointer;
|
||||
background-color: rgba(152, 152, 152, 0.8);
|
||||
background-color: rgba(110, 194, 45, 0.94);
|
||||
color: rgba(255, 255, 255, 0.84);
|
||||
}
|
||||
|
||||
.block-focused {
|
||||
background-color: rgba(53, 103, 14, 0.8);
|
||||
.closeImg, .hiderImg {
|
||||
padding: 0.5em;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.thumbImg {
|
||||
clear: left;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
.pTagTitleText {
|
||||
background-color: rgba(63, 63, 63, 0.64);
|
||||
line-height: 1.5em;
|
||||
margin-top: 2em;
|
||||
height: 3em;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.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);
|
||||
}
|
||||
.closeImg { float: right; }
|
||||
.block-focused { background-color: rgba(53, 103, 14, 0.8); }
|
||||
.closeImg:hover { background-color: rgba(196, 11, 11, 1); }
|
||||
.hiderImg:hover { background-color: rgba(30, 129, 22, 1); }
|
||||
.hiddenBGColor { background-color: rgba(152, 152, 152, 0.8); }
|
||||
|
||||
Reference in New Issue
Block a user