Advertisement
Guest User

Custom-Style

a guest
Oct 2nd, 2015
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. @import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900);
  2. @import url(https://fonts.googleapis.com/css?family=Lato);
  3. /*!
  4. Main Page CSS || Created By Stephen Hinett | Crafted-Solutions
  5. */
  6.  
  7. * {
  8. margin: 0px;
  9. padding: 0px;
  10. }
  11. /*
  12.  
  13. * BASIC STYLE
  14. - Headers and Paragraphs
  15.  
  16. * GLOBAL STYLE
  17. - Navbar
  18. - Header
  19.  
  20. */
  21. /*===========================================================================================*/
  22. /* Headings & Paragraphs ------------------------- */
  23. /*===========================================================================================*/
  24.  
  25. h1,
  26. h2,
  27. h3,
  28. h4,
  29. h5,
  30. h6 {
  31. font-family: 'Raleway', sans-serif, serif;
  32. color: #474747;
  33. }
  34.  
  35. p {
  36. color: #9E9E9E;
  37. font-family: 'Raleway', sans-serif, serif;
  38. }
  39. /*===========================================================================================*/
  40. /* Navbar ------------------------- */
  41. /*===========================================================================================*/
  42.  
  43. .navbar-default {
  44. font-family: 'Raleway', sans-serif;
  45. height: 90px;
  46. background-color: #fff;
  47. box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
  48. }
  49.  
  50. .navbar-default .navbar-nav {
  51. font-size: 0.9em;
  52. }
  53.  
  54. .navbar-brand img,
  55. .navbar-nav {
  56. margin-top: 20px;
  57. display: inline;
  58. text-transform: uppercase;
  59. height: 50px;
  60. }
  61.  
  62. .navbar-default .navbar-nav>li.active>a {
  63. font-weight: 600;
  64. text-decoration: underline;
  65. }
  66.  
  67. .navbar-default .navbar-nav>li>a:hover,
  68. .navbar-default .navbar-nav>li>a:focus {
  69. font-weight: 600;
  70. background-color: transparent;
  71. text-decoration: underline;
  72. }
  73. /*===========================================================================================*/
  74. /* Header ------------------------- */
  75. /*===========================================================================================*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement