This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Benutzerdefinierte Nachrichten vor und nach dem Inhalt einfügen */ | |
.entry:after { | |
content: "\ Alle Rechte vorbehalten. (c) 2014 - 2016 TechBrain - techbrain.de"; | |
color: #999 !important; | |
font-size: 1em; | |
padding-top: 30px; | |
} | |
#header:before { | |
content: "\ Vielen herzlichen Dank für das Ausdrucken unseres Artikels. Wir hoffen, dass auch andere Artikel von uns Ihr Interesse wecken können."; | |
color: #777 !important; | |
font-size: 1em; | |
padding-top: 30px; | |
text-align: center !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment