Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.22 KB | None | 0 0
  1. /* @import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"; */
  2. body {
  3. font-family: 'Calibri', sans-serif;
  4. /* background: #fafafa; */
  5. }
  6. /*
  7. body {
  8. background:url(../img/1.jpg) no-repeat;
  9. padding-top:100px;
  10. background-size:cover;
  11. background-attachment: fixed;
  12. } */
  13.  
  14. /* p {
  15. font-size: 1.1em;
  16. font-weight: 300;
  17. line-height: 1.7em;
  18. color: #999;
  19. } */
  20.  
  21. a,
  22. a:hover,
  23. a:focus {
  24. color: inherit;
  25. text-decoration: none;
  26. transition: all 0.3s;
  27. }
  28.  
  29. .navbar {
  30. padding: 15px 10px;
  31. background: #fff;
  32. border: none;
  33. border-radius: 0;
  34. margin-bottom: 20px;
  35. box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  36. }
  37.  
  38. .navbar-btn {
  39. box-shadow: none;
  40. outline: none !important;
  41. border: none;
  42. }
  43.  
  44. .line {
  45. width: 100%;
  46. height: 1px;
  47. border-bottom: 1px dashed #ddd;
  48. margin: 20px 0;
  49. }
  50.  
  51. /* ---------------------------------------------------
  52. SIDEBAR STYLE
  53. ----------------------------------------------------- */
  54.  
  55. #sidebar {
  56. width: 250px;
  57. position: fixed;
  58. top: 0;
  59. left: -250px;
  60. height: 100vh;
  61. z-index: 999;
  62. /* background: #7386D5; */
  63. background: #212529;
  64. color: #fff;
  65. transition: all 0.3s;
  66. overflow-y: scroll;
  67. box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  68. z-index: 1040;
  69. }
  70.  
  71. #sidebar.active {
  72. left: 0;
  73. }
  74.  
  75. #dismiss {
  76. width: 35px;
  77. height: 35px;
  78. line-height: 35px;
  79. text-align: center;
  80. /* background: #7386D5; */
  81. position: absolute;
  82. top: 10px;
  83. right: 10px;
  84. cursor: pointer;
  85. -webkit-transition: all 0.3s;
  86. -o-transition: all 0.3s;
  87. transition: all 0.3s;
  88. }
  89.  
  90. #dismiss:hover {
  91. background: #fff;
  92. color: rgba(0, 0, 0, 0.7);
  93. }
  94.  
  95. .overlay {
  96. display: none;
  97. position: fixed;
  98. width: 100vw;
  99. height: 100vh;
  100. background: rgba(0, 0, 0, 0.7);
  101. z-index: 998;
  102. opacity: 0;
  103. transition: all 0.5s ease-in-out;
  104. }
  105. .overlay.active {
  106. display: block;
  107. opacity: 1;
  108. }
  109.  
  110. #sidebar .sidebar-header {
  111. /* margin-top: 70px; */
  112. padding: 20px;
  113. background: #F05624;
  114. }
  115.  
  116. /* #sidebar ul.components {
  117. padding: 20px 0;
  118. border-bottom: 1px solid #47748b;
  119. } */
  120.  
  121. #sidebar ul p {
  122. color: #fff;
  123. padding: 10px;
  124. }
  125.  
  126. #sidebar ul li a {
  127. padding: 10px;
  128. font-size: 1.1em;
  129. display: block;
  130. }
  131.  
  132. #sidebar ul li a:hover {
  133. color: rgba(232, 77, 34, 1);
  134. /* background: #fff; */
  135. }
  136.  
  137. #sidebar ul li.active>a,
  138. a[aria-expanded="true"] {
  139. color: #fff;
  140. /* background: #6d7fcc; */
  141. }
  142.  
  143. a[data-toggle="collapse"] {
  144. position: relative;
  145. }
  146.  
  147. .dropdown-toggle::after {
  148. display: block;
  149. position: absolute;
  150. top: 50%;
  151. right: 20px;
  152. transform: translateY(-50%);
  153. }
  154.  
  155. ul ul a {
  156. font-size: 0.9em !important;
  157. padding-left: 30px !important;
  158. /* background: #6d7fcc; */
  159. }
  160.  
  161. ul.CTAs {
  162. padding: 20px;
  163. }
  164.  
  165. ul.CTAs a {
  166. text-align: center;
  167. font-size: 0.9em !important;
  168. display: block;
  169. border-radius: 5px;
  170. margin-bottom: 5px;
  171. }
  172.  
  173. a.download {
  174. background: #fff;
  175. color: #7386D5;
  176. }
  177.  
  178. a.article,
  179. a.article:hover {
  180. background: #6d7fcc !important;
  181. color: #fff !important;
  182. }
  183.  
  184. /* ---------------------------------------------------
  185. CONTENT STYLE
  186. ----------------------------------------------------- */
  187.  
  188. #content {
  189. width: 100%;
  190. padding: 2px;
  191. min-height: 100vh;
  192. transition: all 0.3s;
  193. position: absolute;
  194. top: 0;
  195. right: 0;
  196. /* margin-top: 3.5rem; */
  197. padding-top: 4.5rem;
  198. }
  199.  
  200. .btn-menuslide {
  201. color: #fff;
  202. background-color: rgba(232, 77, 34, 1);
  203. border-color: rgba(232, 77, 34, 1);
  204. }
  205.  
  206. .btn-menuslide:hover {
  207. color: #fff;
  208. background-color: rgba(232, 77, 34, 1);
  209. border-color: rgba(232, 77, 34, 1);
  210. }
  211.  
  212. .btn-menuslide:not(:disabled):not(.disabled).active, .btn-menuslide:not(:disabled):not(.disabled):active, .show>.btn-menuslide.dropdown-toggle {
  213. color: #212529;
  214. background-color: rgba(232, 77, 34, 1);
  215. border-color: rgba(232, 77, 34, 1);
  216. }
  217.  
  218. .tbl {
  219. padding-right: 10px;
  220. padding-left: 10px;
  221. }
  222.  
  223. .customerblock {
  224. margin-bottom:10px;
  225. border: 1px solid red;
  226. }
  227. /* .customerblock:hover { */
  228. /* background-color: #fff; */
  229. /* background: linear-gradient(to right, rgb(168, 168, 168), rgb(167, 167, 167)); */
  230. /* border: 1px solid #212529; */
  231. /* } */
  232.  
  233. .card-ul {
  234. margin-left: -10px;
  235. list-style-type: none; /* Квадратные маркеры */
  236. }
  237.  
  238. .l-order {
  239. font-size: 0.9rem;
  240. /* border: 1px solid #afafaf; */
  241. /* border-bottom: none; */
  242. /* margin-bottom: 5px; */
  243. }
  244.  
  245. /* .l-order:nth-of-type(odd) {
  246. background: rgba(185, 185, 185, 0.1);
  247. }
  248.  
  249. .l-order:nth-of-type(even) {
  250. background: rgba(185, 185, 185, 0.3);
  251. } */
  252.  
  253.  
  254. .l-order-two {
  255. background: rgba(185, 185, 185, 0.2);
  256. }
  257.  
  258. .l-order:hover {
  259. transition: 1s;
  260. background: rgba(185, 185, 185, 0.6);
  261. color: #212529;
  262. }
  263.  
  264. .tblrow {
  265. border-bottom: 1px solid #afafaf;
  266. }
  267.  
  268. .tblrow:hover {
  269. background: rgba(150, 150, 150, 0.5);
  270. color: #212529;
  271. }
  272.  
  273. .list-group-horizontal-xl .list-group-item {
  274. padding: 2px 8px 2px;
  275. }
  276.  
  277. .card .card-title {
  278. font-size: 1.1em;
  279. margin-bottom: 0.1rem;
  280. font-weight: bold;
  281. padding-top: 0.2em;
  282. padding-bottom: 0.2em;
  283. padding-left: 0.2em
  284. }
  285.  
  286. .card .card-body {
  287. padding: 2px 8px 2px;
  288. }
  289. .card p {
  290. margin-bottom: 0;
  291. padding-left: 0.4em;
  292. }
  293.  
  294. .peity {
  295. margin-left: 15px;
  296. }
  297.  
  298. .card i {
  299. padding-left: 1em;
  300. padding-bottom: 0.3em;
  301. }
  302.  
  303. .card .progress {
  304. margin-bottom: 5px
  305. }
  306.  
  307.  
  308. .container-fluid {
  309. padding:0px
  310. }
  311. .lines {
  312. font-family: 'Calibri', sans-serif;
  313. font-size: 1rem;
  314. font-weight: 400;
  315. line-height: 1.3;
  316. color: #212529;
  317. text-align: left;
  318. display: grid;
  319. grid-template-columns: 50px max-content minmax(150px, 250px) minmax(300px, auto) max-content max-content min-content;
  320. }
  321.  
  322. .lines .status {
  323. // background-color: aquamarine
  324. }
  325. .lines .date {
  326. // background-color: burlywood;
  327. text-align: right
  328. }
  329. .lines .customer {
  330. // background-color: beige;
  331. white-space: nowrap; /* Запрещаем перенос строк */
  332. overflow: hidden; /* Обрезаем все, что не помещается в область */
  333. text-overflow: ellipsis; /* Добавляем многоточие */
  334. }
  335. .lines .ordername {
  336. white-space: nowrap; /* Запрещаем перенос строк */
  337. overflow: hidden; /* Обрезаем все, что не помещается в область */
  338. text-overflow: ellipsis; /* Добавляем многоточие */
  339. }
  340. .lines .quantity {
  341. // background-color: cadetblue;
  342. }
  343. .lines .ordernum {
  344. // background-color:chocolate;
  345. }
  346. .lines .officenote {
  347. white-space: nowrap
  348. }
  349.  
  350. .lines * {
  351. border-bottom: 1px solid #afafaf;
  352. padding: 0px 3px 0px 3px
  353. }
  354. a {
  355. /* color: #F05624; */
  356. text-decoration: none;
  357. }
  358. a:link {
  359. text-decoration: none;
  360. }
  361.  
  362. a:visited {
  363. text-decoration: none;
  364. }
  365.  
  366. a:hover {
  367. text-decoration: none;
  368. }
  369.  
  370. a:active {
  371. text-decoration: none;
  372. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement