summaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css37
1 files changed, 24 insertions, 13 deletions
diff --git a/css/style.css b/css/style.css
index b0e00e0..49d4b48 100644
--- a/css/style.css
+++ b/css/style.css
@@ -6,7 +6,12 @@ body {
}
#colorpicker
{
+ position: fixed;
+ top: 0px;
+ left: 0px;
+ height:100%;
width:100%;
+ overflow-y: scroll;
font-family:helvetica;
font-size:10px;
background-color: gray;
@@ -20,8 +25,7 @@ body {
}
#bg_menu {
height: 100px;
- width: 300px;
- background-color:red;
+ background-color:silver;
}
.bgOptions{
font-family: 'Chivo', sans-serif;
@@ -54,8 +58,12 @@ color: black;
height:150px;
}
#transparent,#submitvalue,#addfavlist,#openfavlist {
+ margin-top:0.5em;
font-size:12px;
}
+#submitvalue{
+ text-align: center;
+}
#namespace {
width:inherit;
}
@@ -67,6 +75,7 @@ color: black;
padding-left:10px;
text-align:center;
font-size:0;
+ margin-bottom:14px;
}
#container div
{
@@ -87,6 +96,7 @@ color: black;
}
#colornames {
color:white;
+ z-index:12;
position:fixed;
top:50px;
left:2%;
@@ -105,10 +115,10 @@ color: black;
display: none;
}
#switches {
+
position:fixed;
- top: 118px;
- right:1%;
- height: 540px;
+ top: 0px;
+ right:1.2em;
width: 334px;
font-size:20px;
border-style: groove;
@@ -117,7 +127,8 @@ color: black;
padding:2px;
box-shadow: 10px 10px 5px #141414;
z-index: 10;
- overflow: hidden;
+ overflow: visible;
+
}
.switches_depressed{
color: #aaa;
@@ -208,6 +219,12 @@ label {
}
#favpanel{
width:inherit;
+ background: lightgray;
+ margin-top: 15px;
+ padding-top: 10px;
+ padding-bottom: 10px;
+ height: 140px;
+ overflow-y: auto;
}
#favpanel .paneltitle{
color:black;
@@ -230,12 +247,6 @@ label {
width:inherit;
display: block;
}
-.favcolor-none {
- margin-right:3px;
- margin-left:10px;
- width:inherit;
- display: none;
-}
.clear {
clear:both;
}
@@ -250,4 +261,4 @@ label {
height:11px;
width:18px;
display:inline-block;
-} \ No newline at end of file
+}