Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

159 rindas
2.5 KiB

  1. /* Timeline */
  2. * html #prefs {
  3. width:34em;
  4. }
  5. /* Set width only for IE */
  6. #prefs fieldset label {
  7. display:block;
  8. }
  9. #prefs .buttons {
  10. margin-top:-1.6em;
  11. }
  12. h2 {
  13. background: #f7f7f7;
  14. border-bottom:1px solid #d7d7d7;
  15. margin:2em 0 .5em;
  16. }
  17. dl {
  18. line-height:1.3em;
  19. margin-left:1em;
  20. }
  21. dt {
  22. background:3px 4px no-repeat;
  23. padding:0;
  24. }
  25. dt :link,dt :visited {
  26. background:3px 3px no-repeat;
  27. border:none;
  28. color: #000;
  29. padding:0 4px 2px 22px;
  30. }
  31. dt>:link,dt>:visited {
  32. /* Hide from IE/Win */
  33. background-position:3px 4px;
  34. }
  35. dt :link:hover,dt :visited:hover {
  36. background-color: #eed;
  37. color: #000;
  38. }
  39. dt em {
  40. border-bottom:1px dotted #bbb;
  41. color: #b00;
  42. font-style:normal;
  43. text-decoration:none;
  44. }
  45. dt .time {
  46. color: #999;
  47. }
  48. dt .author {
  49. color: #666;
  50. }
  51. dt.highlight {
  52. background-color: #ffa;
  53. }
  54. dd {
  55. margin:0 0 .75em 5.5em;
  56. padding:0;
  57. color: #776;
  58. }
  59. /* Apply icon background-image twice to avoid hover-flicker in IE/Win */
  60. dt.changeset,dt.changeset a {
  61. background-image:url(../changeset.png)!important;
  62. }
  63. dt.newticket,dt.newticket a {
  64. background-image:url(../newticket.png)!important;
  65. }
  66. dt.reopenedticket,dt.reopenedticket a {
  67. background-image:url(../newticket.png)!important;
  68. }
  69. dt.editedticket,dt.editedticket a {
  70. background-image:url(../editedticket.png)!important;
  71. }
  72. dt.closedticket,dt.closedticket a {
  73. background-image:url(../closedticket.png)!important;
  74. }
  75. dt.wiki,dt.wiki a {
  76. background-image:url(../wiki.png)!important;
  77. }
  78. dt.milestone,dt.milestone a {
  79. background-image:url(../milestone.png)!important;
  80. }
  81. dt.attachment,dt.attachment a {
  82. background-image:url(../attachment.png)!important;
  83. }
  84. /* styles for the 'changeset_long_messages' option */
  85. dd.changeset p {
  86. margin:0;
  87. padding:0;
  88. }
  89. dd.changeset ul {
  90. padding-left:15px;
  91. }
  92. /* Styles for the 'changeset_show_files' option */
  93. dd.changeset .changes {
  94. color: #aaa;
  95. }
  96. dd.changeset ul.changes {
  97. padding-left:0;
  98. list-style-type:none;
  99. }
  100. dd.changeset .changes li div {
  101. border:1px solid #999;
  102. float:left;
  103. margin:.5em .5em 0 0;
  104. overflow:hidden;
  105. width:.8em;
  106. height:.8em;
  107. }
  108. dd.changeset .changes li span {
  109. float:left;
  110. margin-right:.8em;
  111. }
  112. dd.changeset .changes .add {
  113. background: #bfb;
  114. }
  115. dd.changeset .changes .delete {
  116. background: #f88;
  117. }
  118. dd.changeset .changes .edit {
  119. background: #fd8;
  120. }
  121. dd.changeset .changes .copy {
  122. background: #88f;
  123. }
  124. dd.changeset .changes .move {
  125. background: #ccc;
  126. }