Yaron-NL

Untitled

Apr 29th, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.78 KB | None | 0 0
  1. @font-face {
  2.     font-family: "NeoSansStd";
  3.     font-style: normal;
  4.     font-weight: normal;
  5.     src: url("/wp-content/themes/lotek/fonts/MonotypeImaging-NeoSansStd-Regular.otf");
  6. }
  7.  
  8. h3.headline{
  9.     font-family: "NeoSansStd";
  10. }
  11.  
  12. .col-md-8 col-md-offset-2 home-headline{
  13.     font-family: "NeoSansStd";
  14. }
  15. /* kleuren van achtergronden */
  16.  
  17. #intro.colorbg{
  18.     background: #64d4ff;
  19. }
  20.  
  21. #features.darkbg{
  22.     background: #123046;
  23. }
  24.  
  25. #testimoni.darkbg{
  26.     background: #123046;
  27. }
  28.  
  29. #Products.darkbg{
  30.     background: #123046;
  31. }
  32.  
  33. #team.colorbg{
  34.     background: #64d4ff;
  35. }
  36.  
  37. #blog.colorbg{
  38.     background: #64d4ff;
  39. }
  40.  
  41. #pricing.colorbg{
  42.     background: #64d4ff;
  43. }
  44.  
  45. #contact.colorbg{
  46.     background: #64d4ff;
  47. }
  48.  
  49. footer{
  50.     background:#123046 ;
  51. }
  52.  
  53. .subfooter{
  54.     background: #123046;
  55. }
  56. /* einde background kleuren van sub kopjes */
  57.  
  58. /* background kleur verandert */
  59. body, .colorbg, .tags li a:hover, .wp-tag-cloud li a:hover, div.pp_default .pp_close:hover, .icon-social:hover, .pricing-price, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active, .subscribe-button:hover, .pager li > a:hover, .pager li > span:hover, .item-detail, .style2 .accordion-heading a:hover i, .style1 .accordion-heading a:hover, .btn-flat, #home .btn-flat:hover {
  60.     background-color:#64d4ff;;
  61. }
  62. /* text hover verandert van rood naar blauw */
  63. a, a:hover, .pagination > li > a, .pagination > li > a:hover, .navbar-default .navbar-nav li a.selected, .navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .dropdown.active a, .navbar-default .navbar-nav .active a:hover, .navbar-default .navbar-nav .dropdown.active a:hover, .navbar-default .navbar-nav .active a:focus, .navbar-default .navbar-nav .dropdown.active a:focus, .navbar-default .navbar-nav li a:hover, .icon-title, .company-name, .image-caption .zoom:hover, .image-title a:hover, .date, .meta-post, .validation, .social-network:hover, .style1 .accordion-heading a:hover i, .style2 .accordion-heading a:hover, .tabbable.style1 .tabber li a:hover, .tabbable.style2 .tabber li a:hover, .tabbable.style2 .tabber li.active a, .tabbable.style2 .tabber li.active a:hover, .tabbable.style2 .tabber li.active a:focus, .tabbable.style2 .tabber li.active a:active {
  64.     color: #4cc3eb;
  65. }
  66.  
  67. /* icon border verandert */
  68. navbar-default .navbar-nav li a.selected, .navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .dropdown.active a, .navbar-default .navbar-nav .active a:hover, .navbar-default .navbar-nav .dropdown.active a:hover, .navbar-default .navbar-nav .active a:focus, .navbar-default .navbar-nav .dropdown.active a:focus, .colorbg .icon-title, .image-caption .zoom:hover, .image-title a:hover, .form-control:focus, .totop, .social-network:hover, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active, input.subscribe:focus, .pager li > a:hover, .pager li > span:hover, .style2 .accordion-heading a:hover, .tabbable.style1 .tabber li a:hover, .tabbable.style2 .tabber li a:hover, .tabbable.style2 .tabber li.active a, .tabbable.style2 .tabber li.active a:hover, .tabbable.style2 .tabber li.active a:focus, .tabbable.style2 .tabber li.active a:active, .btn-flat, #home .btn-flat:hover {
  69.     border-color: #008aac;
  70. }
  71.  /* kleur weggehaald bg transparant */
  72. .icon-feature {
  73.     background: none repeat scroll 0 0 ;
  74.     border: 3px solid #fff;
  75.     border-radius: 50%;
  76.     font-size: 32px;
  77.     height: 70px;
  78.     line-height: 32px;
  79.     margin-bottom: 20px;
  80.     padding-top: 15px;
  81.     text-align: center;
  82.     width: 70px;
  83. }
  84. /* borderline op 0px gezet */
  85. .headline {
  86.     border-bottom: 0 solid #fff;
  87.     font-size: 72px;
  88.     letter-spacing: 15px;
  89.     line-height: 60px;
  90.     margin-bottom: 40px;
  91.     padding-bottom: 20px;
  92. }
Advertisement
Add Comment
Please, Sign In to add comment