-
Notifications
You must be signed in to change notification settings - Fork 0
/
style11.css
121 lines (121 loc) · 2.48 KB
/
style11.css
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
html {
background: #08a3f5;
font-family: 'Trade Winds', serif;
font-family: 'Dancing Script', ;
font-family: 'Righteous', ;
font-family: 'Fira Sans', ;
font-family: 'Bowlby One SC', ;
font-family: 'Permanent Marker', ;
font-size: 12px;
color: silver;
}
body {
background: white;
margin: 15px;
border: 4px solid black;
border-radius: 10px;
font-size: 1rem;
font-weight: ;
font-family: 'Fira Sans';
text-align: ;
text-indent: ;
word-spacing: ;
letter-spacing: ;
line-height: ;
}
#aBz1 {
color: rgb(255, 0, 255);
font-family: 'Righteous';
line-height: 15px;
font-size: 2em;
text-align: left;
}
#aBz2 {
color: rgba(0, 252, 0, 0.63);
font-family: 'Trade Winds';
line-height: 1rem;
font-size: ;
text-align: right;
}
#aBz3 {
color: blue;
font-family: 'Trade Winds';
line-height: 12px;
font-size: 10px;
text-align: left;
letter-spacing: 2px;
}
#aBz4 {
color: rgba(0, 0, 0, 0);
font-family: 'Trade Winds';
text-align: justify;
text-decoration: line-through;
}
#aBz51 {
color: rgba(255, 128, 0, 0.75);
font-family: 'Righteous';
text-transform: lowercase;
}
#aBz41 {
color: rgba(0, 255, 0, 0.63);
font-family: 'Righteous';
text-align: left;
text-shadow: 1px 1px 3px rgb(0,0,0);
}
#aBz51v {
color: black;
text-transform: uppercase;
}
#aBz5 {
color: ;
font-style: italic;
font-weight: bold;
text-align: left;
line-height: 15px;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.aBz6 {
color: ;
text-align: right;
line-height: 25px;
}
.aBz6 span {
text-transform: capitalize;
color: blue;
}
#aBz7 {
color: deepskyblue;
font-size: 7px;
letter-spacing: 2px;
text-align: right;
line-height: 25px;
}
.aBz8 {
color: deepskyblue;
font-size: 24px;
text-decoration: underline; /* Вопрос по линии подчеркивания*/
text-decoration-style: dotted;
text-decoration-color: blueviolet;
text-align: right;
}
.aBz8 span {
text-transform: capitalize;
font-size: 0.5em;
}
#aBz9 {
font-size: 24px;
text-align: right;
padding-left: 25px;
padding-top: 25px;
text-decoration: line-through;
text-decoration-color: red;
text-decoration-style: dashed;
}
#aBz10 {
font-size: 12px;
font-family: 'Dancing Script';
text-align: right;
padding-right: 10px;
padding-top: 10px;
color: rgb(255, 0, 255);
}