Add Archive.org integration

* adds an "archive" link next to permalinks, linking to the last version of the page on archive.org
This commit is contained in:
Qwerty 2014-11-02 15:29:39 +01:00 committed by nodiscc
parent 36b226ca1b
commit b113dc8e6b
2 changed files with 6 additions and 4 deletions

View file

@ -232,9 +232,10 @@ cursor:pointer;
.linktitle { font-size:14pt; font-weight:bold; }
.linktitle a { text-decoration: none; color:#80AD48; }
.linktitle a:hover { color:#F57900; }
.linkdate { font-size:8pt; color:#888; }
.linkdate a { background-image:url('../images/calendar.png');padding:2px 0 3px 20px;background-repeat:no-repeat;text-decoration: none; color:#E28E3F; }
.linkdate a:hover { color: #F57900 }
.linkdate, .linkarchive { font-size:8pt; color:#888; }
.linkdate a, .linkarchive a { color:#E28E3F; }
.linkdate a {background-image:url('../images/calendar.png');padding:2px 0 3px 20px;background-repeat:no-repeat;text-decoration: none; }
.linkdate a:hover, .linkarchive a:hover { color: #F57900 }
.linkurl { font-size:8pt; color:#4BAA74; }
.linkdescription { color:#000; margin-top:0; margin-bottom:12px; font-weight:normal; max-height:400px; overflow:auto; }
.linkdescription a { text-decoration: none; color:#3465A4; }
@ -466,4 +467,4 @@ div.dailyEntryDescription { font-size:10pt; }
}
/* Highlight search results */
.highlight { background-color: #FFFF33; }
.highlight { background-color: #FFFF33; }