Advertisement
webrur

Class 6 - header footer style

Apr 25th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. /*
  2. Theme Name: Factorian
  3. Theme URI: http://underscores.me/
  4. Author: Webrur
  5. Author URI: http://www.webrur.com
  6. Description: Test website for DEV project
  7. Version: 1.0.0
  8. License: GNU General Public License v2 or later
  9. License URI: LICENSE
  10. Text Domain: factorian-webrur
  11. Tags:
  12. */
  13.  
  14. @import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
  15.  
  16. body {
  17. font-family: 'Roboto', sans-serif;
  18. line-height: 1.7;
  19. font-size: 17px;
  20. }
  21.  
  22. h1,h2,h3,h4,h5,h6 {
  23. font-family: 'Roboto', sans-serif;
  24. }
  25.  
  26.  
  27. .site-logo a {
  28. border: 3px solid #222222;
  29. color: #222222;
  30. display: block;
  31. float: left;
  32. font-size: 16px;
  33. font-weight: 500;
  34. padding: 12px 20px;
  35. text-transform: uppercase;
  36. }
  37. .site-logo {
  38. float: left;
  39. margin: 26px 0;
  40. }
  41. .header-area {
  42. padding: 26px 0;
  43. }
  44. #primary-menu {
  45. float: right;
  46. list-style: outside none none;
  47. margin: 0;
  48. padding: 0;
  49. }
  50. #primary-menu li {
  51. display: inline-block;
  52. position: relative;
  53. }
  54. #primary-menu li a {
  55. color: #222222;
  56. display: inline-block;
  57. font-size: 14px;
  58. font-weight: 700;
  59. padding: 42px 20px;
  60. text-transform: uppercase;
  61. }
  62. .site-footer {
  63. background: #222222 none repeat scroll 0 0;
  64. color: #cacaca;
  65. font-size: 15px;
  66. }
  67. .site-footer ul {
  68. line-height: 2;
  69. list-style: outside none none;
  70. margin: 0;
  71. padding: 0;
  72. }
  73. .site-footer .menu li a {
  74. color: #cacaca;
  75. font-size: 15px;
  76. }
  77. .site-footer h4.widget-title {
  78. color: #ffffff;
  79. font-size: 18px;
  80. margin-bottom: 30px;
  81. }
  82. .site-footer .widget {
  83. padding: 90px 0;
  84. }
  85. .factorian-footer-bottom {
  86. background: #1d1d1d none repeat scroll 0 0;
  87. font-size: 14px;
  88. padding: 32px 0;
  89. }
  90. .site-footer .col-md-3:first-child .widget .widget-title {
  91. background: #fff none repeat scroll 0 0;
  92. color: #222;
  93. display: inline-block;
  94. font-size: 16px;
  95. font-weight: 700;
  96. padding: 12px 20px;
  97. text-transform: uppercase;
  98. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement