mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
87 lines
1.4 KiB
CSS
87 lines
1.4 KiB
CSS
@import url(http://fonts.googleapis.com/css?family=Rosario);
|
|
@import url("pygment.css");
|
|
@import url("typogrify.css");
|
|
|
|
body {
|
|
width: 800px;
|
|
margin: auto;
|
|
font-size: 1.3em;
|
|
background-color: #fffff0;
|
|
font-family: "Georgia", serif;
|
|
}
|
|
|
|
a{
|
|
color: #000;
|
|
}
|
|
|
|
nav ul {
|
|
list-style-type: none;
|
|
}
|
|
|
|
nav ul li {
|
|
float: right;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.content {
|
|
clear: both;
|
|
}
|
|
|
|
.content h1, h2, h3, h4, h5, h6{
|
|
font-family: 'Rosario', arial, serif;
|
|
margin-left: -20px;
|
|
}
|
|
|
|
.content h1{
|
|
font-size: 2.5em;
|
|
}
|
|
|
|
.content p{
|
|
font-size: 1.1em;
|
|
text-align: justify;
|
|
text-justify: newspaper;
|
|
}
|
|
|
|
.content .date{
|
|
font-style: italic;
|
|
font-size: 0.7em;
|
|
}
|
|
|
|
.content h2{
|
|
font-size: 1.5em;
|
|
}
|
|
|
|
.content a{
|
|
padding: 2px;
|
|
color: #0F0F0F;
|
|
}
|
|
|
|
.content a:hover{
|
|
background-color: #0F0F0F;
|
|
color: #eaeaea;
|
|
}
|
|
|
|
.content .highlight pre{
|
|
padding: 15px;
|
|
background-color: black;
|
|
color: white;
|
|
overflow: scroll;
|
|
|
|
}
|
|
|
|
.content blockquote {
|
|
margin: 0px;
|
|
margin-right: 40px;
|
|
margin-left: 20px;
|
|
padding-left: 20px;
|
|
text-align: left;
|
|
border-left: 3px black solid;
|
|
letter-spacing: 2px;
|
|
font-style: italic;
|
|
text-align: justify;
|
|
}
|
|
|
|
.description {
|
|
margin-top: -15px;
|
|
font-style: italic;
|
|
}
|