Advertisement
beriane

style

Oct 16th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.72 KB | None | 0 0
  1. a {
  2.   color: #373737;
  3.   text-decoration: none !important;
  4.   -webkit-transition: all .10s ease-in-out;
  5.   -moz-transition: all .10s ease-in-out;
  6.   transition: all .10s ease-in-out; }
  7.   a:hover, a:active {
  8.     color: #ea1d25; }
  9.  
  10. .btn {
  11.   border-radius: 0px;
  12.   border: 2px solid;
  13.   padding: 9px 45px;
  14.   font-size: 13px;
  15.   -webkit-transition: all .10s ease-in-out;
  16.   -moz-transition: all .10s ease-in-out;
  17.   transition: all .10s ease-in-out; }
  18.  
  19. ul {
  20.   list-style: none;
  21.   padding: 0; }
  22.  
  23. .btn-default {
  24.   background-color: #fff;
  25.   color: #000;
  26.   border-radius: 50px;
  27.   border-color: #fff; }
  28.   .btn-default:hover, .btn-default:focus, .btn-default.active, .btn-default:active {
  29.     background-color: transparent;
  30.     color: #fff !important;
  31.     border-color: #fff;
  32.     box-shadow: none !important; }
  33.  
  34. .btn-primary {
  35.   background-color: transparent;
  36.   border-color: #1c1d1d;
  37.   color: #fff;
  38.   border-color: #fff; }
  39.   .btn-primary:hover, .btn-primary:focus {
  40.     background-color: #fff;
  41.     border-color: #fff;
  42.     color: #000; }
  43.  
  44. .btn-success {
  45.   background-color: #41A574;
  46.   border-color: #41A574; }
  47.   .btn-success:hover, .btn-success:focus {
  48.     background-color: #79C09E;
  49.     border-color: #79C09E; }
  50.  
  51. .btn-info {
  52.   background-color: #E98FFD;
  53.   border-color: #E98FFD; }
  54.   .btn-info:hover, .btn-info:focus {
  55.     background-color: #EEB0FD;
  56.     border-color: #EEB0FD; }
  57.  
  58. .btn-warning {
  59.   background-color: #684FDE;
  60.   border-color: #684FDE; }
  61.   .btn-warning:hover, .btn-warning:focus {
  62.     background-color: #9481E6;
  63.     border-color: #9481E6; }
  64.  
  65. .text-right {
  66.   text-align: right !important; }
  67.  
  68. .text-left {
  69.   text-align: left !important; }
  70.  
  71. .text-center {
  72.   text-align: center !important; }
  73.  
  74. .no-margin {
  75.   margin: 0px !important; }
  76.  
  77. .no-padding {
  78.   padding: 0px !important; }
  79.  
  80. body {
  81.   background-color: #fff;
  82.   font-family: NotoNaskhArabic, tahoma, Arial;
  83.   font-size: 14px; }
  84.  
  85. h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .btn {
  86.   font-family: NotoKufiArabic, Arial, tahoma;
  87.   font-weight: bold; }
  88.  
  89. h2 {
  90.   line-height: 1.5em; }
  91.  
  92. .valign-wrapper {
  93.   display: -webkit-flex;
  94.   display: -ms-flexbox;
  95.   display: flex;
  96.   -webkit-align-items: center;
  97.   -ms-flex-align: center;
  98.   align-items: center; }
  99.   .valign-wrapper .valign {
  100.     display: block; }
  101.  
  102. .full-height {
  103.   height: 100vh;
  104.   min-height: 500px; }
  105.  
  106. .cover-bg {
  107.   background-size: cover;
  108.   background-repeat: no-repeat;
  109.   background-position: center; }
  110.  
  111. /* team-03 section */
  112. .slider-01 {
  113.   padding: 50px 0;
  114.   min-height: 400px;
  115.   background-color: #fff;
  116.   color: #fff;
  117.   /* Title & description wrapper section */ }
  118.   .slider-01 .title-sec {
  119.     margin-bottom: 40px; }
  120.  
  121. /*# sourceMappingURL=style.css.map */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement