Хранилища Subversion www_nix-files

Редакция

Редакция 137 | Редакция 139 | К новейшей редакции | Только различия | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

Редакция 137 Редакция 138
1
.server-ic {
1
.server-ic {
2
 background: transparent url(./img/srv/server-big.png) top left no-repeat;
2
 background: transparent url(./img/srv/server-big.png) top left no-repeat;
3
}
3
}
4
4
5
.server {
5
.server {
6
    padding: 2px 10px 2px 25px;
6
    padding: 2px 10px 2px 25px;
7
    line-height: 26px;
7
    line-height: 26px;
8
    background: transparent url(./img/net/network.png) top left no-repeat;
8
    background: transparent url(./img/net/network.png) top left no-repeat;
9
}
9
}
10
10
11
.cpu, .ram, .hdd {
11
.cpu, .ram, .hdd {
12
    line-height: 24px;
12
    line-height: 24px;
13
    padding: 2px 25px;
13
    padding: 2px 25px;
14
}
14
}
15
15
16
.cpu {
16
.cpu {
17
    background: transparent url(./img/srv/cpu.png) top left no-repeat;
17
    background: transparent url(./img/srv/cpu.png) top left no-repeat;
18
}
18
}
19
19
20
.ram {
20
.ram {
21
    background: transparent url(./img/srv/ram.png) top left no-repeat;    
21
    background: transparent url(./img/srv/ram.png) top left no-repeat;    
22
}
22
}
23
23
24
.hdd {
24
.hdd {
25
    background: transparent url(./img/srv/hdd.png) top left no-repeat;    
25
    background: transparent url(./img/srv/hdd.png) top left no-repeat;    
26
}
26
}
27
27
28
div.projects, div.subnets {
28
div.projects, div.subnets {
29
    margin-top: 15px;    
29
    margin-top: 15px;    
30
}
30
}
-
 
31
31
 
32