cssNamedFlows.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. /*
  2. * Copyright (C) 2012 Adobe Systems Incorporated. All rights reserved.
  3. *
  4. * Redistribution and use in source and binary forms, with or without
  5. * modification, are permitted provided that the following conditions
  6. * are met:
  7. *
  8. * 1. Redistributions of source code must retain the above
  9. * copyright notice, this list of conditions and the following
  10. * disclaimer.
  11. * 2. Redistributions in binary form must reproduce the above
  12. * copyright notice, this list of conditions and the following
  13. * disclaimer in the documentation and/or other materials
  14. * provided with the distribution.
  15. *
  16. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  17. * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  18. * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  19. * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  20. * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
  21. * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  22. * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  23. * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  24. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  25. * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  26. * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  27. * OF THE POSSIBILITY OF SUCH DAMAGE.
  28. */
  29. .css-named-flow-collections-view .split-view-sidebar {
  30. overflow-x: hidden;
  31. }
  32. .css-named-flow-collections-view .tabbed-pane-header {
  33. background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(236, 236, 236)), to(rgb(217, 217, 217)));
  34. }
  35. .css-named-flow-collections-view .info {
  36. font-style: italic;
  37. font-size: 10px;
  38. margin-top: -5px;
  39. position: absolute;
  40. top: 50%;
  41. text-align: center;
  42. width: 100%;
  43. }
  44. .css-named-flow-collections-view .split-view-sidebar .sidebar-content {
  45. bottom: 0;
  46. left: 0;
  47. padding: 0;
  48. position: absolute;
  49. right: 0;
  50. top: 23px;
  51. }
  52. .css-named-flow-collections-view .split-view-sidebar .selection {
  53. margin-left: -12px;
  54. z-index: 0;
  55. }
  56. .css-named-flow-collections-view .split-view-contents .title {
  57. position: relative;
  58. }
  59. .css-named-flow-collections-view .split-view-sidebar .named-flow-overflow::before,
  60. .css-named-flow-collections-view .region-empty:before,
  61. .css-named-flow-collections-view .region-fit::before,
  62. .css-named-flow-collections-view .region-overset::before {
  63. cursor: default;
  64. float: left;
  65. height: 10px;
  66. margin-top: 1px;
  67. opacity: 0.75;
  68. position: relative;
  69. vertical-align: middle;
  70. z-index: 1;
  71. }
  72. .css-named-flow-collections-view .split-view-sidebar .named-flow-overflow::before {
  73. content: url(Images/namedFlowOverflow.png);
  74. margin: 2px 3px 0 -13px;
  75. }
  76. .css-named-flow-collections-view .region-empty::before {
  77. content: url(Images/regionEmpty.png);
  78. }
  79. .css-named-flow-collections-view .region-fit::before {
  80. content: url(Images/regionFit.png);
  81. }
  82. .css-named-flow-collections-view .region-overset::before {
  83. content: url(Images/regionOverset.png);
  84. }
  85. .css-named-flow-collections-view .split-view-contents .named-flow-element {
  86. margin: 0 0 0 -24px;
  87. }