mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 01:26:18 +00:00
54 lines
777 B
CSS
54 lines
777 B
CSS
body {
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
/* Following styles created with http://www.gridlover.net/; */
|
|
|
|
body {
|
|
font-size: 18px;
|
|
line-height: 27px;
|
|
}
|
|
article {
|
|
max-width: 644px;
|
|
margin: auto;
|
|
}
|
|
.title {
|
|
font-weight: bold;
|
|
font-size: 62px;
|
|
line-height: 81px;
|
|
}
|
|
h1 {
|
|
font-size: 33px;
|
|
line-height: 54px;
|
|
margin-top: 54px;
|
|
margin-bottom: 27px;
|
|
}
|
|
h2 {
|
|
font-size: 25px;
|
|
line-height: 27px;
|
|
margin-top: 27px;
|
|
margin-bottom: 0px;
|
|
}
|
|
p, ul {
|
|
margin-top: 0px;
|
|
margin-bottom: 27px;
|
|
}
|
|
.small, aside {
|
|
font-size: 13px;
|
|
}
|
|
|
|
a {
|
|
font-style: italic;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
background-color: #00e;
|
|
color: #fff;
|
|
}
|
|
|
|
a.linkResolves {
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
}
|