2012-11-06 20:52:07 +01:00
|
|
|
html
|
|
|
|
{
|
|
|
|
height:100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body
|
|
|
|
{
|
|
|
|
/* margin: 0 auto; */
|
|
|
|
padding: 0;
|
|
|
|
background-color: #ffffe2;
|
2014-03-27 18:24:58 +01:00
|
|
|
margin-left: 15%;
|
|
|
|
margin-right: 15%;
|
2012-11-06 20:52:07 +01:00
|
|
|
height:100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.body
|
|
|
|
{
|
|
|
|
position:relative;
|
|
|
|
top:-315px;
|
|
|
|
display:table;
|
|
|
|
width:100%;
|
|
|
|
height:100%;
|
|
|
|
background-color:white;
|
|
|
|
border-style:solid;
|
|
|
|
border-color:black;
|
|
|
|
border-width:3px;
|
|
|
|
margin-top:150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#logo
|
|
|
|
{
|
|
|
|
z-index:2;
|
|
|
|
display:inline;
|
|
|
|
position:relative;
|
|
|
|
/* top:-135px; */
|
|
|
|
top: 33px;
|
|
|
|
left:-27px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#title a
|
|
|
|
{
|
|
|
|
z-index:12;
|
|
|
|
display:inline;
|
|
|
|
color:black;
|
2014-07-22 20:51:12 +02:00
|
|
|
font-family: 'Latin Modern Roman', Georgia, 'Times New Roman', Times, serif;
|
2012-11-06 20:52:07 +01:00
|
|
|
font-size: 50px;
|
|
|
|
padding-left:180px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header
|
|
|
|
{
|
|
|
|
padding-top:50px;
|
|
|
|
padding-bottom:50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#recents_title
|
|
|
|
{
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.table {display:table;}
|
|
|
|
div.table-row {display:table-row;}
|
|
|
|
div.table-cell {display:table-cell;}
|
|
|
|
|
|
|
|
div.content
|
|
|
|
{
|
|
|
|
display:table-cell;
|
|
|
|
padding-left:3%;
|
|
|
|
padding-right:2%;
|
|
|
|
/* margin-top:2%; */
|
|
|
|
width:75%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.menu
|
|
|
|
{
|
|
|
|
display:table-cell;
|
|
|
|
width:20%;
|
|
|
|
margin:8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu_main
|
|
|
|
{
|
|
|
|
padding:10px;
|
|
|
|
}
|
|
|
|
|
2013-02-09 08:55:06 +01:00
|
|
|
div.menu div.menu_content
|
2012-11-06 20:52:07 +01:00
|
|
|
{
|
|
|
|
background-color: #edeee7;
|
|
|
|
border-style : solid ridge ridge solid;
|
|
|
|
border-color:#d4d6c6;
|
|
|
|
border-width:2px;
|
|
|
|
border-bottom-width:4px;
|
|
|
|
border-right-width:4px;
|
|
|
|
padding:6px;
|
|
|
|
margin :10px;
|
|
|
|
}
|
|
|
|
|
2013-02-09 08:55:06 +01:00
|
|
|
div.menu div.menu_content div.menu_content_header
|
2012-11-06 20:52:07 +01:00
|
|
|
{
|
2014-07-22 20:51:12 +02:00
|
|
|
font-family: Sans-serif;
|
2012-11-06 20:52:07 +01:00
|
|
|
font-size: 17px;
|
|
|
|
background-image: url("/images/BlockHeaderIcon.png");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: left center;
|
|
|
|
padding-left: 18px;
|
|
|
|
color: #475028;
|
|
|
|
}
|
|
|
|
|
2013-02-09 08:55:06 +01:00
|
|
|
div.menu div.menu_content div.menu_content_content
|
2012-11-06 20:52:07 +01:00
|
|
|
{
|
|
|
|
color: #5e6a34;
|
2014-03-27 18:24:58 +01:00
|
|
|
margin: 3px;
|
2012-11-06 20:52:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
div.menu_content_content a
|
|
|
|
{
|
2014-07-22 20:51:12 +02:00
|
|
|
font-family: Sans-serif;
|
2012-11-06 20:52:07 +01:00
|
|
|
color: #5e6a34;
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
2013-02-09 08:55:06 +01:00
|
|
|
div.menu div.menu_content div.menu_content_content a:link
|
2012-11-06 20:52:07 +01:00
|
|
|
{
|
2014-07-22 20:51:12 +02:00
|
|
|
font-family: Sans-serif;
|
2012-11-06 20:52:07 +01:00
|
|
|
color: #5e6a34;
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
2013-02-09 08:55:06 +01:00
|
|
|
div.menu div.menu_content div.menu_content_content a:hover
|
2012-11-06 20:52:07 +01:00
|
|
|
{
|
2014-07-22 20:51:12 +02:00
|
|
|
font-family: Sans-serif;
|
2012-11-06 20:52:07 +01:00
|
|
|
color: #5e6a34;
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
2013-02-09 08:55:06 +01:00
|
|
|
div.menu div.menu_content div.menu_content_content ul
|
2012-11-06 20:52:07 +01:00
|
|
|
{
|
|
|
|
padding-left:20px;
|
|
|
|
}
|
|
|
|
|
2013-02-09 08:55:06 +01:00
|
|
|
div.menu div.menu_content div.menu_content_content li
|
2012-11-06 20:52:07 +01:00
|
|
|
{
|
|
|
|
list-style-image: url("/images/BlockContentBullets.png");
|
|
|
|
}
|
|
|
|
|
2014-05-19 18:20:25 +02:00
|
|
|
div.menu a img
|
|
|
|
{
|
|
|
|
display:inline;
|
|
|
|
}
|
|
|
|
|
2012-11-06 20:52:07 +01:00
|
|
|
div.footer
|
|
|
|
{
|
|
|
|
width:100%;
|
|
|
|
display:block;
|
|
|
|
text-align:center;
|
|
|
|
padding:15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.post
|
|
|
|
{
|
|
|
|
display:block;
|
|
|
|
margin-bottom:100px;
|
|
|
|
}
|
|
|
|
|
2013-02-09 08:55:06 +01:00
|
|
|
div.post div.post_header
|
2012-11-06 20:52:07 +01:00
|
|
|
{
|
|
|
|
display:block;
|
2014-07-22 20:51:12 +02:00
|
|
|
font-family: 'Latin Modern Roman', Georgia, 'Times New Roman', Times, serif;
|
2012-11-06 20:52:07 +01:00
|
|
|
color: #3c3e2d;
|
|
|
|
padding-bottom:5px;
|
|
|
|
}
|
|
|
|
|
2013-02-09 08:55:06 +01:00
|
|
|
div.post div.post_header div.title
|
2013-01-06 12:10:29 +01:00
|
|
|
{
|
|
|
|
display:block;
|
|
|
|
text-decoration:none;
|
|
|
|
margin: 0.2em 0;
|
|
|
|
padding: 0;
|
|
|
|
font-weight:normal;
|
|
|
|
font-style:normal;
|
|
|
|
letter-spacing:normal;
|
|
|
|
word-spacing:normal;
|
|
|
|
font-variant:normal;
|
|
|
|
text-decoration:none;
|
|
|
|
font-variant:normal;
|
|
|
|
text-transform:none;
|
|
|
|
text-align:left;
|
|
|
|
text-indent:0;
|
|
|
|
line-height:inherit;
|
2014-07-22 20:51:12 +02:00
|
|
|
font-family: 'Latin Modern Roman', Georgia, 'Times New Roman', Times, serif;
|
2013-01-06 12:10:29 +01:00
|
|
|
font-size: 26px;
|
|
|
|
color: #181B0D;
|
|
|
|
}
|
|
|
|
|
2013-02-09 08:55:06 +01:00
|
|
|
div.post_header div.title > a
|
2012-11-06 20:52:07 +01:00
|
|
|
{
|
|
|
|
display:block;
|
|
|
|
text-decoration:none;
|
|
|
|
margin: 0.2em 0;
|
|
|
|
padding: 0;
|
|
|
|
font-weight:normal;
|
|
|
|
font-style:normal;
|
|
|
|
letter-spacing:normal;
|
|
|
|
word-spacing:normal;
|
|
|
|
font-variant:normal;
|
|
|
|
text-decoration:none;
|
|
|
|
font-variant:normal;
|
|
|
|
text-transform:none;
|
|
|
|
text-align:left;
|
|
|
|
text-indent:0;
|
|
|
|
line-height:inherit;
|
2014-07-22 20:51:12 +02:00
|
|
|
font-family: 'Latin Modern Roman', Georgia, 'Times New Roman', Times, serif;
|
2012-11-06 20:52:07 +01:00
|
|
|
font-size: 26px;
|
|
|
|
color: #181B0D;
|
|
|
|
}
|
|
|
|
|
2013-02-09 08:55:06 +01:00
|
|
|
div.post_header div.title > a:hover
|
2012-11-06 20:52:07 +01:00
|
|
|
{
|
|
|
|
display:block;
|
|
|
|
text-decoration:none;
|
|
|
|
margin: 0.2em 0;
|
|
|
|
padding: 0;
|
|
|
|
font-weight:normal;
|
|
|
|
font-style:normal;
|
|
|
|
letter-spacing:normal;
|
|
|
|
word-spacing:normal;
|
|
|
|
font-variant:normal;
|
|
|
|
text-decoration:none;
|
|
|
|
font-variant:normal;
|
|
|
|
text-transform:none;
|
|
|
|
text-align:left;
|
|
|
|
text-indent:0;
|
|
|
|
line-height:inherit;
|
2014-07-22 20:51:12 +02:00
|
|
|
font-family: 'Latin Modern Roman', Georgia, 'Times New Roman', Times, serif;
|
2012-11-06 20:52:07 +01:00
|
|
|
font-size: 26px;
|
|
|
|
color: #181B0D;
|
|
|
|
}
|
|
|
|
|
2013-02-09 08:55:06 +01:00
|
|
|
div.post_header div.post_sub_header
|
2012-11-06 20:52:07 +01:00
|
|
|
{
|
|
|
|
display:block;
|
|
|
|
background-color: #edeee7;
|
|
|
|
/* margin-left : 10px; */
|
|
|
|
padding : 3px;
|
|
|
|
}
|
|
|
|
|
2013-02-09 08:55:06 +01:00
|
|
|
div.post_header div.post_sub_header > div.author_icon
|
2012-11-06 20:52:07 +01:00
|
|
|
{
|
|
|
|
display:inline;
|
|
|
|
background-image: url('/images/authoricon.png');
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center left;
|
|
|
|
padding-left: 18px;
|
2014-07-22 20:51:12 +02:00
|
|
|
font-family: Sans-serif;
|
2012-11-06 20:52:07 +01:00
|
|
|
}
|
|
|
|
|
2013-02-09 08:55:06 +01:00
|
|
|
div.post_header div.post_sub_header > div.author_icon div.author
|
2012-11-06 20:52:07 +01:00
|
|
|
{
|
|
|
|
display:inline;
|
2014-07-22 20:51:12 +02:00
|
|
|
font-family: Sans-serif;
|
2012-11-06 20:52:07 +01:00
|
|
|
}
|
|
|
|
|
2013-02-09 08:55:06 +01:00
|
|
|
div.post_header div.post_sub_header div.date
|
2012-11-06 20:52:07 +01:00
|
|
|
{
|
|
|
|
display:inline;
|
2014-07-22 20:51:12 +02:00
|
|
|
font-family: Sans-serif;
|
2012-11-06 20:52:07 +01:00
|
|
|
background-image: url('/images/dateicon.png');
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: left center;
|
|
|
|
padding-left: 18px;
|
|
|
|
}
|
|
|
|
|
2013-02-09 08:55:06 +01:00
|
|
|
div.post div.post_content
|
2012-11-06 20:52:07 +01:00
|
|
|
{
|
|
|
|
display:block;
|
|
|
|
margin-top:1%;
|
2014-07-22 20:51:12 +02:00
|
|
|
font-family: 'Latin Modern Roman', Georgia, 'Times New Roman', Times, serif;
|
|
|
|
font-size: 1.1em;
|
2012-11-06 20:52:07 +01:00
|
|
|
color: #171811;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2013-02-09 08:55:06 +01:00
|
|
|
footer.post_footer
|
|
|
|
{
|
|
|
|
text-align:right;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer.post_footer > a, a:link, a:hover
|
|
|
|
{
|
|
|
|
color: blue;
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer.post_footer > a:hover
|
|
|
|
{
|
|
|
|
color: blue;
|
|
|
|
text-decoration:underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer.post_footer > a:visited
|
|
|
|
{
|
|
|
|
color: purple;
|
|
|
|
text-decoration:underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-11-06 20:52:07 +01:00
|
|
|
div.recents
|
|
|
|
{
|
|
|
|
margin-left:20px;
|
|
|
|
}
|
|
|
|
|
2012-11-08 21:23:30 +01:00
|
|
|
#archive_year, #category_name, #tag_name
|
2012-11-06 20:52:07 +01:00
|
|
|
{
|
|
|
|
font-size:50;
|
|
|
|
padding-bottom:20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.navigation
|
|
|
|
{
|
|
|
|
margin:5px;
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
|
|
|
|
a, a:link, a:hover
|
|
|
|
{
|
2014-07-22 20:51:12 +02:00
|
|
|
font-family: 'Latin Modern Roman', Georgia, 'Times New Roman', Times, serif;
|
2012-11-06 20:52:07 +01:00
|
|
|
color: #818f00;
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
|
|
|
|
2014-05-19 18:20:25 +02:00
|
|
|
a img
|
|
|
|
{
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inlineimage
|
|
|
|
{
|
|
|
|
display:inline;
|
2016-01-09 20:10:27 +01:00
|
|
|
margin-right: 20px;
|
2014-05-19 18:20:25 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
a .inlineimage
|
|
|
|
{
|
|
|
|
display:inline;
|
2016-01-09 20:10:27 +01:00
|
|
|
margin-right: 20px;
|
2014-05-19 18:20:25 +02:00
|
|
|
}
|
|
|
|
|
2012-11-06 20:52:07 +01:00
|
|
|
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
|
|
|
|
{
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
2013-01-31 19:36:46 +01:00
|
|
|
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
|
|
|
|
{
|
2014-07-22 20:51:12 +02:00
|
|
|
font-family: 'Latin Modern Roman', Georgia, 'Times New Roman', Times, serif;
|
2013-01-31 19:36:46 +01:00
|
|
|
padding-top:20px;
|
|
|
|
font-size: 28px;
|
|
|
|
color: #818f00;
|
|
|
|
}
|
|
|
|
|
2012-11-06 20:52:07 +01:00
|
|
|
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
|
|
|
|
{
|
2014-07-22 20:51:12 +02:00
|
|
|
font-family: 'Latin Modern Roman', Georgia, 'Times New Roman', Times, serif;
|
2013-01-31 19:36:46 +01:00
|
|
|
padding-top:18px;
|
2012-11-06 20:52:07 +01:00
|
|
|
font-size: 26px;
|
|
|
|
color: #8c9d4d;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
|
|
|
|
{
|
2014-07-22 20:51:12 +02:00
|
|
|
font-family: 'Latin Modern Roman', Georgia, 'Times New Roman', Times, serif;
|
2013-01-31 19:36:46 +01:00
|
|
|
padding-top:15px;
|
2012-11-06 20:52:07 +01:00
|
|
|
font-size: 21px;
|
|
|
|
color: #65684b;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4
|
|
|
|
{
|
2013-01-31 19:36:46 +01:00
|
|
|
padding-top:10px;
|
2012-11-06 20:52:07 +01:00
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul li
|
|
|
|
{
|
|
|
|
list-style-image: url("/images/bullet.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
.comments
|
|
|
|
{
|
|
|
|
padding-left:1%;
|
|
|
|
padding-top:1%;
|
|
|
|
padding-bottom:1%;
|
|
|
|
margin-bottom:5%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment
|
|
|
|
{
|
|
|
|
background-color: #edeceb;
|
|
|
|
border-style:solid;
|
|
|
|
border-radius: 10px;
|
|
|
|
border-color: #8e785b;
|
|
|
|
/* margin-bottom:3%; */
|
|
|
|
padding:5px;
|
|
|
|
margin:15px
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment .comment
|
|
|
|
{
|
|
|
|
margin-top:15px;
|
|
|
|
margin-left:15px;
|
|
|
|
margin-bottom:1px;
|
|
|
|
margin-right:1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment_content
|
|
|
|
{
|
|
|
|
padding-top:5px;
|
|
|
|
padding-left:5px;
|
|
|
|
margin-bottom:5px;
|
2013-10-26 09:33:47 +02:00
|
|
|
text-align:justify;
|
2012-11-06 20:52:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.comment_index, .comment_author, .comment_date
|
|
|
|
{
|
|
|
|
display: inline
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment_author, .comment_date
|
|
|
|
{
|
|
|
|
margin-left:5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment_author
|
|
|
|
{
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.response
|
|
|
|
{
|
|
|
|
display:none;
|
|
|
|
padding:5px;
|
2012-11-08 21:23:30 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.tags, .tag
|
|
|
|
{
|
|
|
|
display:inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tag
|
|
|
|
{
|
|
|
|
margin-left:10px;
|
2012-11-08 21:36:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#email
|
|
|
|
{
|
|
|
|
display:none;
|
2012-11-13 18:33:38 +01:00
|
|
|
}
|
|
|
|
|
2012-11-13 20:56:49 +01:00
|
|
|
/* Pygments */
|
2016-01-09 20:10:27 +01:00
|
|
|
.codehilite, .highlight { background-color: #e8e8e8; }
|
|
|
|
.hl, .color_emacs_hll { background-color: #ffffcc }
|
|
|
|
.c, .color_emacs_c { color: #008800; font-style: italic } /* Comment */
|
|
|
|
.er, .color_emacs_err { border: 1px solid #FF0000 } /* Error */
|
|
|
|
.k, .color_emacs_k { color: #AA22FF; font-weight: bold } /* Keyword */
|
|
|
|
.o, .color_emacs_o { color: #666666 } /* Operator */
|
|
|
|
.cm, .color_emacs_cm { color: #008800; font-style: italic } /* Comment.Multiline */
|
|
|
|
.cp, .color_emacs_cp { color: #008800 } /* Comment.Preproc */
|
|
|
|
.c1, .color_emacs_c1 { color: #008800; font-style: italic } /* Comment.Single */
|
|
|
|
.cs, .color_emacs_cs { color: #008800; font-weight: bold } /* Comment.Special */
|
|
|
|
.gd, .color_emacs_gd { color: #A00000 } /* Generic.Deleted */
|
|
|
|
.ge, .color_emacs_ge { font-style: italic } /* Generic.Emph */
|
|
|
|
.gr, .color_emacs_gr { color: #FF0000 } /* Generic.Error */
|
|
|
|
.gh, .color_emacs_gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
|
|
|
.gi, .color_emacs_gi { color: #00A000 } /* Generic.Inserted */
|
|
|
|
.go, .color_emacs_go { color: #808080 } /* Generic.Output */
|
|
|
|
.gp, .color_emacs_gp { color: #000080; font-weight: bold } /* Generic.Prompt */
|
|
|
|
.gs, .color_emacs_gs { font-weight: bold } /* Generic.Strong */
|
|
|
|
.gu, .color_emacs_gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
|
|
|
.gt, .color_emacs_gt { color: #0040D0 } /* Generic.Traceback */
|
|
|
|
.kc, .color_emacs_kc { color: #AA22FF; font-weight: bold } /* Keyword.Constant */
|
|
|
|
.kd, .color_emacs_kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */
|
|
|
|
.kn, .color_emacs_kn { color: #AA22FF; font-weight: bold } /* Keyword.Namespace */
|
|
|
|
.kp, .color_emacs_kp { color: #AA22FF } /* Keyword.Pseudo */
|
|
|
|
.kr, .color_emacs_kr { color: #AA22FF; font-weight: bold } /* Keyword.Reserved */
|
|
|
|
.kt, .color_emacs_kt { color: #00BB00; font-weight: bold } /* Keyword.Type */
|
|
|
|
.m, .color_emacs_m { color: #666666 } /* Literal.Number */
|
|
|
|
.s, .color_emacs_s { color: #BB4444 } /* Literal.String */
|
|
|
|
.na, .color_emacs_na { color: #BB4444 } /* Name.Attribute */
|
|
|
|
.nb, .color_emacs_nb { color: #AA22FF } /* Name.Builtin */
|
|
|
|
.nc, .color_emacs_nc { color: #0000FF } /* Name.Class */
|
|
|
|
.no, .color_emacs_no { color: #880000 } /* Name.Constant */
|
|
|
|
.nd, .color_emacs_nd { color: #AA22FF } /* Name.Decorator */
|
|
|
|
.ni, .color_emacs_ni { color: #999999; font-weight: bold } /* Name.Entity */
|
|
|
|
.ne, .color_emacs_ne { color: #D2413A; font-weight: bold } /* Name.Exception */
|
|
|
|
.nf, .color_emacs_nf { color: #00A000 } /* Name.Function */
|
|
|
|
.nl, .color_emacs_nl { color: #A0A000 } /* Name.Label */
|
|
|
|
.nn, .color_emacs_nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
|
|
|
|
.nt, .color_emacs_nt { color: #008000; font-weight: bold } /* Name.Tag */
|
|
|
|
.nv, .color_emacs_nv { color: #B8860B } /* Name.Variable */
|
|
|
|
.ow, .color_emacs_ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
|
|
|
|
.w, .color_emacs_w { color: #bbbbbb } /* Text.Whitespace */
|
|
|
|
.mf, .color_emacs_mf { color: #666666 } /* Literal.Number.Float */
|
|
|
|
.mh, .color_emacs_mh { color: #666666 } /* Literal.Number.Hex */
|
|
|
|
.mi, .color_emacs_mi { color: #666666 } /* Literal.Number.Integer */
|
|
|
|
.mo, .color_emacs_mo { color: #666666 } /* Literal.Number.Oct */
|
|
|
|
.sb, .color_emacs_sb { color: #BB4444 } /* Literal.String.Backtick */
|
|
|
|
.sc, .color_emacs_sc { color: #BB4444 } /* Literal.String.Char */
|
|
|
|
.sd, .color_emacs_sd { color: #BB4444; font-style: italic } /* Literal.String.Doc */
|
|
|
|
.s2, .color_emacs_s2 { color: #BB4444 } /* Literal.String.Double */
|
|
|
|
.se, .color_emacs_se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
|
|
|
|
.sh, .color_emacs_sh { color: #BB4444 } /* Literal.String.Heredoc */
|
|
|
|
.si, .color_emacs_si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
|
|
|
|
.sx, .color_emacs_sx { color: #008000 } /* Literal.String.Other */
|
|
|
|
.sr, .color_emacs_sr { color: #BB6688 } /* Literal.String.Regex */
|
|
|
|
.s1, .color_emacs_s1 { color: #BB4444 } /* Literal.String.Single */
|
|
|
|
.ss, .color_emacs_ss { color: #B8860B } /* Literal.String.Symbol */
|
|
|
|
.bp, .color_emacs_bp { color: #AA22FF } /* Name.Builtin.Pseudo */
|
|
|
|
.vc, .color_emacs_vc { color: #B8860B } /* Name.Variable.Class */
|
|
|
|
.vg, .color_emacs_vg { color: #B8860B } /* Name.Variable.Global */
|
|
|
|
.vi, .color_emacs_vi { color: #B8860B } /* Name.Variable.Instance */
|
|
|
|
.il, .color_emacs_il { color: #666666 } /* Literal.Number.Integer.Long */
|
2012-12-10 19:30:25 +01:00
|
|
|
|
|
|
|
#search_form
|
|
|
|
{
|
|
|
|
padding:0;
|
|
|
|
margin:0;
|
|
|
|
}
|
2012-12-13 14:32:27 +01:00
|
|
|
|
|
|
|
#search_text
|
|
|
|
{
|
|
|
|
width:100%;
|
2013-10-26 09:33:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.all_posts
|
|
|
|
{
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.all_posts div.year
|
|
|
|
{
|
|
|
|
display:block;
|
|
|
|
margin-bottom:50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.all_posts div.month
|
|
|
|
{
|
|
|
|
display:block;
|
|
|
|
margin-bottom:20px;
|
|
|
|
margin-left:20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.all_posts year
|
|
|
|
{
|
|
|
|
display:block;
|
|
|
|
margin-bottom:20px;
|
|
|
|
font-size: x-large;
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.all_posts month
|
|
|
|
{
|
|
|
|
display:block;
|
|
|
|
margin-bottom:5px;
|
|
|
|
font-size: large;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.all_posts div.post
|
|
|
|
{
|
|
|
|
display:block;
|
|
|
|
margin-bottom:2px;
|
|
|
|
margin-left:20px;
|
|
|
|
}
|
2014-01-04 13:43:38 +01:00
|
|
|
|
|
|
|
.post_content > p > img
|
|
|
|
{
|
|
|
|
display:block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post_content > p
|
|
|
|
{
|
|
|
|
text-align:justify;
|
|
|
|
}
|
2014-02-01 11:51:02 +01:00
|
|
|
|
|
|
|
.feed
|
|
|
|
{
|
|
|
|
margin-right:auto;
|
|
|
|
margin-left:20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feed > a
|
|
|
|
{
|
|
|
|
margin-right:10px;
|
2014-06-01 18:58:13 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#last_ljdc
|
|
|
|
{
|
|
|
|
padding-bottom:40px;
|
2014-06-05 19:56:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.comments_link
|
|
|
|
{
|
|
|
|
padding-right:20px;
|
2014-06-09 11:46:25 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.year .title
|
|
|
|
{
|
|
|
|
display:inline;
|
2014-02-01 11:51:02 +01:00
|
|
|
}
|