Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Hover Images and Link Color Changes
  • Loading branch information
Singh authored and Singh committed Apr 8, 2016
1 parent f82c060 commit 46fc94d
Show file tree
Hide file tree
Showing 8 changed files with 84 additions and 0 deletions.
Binary file modified img/icon-calendar-green.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/icon-facebook-green.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/icon-mail-green.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/icon-tag-green.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/newsletter-BUT-rollover.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/support-BUT-rollover.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/twitter-BUT-rollover.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
84 changes: 84 additions & 0 deletions style.css
Expand Up @@ -2519,4 +2519,88 @@ h2, h4 {
color:#6b5f46;
}

/* blue color changes */
a:hover {
color:#2d9187;
}

li.ui-tabs-active:nth-child(4):before {
border-right-color: #2c968c;
}

.home-slideshow-title li:nth-child(4) {
background-color:#2c968c;
}

.read-more {
background-color:#2c968c;
}

a:hover.read-more {
background-color:#2d9187;
}

a:hover.uc-cal-event em {
color:#2d9187 !important;
}

.home-bottom-news h4 a:hover {
color:#2d9187;
}

a.home-recent-pub-title {
background-color:#2c968c;
}

a.home-recent-pub-title:before {
border-bottom-color:#2c968c;
}

a:hover.see-all-latest-news,a:hover.see-all {
color:#2d9187;
}

.sidebar li.current-menu-item a:hover {
color:#2d9187;
}

.sidebar li.current-menu-item .menu-item a:hover {
color:#2d9187;
}


.sidebar #sidebar-widgets ul.menu li a:hover {
color:#2d9187;
}

.sidebar li.categories ul li a:hover {
color:#2d9187;
}

.sidebar ul.archive-list li ul li a:hover, .sidebar ul.archive-list li a:hover {
color:#2d9187;
}

.sidebar p.panel-title a:hover {
color:#2d9187;
}

.featured-archive-content {
background-color:#2c968c;
}

.blog-story-preview h3 a:hover {
color:#2d9187;
}

.blog-story-preview li a:hover {
color:#2d9187;
}

.home-slider-wrapper .caption-wrap .caption a {
background-color: #2c968c;
}

.text-serif a:hover {
color:#2c968c
}

0 comments on commit 46fc94d

Please sign in to comment.