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

Редакция

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

Редакция 125 Редакция 206
1
#infocard-member {
1
#infocard-member {
2
 width: 400px;
2
 width: 400px;
3
 text-align: left;
3
 text-align: left;
4
 padding-left: 105px;
4
 padding-left: 105px;
5
 margin: 10px auto;
5
 margin: 10px auto;
6
}
6
}
7
7
8
#infocard-member h4 {
8
#infocard-member h4 {
9
 font: 24pt/25pt Georgia;
9
 font: 24pt/25pt Georgia;
10
 margin: 0 0 5px 0;
10
 margin: 0 0 5px 0;
11
}
11
}
12
12
13
#infocard-member p {
13
#infocard-member p {
14
 margin: 3px 0;
14
 margin: 3px 0;
15
}
15
}
16
16
17
.jabber {
17
.jabber {
18
    padding-left: 25px;
18
    padding-left: 25px;
19
    line-height: 26px;
19
    line-height: 26px;
20
    background: transparent url(./img/contact/jabber_protocol.png) top left no-repeat;
20
    background: transparent url(./img/contact/jabber_protocol.png) top left no-repeat;
21
}
21
}
22
22
23
.icq {
23
.icq {
24
    padding-left: 25px;
24
    padding-left: 25px;
25
    line-height: 26px;
25
    line-height: 26px;
26
    background: transparent url(./img/contact/icq_protocol.png) top left no-repeat;
26
    background: transparent url(./img/contact/icq_protocol.png) top left no-repeat;
27
}
27
}
28
28
-
 
29
.homepage {
-
 
30
    padding-left: 25px;
-
 
31
    line-height: 26px;
-
 
32
    background: transparent url(./img/contact/go-home.png) top left no-repeat;
-
 
33
}
-
 
34
29
.fio {
35
.fio {
30
    font: 14pt/16pt Georgia;
36
    font: 14pt/16pt Georgia;
31
}
37
}
32
38
33
div.owners, div.admins {
39
div.owners, div.admins {
34
    margin-top: 15px;
40
    margin-top: 15px;
35
    line-height: 26px;
41
    line-height: 26px;
36
}
42
}
37
43
38
div.owners p, div.admins p {
44
div.owners p, div.admins p {
39
    line-height: 26px;
45
    line-height: 26px;
40
}
46
}
41
47
42
48
43
 
49