Changed theme to differentiate from Tab Groups plugin.
This commit is contained in:
@@ -8,8 +8,7 @@ html, body {
|
||||
}
|
||||
|
||||
#masterContainer {
|
||||
background-image: url("../backgrounds/bg1.jpg");
|
||||
background-repeat: repeat;
|
||||
background: radial-gradient(circle,#000000,#676767);
|
||||
width: 710px;
|
||||
height: auto;
|
||||
}
|
||||
@@ -18,13 +17,13 @@ html, body {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
background: rgba(255,255,255, 1);
|
||||
margin-left: 1.5em;
|
||||
margin-left: 1.4em;
|
||||
}
|
||||
|
||||
#udArrows {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
margin-left: 40%;
|
||||
margin-left: 36%;
|
||||
}
|
||||
|
||||
#udArrows button {
|
||||
@@ -44,12 +43,12 @@ html, body {
|
||||
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;
|
||||
border-color: rgba(0,0,0, 0.85);
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
#searchBar {
|
||||
border-style: solid;
|
||||
padding: 0.5em;
|
||||
font-size: 2em;
|
||||
}
|
||||
@@ -57,12 +56,12 @@ html, body {
|
||||
#errorZone {
|
||||
color: red;
|
||||
border-style: dotted;
|
||||
margin: 6em 0em 0em 2em;
|
||||
margin: 6em 0em 2em 2em;
|
||||
padding: 0.5em 0em 0.5em 0em;
|
||||
}
|
||||
|
||||
#listZone {
|
||||
background-color: rgba(9,107,120, 0.85);
|
||||
background-color: rgba(255,255,255, 1);
|
||||
float: left;
|
||||
width: 630px;
|
||||
height: auto;
|
||||
@@ -71,7 +70,7 @@ html, body {
|
||||
|
||||
.block {
|
||||
display: block;
|
||||
background-color: rgba(158, 181, 219, 0.53);
|
||||
background-color: rgba(89, 89, 89, 0.8);
|
||||
color: rgba(255,255,255,1);
|
||||
float: left;
|
||||
width: 125px;
|
||||
@@ -82,8 +81,8 @@ html, body {
|
||||
}
|
||||
.block:hover {
|
||||
cursor: pointer;
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
color: rgba(64,64,64, 0.84);
|
||||
background-color: rgba(152, 152, 152, 0.8);
|
||||
color: rgba(255, 255, 255, 0.84);
|
||||
}
|
||||
|
||||
.block-focused {
|
||||
|
||||
Reference in New Issue
Block a user