RulesStyleDetailsPanel.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. /*
  2. * Copyright (C) 2013 Apple Inc. 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. * 1. Redistributions of source code must retain the above copyright
  8. * notice, this list of conditions and the following disclaimer.
  9. * 2. Redistributions in binary form must reproduce the above copyright
  10. * notice, this list of conditions and the following disclaimer in the
  11. * documentation and/or other materials provided with the distribution.
  12. *
  13. * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
  14. * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
  15. * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  16. * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
  17. * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  18. * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  19. * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  20. * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  21. * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  22. * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  23. * THE POSSIBILITY OF SUCH DAMAGE.
  24. */
  25. .sidebar > .panel.details.css-style .rules .label {
  26. font-size: 11px;
  27. font-family: "Lucida Grande", sans-serif;
  28. color: rgb(60%, 60%, 60%);
  29. text-shadow: white 0 1px 0;
  30. padding: 0 10px;
  31. }
  32. .sidebar > .panel.details.css-style .rules .label .go-to-link {
  33. color: inherit !important;
  34. }
  35. .sidebar > .panel.details.css-style .rules .label + .style-declaration-section {
  36. margin-top: 5px;
  37. }
  38. .sidebar > .panel.details.css-style .rules .new-rule {
  39. font-size: 12px;
  40. font-family: "Lucida Grande", sans-serif;
  41. font-weight: bold;
  42. color: black;
  43. text-shadow: white 0 1px 0;
  44. padding: 5px 10px;
  45. margin-bottom: 8px;
  46. margin-top: -5px;
  47. opacity: 0.5;
  48. }
  49. .sidebar > .panel.details.css-style .rules .new-rule img {
  50. content: url(Images/Plus.pdf);
  51. width: 13px;
  52. height: 13px;
  53. vertical-align: -2px;
  54. margin-right: 6px;
  55. }
  56. .sidebar > .panel.details.css-style .rules .new-rule:hover {
  57. opacity: 0.6;
  58. }
  59. .sidebar > .panel.details.css-style .rules .new-rule:active {
  60. opacity: 0.7;
  61. }