initial commit
This commit is contained in:
34
style.css
Normal file
34
style.css
Normal file
@@ -0,0 +1,34 @@
|
||||
.list-none {
|
||||
list-style: none;
|
||||
margin-left: -15px;
|
||||
}
|
||||
|
||||
.common-list {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
p,
|
||||
ul,
|
||||
ol,
|
||||
dl,
|
||||
li {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 10px 0 0;
|
||||
}
|
||||
.page {
|
||||
max-width: 896px;
|
||||
font-family: "HSE Sans", "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
|
||||
font: 18px;
|
||||
margin: auto;
|
||||
line-height: 1.33;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
a:not([class]),
|
||||
:link,
|
||||
:visited,
|
||||
.link {
|
||||
color: #007ac5;
|
||||
border-bottom-color: rgba(0, 122, 197, 0.3);
|
||||
}
|
||||
Reference in New Issue
Block a user