| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- /*
- Theme Name: Momentous modded
- Theme URI: http://test.seboss666.info
- Description: Momentous rebanded by Seboss666
- Author: Bibi
- Author URI: http://test.seboss666.info
- Template: momentous-lite
- Version: 1.0.0
- License: GNU General Public License v2 or later
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
- Tags: better colors
- Text Domain: momentous-modded
- */
- body {
- background-color: #EEE;
- }
- a, a:link, a:visited {
- color: #0185c1;
- }
- .widget a:link, .widget a:visited {
- color: #0185c1;
- }
- .postinfo span a:hover, .postinfo span a:active {
- color: #0185c1;
- }
- #mainnav-menu li.current_page_item a, #mainnav-menu li.current-menu-item a {
- color: #333;
- text-decoration: none;
- background-color: #0185c1;
-
- }
- .main-navigation-menu ul {
- background-color:#0185c1;
- }
- #mainnav-menu a:hover {
- /* color: #0185c1;*/
- color: #333;
- background-color:#0185c1;
- }
- #header-wrap {
- background: url("/wp-content/uploads/2016/01/matrix-twbanner-reloaded.jpg") repeat-x;
- }
- .more-link {
- background: #0185c1 none repeat scroll 0% 0%;
- }
- .post-pagination .current {
- color: #0185c1;
- }
- #commentform #submit {
- background: #0185c1 none repeat scroll 0% 0%;
- }
- #header-content .header-search-icon .genericon-search {
- color: #FFF;
- }
- #logo .site-description {
- color: #FFF;
- }
- .entry {
- font-size: 1.2em;
- }
- blockquote {
- font-style: italic;
- }
- code, pre {
- padding: 0.5em;
- }
|