releasenotes.plugin.css 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. .milestoneContainer{
  2. padding-bottom:35px;
  3. margin-bottom:10px;
  4. }
  5. .milestoneContainer.separator{background:url("../images/lineseparator.png") bottom center no-repeat;}
  6. .milestoneContainer .cursor:hover{cursor:pointer;}
  7. h3.release {margin:0 0 2px 0;font-size:18px;}
  8. p.dateRelease{margin:0 0 10px 0; font-size:14px;}
  9. .milestoneContainer .body p{padding:5px 0; margin:0;}
  10. .milestoneContainer pre {
  11. display: block;
  12. padding: 8.5px;
  13. margin: 0 0 9px;
  14. font-size: 12.025px;
  15. line-height: 18px;
  16. background-color: whiteSmoke;
  17. border: 1px solid #CCC;
  18. border: 1px solid rgba(0, 0, 0, 0.15);
  19. -webkit-border-radius: 4px;
  20. -moz-border-radius: 4px;
  21. border-radius: 4px;
  22. white-space: pre;
  23. white-space: pre-wrap;
  24. word-break: break-all;
  25. word-wrap: break-word;
  26. }
  27. .milestoneContainer code, .milestoneContainer pre {
  28. padding: 0 3px 2px;
  29. font-family: Menlo,Monaco,"Courier New",monospace;
  30. font-size: 12px;
  31. color: #333;
  32. -webkit-border-radius: 3px;
  33. -moz-border-radius: 3px;
  34. border-radius: 3px;
  35. }
  36. /* BUTTONS */
  37. .milestoneContainer .btn {
  38. display: inline-block;
  39. text-decoration:none;
  40. *display: inline;
  41. /* IE7 inline-block hack */
  42. *zoom: 1;
  43. padding: 4px 10px 4px;
  44. margin-bottom: 0;
  45. font-size: 13px;
  46. line-height: 18px;
  47. color: #333333;
  48. text-align: center;
  49. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  50. vertical-align: middle;
  51. background-color: #f5f5f5;
  52. background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  53. background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  54. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  55. background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  56. background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  57. background-image: linear-gradient(top, #ffffff, #e6e6e6);
  58. background-repeat: repeat-x;
  59. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  60. border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  61. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  62. filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  63. border: 1px solid #cccccc;
  64. border-bottom-color: #b3b3b3;
  65. -webkit-border-radius: 4px;
  66. -moz-border-radius: 4px;
  67. border-radius: 4px;
  68. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  69. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  70. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  71. cursor: pointer;
  72. *margin-left: .3em;
  73. }
  74. .milestoneContainer .btn:hover,
  75. .milestoneContainer .btn:active{
  76. background-color: #e6e6e6;
  77. }
  78. .milestoneContainer .btn:active,
  79. .milestoneContainer .btn.active {
  80. background-color: #cccccc \9;
  81. }
  82. .milestoneContainer .btn:first-child {
  83. *margin-left: 0;
  84. }
  85. .milestoneContainer .btn:hover {
  86. color: #333333;
  87. text-decoration: none;
  88. background-color: #e6e6e6;
  89. background-position: 0 -15px;
  90. -webkit-transition: background-position 0.1s linear;
  91. -moz-transition: background-position 0.1s linear;
  92. -ms-transition: background-position 0.1s linear;
  93. -o-transition: background-position 0.1s linear;
  94. transition: background-position 0.1s linear;
  95. }
  96. .milestoneContainer .btn:focus {
  97. outline: thin dotted #333;
  98. outline: 5px auto -webkit-focus-ring-color;
  99. outline-offset: -2px;
  100. }
  101. .milestoneContainer .btn:active {
  102. background-image: none;
  103. -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  104. -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  105. box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  106. background-color: #e6e6e6;
  107. background-color: #d9d9d9 \9;
  108. outline: 0;
  109. }
  110. /* ISSUE DESCRIPTION */
  111. .milestoneContainer .date{
  112. font-size:14px;
  113. }
  114. .milestoneContainer .cmeta .date {font-size:11px;}
  115. .milestoneContainer .issue{
  116. padding-bottom: 3px;
  117. }
  118. .milestoneContainer .issues{
  119. color:#555;
  120. }
  121. .milestoneContainer .issueTitle{
  122. line-height:24px;
  123. font-size:13px;
  124. }
  125. .milestoneContainer .label{
  126. display:inline-block;
  127. font-family: arial;
  128. font-weight:normal;
  129. line-height: 13px;
  130. color: white;
  131. vertical-align: middle;
  132. white-space: nowrap;
  133. font-size:12px;
  134. color:#fff;
  135. text-shadow: 1px 1px 1 #000;
  136. padding:3px 4px;
  137. border-radius:5px;
  138. margin-top: -6px;
  139. margin-right:5px;
  140. }
  141. .milestoneContainer .btnComments{
  142. margin:-8px 0 15px 63px ;
  143. }
  144. .milestoneContainer .hidden{display:none;}
  145. .milestoneContainer .content-body{
  146. padding-top:10px;
  147. margin-top:15px;
  148. border-top:1px solid #CACACA;
  149. }
  150. .milestoneContainer .normal-comment .content-body{
  151. padding-top: 0px;
  152. margin-top: 0px;
  153. border-top: none;
  154. }
  155. /* COMMENTS */
  156. .milestoneContainer .new-comments .bubble .comment { margin: 0 }
  157. .milestoneContainer .view-pull-request .new-comments .bubble .commit-comment { margin-top: 3px }
  158. .milestoneContainer .new-comments .bubble .commit-comment.thread-start { margin-top: 0 }
  159. .milestoneContainer .bubble .comment-form { margin: 0 }
  160. .milestoneContainer .avatar-bubble {
  161. margin: 20px 0;
  162. padding-left: 60px;
  163. background: url('../images/bubble-arrow.png') 51px 20px no-repeat;
  164. }
  165. .milestoneContainer .avatar-bubble>.avatar {
  166. position: relative;
  167. float: left;
  168. margin-left: -60px;
  169. }
  170. .bubble {
  171. padding: 3px;
  172. background: #eee;
  173. border-radius: 3px;
  174. }
  175. .milestoneContainer .avatar-bubble .form-actions { margin-top: 10px }
  176. .milestoneContainer .bubble .file-box { margin-bottom: 0 }
  177. .milestoneContainer .avatar img { border-radius: 3px }
  178. .milestoneContainer .starting-comment {
  179. margin: 0;
  180. background: #fff;
  181. padding:0px;
  182. border: 1px solid #CACACA;
  183. border-radius: 2px;
  184. }
  185. .milestoneContainer .normal-comment .starting-comment{ padding:10px;}
  186. .milestoneContainer .starting-comment .content-title { border-bottom: none }
  187. .milestoneContainer .starting-comment h2.content-title {
  188. margin: 0 0 -6px;
  189. font-size: 20px;
  190. font-weight: bold;
  191. }
  192. .milestoneContainer .starting-comment .body p.author {
  193. margin: 0px 0 0;
  194. color: #666;
  195. font-size: 12px;
  196. }
  197. .milestoneContainer .starting-comment p.author a {
  198. font-weight: bold;
  199. color: #666;
  200. }
  201. .milestoneContainer .new-comments .starting-comment .body {
  202. padding: 0 10px;
  203. font-size: 13px;
  204. background: #fff;
  205. }
  206. .milestoneContainer .comment .cmeta {
  207. height: 33px;
  208. padding: 0 10px;
  209. border-bottom: 1px solid #CCC;
  210. background-color: #F8F8F8;
  211. background-image: -moz-linear-gradient(#F8F8F8,#E1E1E1);
  212. background-image: -webkit-linear-gradient(#F8F8F8,#E1E1E1);
  213. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#e1e1e1',GradientType=0)";
  214. }
  215. .milestoneContainer .comment .cmeta p.author {
  216. margin: 0;
  217. float: left;
  218. max-width: 600px;
  219. font-size: 12px;
  220. height: 33px;
  221. line-height: 33px;
  222. text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
  223. overflow: hidden;
  224. white-space: nowrap;
  225. text-overflow: ellipsis;
  226. }
  227. .milestoneContainer .comment .cmeta .icon {
  228. display: inline-block;
  229. margin-top: -2px;
  230. margin-left: 0px;
  231. width: 16px;
  232. height: 16px;
  233. vertical-align: middle;
  234. background: url('../images/icons.png') 0 0 no-repeat;
  235. }
  236. .milestoneContainer .comment .cmeta p.author a {
  237. color: #222;
  238. }
  239. .milestoneContainer .comment .cmeta p.info {
  240. float: right;
  241. margin: 0;
  242. font-size: 11px;
  243. height: 33px;
  244. line-height: 33px;
  245. }
  246. .milestoneContainer .comment > .body {
  247. position: relative;
  248. padding: 10px;
  249. color: #333;
  250. font-size: 12px;
  251. background: #FBFBFB;
  252. }