Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. .header{
  2. margin-bottom: 20px;
  3. }
  4.  
  5. body {
  6. background: #fafafa;
  7. color: #333333;
  8. margin-top: 0rem;
  9. }
  10.  
  11. h1, h2, h3, h4, h5, h6 {
  12. color: #444444;
  13. }
  14.  
  15. .bg-steel {
  16. background-color: #5f788a;
  17. }
  18.  
  19. .site-header .navbar-nav .nav-link {
  20. color: #cbd5db;
  21. }
  22.  
  23. .site-header .navbar-nav .nav-link:hover {
  24. color: #ffffff;
  25. }
  26.  
  27. .site-header .navbar-nav .nav-link.active {
  28. font-weight: 500;
  29. }
  30.  
  31. .content-section {
  32. background: #ffffff;
  33. padding: 10px 20px;
  34. border: 1px solid #dddddd;
  35. border-radius: 3px;
  36. margin-bottom: 20px;
  37. }
  38.  
  39. .article-title {
  40. color: #444444;
  41. }
  42.  
  43. a.article-title:hover {
  44. color: #428bca;
  45. text-decoration: none;
  46. }
  47.  
  48. .article-content {
  49. white-space: pre-line;
  50. }
  51.  
  52. .article-img {
  53. height: 65px;
  54. width: 65px;
  55. margin-right: 16px;
  56. }
  57.  
  58. .article-metadata {
  59. padding-bottom: 1px;
  60. margin-bottom: 4px;
  61. border-bottom: 1px solid #e3e3e3
  62. }
  63.  
  64. .article-metadata a:hover {
  65. color: #333;
  66. text-decoration: none;
  67. }
  68.  
  69. .article-svg {
  70. width: 25px;
  71. height: 25px;
  72. vertical-align: middle;
  73. }
  74.  
  75. .account-img {
  76. height: 125px;
  77. width: 125px;
  78. margin-right: 20px;
  79. margin-bottom: 16px;
  80. }
  81.  
  82. .account-heading {
  83. font-size: 2.5rem;
  84. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement