main.css 2.8 KB

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