2021-02-25 09:01:45 +00:00
|
|
|
body{
|
|
|
|
border-top: solid #44b492 5pt;
|
|
|
|
line-height:150%;
|
|
|
|
font-family: 'Quicksand',sans-serif;
|
|
|
|
color: #313b4a;
|
|
|
|
max-width:800px;
|
2012-10-27 16:47:09 +00:00
|
|
|
margin: 0 auto;
|
2021-02-25 09:01:45 +00:00
|
|
|
padding: 20px;
|
2012-10-27 16:47:09 +00:00
|
|
|
}
|
|
|
|
|
2021-02-25 09:01:45 +00:00
|
|
|
a{
|
|
|
|
color: #555;
|
2012-10-27 16:47:09 +00:00
|
|
|
}
|
|
|
|
|
2021-02-25 09:01:45 +00:00
|
|
|
h1{
|
|
|
|
color: #44b492;
|
|
|
|
line-height:100%;
|
2012-10-27 16:47:09 +00:00
|
|
|
}
|
|
|
|
|
2021-02-25 09:01:45 +00:00
|
|
|
a:hover{
|
|
|
|
color: #44b492;
|
2020-04-27 15:28:27 +00:00
|
|
|
}
|
|
|
|
|
2021-02-25 09:01:45 +00:00
|
|
|
pre{
|
|
|
|
background-color: #e0e0e0;
|
|
|
|
padding:20px;
|
2020-04-27 15:28:27 +00:00
|
|
|
}
|
|
|
|
|
2021-02-25 09:01:45 +00:00
|
|
|
code{
|
|
|
|
background-color: #e0e0e0;
|
2020-04-27 15:28:27 +00:00
|
|
|
}
|
|
|
|
|
2021-02-25 09:01:45 +00:00
|
|
|
img {
|
|
|
|
max-width: 100%;
|
2020-04-27 15:28:27 +00:00
|
|
|
}
|