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

Редакция

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

Редакция 138 Редакция 139
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-ic p {
-
 
6
    margin: 3px 0;
-
 
7
}
-
 
8
5
.server {
9
.server {
6
    padding: 2px 10px 2px 25px;
10
    padding: 2px 10px 2px 25px;
7
    line-height: 26px;
11
    line-height: 26px;
8
    background: transparent url(./img/net/network.png) top left no-repeat;
12
    background: transparent url(./img/net/network.png) top left no-repeat;
9
}
13
}
10
14
11
.cpu, .ram, .hdd {
15
.cpu, .ram, .hdd {
12
    line-height: 24px;
16
    line-height: 24px;
13
    padding: 2px 25px;
17
    padding: 2px 25px;
14
}
18
}
15
19
16
.cpu {
20
.cpu {
17
    background: transparent url(./img/srv/cpu.png) top left no-repeat;
21
    background: transparent url(./img/srv/cpu.png) top left no-repeat;
18
}
22
}
19
23
20
.ram {
24
.ram {
21
    background: transparent url(./img/srv/ram.png) top left no-repeat;    
25
    background: transparent url(./img/srv/ram.png) top left no-repeat;    
22
}
26
}
23
27
24
.hdd {
28
.hdd {
25
    background: transparent url(./img/srv/hdd.png) top left no-repeat;    
29
    background: transparent url(./img/srv/hdd.png) top left no-repeat;    
26
}
30
}
27
31
28
div.projects, div.subnets {
32
div.projects, div.subnets {
29
    margin-top: 15px;    
33
    margin-top: 15px;    
30
}
34
}
-
 
35
-
 
36
.clear {
-
 
37
    clear: both;
-
 
38
    height: 1px;
-
 
39
}
31
40
32
 
41