Last active
December 19, 2015 02:49
-
-
Save josesayago/5885997 to your computer and use it in GitHub Desktop.
Network Latest Posts v3.5.4 CSS Stylesheet. Align thumbnails to the left.
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.5.4 | |
| * | |
| * Align Thumbnails to the Left | |
| * | |
| * Copyright 2012 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 | |
| */ | |
| .nlposts-container { | |
| } | |
| .nlposts-container a:focus { | |
| outline: thin dotted #333 !important; | |
| outline: 5px auto -webkit-focus-ring-color !important; | |
| outline-offset: -2px !important; | |
| } | |
| .nlposts-container a:hover, | |
| .nlposts-container a:active { | |
| outline: 0 !important; | |
| } | |
| .nlposts-container img { | |
| max-width: 100% !important; | |
| vertical-align: middle !important; | |
| border: 0 !important; | |
| -ms-interpolation-mode: bicubic !important; | |
| } | |
| .nlposts-container button, | |
| .nlposts-container input, | |
| .nlposts-container select, | |
| .nlposts-container textarea { | |
| margin: 0 !important; | |
| font-size: 100% !important; | |
| vertical-align: middle !important; | |
| } | |
| .nlposts-container button, | |
| .nlposts-container input { | |
| *overflow: visible !important; | |
| line-height: normal !important; | |
| } | |
| .nlposts-container button::-moz-focus-inner, | |
| .nlposts-container input::-moz-focus-inner { | |
| padding: 0 !important; | |
| border: 0 !important; | |
| } | |
| .nlposts-container button, | |
| .nlposts-container input[type="button"], | |
| .nlposts-container input[type="reset"], | |
| .nlposts-container input[type="submit"] { | |
| cursor: pointer !important; | |
| -webkit-appearance: button !important; | |
| } | |
| .nlposts-container input[type="search"] { | |
| -webkit-box-sizing: content-box !important; | |
| -moz-box-sizing: content-box !important; | |
| box-sizing: content-box !important; | |
| -webkit-appearance: textfield !important; | |
| } | |
| .nlposts-container input[type="search"]::-webkit-search-decoration, | |
| .nlposts-container input[type="search"]::-webkit-search-cancel-button { | |
| -webkit-appearance: none !important; | |
| } | |
| .nlposts-container textarea { | |
| overflow: auto !important; | |
| vertical-align: top !important; | |
| } | |
| /* | |
| * Unordered Lists <<<<<<<<<<<<<<<<<<<< | |
| * | |
| * container 'div' | |
| */ | |
| .nlposts-ulist-container .nlposts-wrapper {} | |
| .nlposts-ulist-container .nlposts-ulist-wtitle { | |
| color: #666 !important; | |
| font-size: 10px !important; | |
| font-weight: 500 !important; | |
| letter-spacing: 0.1em !important; | |
| line-height: 2.6em !important; | |
| text-transform: uppercase !important; | |
| text-align: left !important; | |
| } | |
| .nlposts-ulist-container .nlposts-ulist {} | |
| .nlposts-ulist-container .nav { | |
| margin-left: 0 !important; | |
| margin-bottom: 18px !important; | |
| list-style: none !important; | |
| } | |
| .nlposts-ulist-container .nav > li > a { | |
| display: block !important; | |
| } | |
| .nlposts-ulist-container .nav > li > a:hover { | |
| text-decoration: none !important; | |
| background-color: #eeeeee !important; | |
| } | |
| .nlposts-ulist-container .nav li { | |
| margin-top: 9px !important; | |
| } | |
| .nlposts-ulist-container .nav-tabs { | |
| *zoom: 1 !important; | |
| } | |
| .nlposts-ulist-container .nav-tabs:before, | |
| .nlposts-ulist-container .nav-tabs:after { | |
| display: table !important; | |
| content: "" !important; | |
| } | |
| .nlposts-ulist-container .nav-tabs:after { | |
| clear: both !important; | |
| } | |
| .nlposts-ulist-container .nav-tabs > li { | |
| float: left !important; | |
| } | |
| .nlposts-ulist-container .nav-tabs > li > a { | |
| padding-right: 12px !important; | |
| padding-left: 12px !important; | |
| margin-right: 2px !important; | |
| line-height: 14px !important; | |
| } | |
| .nlposts-ulist-container .nav-tabs { | |
| border-bottom: 1px solid #ddd !important; | |
| } | |
| .nlposts-ulist-container .nav-tabs > li { | |
| margin-bottom: -1px !important; | |
| } | |
| .nlposts-ulist-container .nav-tabs > li > a { | |
| padding-top: 8px !important; | |
| padding-bottom: 8px !important; | |
| line-height: 18px !important; | |
| border: 1px solid transparent !important; | |
| -webkit-border-radius: 4px 4px 0 0 !important; | |
| -moz-border-radius: 4px 4px 0 0 !important; | |
| border-radius: 4px 4px 0 0 !important; | |
| } | |
| .nlposts-ulist-container .nav-tabs > li > a:hover { | |
| border-color: #eeeeee #eeeeee #dddddd !important; | |
| } | |
| .nlposts-ulist-container .nav-tabs > .active > a, | |
| .nlposts-ulist-container .nav-tabs > .active > a:hover { | |
| color: #555555 !important; | |
| background-color: #ffffff !important; | |
| border: 1px solid #ddd !important; | |
| border-bottom-color: transparent !important; | |
| cursor: default !important; | |
| } | |
| .nlposts-ulist-container .nav-pills > li > a { | |
| padding-top: 8px !important; | |
| padding-bottom: 8px !important; | |
| margin-top: 2px !important; | |
| margin-bottom: 2px !important; | |
| -webkit-border-radius: 5px !important; | |
| -moz-border-radius: 5px !important; | |
| border-radius: 5px !important; | |
| } | |
| .nlposts-ulist-container .nav-pills > .active > a, | |
| .nlposts-ulist-container .nav-pills > .active > a:hover { | |
| color: #ffffff !important; | |
| background-color: #333333 !important; | |
| } | |
| .nlposts-ulist-container .nav-stacked > li { | |
| float: none !important; | |
| } | |
| .nlposts-ulist-container .nav-stacked > li > a { | |
| margin-right: 0 !important; | |
| } | |
| .nlposts-ulist-container .nav-tabs.nav-stacked { | |
| border-bottom: 0 !important; | |
| } | |
| .nlposts-ulist-container .nav-tabs.nav-stacked > li > a { | |
| border: 1px solid #ddd !important; | |
| -webkit-border-radius: 0 !important; | |
| -moz-border-radius: 0 !important; | |
| border-radius: 0 !important; | |
| } | |
| .nlposts-ulist-container .nav-tabs.nav-stacked > li:first-child > a { | |
| -webkit-border-radius: 4px 4px 0 0 !important; | |
| -moz-border-radius: 4px 4px 0 0 !important; | |
| border-radius: 4px 4px 0 0 !important; | |
| } | |
| .nlposts-ulist-container .nav-tabs.nav-stacked > li:last-child > a { | |
| -webkit-border-radius: 0 0 4px 4px !important; | |
| -moz-border-radius: 0 0 4px 4px !important; | |
| border-radius: 0 0 4px 4px !important; | |
| } | |
| .nlposts-ulist-container .nav-tabs.nav-stacked > li > a:hover { | |
| border-color: #ddd !important; | |
| z-index: 2 !important; | |
| } | |
| .nlposts-ulist-container .nlposts-ulist-meta { | |
| font-style: italic !important; | |
| } | |
| .nlposts-ulist-container .thumbnails { | |
| margin-left: -20px !important; | |
| list-style: none !important; | |
| *zoom: 1 !important; | |
| } | |
| .nlposts-ulist-container .thumbnails:before, | |
| .nlposts-ulist-container .thumbnails:after { | |
| display: table !important; | |
| content: "" !important; | |
| } | |
| .nlposts-ulist-container .thumbnails:after { | |
| clear: both !important; | |
| } | |
| .nlposts-ulist-container .thumbnails { | |
| margin-left: 0 !important; | |
| } | |
| .nlposts-ulist-container .thumbnails > li { | |
| float: left !important; | |
| margin-bottom: 18px !important; | |
| } | |
| .nlposts-ulist-container .nlposts-ulist-thumbnail-litem a:hover { | |
| border-color: #333333 !important; | |
| -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25) !important; | |
| -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25) !important; | |
| box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25) !important; | |
| } | |
| .nlposts-ulist-container .nlposts-ulist-thumbnail-litem a > img { | |
| display: block !important; | |
| padding: 4px !important; | |
| line-height: 1 !important; | |
| border: 1px solid #ddd !important; | |
| -webkit-border-radius: 4px !important; | |
| -moz-border-radius: 4px !important; | |
| border-radius: 4px !important; | |
| -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) !important; | |
| -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) !important; | |
| box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) !important; | |
| max-width: 100% !important; | |
| text-align: left !important; | |
| margin-left: 0 !important; | |
| } | |
| .nlposts-ulist-container .nlposts-ulist-thumbnail-litem a > img:hover { | |
| filter: none !important; | |
| -webkit-filter: grayscale(0) !important; | |
| opacity: 1 !important; | |
| } | |
| .nlposts-ulist-container .nlposts-ulist-thumbnail-litem .caption { | |
| padding: 9px !important; | |
| } | |
| .nlposts-ulist-container .nlposts-ulist-litem .nlposts-ulist-excerpt { | |
| margin:0 !important !important; | |
| padding:0 !important !important; | |
| list-style: none !important !important; | |
| text-align: left !important; | |
| } | |
| .nlposts-ulist-container ul { | |
| -webkit-padding-start: 0px !important !important; | |
| } | |
| .nlposts-ulist-container .nlposts-ulist-litem .nlposts-ulist-excerpt li { | |
| margin: 0 !important !important; | |
| } | |
| .nlposts-ulist-container .pagination { | |
| height: 36px !important; | |
| margin: 18px 0 !important; | |
| text-align: center !important; | |
| } | |
| .nlposts-ulist-container .pagination ul { | |
| display: inline-block !important; | |
| *display: inline !important; | |
| /* IE7 inline-block hack */ | |
| *zoom: 1 !important; | |
| margin-left: 0 !important; | |
| margin-bottom: 0 !important; | |
| -webkit-border-radius: 3px !important; | |
| -moz-border-radius: 3px !important; | |
| border-radius: 3px !important; | |
| -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important; | |
| -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important; | |
| box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important; | |
| } | |
| .nlposts-ulist-container .pagination li { | |
| display: inline !important; | |
| } | |
| .nlposts-ulist-container .pagination a, .nlposts-ulist-container .pagination span { | |
| float: left !important; | |
| padding: 0 14px !important; | |
| line-height: 34px !important; | |
| text-decoration: none !important; | |
| border: 1px solid #ddd !important; | |
| border-left-width: 0 !important; | |
| } | |
| .nlposts-ulist-container .pagination a:hover, | |
| .nlposts-ulist-container .pagination .current { | |
| background-color: #f5f5f5 !important; | |
| } | |
| .nlposts-ulist-container .pagination .current { | |
| color: #999999 !important; | |
| cursor: default !important; | |
| } | |
| .nlposts-ulist-container .pagination span, | |
| .nlposts-ulist-container .pagination .disabled a, | |
| .nlposts-ulist-container .pagination .disabled a:hover { | |
| color: #999999 !important; | |
| background-color: transparent !important; | |
| cursor: default !important; | |
| } | |
| .nlposts-ulist-container .pagination li:first-child a, .nlposts-ulist-container .pagination li:first-child span { | |
| border-left-width: 1px !important; | |
| -webkit-border-radius: 3px 0 0 3px !important; | |
| -moz-border-radius: 3px 0 0 3px !important; | |
| border-radius: 3px 0 0 3px !important; | |
| } | |
| .nlposts-ulist-container .pagination li:last-child a, .nlposts-ulist-container .pagination li:last-child span { | |
| -webkit-border-radius: 0 3px 3px 0 !important; | |
| -moz-border-radius: 0 3px 3px 0 !important; | |
| border-radius: 0 3px 3px 0 !important; | |
| } | |
| /* | |
| * Unordered Lists <<<<<<<<<<<<<<<<<<<<<< | |
| */ | |
| /* | |
| * Ordered Lists <<<<<<<<<<<<<<<<<<<< | |
| */ | |
| .nlposts-olist-container .nlposts-wrapper {} | |
| .nlposts-olist-container .nlposts-olist-wtitle { | |
| color: #666 !important; | |
| font-size: 10px !important; | |
| font-weight: 500 !important; | |
| letter-spacing: 0.1em !important; | |
| line-height: 2.6em !important; | |
| text-transform: uppercase !important; | |
| } | |
| .nlposts-olist-container .nav { | |
| margin-left: 0 !important; | |
| margin-bottom: 18px !important; | |
| /*list-style: none !important;*/ | |
| } | |
| .nlposts-olist-container .nav > li > a { | |
| display: block !important; | |
| } | |
| .nlposts-olist-container .nav > li > a:hover { | |
| text-decoration: none !important; | |
| background-color: #eeeeee !important; | |
| } | |
| .nlposts-olist-container .nav li { | |
| margin-top: 9px !important; | |
| } | |
| .nlposts-olist-container .nav-tabs { | |
| *zoom: 1 !important; | |
| } | |
| .nlposts-olist-container .nav-tabs:before, | |
| .nlposts-olist-container .nav-tabs:after { | |
| display: table !important; | |
| content: "" !important; | |
| } | |
| .nlposts-olist-container .nav-tabs:after { | |
| clear: both !important; | |
| } | |
| .nlposts-olist-container .nav-tabs > li { | |
| float: left !important; | |
| } | |
| .nlposts-olist-container .nav-tabs > li > a { | |
| padding-right: 12px !important; | |
| padding-left: 12px !important; | |
| margin-right: 2px !important; | |
| line-height: 14px !important; | |
| } | |
| .nlposts-olist-container .nav-tabs { | |
| border-bottom: 1px solid #ddd !important; | |
| } | |
| .nlposts-olist-container .nav-tabs > li { | |
| margin-bottom: -1px !important; | |
| } | |
| .nlposts-olist-container .nav-tabs > li > a { | |
| padding-top: 8px !important; | |
| padding-bottom: 8px !important; | |
| line-height: 18px !important; | |
| border: 1px solid transparent !important; | |
| -webkit-border-radius: 4px 4px 0 0 !important; | |
| -moz-border-radius: 4px 4px 0 0 !important; | |
| border-radius: 4px 4px 0 0 !important; | |
| } | |
| .nlposts-olist-container .nav-tabs > li > a:hover { | |
| border-color: #eeeeee #eeeeee #dddddd !important; | |
| } | |
| .nlposts-olist-container .nav-tabs > .active > a, | |
| .nlposts-olist-container .nav-tabs > .active > a:hover { | |
| color: #555555 !important; | |
| background-color: #ffffff !important; | |
| border: 1px solid #ddd !important; | |
| border-bottom-color: transparent !important; | |
| cursor: default !important; | |
| } | |
| .nlposts-olist-container .nav-pills > li > a { | |
| padding-top: 8px !important; | |
| padding-bottom: 8px !important; | |
| margin-top: 2px !important; | |
| margin-bottom: 2px !important; | |
| -webkit-border-radius: 5px !important; | |
| -moz-border-radius: 5px !important; | |
| border-radius: 5px !important; | |
| } | |
| .nlposts-olist-container .nav-pills > .active > a, | |
| .nlposts-olist-container .nav-pills > .active > a:hover { | |
| color: #ffffff !important; | |
| background-color: #333333 !important; | |
| } | |
| .nlposts-olist-container .nav-stacked > li { | |
| float: none !important; | |
| } | |
| .nlposts-olist-container .nav-stacked > li > a { | |
| margin-right: 0 !important; | |
| } | |
| .nlposts-olist-container .nav-tabs.nav-stacked { | |
| border-bottom: 0 !important; | |
| } | |
| .nlposts-olist-container .nav-tabs.nav-stacked > li > a { | |
| border: 1px solid #ddd !important; | |
| -webkit-border-radius: 0 !important; | |
| -moz-border-radius: 0 !important; | |
| border-radius: 0 !important; | |
| } | |
| .nlposts-olist-container .nav-tabs.nav-stacked > li:first-child > a { | |
| -webkit-border-radius: 4px 4px 0 0 !important; | |
| -moz-border-radius: 4px 4px 0 0 !important; | |
| border-radius: 4px 4px 0 0 !important; | |
| } | |
| .nlposts-olist-container .nav-tabs.nav-stacked > li:last-child > a { | |
| -webkit-border-radius: 0 0 4px 4px !important; | |
| -moz-border-radius: 0 0 4px 4px !important; | |
| border-radius: 0 0 4px 4px !important; | |
| } | |
| .nlposts-olist-container .nav-tabs.nav-stacked > li > a:hover { | |
| border-color: #ddd !important; | |
| z-index: 2 !important; | |
| } | |
| .nlposts-olist-container .nlposts-olist-meta { | |
| font-style: italic !important; | |
| } | |
| .nlposts-olist-container .thumbnails { | |
| margin-left: -20px !important; | |
| list-style: none !important; | |
| *zoom: 1 !important; | |
| } | |
| .nlposts-olist-container .thumbnails:before, | |
| .nlposts-olist-container .thumbnails:after { | |
| display: table !important; | |
| content: "" !important; | |
| } | |
| .nlposts-olist-container .thumbnails:after { | |
| clear: both !important; | |
| } | |
| .nlposts-olist-container .thumbnails { | |
| margin-left: 0 !important; | |
| } | |
| .nlposts-olist-container .thumbnails > li { | |
| float: left !important; | |
| margin-bottom: 18px !important; | |
| } | |
| .nlposts-olist-container .nlposts-olist-thumbnail-litem a:hover { | |
| border-color: #333333 !important; | |
| -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25) !important; | |
| -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25) !important; | |
| box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25) !important; | |
| } | |
| .nlposts-olist-container .nlposts-olist-thumbnail-litem a > img { | |
| display: block !important; | |
| padding: 4px !important; | |
| line-height: 1 !important; | |
| border: 1px solid #ddd !important; | |
| -webkit-border-radius: 4px !important; | |
| -moz-border-radius: 4px !important; | |
| border-radius: 4px !important; | |
| -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) !important; | |
| -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) !important; | |
| box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) !important; | |
| max-width: 100% !important; | |
| margin-left:auto !important; | |
| margin-right: auto !important; | |
| /* filter: url(filters.svg#grayscale) !important; /* Firefox, keeping it here in case they fix this bug (transparent image) */ | |
| filter: gray !important; /* IE6-9 */ | |
| -webkit-filter: grayscale(1) !important; /* Google Chrome & Safari 6+ */ | |
| opacity: 0.7 !important; | |
| } | |
| .nlposts-olist-container .nlposts-olist-thumbnail-litem a > img:hover { | |
| filter: none !important; | |
| -webkit-filter: grayscale(0) !important; | |
| opacity: 1 !important; | |
| } | |
| .nlposts-olist-container .nlposts-olist-thumbnail-litem .caption { | |
| padding: 9px !important; | |
| } | |
| .nlposts-olist-container .nlposts-olist-litem .nlposts-olist-excerpt { | |
| margin:0 !important !important; | |
| padding:0 !important !important; | |
| list-style: none !important; | |
| } | |
| .nlposts-olist-container .pagination { | |
| height: 36px !important; | |
| margin: 18px 0 !important; | |
| text-align: center !important; | |
| } | |
| .nlposts-olist-container .pagination ul { | |
| display: inline-block !important; | |
| *display: inline !important; | |
| /* IE7 inline-block hack */ | |
| *zoom: 1 !important; | |
| margin-left: 0 !important; | |
| margin-bottom: 0 !important; | |
| -webkit-border-radius: 3px !important; | |
| -moz-border-radius: 3px !important; | |
| border-radius: 3px !important; | |
| -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important; | |
| -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important; | |
| box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important; | |
| } | |
| .nlposts-olist-container .pagination li { | |
| display: inline !important; | |
| } | |
| .nlposts-olist-container .pagination a, .nlposts-olist-container .pagination span { | |
| float: left !important; | |
| padding: 0 14px !important; | |
| line-height: 34px !important; | |
| text-decoration: none !important; | |
| border: 1px solid #ddd !important; | |
| border-left-width: 0 !important; | |
| } | |
| .nlposts-olist-container .pagination a:hover, | |
| .nlposts-olist-container .pagination .current { | |
| background-color: #f5f5f5 !important; | |
| } | |
| .nlposts-olist-container .pagination .current { | |
| color: #999999 !important; | |
| cursor: default !important; | |
| } | |
| .nlposts-olist-container .pagination span, | |
| .nlposts-olist-container .pagination .disabled a, | |
| .nlposts-olist-container .pagination .disabled a:hover { | |
| color: #999999 !important; | |
| background-color: transparent !important; | |
| cursor: default !important; | |
| } | |
| .nlposts-olist-container .pagination li:first-child a, .nlposts-olist-container .pagination li:first-child span { | |
| border-left-width: 1px !important; | |
| -webkit-border-radius: 3px 0 0 3px !important; | |
| -moz-border-radius: 3px 0 0 3px !important; | |
| border-radius: 3px 0 0 3px !important; | |
| } | |
| .nlposts-olist-container .pagination li:last-child a, .nlposts-olist-container .pagination li:last-child span { | |
| -webkit-border-radius: 0 3px 3px 0 !important; | |
| -moz-border-radius: 0 3px 3px 0 !important; | |
| border-radius: 0 3px 3px 0 !important; | |
| } | |
| /* | |
| * Ordered Lists <<<<<<<<<<<<<<<<<<<<<< | |
| */ | |
| /* | |
| * Block | |
| */ | |
| .nlposts-block-container .nlposts-block-item { | |
| float:left !important; | |
| display:block !important; | |
| width:45% !important; | |
| margin-left: auto !important; | |
| margin-right: 5px !important; | |
| } | |
| .nlposts-block-container .nlposts-block-meta { | |
| font-style: italic !important; | |
| padding-left: 18px !important; | |
| background: transparent url("../img/calendar_icon.png") no-repeat !important; | |
| color: #444 !important; | |
| border-bottom: 1px dotted #ddd !important; | |
| margin-bottom: 5px !important; | |
| } | |
| .nlposts-block-container .thumbnails { | |
| /*margin-left: -20px !important;*/ | |
| list-style: none !important; | |
| *zoom: 1 !important; | |
| } | |
| .nlposts-block-container .thumbnails:before, | |
| .nlposts-block-container .thumbnails:after { | |
| display: table !important; | |
| content: "" !important; | |
| } | |
| .nlposts-block-container .thumbnails:after { | |
| clear: both !important; | |
| } | |
| .nlposts-block-container .thumbnails { | |
| margin-left: 0 !important; | |
| } | |
| .nlposts-block-container .thumbnails > li { | |
| float: left !important; | |
| margin-bottom: 18px !important; | |
| } | |
| .nlposts-block-container .nlposts-block-thumbnail-litem a:hover { | |
| } | |
| .nlposts-block-container .nlposts-block-thumbnail-litem a > img { | |
| display: block !important; | |
| padding: 4px !important; | |
| line-height: 1 !important; | |
| border: 1px solid #ddd !important; | |
| -webkit-border-radius: 4px !important; | |
| -moz-border-radius: 4px !important; | |
| border-radius: 4px !important; | |
| -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) !important; | |
| -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) !important; | |
| box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) !important; | |
| max-width: 100% !important; | |
| margin-left:0 !important; | |
| /* filter: url(filters.svg#grayscale) !important; /* Firefox, keeping it here in case they fix this bug (transparent image) */ | |
| filter: gray !important; /* IE6-9 */ | |
| -webkit-filter: grayscale(1) !important; /* Google Chrome & Safari 6+ */ | |
| opacity: 0.7 !important; | |
| } | |
| .nlposts-block-container .nlposts-block-thumbnail-litem a > img:hover { | |
| filter: none !important; | |
| -webkit-filter: grayscale(0) !important; | |
| opacity: 1 !important; | |
| -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25) !important; | |
| -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25) !important; | |
| box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25) !important; | |
| } | |
| .nlposts-block-container .nlposts-block-thumbnail-litem .caption { | |
| padding: 9px !important; | |
| } | |
| .nlposts-block-container .pagination { | |
| height: 36px !important; | |
| margin: 18px 0 !important; | |
| text-align: center !important; | |
| clear:both !important; | |
| } | |
| .nlposts-block-container .pagination ul { | |
| display: inline-block !important; | |
| *display: inline !important; | |
| /* IE7 inline-block hack */ | |
| *zoom: 1 !important; | |
| margin-left: 0 !important; | |
| margin-bottom: 0 !important; | |
| -webkit-border-radius: 3px !important; | |
| -moz-border-radius: 3px !important; | |
| border-radius: 3px !important; | |
| -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important; | |
| -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important; | |
| box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important; | |
| } | |
| .nlposts-block-container .pagination li { | |
| display: inline !important; | |
| } | |
| .nlposts-block-container .pagination a, .nlposts-block-container .pagination span { | |
| float: left !important; | |
| padding: 0 14px !important; | |
| line-height: 34px !important; | |
| text-decoration: none !important; | |
| border: 1px solid #ddd !important; | |
| border-left-width: 0 !important; | |
| } | |
| .nlposts-block-container .pagination a:hover, | |
| .nlposts-block-container .pagination .current { | |
| background-color: #f5f5f5 !important; | |
| } | |
| .nlposts-block-container .pagination .current { | |
| color: #999999 !important; | |
| cursor: default !important; | |
| } | |
| .nlposts-block-container .pagination span, | |
| .nlposts-block-container .pagination .disabled a, | |
| .nlposts-block-container .pagination .disabled a:hover { | |
| color: #999999 !important; | |
| background-color: transparent !important; | |
| cursor: default !important; | |
| } | |
| .nlposts-block-container .pagination li:first-child a, .nlposts-block-container .pagination li:first-child span { | |
| border-left-width: 1px !important; | |
| -webkit-border-radius: 3px 0 0 3px !important; | |
| -moz-border-radius: 3px 0 0 3px !important; | |
| border-radius: 3px 0 0 3px !important; | |
| } | |
| .nlposts-block-container .pagination li:last-child a, .nlposts-block-container .pagination li:last-child span { | |
| -webkit-border-radius: 0 3px 3px 0 !important; | |
| -moz-border-radius: 0 3px 3px 0 !important; | |
| border-radius: 0 3px 3px 0 !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment