fluffy – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 * {
2 font-family: 'Oswald, Arial, sans-serif';
3 margin: 0;
4 padding: 0;
5 border: 0;
6 outline: 0;
7 font-size: 100%;
8 vertical-align: baseline;
9 background: transparent;
10 box-sizing: border-box;
11 }
12  
13 body {
14 overflow: hidden;
15 background-color: #000;
16 }
17  
18 .add {
19 background: url('/img/plus.png');
20 cursor: pointer;
21 width:64px;
22 height:64px;
23 position:fixed;
24 padding:7px;
25 top:0;
26 right:0;
27 max-width:128px;
28 z-index:999;
29 }
30  
31 .add:hover {
32 background: url('/img/plus_click.png');
33 cursor: pointer;
34 }
35  
36 .service-icon {
37 background-image: url("/img/blueprint.png");
38 /*background-repeat: repeat;*/
39 width:72px;
40 height:72px;
41 }