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

Редакция

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

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