summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.scss46
1 files changed, 30 insertions, 16 deletions
diff --git a/assets/css/style.scss b/assets/css/style.scss
index e88c321..879154e 100644
--- a/assets/css/style.scss
+++ b/assets/css/style.scss
@@ -34,33 +34,33 @@ a:hover {
.post-content h1 {
text-indent: -8px;
- margin:20px 0 10px;
+ margin: 20px 0 10px;
border-bottom: 1px solid #e5e5e5;
}
.post-content h2 {
text-indent: -6px;
- margin:20px 0 10px;
+ margin: 20px 0 10px;
border-bottom: 1px solid #e5e5e5;
}
.post-content h3 {
- margin:20px 0 10px;
+ margin: 20px 0 10px;
text-indent: -5px;
}
.post-content h4 {
- margin:20px 0 10px;
+ margin: 20px 0 10px;
text-indent: -4px;
}
.post-content h5 {
- margin:20px 0 10px;
+ margin: 20px 0 10px;
text-indent: -3px;
}
.post-content h6 {
- margin:20px 0 10px;
+ margin: 20px 0 10px;
text-indent: -2px;
}
@@ -121,42 +121,48 @@ div.highlight button:hover {
font-size: 14px;
line-height: 1.4;
}
+
.footnotes p {
margin: 0;
text-indent: 0;
}
-.wrapper{
+.wrapper {
width: 90%;
}
-header{
+
+header {
width: 25%;
}
-footer{
+
+footer {
width: 25%;
}
-section{
+
+section {
width: 65%;
}
-@media print, screen and (max-width: 960px) {
+
+@media print,
+screen and (max-width: 960px) {
.wrapper {
width: auto;
}
-
+
header {
width: auto;
}
-
+
footer {
width: auto;
}
-
+
section {
width: auto;
}
}
-code.highlighter-rouge{
+code.highlighter-rouge {
padding: .1em .2em;
margin: 0;
font-size: 90%;
@@ -171,9 +177,17 @@ code.highlighter-rouge{
border: 1px solid #ddd;
padding: 8px 12px;
border-radius: 4px;
- box-shadow: 0 2px 10px rgba(0,0,0,0.1);
+ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
max-width: 300px;
z-index: 1000;
font-size: 14px;
line-height: 1.4;
+}
+
+td.h-entry {
+ cursor: pointer;
+}
+
+td.h-entry:hover {
+ background: #f9f9f9;
} \ No newline at end of file