Advertisement
Guest User

Untitled

a guest
Feb 18th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. #body {
  2. position: fixed;
  3. left: 0;
  4. top: 0;
  5. overflow: hidden;
  6. width: 100%;
  7. height: 100%;
  8. background-image: url(mainBackground.jpg);
  9. background-size: cover;
  10. background-repeat: no-repeat;
  11. }
  12. #main{
  13. position:fixed;
  14. margin: 50px;
  15. width: 95%;
  16. height: 92%;
  17. overflow: hidden;
  18. padding: 12px 22px 22px 12px;
  19. border-radius: 20px 20px 20px 20px;
  20. background: rgba(28, 28, 28, 0.9);
  21. border-bottom: 5px solid rgba(100, 100, 100, 0.5);
  22. }
  23. #sidebar{
  24. float: left;
  25. background: rgba(28, 28, 28, 0.9);
  26. width: 170px;
  27. height: 89%;
  28. position: fixed;
  29. }
  30. .nav.nav-pills.nav-stacked{
  31. width: 170px;
  32. }
  33. #logo{
  34. height: 160px;
  35. width: 170px;
  36. padding: 30px 30px 25px 30px;
  37. margin: 0px 0px 5px 0px;
  38. border-bottom: 2px solid rgb(228,228,228);
  39. }
  40. #content{
  41. margin-left: 190px;
  42. margin-top: 60px;
  43. display: block;
  44. overflow: hidden;
  45. }
  46. input[type=submit]{
  47. position: absolute;
  48. width: 120px;
  49. height: 50px;
  50. background-color: #B9B9B9;
  51. color: black;
  52. top: 25px;
  53. right: 25px;
  54. border: none;
  55. border-radius: 15px 0px 15px 0px;
  56. }
  57. #panel{
  58. margin-top: 20px;
  59. border: 0px;
  60. }
  61. #panelHeading{
  62. background: rgba(00, 00, 00, 0.9);
  63. color: rgba(66,139,202, 1);
  64. border: 0px;
  65. }
  66. #editTicketButton{
  67. height: 60px;
  68. width: 130px;
  69. background-color: rgba(0,145,228, 0.7);
  70. color: white;
  71. border: none;
  72. border-radius: 27px / 15px;
  73. float: right;
  74. }
  75. #software{
  76. width: 200px;
  77. float: left;
  78. margin: 0px 20px 0px 0px;
  79. color: white;
  80. overflow: auto;
  81. }
  82. #activeSpecial{
  83. width: 200px;
  84. float: left;
  85. margin: 0px 20px 0px 0px;
  86. color: white;
  87. overflow: auto;
  88. }
  89. #problemDesc{
  90. width: 400px;
  91. float: left;
  92. margin: 0px 20px 0px 0px;
  93. color: white;
  94. overflow: auto;
  95. }
  96.  
  97. table.mainTables{
  98. width: 100%;
  99. display: table;
  100. margin: 20px 0 0 20px;
  101. margin-left:auto;
  102. margin-right:auto;
  103. }
  104. table.mainTables th {
  105. color: rgba(66,139,202, 1);
  106. background: rgba(00, 00, 00, 0.5);
  107. border-bottom:4px solid #9ea7af;
  108. border-right: 1px solid #ffffff;
  109. border-left: 1px solid #ffffff;
  110. border-top: 4px solid #ffffff;
  111. font-size:23px;
  112. font-weight: 100;
  113. padding:24px;
  114. text-align:center;
  115. }
  116. table.mainTables tr {
  117. border-bottom:1px solid #fefefe;
  118. border-left: 1px solid #ffffff;
  119. }
  120. table.mainTables td {
  121. background: rgba(28, 28, 28, 0.9);
  122. padding:10px;
  123. text-align:center;
  124. font-size:18px;
  125. border-right: 1px solid #ffffff;
  126. color:#FFFFFF;
  127. }
  128. table.mainTables tr:hover td {
  129. background:#4E5066;
  130. }
  131. label{
  132. display: inline-block;
  133. position: relative;
  134. Color: white;
  135. padding: 0px 30px 0px 30px;
  136. }
  137. #newCall label{
  138. display: inline-block;
  139. position: relative;
  140. Color: white;
  141. padding: 40px 30px 0px 30px;
  142.  
  143. }
  144. /* old, probs update */
  145. #newCall input[type="number"]{
  146. float: right;
  147. background-color: #3b4148;
  148. position: relative;
  149. color: #a9a9a9;
  150. padding-left: 20px;
  151. width: 60px;
  152. height: 50px;
  153. border: none;
  154. top: 40px;
  155. font-size: 16px;
  156. }
  157.  
  158. #nameEmployee.input{
  159. position: relative;
  160. }
  161. #Hardware input{
  162. position: relative;
  163. }
  164. #Software input{
  165. position: relative;
  166. }
  167. #numberTickets{
  168. position: relative;
  169. }
  170. #cancel{
  171. position: sticky;
  172. width: 120px;
  173. height: 50px;
  174. background-color: rgba(0,145,228, 0.4);
  175. color: rgb(255,255,255);
  176. top: 90vh;
  177. float: right;
  178. border: none;
  179. border-radius: 15px 0px 15px 0px;
  180. }
  181. #proceed{
  182. position: relative;
  183. width: 120px;
  184. height: 50px;
  185. margin-top: 45vh;
  186. background-color: rgba(0,145,228, 0.4);
  187. color: rgb(255,255,255);
  188. float: right;
  189. }
  190. .ticketDIV{
  191. position: relative;
  192. margin-left: 5%;
  193. padding: 18px;
  194. float:left;
  195. width:40%;
  196. height:70vh;
  197. border-style: solid;
  198. border-color: silver;
  199. border-width: 1px 1px 3px 1px;
  200. }
  201. textarea{
  202. float: right;
  203. left: -5%;
  204. resize: none;
  205. height: 200px;
  206. width: 300px;
  207. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement