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;
}
/www/data/data.json
@@ -6,5 +6,13 @@
"url": "http://monit.tld:8080/",
"target": "_top",
"tooltip": "m/monit"
},
{
"image": "/data/ilo.png",
"width": "50",
"height": "50",
"url": "http://172.16.1.254",
"target": "_top",
"tooltip": "ilo"
}
]
/www/index.html
@@ -126,7 +126,7 @@
radius: '65%',
radiusMin: 75,
bgDraw: true,
bgColor: '#fff',
bgColor: '#000',
opacityOver: 1.00,
opacityOut: 0.05,
opacitySpeed: 6,