style.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. /*
  2. Theme Name: Momentous modded
  3. Theme URI: http://test.seboss666.info
  4. Description: Momentous rebanded by Seboss666
  5. Author: Bibi
  6. Author URI: http://test.seboss666.info
  7. Template: momentous-lite
  8. Version: 1.0.0
  9. License: GNU General Public License v2 or later
  10. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  11. Tags: better colors
  12. Text Domain: momentous-modded
  13. */
  14. body {
  15. background-color: #EEE;
  16. }
  17. a, a:link, a:visited {
  18. color: #0185c1;
  19. }
  20. .widget a:link, .widget a:visited {
  21. color: #0185c1;
  22. }
  23. .postinfo span a:hover, .postinfo span a:active {
  24. color: #0185c1;
  25. }
  26. #mainnav-menu li.current_page_item a, #mainnav-menu li.current-menu-item a {
  27. color: #333;
  28. text-decoration: none;
  29. background-color: #0185c1;
  30. }
  31. .main-navigation-menu ul {
  32. background-color:#0185c1;
  33. }
  34. #mainnav-menu a:hover {
  35. /* color: #0185c1;*/
  36. color: #333;
  37. background-color:#0185c1;
  38. }
  39. #header-wrap {
  40. background: url("/wp-content/uploads/2016/01/matrix-twbanner-reloaded.jpg") repeat-x;
  41. }
  42. .more-link {
  43. background: #0185c1 none repeat scroll 0% 0%;
  44. }
  45. .post-pagination .current {
  46. color: #0185c1;
  47. }
  48. #commentform #submit {
  49. background: #0185c1 none repeat scroll 0% 0%;
  50. }
  51. #header-content .header-search-icon .genericon-search {
  52. color: #FFF;
  53. }
  54. #logo .site-description {
  55. color: #FFF;
  56. }
  57. .entry {
  58. font-size: 1.2em;
  59. }
  60. blockquote {
  61. font-style: italic;
  62. }
  63. code, pre {
  64. padding: 0.5em;
  65. }