fluffy

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 5  →  ?path2? @ 6
/www/css/style.css
@@ -16,23 +16,57 @@
}
 
.add {
background: url('/img/plus.png');
display:block;
width:50px;
height:50px;
line-height:50px;
border: 2px solid #f5f5f5;
border-radius: 50%;
color:#f5f5f5;
text-align:center;
text-decoration:none;
background: #464646;
box-shadow: 0 0 3px gray;
font-size:20px;
font-weight:bold;
right:0px;
z-index:999;
padding:0;
top:0;
position:fixed;
cursor: pointer;
width:64px;
height:64px;
position:fixed;
padding:7px;
top:0;
right:0;
max-width:128px;
z-index:999;
}
 
.add:hover {
background: url('/img/plus_click.png');
background: #262626;
cursor: pointer;
}
 
.remove {
display:block;
width:50px;
height:50px;
line-height:50px;
border: 2px solid #f5f5f5;
border-radius: 50%;
color:#f5f5f5;
text-align:center;
text-decoration:none;
background: #464646;
box-shadow: 0 0 3px gray;
font-size:20px;
font-weight:bold;
right:64px;
z-index:999;
padding:0;
top:0;
position:fixed;
cursor: pointer;
}
.remove:hover {
background: #262626;
cursor: pointer;
}
 
.service-icon {
background-image: url("/img/blueprint.png");
/*background-repeat: repeat;*/