Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.14 KB | None | 0 0
  1. /*<IPS_IMPORT_BLOCK>
  2. DO NOT REMOVE OR ALTER THIS PLEASE. IT IS REMOVED AUTOMATICALLY BY THE IMPORT ROUTINE.
  3. <css_position>1</css_position>
  4. <css_app>tracker</css_app>
  5. <css_app_hide>1</css_app_hide>
  6. <css_attributes>title="Main" media="screen"</css_attributes>
  7. </IPS_IMPORT_BLOCK>*/
  8.  
  9. /* New Classes for 2.1 */
  10. .smallMargin_right { margin-right: 5px; }
  11. .topMarginHeader{ margin-top: 7px; }
  12. .thumbsUp, .thumbsUp:hover { color: green; }
  13. .thumbsDown, .thumbsDown:hover { color: red; }
  14. .width100 { width: 100%; }
  15. .thumbsUp, .thumbsDown { text-decoration: none; }
  16. ul.pagination { padding: 10px; }
  17. .post_body { margin: 0 !important; padding-top: 0 !important; }
  18. .post_body .post { font-size: inherit; }
  19. .col_f_views, .col_m_replies { width: 120px !important; }
  20. .reset_cursor { cursor: default; }
  21.  
  22. tr.project td span.p_edit {
  23. opacity: 0.25;
  24. -moz-opacity: 0.25;
  25. -webkit-opacity: 0.25;
  26. -webkit-transition: all 0.2s ease-in-out;
  27. -moz-trasnsition: all 0.2s ease-in-out;
  28. }
  29.  
  30. tr.project:hover td span.p_edit {
  31. opacity: 1.0;
  32. -moz-opacity: 1.0;
  33. -webkit-opacity: 1.0;
  34. -webkit-transition: all 0.2s ease-in-out;
  35. -moz-trasnsition: all 0.2s ease-in-out;
  36. }
  37.  
  38. /* Confirmations */
  39. span.ipsBadge_green.tracker {
  40. -moz-border-radius: 4px 0 0 4px;
  41. -webkit-border-radius: 4px 0 0 4px;
  42. border-radius: 4px 0 0 4px;
  43. border-right: 0;
  44. }
  45.  
  46. span.ipsBadge_red.tracker {
  47. -moz-border-radius: 0 4px 4px 0;
  48. -webkit-border-radius: 0 4px 4px 0;
  49. border-radius: 0 4px 4px 0;
  50. border-left: 0;
  51. }
  52.  
  53. span.ipsBadge_red.tracker,
  54. span.ipsBadge_green.tracker {
  55. margin: 0;
  56. padding: 0;
  57. text-align: center;
  58. min-width: 20%;
  59. max-width: 80%;
  60. }
  61.  
  62. .trackerPostBody { margin-left: 150px; position: relative; }
  63. .trackerPostBody ul.post_controls { position: absolute; bottom: 0; right: 10px; clear: none; padding: 0; margin: 0; }
  64. .trackerPostBody.post_block { border-bottom: none; }
  65.  
  66. .ipsLayout_withright.tracker {
  67. padding-right: 260px !important;
  68. }
  69.  
  70. .ipsLayout_right.tracker {
  71. width: 241px;
  72. margin-right: -251px;
  73. }
  74.  
  75. .trackerSideFix {
  76. background: transparent;
  77. border: none;
  78. width: 100%;
  79. padding: 0;
  80. }
  81.  
  82. .trackerSideBlock {
  83. background: #F7FBFC;
  84. border: 1px solid #dbe4ef;
  85. }
  86. .trackerSideBlock h3 {
  87. font: normal 14px 'Helvetica Neue', helvetica, arial, sans-serif;
  88. color: #204066;
  89. padding: 5px 10px;
  90. background: #DBE2EC;
  91. margin: 0;
  92. }
  93.  
  94. .trackerSideBlock h3 img {
  95. margin-right: 5px;
  96. margin-top: -5px;
  97. }
  98.  
  99. .trackerSideBlock h3 .mod_links { opacity: 0.0; }
  100. .trackerSideBlock h3:hover .mod_links { opacity: 1; }
  101.  
  102. .trackerFirstPost {
  103. width: 100%;
  104. }
  105.  
  106. .issueInfo {
  107. padding: 5px;
  108. overflow-x: auto;
  109. overflow-y: hidden;
  110. }
  111.  
  112. .issueInfo li {
  113. min-height: 23px;
  114. padding-top: 5px;
  115. padding-bottom: 5px;
  116. border-bottom: 1px solid #D6E2EB;
  117. width: 100%;
  118. }
  119.  
  120. .issueInfo li p { margin-left: 45%; }
  121. .issueInfo li p.dropdown { margin-left: 0; float: right; width: 54%; text-align: left; }
  122. .issueInfo li p.dropdown select { margin-top: -2px; }
  123.  
  124. /* Dropdown widths */
  125. .issueInfo li p.dropdown .input_text {
  126. padding: 2px;
  127. margin-top: -1px;
  128. }
  129.  
  130. /* Dont have last one with big padding or border */
  131. .issueInfo li:last-child {
  132. padding-bottom: 3px;
  133. border-bottom: none;
  134. }
  135.  
  136. .issueInfo li label {
  137. display: block;
  138. float: left;
  139. text-align: left;
  140. width: 40%;
  141. font-weight: bold;
  142. margin-top: 5px;
  143. margin-left: 3px;
  144. margin-right: 10px;
  145. }
  146.  
  147. .sev_full {
  148. padding: 2px;
  149. border-radius: 3px;
  150. -moz-border-radius: 3px;
  151. -webkit-border-radius: 3px;
  152. }
  153.  
  154. .ipsComment_author {
  155. width: 120px;
  156. padding-right: 20px;
  157. }
  158.  
  159. .ipsComment {
  160. margin-bottom: 15px;
  161. }
  162.  
  163. .trackerFeedStory {
  164. font-size: 0.85em;
  165. margin-left: 130px;
  166. }
  167. .trackerFeedStory a.ipsUserPhotoLink img {
  168. float: left;
  169. margin-top: -5px;
  170. margin-right: 5px;
  171. }
  172.  
  173. .trackerFeedStory .trackerFeedImage {
  174. margin-top: -4px;
  175. margin-left: 5px;
  176. opacity: 0.2;
  177. -moz-opacity: 0.2;
  178. -webkit-opacity: 0.2;
  179. -webkit-transition: all 0.2s ease-in-out;
  180. -moz-trasnsition: all 0.2s ease-in-out;
  181. }
  182.  
  183. .trackerFeedStory:hover .trackerFeedImage,
  184. .trackerFeedImage:hover {
  185. opacity: 0.8;
  186. -moz-opacity: 0.8;
  187. -webkit-opacity: 0.8;
  188. -webkit-transition: all 0.2s ease-in-out;
  189. -moz-trasnsition: all 0.2s ease-in-out;
  190. }
  191.  
  192. /* Delete feed for terabyte.. */
  193. .trackerFeedStory a.remove {
  194. opacity: 0.1;
  195. -moz-opacity: 0.1;
  196. -webkit-opacity: 0.1;
  197. -webkit-transition: all 0.2s ease-in-out;
  198. -moz-trasnsition: all 0.2s ease-in-out;
  199. padding: 3px !important;
  200. margin-left: 3px;
  201. font-size: 0.7em !important;
  202. height: auto !important;
  203. line-height: normal !important;
  204. }
  205.  
  206. .trackerFeedStory:hover a.remove {
  207. opacity: 1.0;
  208. -moz-opacity: 1.0;
  209. -webkit-opacity: 1.0;
  210. -webkit-transition: all 0.2s ease-in-out;
  211. -moz-trasnsition: all 0.2s ease-in-out;
  212. }
  213.  
  214. /* Buttons opacity */
  215. .trackerButtonsHidden {
  216. opacity: 0.3;
  217. -moz-opacity: 0.3;
  218. -webkit-opacity: 0.3;
  219. -webkit-transition: all 0.2s ease-in-out;
  220. -moz-transition: all 0.2s ease-in-out;
  221. margin-right: 15px;
  222. }
  223.  
  224. .trackerButtonsHidden:hover {
  225. opacity: 1.0;
  226. -moz-opacity: 1.0;
  227. -webkit-opacity: 1.0;
  228. -webkit-transition: all 0.2s ease-in-out;
  229. -moz-transition: all 0.2s ease-in-out;
  230. }
  231.  
  232. /* Dropdowns */
  233. .trackerDropdown {
  234. width: 230px;
  235. margin-right: -235px;
  236. margin-top: 10px;
  237. }
  238.  
  239. .trackerDropdown li {
  240. padding-bottom: 5px;
  241. }
  242.  
  243. .trackerDropdown li label {
  244. float: left;
  245. margin-top: 2px;
  246. margin-right: 10px;
  247. width: 60px;
  248. text-align: right;
  249. font-weight: bold;
  250. }
  251.  
  252. .tracker_withDropdown {
  253. padding-right: 230px;
  254. }
  255.  
  256. /* Common */
  257. .no_overflow { overflow: hidden !important; }
  258. .draghandle { cursor: move; }
  259.  
  260. table.tracker_table a {
  261. text-decoration: none;
  262. }
  263.  
  264. table.tracker_table a:hover {
  265. text-decoration: underline;
  266. }
  267.  
  268. table.tracker_table { font-size: 0.9em; }
  269.  
  270. /* Versions */
  271. div.tracker_popup span.version_types span {
  272. background: #6A6A6A;
  273. color: white;
  274. padding: 4px;
  275. border-radius: 3px;
  276. -webkit-border-radius: 3px;
  277. -moz-border-radius: 3px;
  278. }
  279.  
  280. /* Inner popup */
  281. div.tracker_popup.info {
  282. background: grey url(../../style_images/master/opacity50.png);
  283. -webkit-box-shadow: 2px 5px 10px grey;
  284. -moz-box-shadow: 2px 5px 10px grey;
  285. box-shadow: 2px 5px 10px grey;
  286. }
  287.  
  288. div.tracker_popup_attach {
  289. width: 20px;
  290. background: black;
  291. height: 10px;
  292. position: absolute;
  293. top: -9px;
  294. }
  295.  
  296. div.tracker_popup_attach.top {
  297. background: transparent url(../../style_images/master/tracker/arrow_top.png);
  298. }
  299.  
  300. /* Popup */
  301. div.tracker_popup {
  302. position: fixed;
  303. z-index: 999;
  304. background: transparent url(../../style_images/master/opacity50.png);
  305. padding: 3px;
  306. -webkit-border-radius: 5px;
  307. -moz-border-radius: 5px;
  308. border-radius: 5px;
  309. -webkit-box-shadow: 0px 5px 10px black;
  310. -moz-box-shadow: 0px 5px 10px black;
  311. box-shadow: 0px 5px 10px black;
  312. }
  313.  
  314. div.tracker_popup div.tracker_inner {
  315. background: white;
  316. -webkit-border-radius: 5px;
  317. -moz-border-radius: 5px;
  318. border-radius: 5px;
  319. }
  320.  
  321. div.tracker_popup div.popup_wrap {
  322. padding: 10px;
  323. padding-bottom: 0;
  324. overflow-y: auto;
  325. -webkit-border-radius: 5px;
  326. -moz-border-radius: 5px;
  327. border-radius: 5px;
  328.  
  329. }
  330.  
  331. div.tracker_popup li.cat h4 {
  332. font-size: 1.2em;
  333. font-weight: bold;
  334. border-bottom: 1px solid black;
  335. margin-bottom: 7px;
  336. }
  337.  
  338. div.tracker_popup div.close_popup {
  339. cursor: pointer;
  340. }
  341.  
  342. div.tracker_popup ul.errors {
  343. list-style: square;
  344. margin-left: 40px;
  345. margin-top: 7px;
  346. }
  347.  
  348. div.tracker_popup ul.menu {
  349. background: #DEE6ED;
  350. margin: -10px;
  351. margin-bottom: 15px;
  352. display: block;
  353. border-bottom: 1px solid #ccc;
  354. height: 34px;
  355. max-height: 34px;
  356. }
  357. div.tracker_popup ul.menu li:first-child {
  358. margin-left: 10px;
  359. }
  360.  
  361. div.tracker_popup ul.menu li {
  362. width: auto;
  363. padding: 10px;
  364. margin-top: 3px;
  365. float: left;
  366. cursor: pointer;
  367. }
  368.  
  369. div.tracker_popup ul.menu li.save,
  370. div.tracker_popup ul.menu li.button {
  371. float: right;
  372. padding: 4px;
  373. color: white;
  374. border-radius: 4px;
  375. -webkit-border-radius: 4px;
  376. -moz-border-radius: 4px;
  377. width: auto;
  378. margin-right: 10px;
  379. margin-top: 6px;
  380. background: #CE3C92; /* old browsers */
  381. background: -moz-linear-gradient(top, #CE3C92 0%, #AB156D 100%); /* firefox */
  382. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CE3C92), color-stop(100%,#AB156D)); /* webkit */
  383. color: #fff;
  384. text-shadow: -1px -1px 0 #97115f;
  385. border-color: #9d1263;
  386. font-size: 0.9em;
  387. }
  388.  
  389. div.tracker_popup ul.menu li.active {
  390. font-weight: bold;
  391. text-align: center;
  392. background-color: #F1F4F7;
  393. border: 1px solid #ccc;
  394. border-bottom: none;
  395. height: 11px;
  396. max-height: 11px;
  397. padding-top: 8px;
  398. margin-top: 5px;
  399. cursor: default;
  400. }
  401.  
  402. div#tracker_overlay {
  403. position: absolute;
  404. width: 100%;
  405. height: 100%;
  406. top: 0;
  407. left: 0;
  408. background: black;
  409. z-index: 998;
  410. }
  411.  
  412. ul.popup_buttons {
  413. float: right;
  414. }
  415.  
  416. .popup_buttons li,
  417. .popup_buttons a {
  418. padding: 4px;
  419. color: white;
  420. cursor: pointer;
  421. background: #528F6C;
  422. border-radius: 4px;
  423. -webkit-border-radius: 3px;
  424. -moz-border-radius: 3px;
  425. margin-left: 5px;
  426. text-decoration: none;
  427. }
  428.  
  429. .popup_buttons li.disabled, .popup_buttons a.disabled { background: grey; cursor: default; }
  430. .popup_buttons a:hover { text-decoration: none !important; }
  431.  
  432. .popup_buttons li.cancel_button, .popup_buttons a.cancel_button {
  433. background: #DB6E6E;
  434. }
  435.  
  436. tr.double_pad th,
  437. tr.double_pad td {
  438. padding: 10px;
  439. }
  440.  
  441. tr.single_pad th,
  442. tr.single_pad td {
  443. padding: 5px;
  444. }
  445.  
  446. tr.light td { background: #EEF3F8; border-bottom: 2px solid white; }
  447. tr.dark td { background: #E4EBF2; border-bottom: 2px solid white; }
  448.  
  449. .logged_in { z-index: 6 !important; }
  450. #search { z-index: 5 !important; }
  451.  
  452. p.description { font-size: 0.9em; }
  453.  
  454. /* Issue overlay */
  455. div.issue_overlay {
  456. text-align: center;
  457. margin: 0 auto;
  458. z-index: 999;
  459. }
  460.  
  461. /* Severities */
  462. td.severity_1, td.severity_2, td.severity_3, td.severity_4, td.severity_5 {
  463. width: 0.75% !important;
  464. max-width: 0.75% !important;
  465. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement