Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.19 KB | None | 0 0
  1. /*--------------------------------------------------------------
  2. General
  3. --------------------------------------------------------------*/
  4. .entry-content a {
  5. color: #3bbbd2;
  6. }
  7. .entry-content a:visited {
  8. color: #3bbbd2;
  9. }
  10. .entry-content a:hover {
  11. color: #ea4747;
  12. }
  13.  
  14. /*--------------------------------------------------------------
  15. Header
  16. --------------------------------------------------------------*/
  17. .navbar {
  18. background: rgba(51,67,70, 0.9) !important;
  19. }
  20. .navbar-inverse .navbar-nav ul.sub-menu {
  21. background: rgba(51,67,70, 1) !important;
  22. }
  23. .navbar-inverse .navbar-nav > li > a,
  24. .navbar-inverse .main-navigation > ul > li > a {
  25. color: #c0cdcf !important;
  26. }
  27. .focus {
  28. background: #202728 !important;
  29. color: #c0cdcf !important;
  30. }
  31. .focus h5 {
  32. color: #FFF !important;
  33. }
  34. .focus h6 {
  35. color: #c0cdcf !important;
  36. }
  37. .navbar-inverse .navbar-nav ul.sub-menu li a {
  38. color: #c0cdcf !important;
  39. }
  40. .navbar-inverse .navbar-nav ul.sub-menu li:hover > a {
  41. color: #3bbbd2 !important;
  42. }
  43. .navbar-inverse .navbar-nav>li>a:hover {
  44. color: #3bbbd2 !important;
  45. }
  46. .nav li a.nav-active {
  47. color: #3bbbd2 !important;
  48. }
  49. .nav li a.nav-active:before {
  50. background: #3bbbd2 !important;
  51. }
  52. .header {
  53. min-height: 0;
  54. }
  55. .header {
  56. background: rgba(51,67,70, 0.5) !important;
  57. }
  58. .intro-text {
  59. color: #FFF !important;
  60. }
  61.  
  62. /*--------------------------------------------------------------
  63. Content
  64. --------------------------------------------------------------*/
  65. .dark-text {
  66. color: #3bbbd2 !important;
  67. }
  68. h2.white-text {
  69. color: #3bbbd2 !important;
  70. }
  71. .works {
  72. background: #f5f5f5 !important;
  73. }
  74. .about-us {
  75. background: #202728 !important;
  76. color: #c0cdcf !important;
  77. }
  78. .red-btn {
  79. border-radius: 1px;
  80. border-width: 2px;
  81. border-style: solid;
  82. border-color: #ea4747 !important;
  83. position: relative;
  84. background: rgba(234,71,71,0.4) !important;
  85. }
  86. .red-btn:hover {
  87. border-width: 2px;
  88. border-style: solid;
  89. border-color: #ea4747;
  90. background: rgba(234,71,71,1) !important;
  91. }
  92. .green-btn {
  93. border-radius: 1px;
  94. border-width: 2px;
  95. border-style: solid;
  96. border-color: #3bbbd2;
  97. position: relative;
  98. background: rgba(59,187,210,0.4) !important;
  99. }
  100. .green-btn:hover {
  101. border-width: 2px;
  102. border-style: solid;
  103. border-color: #3bbbd2 !important;
  104. background: rgba(59,187,210,1) !important;
  105. }
  106. .intro-text {
  107. background: rgba(51,67,70,0.3) !important;
  108. padding: 15px 0;
  109. }
  110. .testimonial {
  111. background: #3bbbd2 !important;
  112. }
  113. .feedback-box .message {
  114. color: #334346 !important;
  115. }
  116. .our-team {
  117. background: #f5f5f5 !important;
  118. }
  119. .textarea-box {
  120. border-radius: 0;
  121. }
  122. body{
  123. background: #fdfdfd;
  124. }
  125. .entry-title:before {
  126. content: "";
  127. background: #ea4747 !important;
  128. }
  129. .entry-title a:hover{
  130. color: #ea4747 !important;
  131. }
  132. .entry-title,
  133. .entry-title a,
  134. .widget-title,
  135. .widget-title a {
  136. color: #334346;
  137. }
  138. .widget .widget-title:before, .entry-title:before {
  139. content: "";
  140. background: #3bbbd2 !important;
  141. }
  142. body, button, input, select, textarea {
  143. color: #334346 !important;
  144. }
  145. /* Selection colours (easy to forget) */
  146. ::selection {
  147. background: #3bbbd2 !important;
  148. color: #FFF !important;
  149. }
  150. ::-moz-selection {
  151. background: #3bbbd2 !important;
  152. color: #FFF !important;
  153. }
  154. .testimonial h2 {
  155. color: #FFF !important;
  156. }
  157. #client-feedbacks .feedback-box {
  158. border-radius: 1px;
  159. }
  160. .input-box {
  161. border-radius: 1px;
  162. background: rgba(255,255,255, 1) !important;
  163. }
  164. .textarea-box {
  165. border-radius: 1px;
  166. background: rgba(255,255,255, 1) !important;
  167. }
  168. .newsletter {
  169. background: #ea4747 !important;
  170. }
  171. .separator-one {
  172. background: rgba(59, 187, 210, 0.9) !important;
  173. }
  174. .separator-one .green-btn {
  175. border-radius: 1px;
  176. border-width: 2px;
  177. border-style: solid;
  178. border-color: #ea4747;
  179. position: relative;
  180. background: rgba(234,71,71,0.9) !important;
  181. }
  182. .separator-one .green-btn:hover {
  183. background: rgba(234,71,71,1) !important;
  184. }
  185. .purchase-now {
  186. background: rgba(234, 71, 71, 0.9) !important;
  187. }
  188. .purchase-now .red-btn {
  189. float: right;
  190. border-radius: 1px;
  191. border-width: 2px;
  192. border-style: solid;
  193. border-color: rgba(51,67,70, 1) !important;
  194. position: relative;
  195. background: rgba(51,67,70, 0.8) !important;
  196. }
  197. .purchase-now .red-btn:hover {
  198. background: rgba(51,67,70, 1) !important;
  199. }
  200. .latest-news h6 {
  201. color: #334346 !important;
  202. }
  203. .focus-box .service-icon {
  204. border: 10px solid rgba(255, 255, 255, 0.1) !important;
  205. }
  206. .red-border-bottom:before {
  207. background: #ea4747 !important;
  208. }
  209. .about-us p {
  210. color: #c0cdcf !important;
  211. }
  212. .about-us .big-intro {
  213. color: #FFF !important;
  214. font-size: 55px;
  215. }
  216. .latest-news {
  217. background: #f5f5f5 !important;
  218. }
  219. #carousel-homepage-latestnews .item .latestnews-box .latestnews-title a:before {
  220. content: "";
  221. background: #ea4747 !important;
  222. }
  223. .copyright {
  224. background: rgba(0,0,0,0.3) !important;
  225. }
  226.  
  227. .comments-area input[type="text"],
  228. .comments-area input[type="email"],
  229. .comments-area input[type="url"],
  230. .comments-area textarea {
  231. background: rgba(51,67,70, 0.8) !important;
  232. color: #FFF !important;
  233. }
  234. .comment-form #submit,
  235. .comment-reply-link {
  236. color: #fff !important;
  237. border-radius: 1px;
  238. border-width: 2px;
  239. border-style: solid;
  240. border-color: #ea4747;
  241. position: relative;
  242. background: rgba(234,71,71,0.8) !important;
  243. }
  244. .comment-form #submit:hover,
  245. .comment-reply-link:hover {
  246. background: rgba(234,71,71,1) !important;
  247. }
  248. .widget_search input {
  249. background: rgba(51,67,70, 0.8);
  250. color: #FFF !important;
  251. }
  252. .company-details {
  253. color: #c0cdcf !important;
  254. }
  255. .zerif-copyright-box {
  256. color: #c0cdcf !important;
  257. }
  258. .zerif-copyright {
  259. color: #3bbbd2 !important;
  260. }
  261. .zerif-copyright:hover {
  262. opacity: 0.8;
  263. }
  264. .our-team .row > div .red-border-bottom:before {
  265. background: #ea4747 !important;
  266. }
  267. .team-member .social-icons ul li a {
  268. background: none;
  269. }
  270. .team-member .social-icons ul li a:hover {
  271. color: #3bbbd2 !important;
  272. }
  273. .social-icons .widget li:before {
  274. content: '';
  275. display: none;
  276. }
  277. .packages {
  278. background: rgba(51, 67, 70, 1) !important;
  279. }
  280.  
  281.  
  282. /*--------------------------------------------------------------
  283. Footer
  284. --------------------------------------------------------------*/
  285. #footer {
  286. background: #334346 !important;
  287. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement