Last active
December 22, 2015 20:09
-
-
Save josesayago/6524474 to your computer and use it in GitHub Desktop.
Network Latest Posts Custom CSS Stylesheet for rezeptmanufaktur
This file contains hidden or 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
| /** | |
| * Network Latest Posts v3.0 | |
| * | |
| * Copyright 2013 L'Elite | |
| * Licensed under the GPL v2.0 | |
| * http://www.gnu.org/licenses/gpl-2.0.html | |
| * | |
| * Great and ugly things aren't as good | |
| * as great and beautiful things ;) | |
| */ | |
| /* | |
| * Main Wrapper | |
| */ | |
| /* | |
| * Unordered Lists <<<<<<<<<<<<<<<<<<<< | |
| * | |
| * container 'div' | |
| */ | |
| .nlposts-ulist-container .nlposts-ulist-wtitle { | |
| background: #b9bc4d !important; | |
| color: #fff !important; | |
| padding: 5px !important; | |
| font-family: Georgia, Times, 'Times New Roman', serif !important; | |
| font-size: 18px !important; | |
| font-style: italic !important; | |
| margin: 0 0 10px !important; | |
| } | |
| .nlposts-ulist-container .nlposts-ulist { | |
| margin: 0!important; | |
| padding: 0 !important; | |
| border-bottom: 0 !important; | |
| } | |
| .nlposts-ulist-container .nlposts-ulist-title a { | |
| color: #4b6d7a !important; | |
| font-family: Arial, Helvetica, Tahoma, sans-serif !important; | |
| font-size: 18px !important; | |
| line-height: 1.5 !important; | |
| } | |
| .nlposts-ulist-container .nlposts-ulist-title a:hover { | |
| color: #b9bc4d!important; | |
| text-decoration: none!important; | |
| } | |
| .nlposts-ulist-container .nlposts-ulist-thumbnail-litem a > img { | |
| background-color: #f5f5f5 !important; | |
| border: 1px solid #ddd !important; | |
| padding: 4px !important; | |
| } | |
| .nlposts-ulist-container .nlposts-ulist-thumbnail { | |
| margin: 0 !important; | |
| } | |
| .nlposts-ulist-container .nlposts-ulist-thumbnail-litem { | |
| border-bottom: 0 !important; | |
| } | |
| .nlposts-ulist-container ul, .nlposts-ulist-container li { | |
| border-bottom: 0 !important; | |
| } | |
| .nlposts-ulist-container .thumbnail { | |
| position: relative !important; | |
| margin: 0 0 -5em 0 !important; | |
| } | |
| .nlposts-ulist-container .thumbnail h3 { | |
| clear: both !important; | |
| display: block !important; | |
| position: absolute !important; | |
| top: 0 !important; | |
| border-bottom: 1px solid #ddd !important; | |
| overflow: hidden !important; | |
| text-overflow: ellipsis !important; | |
| width: 100% !important; | |
| white-space: nowrap !important; | |
| } | |
| .nlposts-ulist-container .thumbnail img { | |
| margin: 3em 0 !important; | |
| } | |
| /* | |
| * Unordered Lists <<<<<<<<<<<<<<<<<<<<<< | |
| */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment