main.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. @import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
  2. body {
  3. background-image: url("/img/light-board-1.jpg");
  4. /*margin-bottom: 70px;*/
  5. }
  6. /*.navbar {*/
  7. /*height: 60px;*/
  8. /*border-radius: 0px;*/
  9. /*!*background-image: url("/img/8-temnyy-fon-tkani.png");*!*/
  10. /*}*/
  11. nav {
  12. margin-bottom: 15px;
  13. }
  14. .login {
  15. display: inline-block;
  16. }
  17. .login > li > a {
  18. color: lightgrey;
  19. }
  20. .login li > a:hover {
  21. display: block;
  22. color: whitesmoke;
  23. background-color: #2f2f2f;
  24. }
  25. .dropdown:hover > .dropdown-menu {
  26. display: block;
  27. }
  28. .logo {
  29. font-family: 'Raleway', sans-serif;
  30. position: absolute;
  31. padding: 5px;
  32. float: left;
  33. min-width: 120px;
  34. }
  35. #btn_add {
  36. width: 40px;
  37. overflow: hidden;
  38. text-align: right;
  39. color: transparent;
  40. }
  41. #btn_add:hover {
  42. width: auto;
  43. color: whitesmoke;
  44. }
  45. #btn_add > span {
  46. color: whitesmoke;
  47. }
  48. #btn_add > span:after {
  49. content: ' ';
  50. margin-left: 5px;
  51. }
  52. .logo a {
  53. width: 120px;
  54. float: left;
  55. left: 20px;
  56. font-size: 1.4em;
  57. font-weight: 600;
  58. color: whitesmoke;
  59. }
  60. #footer a {
  61. font-size: 15px !important;
  62. }
  63. /*--------------------------------------------------------*/
  64. .hero-bkg-animated {
  65. background: whitesmoke url("/img/geometry2.png") repeat 0 0;
  66. /*background: whitesmoke url("https://webfon.top/wp-content/uploads/2017/10/tools.png") repeat 0 0;*/
  67. width: 100%;
  68. margin: 0;
  69. text-align: center;
  70. /*height: 300px;*/
  71. /*padding-top: 60px;*/
  72. box-sizing: border-box;
  73. -webkit-animation: slide 20s linear infinite;
  74. }
  75. @-webkit-keyframes slide {
  76. from {
  77. background-position: 0 0;
  78. }
  79. to {
  80. background-position: -400px 0;
  81. }
  82. }
  83. /*--------------------------------------------------------*/
  84. footer {
  85. background-color: #efefef;
  86. padding: 15px;
  87. border-top: solid 1px grey;
  88. border-bottom: solid 1px grey;
  89. clear: both;
  90. position: fixed;
  91. bottom: 0;
  92. width: 100%;
  93. z-index: 100;
  94. }
  95. /*--------------------------------------------------------*/
  96. /*SIDEBAR*/
  97. .list-links li {
  98. border-top: 1px dotted #d4d4d4;
  99. padding: 10px 10px 10px;
  100. border-bottom: 1px dotted #d4d4d4;
  101. list-style: none;
  102. margin: 0px;
  103. }
  104. .sidebar-box {
  105. background: #fff;
  106. box-shadow: 0 0 .5px 0 rgba(50, 50, 50, 0.95);
  107. }
  108. .sidebar-box ul {
  109. margin: 0px;
  110. padding: 0px;
  111. }
  112. .sidebar-box ul a {
  113. font-size: 16px;
  114. letter-spacing: 1px;
  115. color: #000;
  116. }
  117. .sidebar-box li:hover {
  118. background: #e2e2e2;
  119. box-shadow: 0px 0px .5px 0px rgba(50, 50, 50, 0.95);
  120. }
  121. .sidebar-box ul a:hover {
  122. list-style: none;
  123. text-decoration: none;
  124. }
  125. /*END -> SIDEBAR*/
  126. /*--------------------------------------------------------*/