Advertisement
Guest User

Untitled

a guest
Nov 14th, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.57 KB | None | 0 0
  1. *!
  2.  * Bootstrap v3.3.0 (http://getbootstrap.com)
  3.  * Copyright 2011-2014 Twitter, Inc.
  4.  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  5.  *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;
  6.     -webkit-text-size-adjust:100%;
  7.     -ms-text-size-adjust:100%}
  8.     body
  9.     {margin:0}
  10.     article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary
  11.     {display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
  12.     @font-face{
  13.         font-family:"Kingthings Clarity";
  14.         src:url("../fonts/Kingthings Clarity1.1.ttf")
  15.         format('truetype')
  16.             }
  17.      @font-face{
  18.         font-family:"Nexa Bold";
  19.         src:url("../fonts/Kingthings Clarity1.1.ttf")
  20.         format('truetype')
  21.             }
  22. .btn-primary{
  23.         color:#fff;
  24.         background-color:#e43889;
  25.         border: solid #ffffff 1px;
  26.         position: relative;
  27.         }
  28.     .btn-primary:hover{
  29.         color:#fff;
  30.         background-color:#c61769;
  31.         border: solid #fff 1px;
  32.         }
  33.     ,.btn-primary:focus,
  34.     .btn-primary.focus{
  35.         position:relative;
  36.     }
  37.     .btn-primary:active{
  38.         position:absolute;
  39.         top:253px;
  40.     }
  41.     .btn-default{
  42.         font-size: 13px;
  43.         font-family: Arial;
  44.          font-weight: bold;
  45.         color:#fff;
  46.         border: solid #ffffff 1px;
  47.         background-color: #e43889;
  48.         box-shadow:0 2px 2px rgba(0,0,0,.175);
  49.         margin-top: -9%;
  50.         margin-left: 48%;
  51.         min-width:70px;
  52.         height: 35px;
  53.     }
  54.     .btn-lg{
  55.         position: absolute;
  56.         top: 250px;
  57.         margin-left: -50px;
  58.  
  59.     }
  60.  
  61.     .btn-group-lg>.btn{
  62.         padding:10px 15px;
  63.         font-size:13px;
  64.         line-height:1.33;
  65.         border-radius:6px;
  66.  
  67.        
  68.  
  69.     }
  70.     .dropdown-menu {
  71.         position:absolute;
  72.         top:100%;
  73.         left:0;
  74.         z-index:1000;
  75.         display:none;
  76.         float:left;
  77.         min-width:250px;
  78.         height: 195px;
  79.         padding:15px 0;
  80.         margin:2px 0 0;
  81.         font-size:12px;
  82.         text-align:left;
  83.         list-style:none;
  84.         background-color:#fff;
  85.         -webkit-background-clip:padding-box;
  86.         background-clip:padding-box;
  87.         border:1px solid #ccc;
  88.         border:1px solid rgba(0,0,0,.15);
  89.         border-radius:11px;
  90.         -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
  91.         box-shadow:2px 1px 1px rgba(0,0,0,.175)
  92.         }
  93. .carousel-inner{
  94.             position:relative;
  95.             width:100%;
  96.             height:80%;
  97.             overflow:hidden
  98.             }
  99.     .carousel-caption{
  100.             font-family: Nexa;
  101.             position:absolute;
  102.             right:15%;
  103.             bottom:100px;
  104.             left:15%;
  105.             z-index:10;
  106.             padding-top:20px;
  107.             padding-bottom:20px;
  108.             color:#fff;
  109.             text-align:center;
  110.             text-shadow:1px 1px 2px rgba(0,0,0,.6)}
  111. .carousel-indicators{
  112.                     bottom:5px}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement