-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.css
85 lines (72 loc) · 1.26 KB
/
readme.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
body {
/* font-family: Source Code Pro, sans-serif;*/
line-height: 1.6;
max-width: 800px;
margin: 20px auto;
padding: 0 20px;
background-color: #f8f9fa;
color: #333;
}
h1, h2, h3, h4, h5, h6 {
color: #2c3e50;
border-bottom: 2px solid #e0e0e0;
padding-bottom: 10px;
margin-top: 30px;
}
a {
color: #007bff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
p {
margin: 15px 0;
}
ul, ol {
margin: 15px 0;
padding-left: 40px;
}
li {
margin-bottom: 10px;
padding-left: 0;
line-height: 1.4;
}
pre {
background-color: #f0f0f0;
padding: 10px;
border-radius: 5px;
overflow-x: auto;
}
code {
font-family: Source Code Pro, sans-serif;
background-color: #e0ebeb;
padding: 2px 5px;
border-radius: 4px;
font-size: 1em;
color: #0066ff;
}
em, i {
color: #cc3300; /* Make italic text red */
font-size:2em ;
}
blockquote {
border-left: 5px solid #dfe2e5;
padding: 10px 20px;
margin: 15px 0;
background-color: #f9f9f9;
color: #555;
}
table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}
th, td {
padding: 10px;
border: 1px solid #ddd;
text-align: left;
}
th {
background-color: #f4f4f4;
}