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.
53 lines
893 B
53 lines
893 B
body {
|
|
font-size: 100%;
|
|
font-family: verdana, sans-serif;
|
|
line-height: 23.75px;
|
|
background-color: #fff;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
color: #212121; }
|
|
|
|
.portrait {
|
|
float: right;
|
|
border: 1px solid #ccc;
|
|
padding: 2px;
|
|
width: 180px;
|
|
margin-top: 57px;
|
|
margin-left: 38px; }
|
|
|
|
.content {
|
|
max-width: 800px;
|
|
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: #00695C;
|
|
text-decoration: none;
|
|
border-bottom: 1px dotted #fff; }
|
|
a:hover {
|
|
border-bottom: 1px dotted #00695C; }
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
color: #00695C; }
|
|
|
|
.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; }
|
|
|
|
/*# sourceMappingURL=main.css.map */
|