@@ -22,9 +22,9 @@ tt, code, pre { font-family: Consolas, "Liberation Mono", Courier, monospace; fo
22
22
@media only screen and (min--moz-device-pixel-ratio : 2 ), only screen and (-o-min-device-pixel-ratio : 2 / 1 ), only screen and (-webkit-min-device-pixel-ratio : 2 ), only screen and (min-device-pixel-ratio : 2 ) { # header > h1 { background : url (../ images/ logo@2 x.png) no-repeat 10px 5px ; background-size : 30px 30px ; } }
23
23
# main { margin : 15px 15px 0 15px ; background-color : white; }
24
24
25
- # top-menu { font : 12px -apple-system, BlinkMacSystemFont, "Segoe UI" , Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji" , "Segoe UI Emoji" , "Segoe UI Symbol" ; padding : 10px 10px 2px 20px ; background-color : # f3f3f3 ; background-image : -webkit-linear-gradient ( # f9f9f9 , # f3f3f3 ); background-image : linear-gradient (# f9f9f9, # f3f3f3 ); background-repeat : repeat-x; text-shadow : 0 1px 0 # fff ; border-bottom : 1px solid # e5e5e5 ; }
25
+ # top-menu { font : 12px -apple-system, BlinkMacSystemFont, "Segoe UI" , Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji" , "Segoe UI Emoji" , "Segoe UI Symbol" ; padding : 10px 10px 2px 20px ; background-color : # f3f3f3 ; background-image : linear-gradient (# f9f9f9, # f3f3f3 ); background-repeat : repeat-x; text-shadow : 0 1px 0 # fff ; border-bottom : 1px solid # e5e5e5 ; }
26
26
# top-menu # loggedas { color : # 222 ; }
27
- # top-menu a { color : # 333 ; font-weight : bold; padding : 5px ; margin-right : 0 ; -webkit-transition : color .15 s ease-in; transition : color .15s ease-in; text-shadow : 0 1px 0 rgba (255 , 255 , 255 , 0.5 ); }
27
+ # top-menu a { color : # 333 ; font-weight : bold; padding : 5px ; margin-right : 0 ; transition : color .15s ease-in; text-shadow : 0 1px 0 rgba (255 , 255 , 255 , 0.5 ); }
28
28
# top-menu a : hover { color : # 4183C4 ; text-decoration : none; }
29
29
30
30
div .flash { border : 1px solid; text-shadow : 0 1px white; }
@@ -93,7 +93,7 @@ h2, h3, h4 { border-bottom: 0; }
93
93
.wiki .wiki-page h1 { border-bottom : 1px solid # ccc ; }
94
94
.wiki .wiki-page > h2 { border-bottom : 1px solid # ccc ; padding-bottom : 6px ; }
95
95
96
- # main-menu { left : 0 ; width : 100% ; background : # FAFAFA ; background : -webkit-linear-gradient (top , # fafafa , # eaeaea ); background : linear-gradient (to bottom, # fafafa, # eaeaea ); -ms-filter : "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#eaeaea')" ; border : 1px solid # EAEAEA ; border-bottom-color : # CACACA ; border-radius : 3px ; margin-right : 0 ; position : relative; }
96
+ # main-menu { left : 0 ; width : 100% ; background : # FAFAFA ; background : linear-gradient (to bottom, # fafafa, # eaeaea ); -ms-filter : "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#eaeaea')" ; border : 1px solid # EAEAEA ; border-bottom-color : # CACACA ; border-radius : 3px ; margin-right : 0 ; position : relative; }
97
97
# main-menu ul { * zoom : 1 ; margin-top : 0 ; padding-left : 0 ; background-color : transparent !important ; }
98
98
# main-menu ul : before , # main-menu ul : after { display : table; content : "" ; line-height : 0 ; }
99
99
# main-menu ul : after { clear : both; }
@@ -102,7 +102,7 @@ h2, h3, h4 { border-bottom: 0; }
102
102
# main-menu ul .menu-children li a : hover { color : # 4183C4 ; background : none; border-bottom : none; }
103
103
# main-menu ul li { margin : 0 ; padding : 0 ; }
104
104
# main-menu ul li a { background-color : transparent !important ; display : block; padding : 10px 12px ; color : # 333 ; text-shadow : 0 1px 0 # fff ; font-weight : bold; text-decoration : none; border-bottom : 2px solid # DADADA ; height : 20px ; line-height : 20px ; }
105
- # main-menu ul li a .selected { color : # 000 ; border-bottom : 2px solid # D26911 !important ; background-color : # ebebeb ; background-image : -webkit-linear-gradient ( # fcfcfc , # ebebeb ); background-image : linear-gradient (# fcfcfc, # ebebeb ); background-repeat : repeat-x; }
105
+ # main-menu ul li a .selected { color : # 000 ; border-bottom : 2px solid # D26911 !important ; background-color : # ebebeb ; background-image : linear-gradient (# fcfcfc, # ebebeb ); background-repeat : repeat-x; }
106
106
# main-menu ul li a .selected : hover { color : # 000 ; }
107
107
# main-menu ul li a : hover { color : # 4183C4 ; }
108
108
@@ -174,23 +174,23 @@ tr.odd.priority-lowest td, tr.even.priority-lowest td { border-color: #add7f3; }
174
174
/*input[type="button"], input[type="submit"], input[type="reset"] { background-color: #f2f2f2; color: #222222; border: 1px outset #cccccc; }
175
175
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background-color: #ccccbb; }
176
176
*/
177
- .button , input [type = "submit" ] { position : relative; display : inline-block; padding : 5px 11px ; font-weight : bold; color : # 333 ; text-shadow : 0 1px 0 rgba (255 , 255 , 255 , 0.9 ); white-space : nowrap; background-color : # eaeaea ; background-repeat : repeat-x; background-image : -webkit-linear-gradient ( # fafafa , # eaeaea ); background-image : linear-gradient (# fafafa, # eaeaea ); border-radius : 3px ; border : 1px solid # ddd ; border-bottom-color : # c4c4c4 ; box-shadow : 0 1px 3px rgba (0 , 0 , 0 , 0.05 ); vertical-align : middle; cursor : pointer; -webkit-user-select : none; -moz-user-select : none; -ms-user-select : none; user-select : none; -webkit-touch-callout : none; -webkit-appearance : none; }
178
- .button : hover , input [type = "submit" ]: hover { text-decoration : none; background-color : # dadada ; background-image : -webkit-linear-gradient ( # eaeaea , # dadada ); background-image : linear-gradient (# eaeaea, # dadada ); border-color : # ccc # ccc # b5b5b5 ; }
177
+ .button , input [type = "submit" ] { position : relative; display : inline-block; padding : 5px 11px ; font-weight : bold; color : # 333 ; text-shadow : 0 1px 0 rgba (255 , 255 , 255 , 0.9 ); white-space : nowrap; background-color : # eaeaea ; background-repeat : repeat-x; background-image : linear-gradient (# fafafa, # eaeaea ); border-radius : 3px ; border : 1px solid # ddd ; border-bottom-color : # c4c4c4 ; box-shadow : 0 1px 3px rgba (0 , 0 , 0 , 0.05 ); vertical-align : middle; cursor : pointer; -webkit-user-select : none; -moz-user-select : none; -ms-user-select : none; user-select : none; -webkit-touch-callout : none; -webkit-appearance : none; }
178
+ .button : hover , input [type = "submit" ]: hover { text-decoration : none; background-color : # dadada ; background-image : linear-gradient (# eaeaea, # dadada ); border-color : # ccc # ccc # b5b5b5 ; }
179
179
.button : active , input [type = "submit" ]: active { background-color : # dadada ; background-image : none; border-color : # b5b5b5 ; box-shadow : inset 0 3px 5px rgba (0 , 0 , 0 , 0.15 ); }
180
180
.button : disabled , input [type = "submit" ]: disabled , .button : disabled : hover , input [type = "submit" ]: disabled : hover , .button [disabled ], input [disabled ][type = "submit" ], .button [disabled ]: hover , input [disabled ][type = "submit" ]: hover { opacity : .5 ; color : # 666 ; text-shadow : 0 1px 0 rgba (255 , 255 , 255 , 0.9 ); background-image : none; background-color : # e5e5e5 ; border-color : # c5c5c5 ; cursor : default; box-shadow : none; }
181
181
182
- .btn { display : inline-block; padding : 4px 12px ; margin-bottom : 0 ; text-align : center; vertical-align : middle; cursor : pointer; color : # 333 ; text-shadow : 0 1px 1px rgba (255 , 255 , 255 , 0.75 ); background-color : # a3a3a3 ; background-image : -webkit-gradient (linear, 0 0 , 0 100% , from (# 999 ), to (# b3b3b3 )); background-image : -webkit-linear-gradient (top, # 999, # b3b3b3 ); background-image : -webkit-linear-gradient (top, # 999999, # b3b3b3 ); background-image : linear-gradient (to bottom, # 999999, # b3b3b3 ); background-repeat : repeat-x; filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF999999', endColorstr='#FFB3B3B3', GradientType=0); border-color : # b3b3b3 # b3b3b3 # 8c8c8c ; border-color : rgba (0 , 0 , 0 , 0.1 ) rgba (0 , 0 , 0 , 0.1 ) rgba (0 , 0 , 0 , 0.25 ); * background-color : # b3b3b3 ; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter : progid:DXImageTransform.Microsoft.gradient(enabled=false); border : 1px solid # ddd ; * border : 0 ; border-bottom-color : # c4c4c4 ; border-radius : 3px ; * margin-left : .3em ; box-shadow : inset 0 1px 0 rgba (255 , 255 , 255 , 0.2 ), 0 1px 2px rgba (0 , 0 , 0 , 0.05 ); }
182
+ .btn { display : inline-block; padding : 4px 12px ; margin-bottom : 0 ; text-align : center; vertical-align : middle; cursor : pointer; color : # 333 ; text-shadow : 0 1px 1px rgba (255 , 255 , 255 , 0.75 ); background-color : # a3a3a3 ; background-image : linear-gradient (to bottom, # 999, # b3b3b3 ); background-repeat : repeat-x; filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF999999', endColorstr='#FFB3B3B3', GradientType=0); border-color : # b3b3b3 # b3b3b3 # 8c8c8c ; border-color : rgba (0 , 0 , 0 , 0.1 ) rgba (0 , 0 , 0 , 0.1 ) rgba (0 , 0 , 0 , 0.25 ); * background-color : # b3b3b3 ; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter : progid:DXImageTransform.Microsoft.gradient(enabled=false); border : 1px solid # ddd ; * border : 0 ; border-bottom-color : # c4c4c4 ; border-radius : 3px ; * margin-left : .3em ; box-shadow : inset 0 1px 0 rgba (255 , 255 , 255 , 0.2 ), 0 1px 2px rgba (0 , 0 , 0 , 0.05 ); }
183
183
.btn : hover , .btn : focus , .btn : active , .btn .active , .btn .disabled , .btn [disabled ] { color : # 333 ; background-color : # b3b3b3 ; * background-color : # a6a6a6 ; }
184
184
.btn : active , .btn .active { background-color : # 999999 \9; }
185
185
.btn : first-child { * margin-left : 0 ; }
186
- .btn : hover , .btn : focus { color : # 333 ; text-decoration : none; background-position : 0 -15px ; -webkit-transition : background-position .1 s linear; transition : background-position .1s linear; }
186
+ .btn : hover , .btn : focus { color : # 333 ; text-decoration : none; background-position : 0 -15px ; transition : background-position .1s linear; }
187
187
.btn : focus { outline : thin dotted # 333 ; outline : 5px auto -webkit-focus-ring-color; outline-offset : -2px ; }
188
188
.btn .active , .btn : active { background-image : none; outline : 0 ; box-shadow : inset 0 2px 4px rgba (0 , 0 , 0 , 0.15 ), 0 1px 2px rgba (0 , 0 , 0 , 0.05 ); }
189
189
.btn .disabled , .btn [disabled ] { cursor : default; background-image : none; opacity : .65 ; box-shadow : none; }
190
190
191
- input [type = "text" ], input [type = "password" ], input [type = "email" ], input [type = "number" ], input [type = "tel" ], input [type = "url" ], textarea , select { outline : none; padding : 3px 4px ; background-color : # fff ; border : 1px solid # ccc ; box-shadow : inset 0 1px 2px rgba (0 , 0 , 0 , 0.075 ); border-radius : 3px ; -webkit-transition : all 0.15 s ease-in 0 s ; transition : all 0.15s ease-in 0s ; vertical-align : middle; }
192
- # content input [type = "text" ], # content input [type = "password" ], # content input [type = "email" ], # content input [type = "number" ], # content input [type = "tel" ], # content input [type = "url" ], # content textarea , # content select { background-color : # fafafa ; }
193
- input [type = "text" ]: focus , input [type = "password" ]: focus , input [type = "email" ]: focus , input [type = "number" ]: focus , input [type = "tel" ]: focus , input [type = "url" ]: focus , textarea : focus , select : focus { border-color : # 51a7e8 ; box-shadow : inset 0 1px 2px rgba (0 , 0 , 0 , 0.075 ), 0 0 5px rgba (81 , 167 , 232 , 0.5 ); }
191
+ input [type = "text" ], input [type = "password" ], input [type = "email" ], input [type = "number" ], input [type = "tel" ], input [type = "url" ] , input . date , textarea , select { outline : none; padding : 3px 4px ; color : # 333 ; background-color : # fff ; border : 1px solid # ccc ; box-shadow : inset 0 1px 2px rgba (0 , 0 , 0 , 0.075 ); border-radius : 3px ; transition : all 0.15s ease-in 0s ; vertical-align : middle; }
192
+ # content input [type = "text" ], # content input [type = "password" ], # content input [type = "email" ], # content input [type = "number" ], # content input [type = "tel" ], # content input [type = "url" ] , # content input . date , # content textarea , # content select { background-color : # fafafa ; }
193
+ input [type = "text" ]: focus , input [type = "password" ]: focus , input [type = "email" ]: focus , input [type = "number" ]: focus , input [type = "tel" ]: focus , input [type = "url" ]: focus , input . date : focus , textarea : focus , select : focus { border-color : # 51a7e8 ; box-shadow : inset 0 1px 2px rgba (0 , 0 , 0 , 0.075 ), 0 0 5px rgba (81 , 167 , 232 , 0.5 ); }
194
194
195
195
input .autocomplete { padding-left : 20px ; }
196
196
input # issue_subject { width : 98% ; }
@@ -213,13 +213,15 @@ option { border-bottom: 1px dotted #ddd; }
213
213
214
214
img .gravatar { box-shadow : 0 3px 5px rgba (0 , 0 , 0 , 0.05 ); }
215
215
216
+ # content .tabs { height : 2.8em ; }
217
+
216
218
.controller-wiki div # content > div .contextual { margin-top : 3px ; }
217
219
.controller-wiki div # content > div .wiki { padding : 0 8px 8px 8px ; }
218
220
219
221
div .wiki { -ms-text-size-adjust : 100% ; -webkit-text-size-adjust : 100% ; color : # 333 ; font-family : "Helvetica Neue" , Helvetica, "Segoe UI" , Arial, freesans, sans-serif, "Apple Color Emoji" , "Segoe UI Emoji" , "Segoe UI Symbol" ; line-height : 1.6 ; word-wrap : break-word; }
220
222
div .wiki : before { display : table; content : "" ; }
221
223
div .wiki : after { display : table; clear : both; content : "" ; }
222
- div .wiki a { background-color : transparent; text-decoration : none; text-decoration-skip : objects; }
224
+ div .wiki a { background-color : transparent; text-decoration : none; -webkit-text-decoration-skip : objects; text-decoration-skip : objects; }
223
225
div .wiki a : active , div .wiki a : hover { text-decoration : underline; outline-width : 0 ; }
224
226
div .wiki a : not ([href ]) { color : inherit; text-decoration : none; }
225
227
div .wiki p , div .wiki blockquote , div .wiki ul , div .wiki ol , div .wiki dl , div .wiki table , div .wiki pre { margin-top : 0 ; margin-bottom : 16px ; }
@@ -240,15 +242,18 @@ div.wiki ul.toc { padding: 10px; }
240
242
div .wiki img { border-style : none; max-width : 100% ; }
241
243
div .wiki table { border-spacing : 0 ; border-collapse : collapse; overflow : auto; word-break : normal; word-break : keep-all; }
242
244
div .wiki table th { font-weight : bold; }
243
- div .wiki table th , div .wiki table td { padding : 6 px 13 px ; border : 1px solid # ddd ; }
245
+ div .wiki table th , div .wiki table td { border : 1px solid # ddd; padding : 6 px 13 px ; }
244
246
div .wiki table tr { background-color : # fff ; border-top : 1px solid # ccc ; }
245
247
div .wiki table tr : nth-child (2n) { background-color : # f8f8f8 ; }
246
- div .wiki table img { max-width : 100 % ; box-sizing : content-box; background-color : # fff ; }
248
+ div .wiki table img { background-color : # fff ; box-sizing : content-box; max-width : 100 % ; }
247
249
div .wiki pre { font-family : Consolas, "Liberation Mono" , Menlo, Courier, monospace; margin : 15px 0 ; background-color : # f8f8f8 ; border : 1px solid # ddd ; font-size : 13px ; line-height : 19px ; overflow : auto; padding : 6px 10px ; border-radius : 3px ; }
248
250
div .wiki kbd { display : inline-block; padding : 3px 5px ; font : 11px Consolas, "Liberation Mono" , Menlo, Courier, monospace; line-height : 10px ; color : # 555 ; vertical-align : middle; background-color : # fcfcfc ; border : solid 1px # ccc ; border-bottom-color : # bbb ; border-radius : 3px ; box-shadow : inset 0 -1px 0 # bbb ; }
249
251
div .wiki hr { box-sizing : content-box; height : 0 ; margin : 15px 0 ; background : transparent; border : 0 ; border-bottom : 1px solid # eee ; overflow : visible; }
250
- div .wiki hr ::before { display : table; content : "" ; }
251
- div .wiki hr ::after { display : table; clear : both; content : "" ; }
252
+ div .wiki hr ::before { content : "" ; display : table; }
253
+ div .wiki hr ::after { clear : both; content : "" ; display : table; }
254
+
255
+ .tabular .jstEditor .wiki-preview { padding : 8px ; width : auto; }
256
+ .tabular .jstEditor .wiki-preview p { padding : 0 !important ; }
252
257
253
258
# projects-index ul .projects ul .projects { border-left : 3px solid # E0E0E0 ; }
254
259
# projects-index ul .projects .root { padding : 10px ; }
@@ -333,7 +338,7 @@ span.invoice-status.paid { background-color: green !important; }
333
338
.gantt .gantt-menu-button .button-positive { background-color : # 4ebf67 ; border-color : # 338d47 ; }
334
339
.gantt .gantt-menu-button # button_sample { background-image : none; }
335
340
336
- a .buy-button .blue { background : # 4C728A !important ; background-image : -webkit-linear-gradient (bottom , # 4c728a 0 % , # 749bb4 100 % ) !important ; background-image : linear-gradient (to top, # 4c728a 0% , # 749bb4 100% ) !important ; -ms-filter : "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#749BB4', endColorstr='#4C728A')" !important ; }
341
+ a .buy-button .blue { background : # 4C728A !important ; background-image : linear-gradient (to top, # 4c728a 0% , # 749bb4 100% ) !important ; -ms-filter : "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#749BB4', endColorstr='#4C728A')" !important ; }
337
342
338
343
# picture { width : 446px !important ; top : 7px ; }
339
344
0 commit comments