fluffy

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 6  →  ?path2? @ 7
/www/css/style.css
@@ -32,9 +32,17 @@
right:0px;
z-index:999;
padding:0;
top:0;
top:7px;
right:7px;
position:fixed;
cursor: pointer;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
}
.add:hover {
background: #262626;
@@ -46,6 +54,7 @@
width:50px;
height:50px;
line-height:50px;
font-weight: bold;
border: 2px solid #f5f5f5;
border-radius: 50%;
color:#f5f5f5;
@@ -55,12 +64,18 @@
box-shadow: 0 0 3px gray;
font-size:20px;
font-weight:bold;
right:64px;
right:71px;
z-index:999;
padding:0;
top:0;
top:7px;
position:fixed;
cursor: pointer;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
}
.remove:hover {
background: #262626;
@@ -67,9 +82,3 @@
cursor: pointer;
}
 
.service-icon {
background-image: url("/img/blueprint.png");
/*background-repeat: repeat;*/
width:72px;
height:72px;
}