Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. .container-fluid {
  2.     max-width: 1200px;
  3. }
  4.  
  5. div.light-bread-crumb a {
  6.     color: #337ab7;
  7. }
  8.  
  9. body {
  10.     font-size: 13px;
  11.     background-color: #222222;
  12. }
  13.  
  14. thead {
  15.     font-size: 15px;
  16. }
  17.  
  18. .table > thead > tr > th {
  19.     border-bottom: none;
  20. }
  21.  
  22. .category-name, .category-name a {
  23.     color: #337ab7;
  24. }
  25.  
  26. .btn-danger {
  27.     background-color: #337ab7;
  28.     border-color: #2e6da4;
  29. }
  30.  
  31. .btn-danger:hover {
  32.     color: #fff;
  33.     background-color: #286090;
  34.     border-color: #204d74;
  35. }
  36.  
  37. #forum-top-nav {
  38.     background-color: #333;
  39. }
  40.  
  41. .topic-name a:visited {
  42.     color: #aaa;
  43. }
  44.  
  45. .light-bread-crumb a, .light-bread-crumb span {
  46.     display: inline-block;
  47.     padding: 3px 2px;
  48.     font-size: 14px;
  49. }
  50.  
  51. #follow-forum-btn {
  52.     color: #fff;
  53.     background-color: #5cb85c;
  54.     border-color: #4cae4c;
  55. }
  56.  
  57. #follow-forum-btn:hover {
  58.     color: #fff;
  59.     background-color: #449d44;
  60.     border-color: #398439;
  61. }
  62.  
  63. #replies {
  64.     background-color: transparent;
  65.     border: 0px;
  66.     box-shadow: none;
  67. }
  68.  
  69. #replies hr {
  70.     display: none;
  71. }
  72.  
  73. #replies .mb20 {
  74.     margin-bottom: 10px;
  75. }
  76.  
  77. #replies .row {
  78.     background-color: #fff;
  79.     padding: 20px;
  80.     border-radius: 4px;
  81. }
  82.  
  83. div.content-frame {
  84.     padding: 15px;
  85. }
  86.  
  87. .ml10.mr10 {
  88.     color: #fff;
  89. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement