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

Редакция

Редакция 73 | К новейшей редакции | Содержимое файла | Последнее изменение | Открыть журнал | RSS

Редакция Автор № строки Строка
72 alex-w 1
#infocard {
2
 width: 400px;
3
 text-align: left;
4
 padding-left: 130px;
5
 margin: 10px auto;
6
}
7
 
8
.ftp {
9
 background: transparent url(/img/logo/ftp-big.png) top left no-repeat;
10
}
11
 
12
.apt {
13
 background: transparent url(/img/logo/apt-big.png) top left no-repeat;
14
}
15
 
16
.gentoo {
17
 background: transparent url(/img/logo/gentoo-big.png) top left no-repeat;
18
}
19
 
20
.mandriva {
21
 background: transparent url(/img/logo/mandriva-big.png) top left no-repeat;
22
}
23
 
24
.arch {
25
 background: transparent url(/img/logo/arch-big.png) top left no-repeat;
26
}
27
 
28
.alt {
29
 background: transparent url(/img/logo/alt-big.png) top left no-repeat;
30
}
31
 
32
.freebsd {
33
 background: transparent url(/img/logo/freebsd-big.png) top left no-repeat;
34
}
35
 
36
.dicts {
37
 background: transparent url(/img/logo/dicts-big.png) top left no-repeat;
38
}
39
 
40
.mans {
41
 background: transparent url(/img/logo/mans-big.png) top left no-repeat;
42
}
43
 
44
.www {
45
 background: transparent url(/img/logo/www-big.png) top left no-repeat;
46
}
47
 
48
.fail {
49
 background: transparent url(/img/logo/fail-big.png) top left no-repeat;
50
}
51
 
52
#infocard h4 {
53
 font: 20pt/21pt Georgia;
54
 margin: 0;
55
}
56
 
57
#infolink {
58
 margin: 10px auto;
59
 padding: 5px 0;
60
 list-style: none;
61
 border-top: 1px solid #dcdcdc;
62
}
63
 
64
#infolink li {
65
 float: left;
66
 display: block;
67
 margin-left: 5px;
68
}
69
 
70
#infolink li:before {
71
 content: "\2022\0020";
72
}
73
 
74
#infolink li.owner {
75
 margin-left: 0;
76
}
77
 
78
#infolink li.owner:before {
79
 content: "";
80
}