-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathText.css
More file actions
108 lines (93 loc) · 1.67 KB
/
Text.css
File metadata and controls
108 lines (93 loc) · 1.67 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
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
body {
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: #6C4E31;
background-color: #FFDBB5;
font-size: 16px;
}
p {
font-family: SansSerif, Geneva, C059, sans-serif;
text-indent: 20px;
text-align: left;
}
#top-page {
text-align: center;
font-weight: bold;
color: #FFEAC5;
background-color: #603F26;
border-radius: 10px;
font-family: SansSerif, Geneva, C059, sans-serif;
padding: 20px;
}
/* Pseudo-elements */
#top-page:hover {
background-color: #603F5B;
color: #FFEAF5;
}
#mid-page {
text-align: center;
background-color: #FFDBB5;
}
#bottom-page {
text-align: center;
}
#read-more {
padding: 8px;
background-color: #603F26;
color: #FFEAF5;
border-radius: 20px;
border-width: 10px;
}
/* Pseudo-elements */
#read-more:hover {
background-color: #603F5B;
padding-left: 90px;
padding-right: 90px;
}
/* Pseudo-elements */
p:first-letter {
font-size: 150%;
font-weight: bold;
}
li {
font-size: 20px;
font-weight: bold;
}
li p:first-letter {
font-size: 16px !important;
font-weight: normal;
}
li p {
font-size: 16px;
font-weight: normal;
}
h1 {
font-size: 32px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 18px;
}
a:active {
font-weight: bolder;
}
#bordered {
text-align: center;
padding: 10px;
border-radius: 60px;
color: #FAF7F0;
background-color: rgba(141, 102, 68, 0.84);
}
.syntax {
font-weight: normal;
padding: 7px;
border-radius: 30px;
color: #FAF7F0;
background-color: rgba(141, 102, 68, 0.84);
}
ul {
padding: 25px;
border-radius: 20px;
background-color: rgba(239, 200, 168, 0.84);
}