Letlabo Nature Reserve
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

default.css 4.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. /* === color === */
  2. a, a:hover,a:focus,a:active, footer a.text-link:hover, strike, .post-meta span a:hover, footer a.text-link,
  3. ul.meta-post li a:hover, ul.cat li a:hover, ul.recent li h6 a:hover, ul.portfolio-categ li.active a, ul.portfolio-categ li.active a:hover, ul.portfolio-categ li a:hover,ul.related-post li h4 a:hover, span.highlight,article .post-heading h3 a:hover,
  4. .navbar .nav > .active > a,.navbar .nav > .active > a:hover,.navbar .nav > li > a:hover,.navbar .nav > li > a:focus,.navbar .nav > .active > a:focus {
  5. color:#68A4C4;
  6. }
  7. .navbar-brand span{
  8. color: #68A4C4;
  9. }
  10. header .nav li a:hover,
  11. header .nav li a:focus,
  12. header .nav li.active a,
  13. header .nav li.active a:hover,
  14. header .nav li a.dropdown-toggle:hover,
  15. header .nav li a.dropdown-toggle:focus,
  16. header .nav li.active ul.dropdown-menu li a:hover,
  17. header .nav li.active ul.dropdown-menu li.active a{
  18. color:#68A4C4;
  19. }
  20. .navbar-default .navbar-nav > .active > a,
  21. .navbar-default .navbar-nav > .active > a:hover,
  22. .navbar-default .navbar-nav > .active > a:focus {
  23. color:#68A4C4;
  24. }
  25. .navbar-default .navbar-nav > .open > a,
  26. .navbar-default .navbar-nav > .open > a:hover,
  27. .navbar-default .navbar-nav > .open > a:focus {
  28. color:#68A4C4;
  29. }
  30. .dropdown-menu > .active > a,
  31. .dropdown-menu > .active > a:hover,
  32. .dropdown-menu > .active > a:focus {
  33. color:#68A4C4;
  34. }
  35. /* === background color === */
  36. .custom-carousel-nav.right:hover, .custom-carousel-nav.left:hover,
  37. .dropdown-menu li:hover,
  38. .dropdown-menu li a:hover,
  39. .dropdown-menu li > a:focus,
  40. .dropdown-submenu:hover > a,
  41. .dropdown-menu .active > a,
  42. .dropdown-menu .active > a:hover,
  43. .pagination ul > .active > a:hover,
  44. .pagination ul > .active > a,
  45. .pagination ul > .active > span,
  46. .flex-control-nav li a:hover,
  47. .flex-control-nav li a.active {
  48. background-color: #68A4C4;
  49. }
  50. .breadcrumb {
  51. background-color: #68A4C4;
  52. }
  53. /* === border color === */
  54. .pagination ul > li.active > a,
  55. .pagination ul > li.active > span, a.thumbnail:hover, input[type="text"].search-form:focus {
  56. border:1px solid #68A4C4;
  57. }
  58. textarea:focus,
  59. input[type="text"]:focus,
  60. input[type="password"]:focus,
  61. input[type="datetime"]:focus,
  62. input[type="datetime-local"]:focus,
  63. input[type="date"]:focus,
  64. input[type="month"]:focus,
  65. input[type="time"]:focus,
  66. input[type="week"]:focus,
  67. input[type="number"]:focus,
  68. input[type="email"]:focus,
  69. input[type="url"]:focus,
  70. input[type="search"]:focus,
  71. input[type="tel"]:focus,
  72. input[type="color"]:focus,
  73. .uneditable-input:focus {
  74. border-color: #68A4C4;
  75. }
  76. input:focus {
  77. border-color: #68A4C4;
  78. }
  79. #sendmessage {
  80. color: #68A4C4;
  81. }
  82. .pullquote-left {
  83. border-left:5px solid #68A4C4;
  84. }
  85. .pullquote-right {
  86. border-right:5px solid #68A4C4;
  87. }
  88. /* cta */
  89. .cta-text h2 span {
  90. color: #68A4C4;
  91. }
  92. ul.clients li:hover {
  93. border:4px solid #68A4C4;
  94. }
  95. /* box */
  96. .box-bottom {
  97. background:#68A4C4;
  98. }
  99. /* buttons */
  100. .btn-dark:hover,.btn-dark:focus,.btn-dark:active {
  101. background: #68A4C4;
  102. border:1px solid #68A4C4;
  103. }
  104. .btn-theme {
  105. border:1px solid #68A4C4;
  106. background: #68A4C4;
  107. }
  108. /* modal styled */
  109. .modal.styled .modal-header {
  110. background-color: #68A4C4;
  111. }
  112. /* blog */
  113. .post-meta {
  114. border-top:4px solid #68A4C4;
  115. }
  116. .post-meta .comments a:hover {
  117. color:#68A4C4;
  118. }
  119. .widget ul.tags li a:hover {
  120. background: #68A4C4;
  121. }
  122. .recent-post .text h5 a:hover{
  123. color:#68A4C4;
  124. }
  125. /* pricing box */
  126. .pricing-box-alt.special .pricing-heading {
  127. background: #68A4C4;
  128. }
  129. /* portfolio */
  130. .item-thumbs .hover-wrap .overlay-img-thumb {
  131. background: #68A4C4;
  132. }
  133. /* pagination */
  134. #pagination a:hover {
  135. background: #68A4C4;
  136. }
  137. /* pricing box */
  138. .pricing-box.special .pricing-offer{
  139. background: #68A4C4;
  140. }
  141. /* fontawesome icons */
  142. .icon-square:hover,
  143. .icon-rounded:hover,
  144. .icon-circled:hover {
  145. background-color: #68A4C4;
  146. }
  147. [class^="icon-"].active,
  148. [class*=" icon-"].active {
  149. background-color: #68A4C4;
  150. }
  151. /* fancybox */
  152. .fancybox-close:hover {
  153. background-color:#68A4C4;
  154. }
  155. .fancybox-nav:hover span {
  156. background-color:#68A4C4;
  157. }
  158. /* parallax c slider */
  159. .da-slide .da-link:hover{
  160. background: #68A4C4;
  161. border: 4px solid #68A4C4;
  162. }
  163. .da-dots span{
  164. background: #68A4C4;
  165. }
  166. /* flexslider */
  167. #featured .flexslider .slide-caption {
  168. border-left:5px solid #68A4C4;
  169. }
  170. /* Nivo slider */
  171. .nivo-directionNav a:hover {
  172. background-color: #68A4C4;
  173. }
  174. .nivo-caption, .caption {
  175. border-bottom: #68A4C4 5px solid;
  176. }
  177. /* footer */
  178. footer{
  179. background:#68A4C4;
  180. }
  181. #sub-footer{
  182. background:#68A4C4;
  183. }