-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
67 lines (52 loc) · 1.13 KB
/
Copy pathstyle.css
File metadata and controls
67 lines (52 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
body{
font-family:Arial, Verdana, sans-serif; /* Семейство шрифтов */
font-size: 11pt; /* Размер основного шрифта в пунктах */
background-color: #f0f0f0;
color: #333; /*Цвет основного текста */
}
h1{
color: #a52a2a; /* цвет заголовка*/
font-size: 24pt;
font-family: Georgia, Times, serif;
font-weight: normal; /*нормальное начертание текста*/
}
p{
text-align: justify;
margin-left: 10px; /*отступ слева в пикселях*/
margin-right: 10px; /*отступ справа в пикселях*/
}
h2{
float: left;
border-bottom: 1px solid #999;
border-top: 1px solid #999;
border-left: 1px solid #999;
border-right: 1px solid #999;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
a.navigation{
text-decoration: none;
}
table{
border:1px inset black;
}
th{
border:3px inset black;
}
td{
border:3px inset black;
}
a:link{
text-decoration: none;
color:black;
}
a:visited{
text-decoration: none;
color:black;
}
a:active{
text-decoration: none;
color:black;
}