mirror of https://github.com/iSoron/uhabits.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
1.1 KiB
68 lines
1.1 KiB
body {
|
|
font-size: 14px;
|
|
font-family: verdana, sans-serif;
|
|
line-height: 21px;
|
|
background-color: #fff;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
color: #212121; }
|
|
|
|
.content {
|
|
max-width: 700px;
|
|
margin: 0px auto;
|
|
padding: 1% 5% 5% 5%;
|
|
background-color: #fff; }
|
|
|
|
.content {
|
|
box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2); }
|
|
|
|
a {
|
|
color: #069;
|
|
text-decoration: none;
|
|
border-bottom: 1px dotted #fff; }
|
|
a:hover {
|
|
border-bottom: 1px dotted #069; }
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-weight: normal; }
|
|
|
|
.footer {
|
|
text-align: center;
|
|
padding: 2% 0px;
|
|
opacity: 0.5; }
|
|
|
|
h1 {
|
|
font-size: 38px;
|
|
line-height: 57px;
|
|
margin-top: 28.5px; }
|
|
|
|
h2 {
|
|
margin-top: 23.75px;
|
|
line-height: 38px;
|
|
font-size: 23.75px; }
|
|
|
|
h3 {
|
|
padding: 10px; }
|
|
|
|
h3 {
|
|
background-color: #ddd; }
|
|
|
|
h3, h4 {
|
|
font-size: 20.9px;
|
|
line-height: 24.7px; }
|
|
|
|
ul {
|
|
padding-left: 10px;
|
|
margin-left: 0px; }
|
|
ul ul {
|
|
list-style-type: circle;
|
|
padding-left: 30px; }
|
|
ul li {
|
|
padding: 3px 0px; }
|
|
|
|
code {
|
|
background-color: #eee;
|
|
padding: 3px 6px; }
|
|
|
|
/*# sourceMappingURL=main.css.map */
|