Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.56 KB | None | 0 0
  1. body {
  2. background: #c0c0c0;
  3. color: #FC6400;
  4. margin: 0 auto;
  5. }
  6. .nav { /* The bar with home button */
  7. clear: both;
  8. padding: 0.5em 0.75em;
  9. -moz-box-shadow: 0 0 3px 1px #aaaaaa;
  10. -webkit-box-shadow: 0 0 3px 1px #eaeaea;
  11. box-shadow: 0 0 3px 1px #66fcf1;
  12. zoom: 1;
  13. background-color: #2e151b;
  14. }
  15. .pagination { /* Items found and page bar customisations */
  16. border-top: 0;
  17. margin: 0;
  18. padding: 0.3em 0.2em;
  19. text-align: center;
  20. -moz-box-shadow: 0 0 3px 1px #AAAAAA;
  21. -webkit-box-shadow: 0 0 3px 1px #AAAAAA;
  22. box-shadow: 0 0 3px 1px #66fcf1;
  23. background-color: #2e151b;
  24. min-height: 20px;
  25. }
  26. .searchHeader { /* Tour ref bar */
  27. border-top: 0;
  28. margin: 0;
  29. padding: 0.3em 0.2em;
  30. text-align: center;
  31. -moz-box-shadow: 0 0 3px 1px #AAAAAA;
  32. -webkit-box-shadow: 0 0 3px 1px #AAAAAA;
  33. box-shadow: 0 0 3px 1px #66fcf1;
  34. background-color: #2e151b;
  35. min-height: 20px;
  36. }
  37. .buttons input, .buttons a { /* Search button changes */
  38. font-size: 1em;
  39. background-color: #66fcf1;
  40. border: 0;
  41. color: #666666;
  42. cursor: pointer;
  43. display: inline-block;
  44. margin: 0 0.25em 0;
  45. overflow: visible;
  46. padding: 0.25em 0.7em;
  47. text-decoration: none;
  48. font-weight: normal;
  49. -moz-border-radius: 0.3em;
  50. -webkit-border-radius: 0.3em;
  51. border-radius: 0.3em;
  52. line-height: 1.5em;
  53. }
  54. .even { /* 1st,3rd, 5th etc result after you search color */
  55. background: #282828;
  56. }
  57. a:link, a:visited, a:hover { /* Font color change for Tour ref, Service city, Service Date, Action by, Reservation in Tray */
  58. color: #019fc6; /* Font options: #019fc6, #bd4007,#884bbf*/
  59. }
  60. th { /* 3rd bar on the page w/ Tour ref, client etc - color changes and shit */
  61. background-color: #b2d1ff;
  62. background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
  63. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2e151b), color-stop(1, #222222));
  64. filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#ffffff', EndColorStr = '#eaeaea');
  65. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eaeaea', GradientType=)";
  66. color: #e8eeee;
  67. font-weight: bold;
  68. line-height: 1.7em;
  69. }
  70. body { /* Background color of the body */
  71. background: #1f2833;
  72. color: #eae6e4;
  73. margin: 0 auto;
  74. background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
  75. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1f2833), color-stop(1, #222222)); /* Alternative color: #17464e ,#1e2e31, #232027*/
  76. }
  77. #dialogBox { /* Log details background color of the middle box */
  78. background-color: #1f2833;
  79. overflow: auto;
  80. }
  81. .footer { /* Log details background bottom bar color */
  82. background: #1f2833;
  83. color: #0c0101;
  84. clear: both;
  85. font-size: 0.8em;
  86. min-height: 1em;
  87. margin-top: 1em;
  88. padding-bottom: 1em;
  89. }
  90. .ui-widget-header { /* Log details background top bar color */
  91. border: 1px solid #66fcf1;
  92. background: #3e5067 url(t7nHHesJYxcjKAqbFqJ7guVYA6qchKoksG5r5oJLlmU.png) 50% 50% repeat-x;
  93. color: #fff3f3;
  94. font-weight: bold;
  95. }
  96. .odd { /* 2nd,4th, 6th etc result after you search color */
  97. background: #1f2833;
  98. }
  99. .sliderPanel {
  100. background-color: #2e151b;
  101. height: 30px;
  102. }
  103. .nav a:active, .nav a:visited { /* Home button font color*/
  104. color: #cd0a0a;
  105. }
  106. .buttons .delete, .buttons .edit, .buttons .save, .buttons .refresh, .buttons .print, .buttons .hotelBudget, .buttons .prices, .buttons .offer, .buttons .select, .buttons .upload, .buttons .custom, .buttons .search, .buttons .copy, .buttons .export, .buttons .add, .buttons .close, .buttons .resetExtra {
  107. background-position: 0.7em center;
  108. background-repeat: no-repeat;
  109. text-indent: 25px;
  110. border: 2px solid #2e151b;
  111. color: black;
  112. font-size: 10pt;
  113. vertical-align: top;
  114. }
  115. .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  116. font-family: Arial,Verdana,sans-serif;
  117. font-size: 1em;
  118. }
  119.  
  120. .disable-field { /* Font color change for log details page chaning Service Type, Action required, create date and time font color */
  121. pointer-events: none;
  122. background: transparent;
  123. -webkit-user-select: none;
  124. -moz-user-select: none;
  125. -ms-user-select: none;
  126. user-select: none;
  127. border: none;
  128. outline: none;
  129. display: inline-block;
  130. -webkit-appearance: none;
  131. -moz-appearance: none;
  132. appearance: none;
  133. cursor: pointer;
  134. padding: 0 !important;
  135. color: #cd0a0a;
  136. }
  137. .content h1 { /* Main page System, Reports etc color changes and borders */
  138. border-right-style: solid;
  139. border-color: #1f2833;
  140. border-left-style: solid;
  141. border-bottom: 3px solid #1f2833;
  142. margin: 0.8em 1em 1em;
  143. padding: 0 0.25em;
  144. border-top-style: solid;
  145. background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
  146. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2e151b), color-stop(1, #17464e));
  147. }
  148. div.mainMenu { /* Main menu borders and shit */
  149. padding-left: 20px;
  150. font-size: 12pt;
  151. list-style-type: none;
  152. line-height: 1.5;
  153. border-left-style: solid;
  154. border-bottom-style: solid;
  155. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2e151b), color-stop(1, #1f2833));
  156. border-color: #2e151b;
  157. border-right-style: solid;
  158. border-top-style: dashed;
  159. -moz-box-shadow: 0 0 3px 1px #AAAAAA;
  160. -webkit-box-shadow: 0 0 3px 1px #AAAAAA;
  161. box-shadow: 0 0 3px 1px #66fcf1;
  162. }
  163. .nav a { /* Buttons font color and borders i.e Create log, itinerary button etc */
  164. border-left-style: solid;
  165. color: #cd0a0a;
  166. display: block;
  167. padding: 0.25em 0.7em;
  168. text-decoration: none;
  169. -moz-border-radius: 0.3em;
  170. -webkit-border-radius: 0.3em;
  171. border-radius: 0.3em;
  172. border-top-style: solid;
  173. border-bottom-style: solid;
  174. border-right-style: solid;
  175. border-color: #495d75;
  176. }
  177. .tlHeader {
  178. padding: 5px 5px 0 5px;
  179. background-color: #1f2833;
  180. }
  181. table.intrayList tr.updated { /* Background color changes for when you select something and then go back to the original search page */
  182. background-color: #2e151b;
  183. color: white;
  184. }
  185. .historyViewer .ui-dialog-content { /* Background color for history pages */
  186. background-color: #1f2833;
  187. margin: 5px;
  188. }
  189. .historyAlt { /* Font color for history pages, originally blue */
  190. color: #04ff00d6;
  191. }
  192. .emailViewer .headerBox { /* Background color of the box with email details in the history pages */
  193. padding: 5px;
  194. background-color: #2e151b;
  195. }
  196. .bookingViewer th { /* Font color and background color for history page, underlying the parts with Service code, city etc */
  197. color: #cd0a0a;
  198. font-weight: bold;
  199. background: #2e151b;
  200. }
  201. .bookingViewer .alt { /* Another font color for the history page, no idea what it did change tho */
  202. color: #ff5200;
  203. }
  204. .ui-widget-content { /* General font color for the history pages when no modifications have been made and stuff like that */
  205. border: inherit;
  206. color: aliceblue;
  207. background: inherit;
  208. }
  209. label.bold { /* Underlying some things in the emails so that it can be easily noticed */
  210. font-weight: bold;
  211. border-bottom-style: solid;
  212. border-color: crimson;
  213. }
  214. table { /* 2 lines between the search bar and the items found bar */
  215. border-top: 1px solid #66fcf1;
  216. border-collapse: collapse;
  217. width: 100%;
  218. margin-bottom: 1em;
  219. }
  220. div.coord-details-box div { /* Colors, borders for the logs part when you press details */
  221. padding-left: 0 !important;
  222. line-height: 1;
  223. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2e151b), color-stop(1, #1f2833));
  224. -moz-box-shadow: 0 0 3px 1px #AAAAAA;
  225. -webkit-box-shadow: 0 0 3px 1px #AAAAAA;
  226. box-shadow: 0 0 3px 1px #66fcf1;
  227. }
  228. div.resHotel.frame, div.resService.frame {
  229. width: 1280px;
  230. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2e151b), color-stop(1, #1f2833));
  231. -moz-box-shadow: 0 0 3px 1px #AAAAAA;
  232. -webkit-box-shadow: 0 0 3px 1px #AAAAAA;
  233. box-shadow: 0 0 3px 1px #66fcf1;
  234. }
  235. h1 { /* Font color for things like the Searches, System, Reports, Customer Care list that you see on pages */
  236. color: #66fcf1;
  237. font-weight: bold;
  238. font-size: 1.25em;
  239. margin-bottom: 0.3em;
  240. }
  241. table.finalItinerary { /* First part of the FI, border color changes, size changes, font size change */
  242. margin-top: 1em;
  243. font-size: small;
  244. border-collapse: collapse;
  245. text-align: left;
  246. border-bottom: 1px solid black;
  247. min-width: 950px;
  248. width: 90%;
  249. }
  250. .coord-header { /* Customer care details page */
  251. background: rgba(161, 214, 167, 0.31);
  252. color: aliceblue;
  253. font-size: 1.0em;
  254. margin-top: 0.5em;
  255. line-height: 1.5rem;
  256. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2e151b), color-stop(1, #1f2833));
  257. -moz-box-shadow: 0 0 3px 1px #AAAAAA;
  258. -webkit-box-shadow: 0 0 3px 1px #AAAAAA;
  259. box-shadow: 0 0 3px 1px #66fcf1;
  260. }
  261. .coord-body .fieldLabelLong { /* Customer care details page */
  262. width: 14rem;
  263. font-weight: bold;
  264. padding-right: 0.5em;
  265. background-color: #66fcf1;
  266. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #667786), color-stop(1, #66fcf1));
  267. -moz-box-shadow: 0 0 3px 1px #AAAAAA;
  268. -webkit-box-shadow: 0 0 3px 1px #AAAAAA;
  269. box-shadow: 0 0 3px 1px #1f2833;
  270. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement