Changeset 247750 for centralnews
- Timestamp:
- 11/05/2024 04:18:08 PM (13 months ago)
- Location:
- centralnews/1.3.18
- Files:
-
- 2 edited
- 1 copied
-
. (copied) (copied from centralnews/1.3.17)
-
readme.txt (modified) (1 diff)
-
style.css (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
centralnews/1.3.18/readme.txt
r247614 r247750 4 4 Requires PHP: 5.6 5 5 Tested up to: 6.6 6 Stable tag: 1.3.1 76 Stable tag: 1.3.18 7 7 License: GNU General Public License v2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
centralnews/1.3.18/style.css
r247614 r247750 6 6 Description: CentralNews is a user-friendly WordPress theme designed for news, blog, and magazine websites. It lets you quickly set up your site with one-click demo imports and easily manage content using 9+ custom widgets. The theme offers stylish options like various banners, light/dark mode, and is customizable via the live customizer. Supporting RTL languages and compatible with Elementor, Gutenberg blocks, and WooCommerce, it even allows for seamless integration of an online store. CentralNews is optimized for search engines and comes with dedicated support. Explore demos and documentation at https://afthemes.com/products/centralnews/. 7 7 Template: morenews 8 Version: 1.3.1 78 Version: 1.3.18 9 9 Requires PHP: 5.6 10 10 Tested up to: 6.6 … … 20 20 CentralNews is distributed under the terms of the GNU GPL v2 or later. 21 21 */ 22 23 24 25 div#main-navigation-bar {26 background: #BF0A30;27 }28 29 .exclusive-posts .exclusive-now {30 background-color: #002868;31 }32 33 .main-navigation .menu-description {34 background-color: #002868;35 }36 37 .main-navigation .menu-description:after {38 border-top: 5px solid #002868;39 }40 41 div.custom-menu-link>a {42 background: #002868;43 }44 45 .af-cat-widget-carousel a.morenews-categories.category-color-1 {46 background-color: #002868;47 48 }49 50 a.morenews-categories.category-color-1 {51 color: #002868;52 }53 54 .af-cat-widget-carousel a.morenews-categories.category-color-2 {55 background-color: #BF0A30;56 57 }58 59 a.morenews-categories.category-color-2 {60 color: #BF0A30;61 }62 22 63 23 h1, … … 73 33 } 74 34 75 .entry-content,76 .entry-header .post-excerpt {77 font-size: 18px;78 }79 80 body.single-post .entry-title,81 h1.page-title {82 font-size: 34px;83 }84 35 85 36 body, … … 102 53 p { 103 54 margin-bottom: 20px; 55 } 56 57 58 59 div#main-navigation-bar { 60 background: #BF0A30; 61 } 62 63 .exclusive-posts .exclusive-now { 64 background-color: #002868; 65 } 66 67 .main-navigation .menu-description { 68 background-color: #002868; 69 } 70 71 .main-navigation .menu-description:after { 72 border-top: 5px solid #002868; 73 } 74 75 div.custom-menu-link>a { 76 background: #002868; 77 } 78 79 .af-cat-widget-carousel a.morenews-categories.category-color-1 { 80 background-color: #002868; 81 82 } 83 84 a.morenews-categories.category-color-1 { 85 color: #002868; 86 } 87 88 .af-cat-widget-carousel a.morenews-categories.category-color-2 { 89 background-color: #BF0A30; 90 91 } 92 93 a.morenews-categories.category-color-2 { 94 color: #BF0A30; 95 } 96 97 .entry-content, 98 .entry-header .post-excerpt { 99 font-size: 18px; 100 } 101 102 body.single-post .entry-title, 103 h1.page-title { 104 font-size: 34px; 104 105 } 105 106 … … 286 287 } 287 288 288 .single h3.awpa-title,289 .single .awpa-review-field h3 {289 body.single h3.awpa-title, 290 body.single .awpa-review-field h3 { 290 291 margin-top: 2.5rem; 291 292 padding-top: 2.5rem; … … 351 352 352 353 353 .af-social-contacts .social-widget-menu .screen-reader-text {354 body .af-social-contacts .social-widget-menu .screen-reader-text { 354 355 font-size: 14px; 355 356 font-weight: 700; 356 357 } 357 358 358 .social-widget-menu ul li a:after,359 .aft-small-social-menu ul li a:after {359 body .social-widget-menu ul li a:after, 360 body .aft-small-social-menu ul li a:after { 360 361 font-size: 16px; 361 362 } … … 373 374 374 375 375 .post-navigation .em-post-navigation {376 body .post-navigation .em-post-navigation { 376 377 opacity: 1; 377 378 }
Note: See TracChangeset
for help on using the changeset viewer.