|
@@ -24,13 +24,13 @@ html>body {font-size:18px;
|
|
|
}
|
|
|
|
|
|
a {
|
|
|
- text-decoration:none;
|
|
|
color:#2760BF;
|
|
|
}
|
|
|
|
|
|
a:hover {
|
|
|
border-bottom: 1px dotted #444;
|
|
|
color:#00252e;
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
|
|
|
a img { border: 0;}
|
|
@@ -40,10 +40,6 @@ a:visited {
|
|
|
h1, h2, h3, h4 {
|
|
|
font-family:"Yanone Kaffeesatz", Ubuntu, Helvetica, Arial, sans-serif;
|
|
|
}
|
|
|
-h2, h3, h4 {
|
|
|
- border-bottom: 1px solid #eee;
|
|
|
- color: #444;
|
|
|
-}
|
|
|
|
|
|
h1 {
|
|
|
font-size:45px;
|
|
@@ -65,6 +61,7 @@ h4 {
|
|
|
line-height:25px;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
h1 a, h2 a, h3 a, h4 a {
|
|
|
color:#444;
|
|
|
}
|
|
@@ -84,6 +81,7 @@ li {
|
|
|
h1, h2, h3, h4 {
|
|
|
font-family:"Yanone Kaffeesatz", Ubuntu, Helvetica, Arial, sans-serif;
|
|
|
}
|
|
|
+
|
|
|
h2, h3, h4 {
|
|
|
border-bottom: 1px solid #eee;
|
|
|
color: #444;
|
|
@@ -236,11 +234,11 @@ div.popup .content .image img {
|
|
|
|
|
|
}
|
|
|
.index {
|
|
|
- font-size: 110%;
|
|
|
+ font-size: 100%;
|
|
|
}
|
|
|
|
|
|
-.index a {font-size: 110%;
|
|
|
- font-weight:bold;}
|
|
|
+.index a {font-size: 100%;
|
|
|
+ }
|
|
|
|
|
|
.sidebar-nav .navbar-header{ float: none; }
|
|
|
|
|
@@ -286,15 +284,16 @@ div.popup .content .image img {
|
|
|
}
|
|
|
|
|
|
.link-url a{
|
|
|
- font-size: 110%;
|
|
|
+ font-size: 100%;
|
|
|
}
|
|
|
|
|
|
-.permalink{
|
|
|
+.permalink {
|
|
|
/*font-family:"Yanone Kaffeesatz", Ubuntu, Helvetica, Arial, sans-serif;*/
|
|
|
font-size: 14px;
|
|
|
text-align:center;
|
|
|
float:right;
|
|
|
-}
|
|
|
+ margin-bottom: 4em;
|
|
|
+}
|
|
|
|
|
|
.entry .meta .permalink a{
|
|
|
text-decoration:none;
|
|
@@ -305,8 +304,8 @@ div.popup .content .image img {
|
|
|
}
|
|
|
|
|
|
.date-published {
|
|
|
- font-family:"Yanone Kaffeesatz", Ubuntu, Helvetica, Arial, sans-serif;
|
|
|
- padding-right:23px;
|
|
|
+ font-family:"Yanone Kaffeesatz", Ubuntu, Helvetica, Arial, sans-serif;
|
|
|
+ padding-right:23px;
|
|
|
float:left;
|
|
|
font-size: 90%;
|
|
|
}
|
|
@@ -316,11 +315,14 @@ div.popup .content .image img {
|
|
|
font-style:italic;
|
|
|
float:right;
|
|
|
margin-bottom: 10px;
|
|
|
- font-family:"Yanone Kaffeesatz", Ubuntu, Helvetica, Arial, sans-serif;
|
|
|
}
|
|
|
|
|
|
.tags a {
|
|
|
- font-weight: bold;
|
|
|
+ text-decoration:none;
|
|
|
+}
|
|
|
+
|
|
|
+.tags a:hover {
|
|
|
+ text-decoration:none;
|
|
|
}
|
|
|
|
|
|
img.displayed {
|