Show More
@@ -1,175 +1,173 b'' | |||||
1 | div.codeblock { |
|
1 | div.codeblock { | |
2 | overflow: auto; |
|
2 | overflow: auto; | |
3 | padding: 0px; |
|
3 | padding: 0px; | |
4 | border: 1px solid #ccc; |
|
4 | border: 1px solid #ccc; | |
5 | background: #f8f8f8; |
|
5 | background: #f8f8f8; | |
6 | font-size: 100%; |
|
6 | font-size: 100%; | |
7 | line-height: 100%; |
|
7 | line-height: 100%; | |
8 | /* new */ |
|
8 | /* new */ | |
9 | line-height: 125%; |
|
9 | line-height: 125%; | |
10 | -webkit-border-radius: 4px; |
|
10 | -webkit-border-radius: 4px; | |
11 | -moz-border-radius: 4px; |
|
11 | -moz-border-radius: 4px; | |
12 |
border-radius: 4px; |
|
12 | border-radius: 4px; | |
13 | } |
|
13 | } | |
14 | div.codeblock .code-header{ |
|
14 | div.codeblock .code-header{ | |
15 |
|
|
15 | border-bottom: 1px solid #CCCCCC; | |
16 |
|
|
16 | background: #EEEEEE; | |
17 |
|
|
17 | padding:10px 0 10px 0; | |
18 | } |
|
18 | } | |
19 |
|
19 | |||
20 | div.codeblock .code-header .stats{ |
|
20 | div.codeblock .code-header .stats{ | |
21 |
|
|
21 | clear: both; | |
22 |
|
|
22 | padding: 6px 8px 6px 10px; | |
23 |
|
|
23 | border-bottom: 1px solid rgb(204, 204, 204); | |
24 |
|
|
24 | height: 23px; | |
25 |
|
|
25 | margin-bottom: 6px; | |
26 | } |
|
26 | } | |
27 |
|
27 | |||
28 | div.codeblock .code-header .stats .left{ |
|
28 | div.codeblock .code-header .stats .left{ | |
29 |
|
|
29 | float:left; | |
30 | } |
|
30 | } | |
31 | div.codeblock .code-header .stats .left.img{ |
|
31 | div.codeblock .code-header .stats .left.img{ | |
32 |
|
|
32 | margin-top:-2px; | |
33 | } |
|
33 | } | |
34 | div.codeblock .code-header .stats .left.item{ |
|
34 | div.codeblock .code-header .stats .left.item{ | |
35 |
|
|
35 | float:left; | |
36 |
|
|
36 | padding: 0 9px 0 9px; | |
37 |
|
|
37 | border-right:1px solid #ccc; | |
38 | } |
|
38 | } | |
39 | div.codeblock .code-header .stats .left.item pre{ |
|
39 | div.codeblock .code-header .stats .left.item pre{ | |
40 |
|
||||
41 | } |
|
40 | } | |
42 | div.codeblock .code-header .stats .left.item.last{ |
|
41 | div.codeblock .code-header .stats .left.item.last{ | |
43 |
|
|
42 | border-right:none; | |
44 | } |
|
43 | } | |
45 | div.codeblock .code-header .stats .buttons{ |
|
44 | div.codeblock .code-header .stats .buttons{ | |
46 |
|
|
45 | float:right; | |
47 |
|
|
46 | padding-right:4px; | |
48 | } |
|
47 | } | |
49 |
|
48 | |||
50 | div.codeblock .code-header .author{ |
|
49 | div.codeblock .code-header .author{ | |
51 |
|
|
50 | margin-left:25px; | |
52 |
|
|
51 | font-weight: bold; | |
53 |
|
|
52 | height: 25px; | |
54 | } |
|
53 | } | |
55 | div.codeblock .code-header .author .user{ |
|
54 | div.codeblock .code-header .author .user{ | |
56 |
|
|
55 | padding-top:3px; | |
57 | } |
|
56 | } | |
58 | div.codeblock .code-header .commit{ |
|
57 | div.codeblock .code-header .commit{ | |
59 |
|
|
58 | margin-left:25px; | |
60 |
|
|
59 | font-weight: normal; | |
61 |
|
|
60 | white-space:pre; | |
62 | } |
|
61 | } | |
63 |
|
62 | |||
64 | div.codeblock .code-body table{ |
|
63 | div.codeblock .code-body table{ | |
65 | width: 0 !important; |
|
64 | width: 0 !important; | |
66 | border: 0px !important; |
|
65 | border: 0px !important; | |
67 | } |
|
66 | } | |
68 | div.codeblock .code-body table td { |
|
67 | div.codeblock .code-body table td { | |
69 |
|
|
68 | border: 0px !important; | |
70 | } |
|
69 | } | |
71 | div.code-body { |
|
70 | div.code-body { | |
72 |
|
|
71 | background-color: #FFFFFF; | |
73 | } |
|
72 | } | |
74 |
|
73 | |||
75 | div.codeblock .code-header .search-path { |
|
74 | div.codeblock .code-header .search-path { | |
76 |
|
|
75 | padding: 0px 0px 0px 10px; | |
77 | } |
|
76 | } | |
78 |
|
77 | |||
79 | div.search-code-body { |
|
78 | div.search-code-body { | |
80 | background-color: #FFFFFF; |
|
79 | background-color: #FFFFFF; | |
81 | padding: 5px 0px 5px 10px; |
|
80 | padding: 5px 0px 5px 10px; | |
82 | } |
|
81 | } | |
83 |
|
82 | |||
84 | div.search-code-body pre .match{ |
|
83 | div.search-code-body pre .match{ | |
85 |
|
|
84 | background-color: #FAFFA6; | |
86 | } |
|
85 | } | |
87 | div.search-code-body pre .break{ |
|
86 | div.search-code-body pre .break{ | |
88 |
|
|
87 | background-color: #DDE7EF; | |
89 |
|
|
88 | width: 100%; | |
90 |
|
|
89 | color: #747474; | |
91 |
|
|
90 | display: block; | |
92 |
|
||||
93 | } |
|
91 | } | |
94 | div.annotatediv{ |
|
92 | div.annotatediv{ | |
95 |
|
|
93 | margin-left:2px; | |
96 |
|
|
94 | margin-right:4px; | |
97 | } |
|
95 | } | |
98 | .code-highlight { |
|
96 | .code-highlight { | |
99 | padding: 0px; |
|
97 | padding: 0px; | |
100 | margin-top: 5px; |
|
98 | margin-top: 5px; | |
101 | margin-bottom: 5px; |
|
99 | margin-bottom: 5px; | |
102 | border-left: 2px solid #ccc; |
|
100 | border-left: 2px solid #ccc; | |
103 | } |
|
101 | } | |
104 |
.code-highlight pre, .linenodiv pre { |
|
102 | .code-highlight pre, .linenodiv pre { | |
105 |
|
|
103 | padding: 5px; | |
106 | margin: 0; |
|
104 | margin: 0; | |
107 | } |
|
105 | } | |
108 |
.code-highlight pre div:target { |
|
106 | .code-highlight pre div:target { | |
109 | background-color: #FFFFBE !important; |
|
107 | background-color: #FFFFBE !important; | |
110 | } |
|
108 | } | |
111 |
|
109 | |||
112 | .linenos a { text-decoration: none; } |
|
110 | .linenos a { text-decoration: none; } | |
113 |
|
111 | |||
114 | .code { display: block; } |
|
112 | .code { display: block; } | |
115 | .code-highlight .hll, .codehilite .hll { background-color: #ffffcc } |
|
113 | .code-highlight .hll, .codehilite .hll { background-color: #ffffcc } | |
116 | .code-highlight .c, .codehilite .c { color: #408080; font-style: italic } /* Comment */ |
|
114 | .code-highlight .c, .codehilite .c { color: #408080; font-style: italic } /* Comment */ | |
117 | .code-highlight .err, .codehilite .err { border: 1px solid #FF0000 } /* Error */ |
|
115 | .code-highlight .err, .codehilite .err { border: 1px solid #FF0000 } /* Error */ | |
118 | .code-highlight .k, .codehilite .k { color: #008000; font-weight: bold } /* Keyword */ |
|
116 | .code-highlight .k, .codehilite .k { color: #008000; font-weight: bold } /* Keyword */ | |
119 | .code-highlight .o, .codehilite .o { color: #666666 } /* Operator */ |
|
117 | .code-highlight .o, .codehilite .o { color: #666666 } /* Operator */ | |
120 | .code-highlight .cm, .codehilite .cm { color: #408080; font-style: italic } /* Comment.Multiline */ |
|
118 | .code-highlight .cm, .codehilite .cm { color: #408080; font-style: italic } /* Comment.Multiline */ | |
121 | .code-highlight .cp, .codehilite .cp { color: #BC7A00 } /* Comment.Preproc */ |
|
119 | .code-highlight .cp, .codehilite .cp { color: #BC7A00 } /* Comment.Preproc */ | |
122 | .code-highlight .c1, .codehilite .c1 { color: #408080; font-style: italic } /* Comment.Single */ |
|
120 | .code-highlight .c1, .codehilite .c1 { color: #408080; font-style: italic } /* Comment.Single */ | |
123 | .code-highlight .cs, .codehilite .cs { color: #408080; font-style: italic } /* Comment.Special */ |
|
121 | .code-highlight .cs, .codehilite .cs { color: #408080; font-style: italic } /* Comment.Special */ | |
124 | .code-highlight .gd, .codehilite .gd { color: #A00000 } /* Generic.Deleted */ |
|
122 | .code-highlight .gd, .codehilite .gd { color: #A00000 } /* Generic.Deleted */ | |
125 | .code-highlight .ge, .codehilite .ge { font-style: italic } /* Generic.Emph */ |
|
123 | .code-highlight .ge, .codehilite .ge { font-style: italic } /* Generic.Emph */ | |
126 | .code-highlight .gr, .codehilite .gr { color: #FF0000 } /* Generic.Error */ |
|
124 | .code-highlight .gr, .codehilite .gr { color: #FF0000 } /* Generic.Error */ | |
127 | .code-highlight .gh, .codehilite .gh { color: #000080; font-weight: bold } /* Generic.Heading */ |
|
125 | .code-highlight .gh, .codehilite .gh { color: #000080; font-weight: bold } /* Generic.Heading */ | |
128 | .code-highlight .gi, .codehilite .gi { color: #00A000 } /* Generic.Inserted */ |
|
126 | .code-highlight .gi, .codehilite .gi { color: #00A000 } /* Generic.Inserted */ | |
129 | .code-highlight .go, .codehilite .go { color: #808080 } /* Generic.Output */ |
|
127 | .code-highlight .go, .codehilite .go { color: #808080 } /* Generic.Output */ | |
130 | .code-highlight .gp, .codehilite .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ |
|
128 | .code-highlight .gp, .codehilite .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ | |
131 | .code-highlight .gs, .codehilite .gs { font-weight: bold } /* Generic.Strong */ |
|
129 | .code-highlight .gs, .codehilite .gs { font-weight: bold } /* Generic.Strong */ | |
132 | .code-highlight .gu, .codehilite .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ |
|
130 | .code-highlight .gu, .codehilite .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ | |
133 | .code-highlight .gt, .codehilite .gt { color: #0040D0 } /* Generic.Traceback */ |
|
131 | .code-highlight .gt, .codehilite .gt { color: #0040D0 } /* Generic.Traceback */ | |
134 | .code-highlight .kc, .codehilite .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ |
|
132 | .code-highlight .kc, .codehilite .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ | |
135 | .code-highlight .kd, .codehilite .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ |
|
133 | .code-highlight .kd, .codehilite .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ | |
136 | .code-highlight .kn, .codehilite .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ |
|
134 | .code-highlight .kn, .codehilite .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ | |
137 | .code-highlight .kp, .codehilite .kp { color: #008000 } /* Keyword.Pseudo */ |
|
135 | .code-highlight .kp, .codehilite .kp { color: #008000 } /* Keyword.Pseudo */ | |
138 | .code-highlight .kr, .codehilite .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ |
|
136 | .code-highlight .kr, .codehilite .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ | |
139 | .code-highlight .kt, .codehilite .kt { color: #B00040 } /* Keyword.Type */ |
|
137 | .code-highlight .kt, .codehilite .kt { color: #B00040 } /* Keyword.Type */ | |
140 | .code-highlight .m, .codehilite .m { color: #666666 } /* Literal.Number */ |
|
138 | .code-highlight .m, .codehilite .m { color: #666666 } /* Literal.Number */ | |
141 | .code-highlight .s, .codehilite .s { color: #BA2121 } /* Literal.String */ |
|
139 | .code-highlight .s, .codehilite .s { color: #BA2121 } /* Literal.String */ | |
142 | .code-highlight .na, .codehilite .na { color: #7D9029 } /* Name.Attribute */ |
|
140 | .code-highlight .na, .codehilite .na { color: #7D9029 } /* Name.Attribute */ | |
143 | .code-highlight .nb, .codehilite .nb { color: #008000 } /* Name.Builtin */ |
|
141 | .code-highlight .nb, .codehilite .nb { color: #008000 } /* Name.Builtin */ | |
144 | .code-highlight .nc, .codehilite .nc { color: #0000FF; font-weight: bold } /* Name.Class */ |
|
142 | .code-highlight .nc, .codehilite .nc { color: #0000FF; font-weight: bold } /* Name.Class */ | |
145 | .code-highlight .no, .codehilite .no { color: #880000 } /* Name.Constant */ |
|
143 | .code-highlight .no, .codehilite .no { color: #880000 } /* Name.Constant */ | |
146 | .code-highlight .nd, .codehilite .nd { color: #AA22FF } /* Name.Decorator */ |
|
144 | .code-highlight .nd, .codehilite .nd { color: #AA22FF } /* Name.Decorator */ | |
147 | .code-highlight .ni, .codehilite .ni { color: #999999; font-weight: bold } /* Name.Entity */ |
|
145 | .code-highlight .ni, .codehilite .ni { color: #999999; font-weight: bold } /* Name.Entity */ | |
148 | .code-highlight .ne, .codehilite .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ |
|
146 | .code-highlight .ne, .codehilite .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ | |
149 | .code-highlight .nf, .codehilite .nf { color: #0000FF } /* Name.Function */ |
|
147 | .code-highlight .nf, .codehilite .nf { color: #0000FF } /* Name.Function */ | |
150 | .code-highlight .nl, .codehilite .nl { color: #A0A000 } /* Name.Label */ |
|
148 | .code-highlight .nl, .codehilite .nl { color: #A0A000 } /* Name.Label */ | |
151 | .code-highlight .nn, .codehilite .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ |
|
149 | .code-highlight .nn, .codehilite .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ | |
152 | .code-highlight .nt, .codehilite .nt { color: #008000; font-weight: bold } /* Name.Tag */ |
|
150 | .code-highlight .nt, .codehilite .nt { color: #008000; font-weight: bold } /* Name.Tag */ | |
153 | .code-highlight .nv, .codehilite .nv { color: #19177C } /* Name.Variable */ |
|
151 | .code-highlight .nv, .codehilite .nv { color: #19177C } /* Name.Variable */ | |
154 | .code-highlight .ow, .codehilite .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ |
|
152 | .code-highlight .ow, .codehilite .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ | |
155 | .code-highlight .w, .codehilite .w { color: #bbbbbb } /* Text.Whitespace */ |
|
153 | .code-highlight .w, .codehilite .w { color: #bbbbbb } /* Text.Whitespace */ | |
156 | .code-highlight .mf, .codehilite .mf { color: #666666 } /* Literal.Number.Float */ |
|
154 | .code-highlight .mf, .codehilite .mf { color: #666666 } /* Literal.Number.Float */ | |
157 | .code-highlight .mh, .codehilite .mh { color: #666666 } /* Literal.Number.Hex */ |
|
155 | .code-highlight .mh, .codehilite .mh { color: #666666 } /* Literal.Number.Hex */ | |
158 | .code-highlight .mi, .codehilite .mi { color: #666666 } /* Literal.Number.Integer */ |
|
156 | .code-highlight .mi, .codehilite .mi { color: #666666 } /* Literal.Number.Integer */ | |
159 | .code-highlight .mo, .codehilite .mo { color: #666666 } /* Literal.Number.Oct */ |
|
157 | .code-highlight .mo, .codehilite .mo { color: #666666 } /* Literal.Number.Oct */ | |
160 | .code-highlight .sb, .codehilite .sb { color: #BA2121 } /* Literal.String.Backtick */ |
|
158 | .code-highlight .sb, .codehilite .sb { color: #BA2121 } /* Literal.String.Backtick */ | |
161 | .code-highlight .sc, .codehilite .sc { color: #BA2121 } /* Literal.String.Char */ |
|
159 | .code-highlight .sc, .codehilite .sc { color: #BA2121 } /* Literal.String.Char */ | |
162 | .code-highlight .sd, .codehilite .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ |
|
160 | .code-highlight .sd, .codehilite .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ | |
163 | .code-highlight .s2, .codehilite .s2 { color: #BA2121 } /* Literal.String.Double */ |
|
161 | .code-highlight .s2, .codehilite .s2 { color: #BA2121 } /* Literal.String.Double */ | |
164 | .code-highlight .se, .codehilite .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ |
|
162 | .code-highlight .se, .codehilite .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ | |
165 | .code-highlight .sh, .codehilite .sh { color: #BA2121 } /* Literal.String.Heredoc */ |
|
163 | .code-highlight .sh, .codehilite .sh { color: #BA2121 } /* Literal.String.Heredoc */ | |
166 | .code-highlight .si, .codehilite .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ |
|
164 | .code-highlight .si, .codehilite .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ | |
167 | .code-highlight .sx, .codehilite .sx { color: #008000 } /* Literal.String.Other */ |
|
165 | .code-highlight .sx, .codehilite .sx { color: #008000 } /* Literal.String.Other */ | |
168 | .code-highlight .sr, .codehilite .sr { color: #BB6688 } /* Literal.String.Regex */ |
|
166 | .code-highlight .sr, .codehilite .sr { color: #BB6688 } /* Literal.String.Regex */ | |
169 | .code-highlight .s1, .codehilite .s1 { color: #BA2121 } /* Literal.String.Single */ |
|
167 | .code-highlight .s1, .codehilite .s1 { color: #BA2121 } /* Literal.String.Single */ | |
170 | .code-highlight .ss, .codehilite .ss { color: #19177C } /* Literal.String.Symbol */ |
|
168 | .code-highlight .ss, .codehilite .ss { color: #19177C } /* Literal.String.Symbol */ | |
171 | .code-highlight .bp, .codehilite .bp { color: #008000 } /* Name.Builtin.Pseudo */ |
|
169 | .code-highlight .bp, .codehilite .bp { color: #008000 } /* Name.Builtin.Pseudo */ | |
172 | .code-highlight .vc, .codehilite .vc { color: #19177C } /* Name.Variable.Class */ |
|
170 | .code-highlight .vc, .codehilite .vc { color: #19177C } /* Name.Variable.Class */ | |
173 | .code-highlight .vg, .codehilite .vg { color: #19177C } /* Name.Variable.Global */ |
|
171 | .code-highlight .vg, .codehilite .vg { color: #19177C } /* Name.Variable.Global */ | |
174 | .code-highlight .vi, .codehilite .vi { color: #19177C } /* Name.Variable.Instance */ |
|
172 | .code-highlight .vi, .codehilite .vi { color: #19177C } /* Name.Variable.Instance */ | |
175 | .code-highlight .il, .codehilite .il { color: #666666 } /* Literal.Number.Integer.Long */ |
|
173 | .code-highlight .il, .codehilite .il { color: #666666 } /* Literal.Number.Integer.Long */ |
@@ -1,4881 +1,4873 b'' | |||||
1 | html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td |
|
1 | html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td | |
2 | { |
|
2 | { | |
3 |
|
|
3 | border: 0; | |
4 |
|
|
4 | outline: 0; | |
5 |
|
|
5 | font-size: 100%; | |
6 |
|
|
6 | vertical-align: baseline; | |
7 |
|
|
7 | background: transparent; | |
8 |
|
|
8 | margin: 0; | |
9 |
|
|
9 | padding: 0; | |
10 | } |
|
10 | } | |
11 |
|
11 | |||
12 | body { |
|
12 | body { | |
13 |
|
|
13 | line-height: 1; | |
14 |
|
|
14 | height: 100%; | |
15 |
|
|
15 | background: url("../images/background.png") repeat scroll 0 0 #B0B0B0; | |
16 |
|
|
16 | font-family: Lucida Grande, Verdana, Lucida Sans Regular, | |
17 |
|
|
17 | Lucida Sans Unicode, Arial, sans-serif; font-size : 12px; | |
18 |
|
|
18 | color: #000; | |
19 |
|
|
19 | margin: 0; | |
20 |
|
|
20 | padding: 0; | |
21 |
|
|
21 | font-size: 12px; | |
22 | } |
|
22 | } | |
23 |
|
23 | |||
24 | ol,ul { |
|
24 | ol,ul { | |
25 |
|
|
25 | list-style: none; | |
26 | } |
|
26 | } | |
27 |
|
27 | |||
28 | blockquote,q { |
|
28 | blockquote,q { | |
29 |
|
|
29 | quotes: none; | |
30 | } |
|
30 | } | |
31 |
|
31 | |||
32 | blockquote:before,blockquote:after,q:before,q:after { |
|
32 | blockquote:before,blockquote:after,q:before,q:after { | |
33 |
|
|
33 | content: none; | |
34 | } |
|
34 | } | |
35 |
|
35 | |||
36 | :focus { |
|
36 | :focus { | |
37 |
|
|
37 | outline: 0; | |
38 | } |
|
38 | } | |
39 |
|
39 | |||
40 | del { |
|
40 | del { | |
41 |
|
|
41 | text-decoration: line-through; | |
42 | } |
|
42 | } | |
43 |
|
43 | |||
44 | table { |
|
44 | table { | |
45 |
|
|
45 | border-collapse: collapse; | |
46 |
|
|
46 | border-spacing: 0; | |
47 | } |
|
47 | } | |
48 |
|
48 | |||
49 | html { |
|
49 | html { | |
50 |
|
|
50 | height: 100%; | |
51 | } |
|
51 | } | |
52 |
|
52 | |||
53 | a { |
|
53 | a { | |
54 |
|
|
54 | color: #003367; | |
55 |
|
|
55 | text-decoration: none; | |
56 |
|
|
56 | cursor: pointer; | |
57 | } |
|
57 | } | |
58 |
|
58 | |||
59 | a:hover { |
|
59 | a:hover { | |
60 |
|
|
60 | color: #316293; | |
61 |
|
|
61 | text-decoration: underline; | |
62 | } |
|
62 | } | |
63 |
|
63 | |||
64 | h1,h2,h3,h4,h5,h6, |
|
64 | h1,h2,h3,h4,h5,h6, | |
65 | div.h1,div.h2,div.h3,div.h4,div.h5,div.h6 { |
|
65 | div.h1,div.h2,div.h3,div.h4,div.h5,div.h6 { | |
66 |
|
|
66 | color: #292929; | |
67 |
|
|
67 | font-weight: 700; | |
68 | } |
|
68 | } | |
69 |
|
69 | |||
70 | h1,div.h1 { |
|
70 | h1,div.h1 { | |
71 |
|
|
71 | font-size: 22px; | |
72 | } |
|
72 | } | |
73 |
|
73 | |||
74 | h2,div.h2 { |
|
74 | h2,div.h2 { | |
75 |
|
|
75 | font-size: 20px; | |
76 | } |
|
76 | } | |
77 |
|
77 | |||
78 | h3,div.h3 { |
|
78 | h3,div.h3 { | |
79 |
|
|
79 | font-size: 18px; | |
80 | } |
|
80 | } | |
81 |
|
81 | |||
82 | h4,div.h4 { |
|
82 | h4,div.h4 { | |
83 |
|
|
83 | font-size: 16px; | |
84 | } |
|
84 | } | |
85 |
|
85 | |||
86 | h5,div.h5 { |
|
86 | h5,div.h5 { | |
87 |
|
|
87 | font-size: 14px; | |
88 | } |
|
88 | } | |
89 |
|
89 | |||
90 | h6,div.h6 { |
|
90 | h6,div.h6 { | |
91 |
|
|
91 | font-size: 11px; | |
92 | } |
|
92 | } | |
93 |
|
93 | |||
94 | ul.circle { |
|
94 | ul.circle { | |
95 |
|
|
95 | list-style-type: circle; | |
96 | } |
|
96 | } | |
97 |
|
97 | |||
98 | ul.disc { |
|
98 | ul.disc { | |
99 |
|
|
99 | list-style-type: disc; | |
100 | } |
|
100 | } | |
101 |
|
101 | |||
102 | ul.square { |
|
102 | ul.square { | |
103 |
|
|
103 | list-style-type: square; | |
104 | } |
|
104 | } | |
105 |
|
105 | |||
106 | ol.lower-roman { |
|
106 | ol.lower-roman { | |
107 |
|
|
107 | list-style-type: lower-roman; | |
108 | } |
|
108 | } | |
109 |
|
109 | |||
110 | ol.upper-roman { |
|
110 | ol.upper-roman { | |
111 |
|
|
111 | list-style-type: upper-roman; | |
112 | } |
|
112 | } | |
113 |
|
113 | |||
114 | ol.lower-alpha { |
|
114 | ol.lower-alpha { | |
115 |
|
|
115 | list-style-type: lower-alpha; | |
116 | } |
|
116 | } | |
117 |
|
117 | |||
118 | ol.upper-alpha { |
|
118 | ol.upper-alpha { | |
119 |
|
|
119 | list-style-type: upper-alpha; | |
120 | } |
|
120 | } | |
121 |
|
121 | |||
122 | ol.decimal { |
|
122 | ol.decimal { | |
123 |
|
|
123 | list-style-type: decimal; | |
124 | } |
|
124 | } | |
125 |
|
125 | |||
126 | div.color { |
|
126 | div.color { | |
127 |
|
|
127 | clear: both; | |
128 |
|
|
128 | overflow: hidden; | |
129 |
|
|
129 | position: absolute; | |
130 |
|
|
130 | background: #FFF; | |
131 |
|
|
131 | margin: 7px 0 0 60px; | |
132 |
|
|
132 | padding: 1px 1px 1px 0; | |
133 | } |
|
133 | } | |
134 |
|
134 | |||
135 | div.color a { |
|
135 | div.color a { | |
136 |
|
|
136 | width: 15px; | |
137 |
|
|
137 | height: 15px; | |
138 |
|
|
138 | display: block; | |
139 |
|
|
139 | float: left; | |
140 |
|
|
140 | margin: 0 0 0 1px; | |
141 |
|
|
141 | padding: 0; | |
142 | } |
|
142 | } | |
143 |
|
143 | |||
144 | div.options { |
|
144 | div.options { | |
145 |
|
|
145 | clear: both; | |
146 |
|
|
146 | overflow: hidden; | |
147 |
|
|
147 | position: absolute; | |
148 |
|
|
148 | background: #FFF; | |
149 |
|
|
149 | margin: 7px 0 0 162px; | |
150 |
|
|
150 | padding: 0; | |
151 | } |
|
151 | } | |
152 |
|
152 | |||
153 | div.options a { |
|
153 | div.options a { | |
154 |
|
|
154 | height: 1%; | |
155 |
|
|
155 | display: block; | |
156 |
|
|
156 | text-decoration: none; | |
157 |
|
|
157 | margin: 0; | |
158 |
|
|
158 | padding: 3px 8px; | |
159 | } |
|
159 | } | |
160 |
|
160 | |||
161 | .top-left-rounded-corner { |
|
161 | .top-left-rounded-corner { | |
162 |
|
|
162 | -webkit-border-top-left-radius: 8px; | |
163 |
|
|
163 | -khtml-border-radius-topleft: 8px; | |
164 |
|
|
164 | -moz-border-radius-topleft: 8px; | |
165 |
|
|
165 | border-top-left-radius: 8px; | |
166 | } |
|
166 | } | |
167 |
|
167 | |||
168 | .top-right-rounded-corner { |
|
168 | .top-right-rounded-corner { | |
169 |
|
|
169 | -webkit-border-top-right-radius: 8px; | |
170 |
|
|
170 | -khtml-border-radius-topright: 8px; | |
171 |
|
|
171 | -moz-border-radius-topright: 8px; | |
172 |
|
|
172 | border-top-right-radius: 8px; | |
173 | } |
|
173 | } | |
174 |
|
174 | |||
175 | .bottom-left-rounded-corner { |
|
175 | .bottom-left-rounded-corner { | |
176 |
|
|
176 | -webkit-border-bottom-left-radius: 8px; | |
177 |
|
|
177 | -khtml-border-radius-bottomleft: 8px; | |
178 |
|
|
178 | -moz-border-radius-bottomleft: 8px; | |
179 |
|
|
179 | border-bottom-left-radius: 8px; | |
180 | } |
|
180 | } | |
181 |
|
181 | |||
182 | .bottom-right-rounded-corner { |
|
182 | .bottom-right-rounded-corner { | |
183 |
|
|
183 | -webkit-border-bottom-right-radius: 8px; | |
184 |
|
|
184 | -khtml-border-radius-bottomright: 8px; | |
185 |
|
|
185 | -moz-border-radius-bottomright: 8px; | |
186 |
|
|
186 | border-bottom-right-radius: 8px; | |
187 | } |
|
187 | } | |
188 |
|
188 | |||
189 | .top-left-rounded-corner-mid { |
|
189 | .top-left-rounded-corner-mid { | |
190 | -webkit-border-top-left-radius: 4px; |
|
190 | -webkit-border-top-left-radius: 4px; | |
191 | -khtml-border-radius-topleft: 4px; |
|
191 | -khtml-border-radius-topleft: 4px; | |
192 | -moz-border-radius-topleft: 4px; |
|
192 | -moz-border-radius-topleft: 4px; | |
193 | border-top-left-radius: 4px; |
|
193 | border-top-left-radius: 4px; | |
194 | } |
|
194 | } | |
195 |
|
195 | |||
196 | .top-right-rounded-corner-mid { |
|
196 | .top-right-rounded-corner-mid { | |
197 | -webkit-border-top-right-radius: 4px; |
|
197 | -webkit-border-top-right-radius: 4px; | |
198 | -khtml-border-radius-topright: 4px; |
|
198 | -khtml-border-radius-topright: 4px; | |
199 | -moz-border-radius-topright: 4px; |
|
199 | -moz-border-radius-topright: 4px; | |
200 | border-top-right-radius: 4px; |
|
200 | border-top-right-radius: 4px; | |
201 | } |
|
201 | } | |
202 |
|
202 | |||
203 | .bottom-left-rounded-corner-mid { |
|
203 | .bottom-left-rounded-corner-mid { | |
204 | -webkit-border-bottom-left-radius: 4px; |
|
204 | -webkit-border-bottom-left-radius: 4px; | |
205 | -khtml-border-radius-bottomleft: 4px; |
|
205 | -khtml-border-radius-bottomleft: 4px; | |
206 | -moz-border-radius-bottomleft: 4px; |
|
206 | -moz-border-radius-bottomleft: 4px; | |
207 | border-bottom-left-radius: 4px; |
|
207 | border-bottom-left-radius: 4px; | |
208 | } |
|
208 | } | |
209 |
|
209 | |||
210 | .bottom-right-rounded-corner-mid { |
|
210 | .bottom-right-rounded-corner-mid { | |
211 | -webkit-border-bottom-right-radius: 4px; |
|
211 | -webkit-border-bottom-right-radius: 4px; | |
212 | -khtml-border-radius-bottomright: 4px; |
|
212 | -khtml-border-radius-bottomright: 4px; | |
213 | -moz-border-radius-bottomright: 4px; |
|
213 | -moz-border-radius-bottomright: 4px; | |
214 | border-bottom-right-radius: 4px; |
|
214 | border-bottom-right-radius: 4px; | |
215 | } |
|
215 | } | |
216 |
|
216 | |||
217 | .help-block { |
|
217 | .help-block { | |
218 | color: #999999; |
|
218 | color: #999999; | |
219 | display: block; |
|
219 | display: block; | |
220 | margin-bottom: 0; |
|
220 | margin-bottom: 0; | |
221 | margin-top: 5px; |
|
221 | margin-top: 5px; | |
222 | } |
|
222 | } | |
223 |
|
223 | |||
224 | .empty_data{ |
|
224 | .empty_data{ | |
225 |
color:#B9B9B9; |
|
225 | color:#B9B9B9; | |
226 | } |
|
226 | } | |
227 |
|
227 | |||
228 | a.permalink{ |
|
228 | a.permalink{ | |
229 |
|
|
229 | visibility: hidden; | |
230 | } |
|
230 | } | |
231 |
|
231 | |||
232 | a.permalink:hover{ |
|
232 | a.permalink:hover{ | |
233 |
|
|
233 | text-decoration: none; | |
234 | } |
|
234 | } | |
235 |
|
235 | |||
236 | h1:hover > a.permalink, |
|
236 | h1:hover > a.permalink, | |
237 | h2:hover > a.permalink, |
|
237 | h2:hover > a.permalink, | |
238 | h3:hover > a.permalink, |
|
238 | h3:hover > a.permalink, | |
239 | h4:hover > a.permalink, |
|
239 | h4:hover > a.permalink, | |
240 | h5:hover > a.permalink, |
|
240 | h5:hover > a.permalink, | |
241 | h6:hover > a.permalink, |
|
241 | h6:hover > a.permalink, | |
242 | div:hover > a.permalink { |
|
242 | div:hover > a.permalink { | |
243 | visibility: visible; |
|
243 | visibility: visible; | |
244 | } |
|
244 | } | |
245 |
|
245 | |||
246 | #header { |
|
246 | #header { | |
247 |
|
|
247 | margin: 0; | |
248 |
|
|
248 | padding: 0 10px; | |
249 | } |
|
249 | } | |
250 |
|
250 | |||
251 | #header ul#logged-user { |
|
251 | #header ul#logged-user { | |
252 |
|
|
252 | margin-bottom: 5px !important; | |
253 |
|
|
253 | -webkit-border-radius: 0px 0px 8px 8px; | |
254 |
|
|
254 | -khtml-border-radius: 0px 0px 8px 8px; | |
255 |
|
|
255 | -moz-border-radius: 0px 0px 8px 8px; | |
256 |
|
|
256 | border-radius: 0px 0px 8px 8px; | |
257 |
|
|
257 | height: 37px; | |
258 |
background-color: #003B76; |
|
258 | background-color: #003B76; | |
259 | background-repeat: repeat-x; |
|
259 | background-repeat: repeat-x; | |
260 | background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) ); |
|
260 | background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) ); | |
261 | background-image: -moz-linear-gradient(top, #003b76, #00376e); |
|
261 | background-image: -moz-linear-gradient(top, #003b76, #00376e); | |
262 | background-image: -ms-linear-gradient(top, #003b76, #00376e); |
|
262 | background-image: -ms-linear-gradient(top, #003b76, #00376e); | |
263 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) ); |
|
263 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) ); | |
264 | background-image: -webkit-linear-gradient(top, #003b76, #00376e); |
|
264 | background-image: -webkit-linear-gradient(top, #003b76, #00376e); | |
265 | background-image: -o-linear-gradient(top, #003b76, #00376e); |
|
265 | background-image: -o-linear-gradient(top, #003b76, #00376e); | |
266 | background-image: linear-gradient(top, #003b76, #00376e); |
|
266 | background-image: linear-gradient(top, #003b76, #00376e); | |
267 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 ); |
|
267 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 ); | |
268 |
|
|
268 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); | |
269 | } |
|
269 | } | |
270 |
|
270 | |||
271 | #header ul#logged-user li { |
|
271 | #header ul#logged-user li { | |
272 |
|
|
272 | list-style: none; | |
273 |
|
|
273 | float: left; | |
274 |
|
|
274 | margin: 8px 0 0; | |
275 |
|
|
275 | padding: 4px 12px; | |
276 |
|
|
276 | border-left: 1px solid #316293; | |
277 | } |
|
277 | } | |
278 |
|
278 | |||
279 | #header ul#logged-user li.first { |
|
279 | #header ul#logged-user li.first { | |
280 |
|
|
280 | border-left: none; | |
281 |
|
|
281 | margin: 4px; | |
282 | } |
|
282 | } | |
283 |
|
283 | |||
284 | #header ul#logged-user li.first div.gravatar { |
|
284 | #header ul#logged-user li.first div.gravatar { | |
285 |
|
|
285 | margin-top: -2px; | |
286 | } |
|
286 | } | |
287 |
|
287 | |||
288 | #header ul#logged-user li.first div.account { |
|
288 | #header ul#logged-user li.first div.account { | |
289 |
|
|
289 | padding-top: 4px; | |
290 |
|
|
290 | float: left; | |
291 | } |
|
291 | } | |
292 |
|
292 | |||
293 | #header ul#logged-user li.last { |
|
293 | #header ul#logged-user li.last { | |
294 |
|
|
294 | border-right: none; | |
295 | } |
|
295 | } | |
296 |
|
296 | |||
297 | #header ul#logged-user li a { |
|
297 | #header ul#logged-user li a { | |
298 |
|
|
298 | color: #fff; | |
299 |
|
|
299 | font-weight: 700; | |
300 |
|
|
300 | text-decoration: none; | |
301 | } |
|
301 | } | |
302 |
|
302 | |||
303 | #header ul#logged-user li a:hover { |
|
303 | #header ul#logged-user li a:hover { | |
304 |
|
|
304 | text-decoration: underline; | |
305 | } |
|
305 | } | |
306 |
|
306 | |||
307 | #header ul#logged-user li.highlight a { |
|
307 | #header ul#logged-user li.highlight a { | |
308 |
|
|
308 | color: #fff; | |
309 | } |
|
309 | } | |
310 |
|
310 | |||
311 | #header ul#logged-user li.highlight a:hover { |
|
311 | #header ul#logged-user li.highlight a:hover { | |
312 |
|
|
312 | color: #FFF; | |
313 | } |
|
313 | } | |
314 |
|
314 | |||
315 | #header #header-inner { |
|
315 | #header #header-inner { | |
316 |
|
|
316 | min-height: 44px; | |
317 |
|
|
317 | clear: both; | |
318 |
|
|
318 | position: relative; | |
319 | background-color: #003B76; |
|
319 | background-color: #003B76; | |
320 | background-repeat: repeat-x; |
|
320 | background-repeat: repeat-x; | |
321 | background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) ); |
|
321 | background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) ); | |
322 | background-image: -moz-linear-gradient(top, #003b76, #00376e); |
|
322 | background-image: -moz-linear-gradient(top, #003b76, #00376e); | |
323 | background-image: -ms-linear-gradient(top, #003b76, #00376e); |
|
323 | background-image: -ms-linear-gradient(top, #003b76, #00376e); | |
324 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),color-stop(100%, #00376e) ); |
|
324 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),color-stop(100%, #00376e) ); | |
325 | background-image: -webkit-linear-gradient(top, #003b76, #00376e); |
|
325 | background-image: -webkit-linear-gradient(top, #003b76, #00376e); | |
326 | background-image: -o-linear-gradient(top, #003b76, #00376e); |
|
326 | background-image: -o-linear-gradient(top, #003b76, #00376e); | |
327 | background-image: linear-gradient(top, #003b76, #00376e); |
|
327 | background-image: linear-gradient(top, #003b76, #00376e); | |
328 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 ); |
|
328 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 ); | |
329 |
|
|
329 | margin: 0; | |
330 |
|
|
330 | padding: 0; | |
331 |
|
|
331 | display: block; | |
332 |
|
|
332 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); | |
333 |
|
|
333 | -webkit-border-radius: 4px 4px 4px 4px; | |
334 |
|
|
334 | -khtml-border-radius: 4px 4px 4px 4px; | |
335 |
|
|
335 | -moz-border-radius: 4px 4px 4px 4px; | |
336 |
|
|
336 | border-radius: 4px 4px 4px 4px; | |
337 | } |
|
337 | } | |
338 | #header #header-inner.hover{ |
|
338 | #header #header-inner.hover{ | |
339 |
|
|
339 | position: fixed !important; | |
340 |
|
|
340 | width: 100% !important; | |
341 |
|
|
341 | margin-left: -10px !important; | |
342 |
|
|
342 | z-index: 10000; | |
343 | -webkit-border-radius: 0px 0px 0px 0px; |
|
343 | -webkit-border-radius: 0px 0px 0px 0px; | |
344 | -khtml-border-radius: 0px 0px 0px 0px; |
|
344 | -khtml-border-radius: 0px 0px 0px 0px; | |
345 | -moz-border-radius: 0px 0px 0px 0px; |
|
345 | -moz-border-radius: 0px 0px 0px 0px; | |
346 |
border-radius: 0px 0px 0px 0px; |
|
346 | border-radius: 0px 0px 0px 0px; | |
347 | } |
|
347 | } | |
348 |
|
348 | |||
349 | .ie7 #header #header-inner.hover, |
|
349 | .ie7 #header #header-inner.hover, | |
350 | .ie8 #header #header-inner.hover, |
|
350 | .ie8 #header #header-inner.hover, | |
351 | .ie9 #header #header-inner.hover |
|
351 | .ie9 #header #header-inner.hover | |
352 | { |
|
352 | { | |
353 | z-index: auto !important; |
|
353 | z-index: auto !important; | |
354 | } |
|
354 | } | |
355 |
|
355 | |||
356 | .header-pos-fix, .anchor{ |
|
356 | .header-pos-fix, .anchor{ | |
357 |
|
|
357 | margin-top: -46px; | |
358 |
|
|
358 | padding-top: 46px; | |
359 | } |
|
359 | } | |
360 |
|
360 | |||
361 | #header #header-inner #home a { |
|
361 | #header #header-inner #home a { | |
362 |
|
|
362 | height: 40px; | |
363 |
|
|
363 | width: 46px; | |
364 |
|
|
364 | display: block; | |
365 |
|
|
365 | background: url("../images/button_home.png"); | |
366 |
|
|
366 | background-position: 0 0; | |
367 |
|
|
367 | margin: 0; | |
368 |
|
|
368 | padding: 0; | |
369 | } |
|
369 | } | |
370 |
|
370 | |||
371 | #header #header-inner #home a:hover { |
|
371 | #header #header-inner #home a:hover { | |
372 |
|
|
372 | background-position: 0 -40px; | |
373 | } |
|
373 | } | |
374 |
|
374 | |||
375 | #header #header-inner #logo { |
|
375 | #header #header-inner #logo { | |
376 |
|
|
376 | float: left; | |
377 |
|
|
377 | position: absolute; | |
378 | } |
|
378 | } | |
379 |
|
379 | |||
380 | #header #header-inner #logo h1 { |
|
380 | #header #header-inner #logo h1 { | |
381 |
|
|
381 | color: #FFF; | |
382 |
|
|
382 | font-size: 20px; | |
383 |
|
|
383 | margin: 12px 0 0 13px; | |
384 |
|
|
384 | padding: 0; | |
385 | } |
|
385 | } | |
386 |
|
386 | |||
387 | #header #header-inner #logo a { |
|
387 | #header #header-inner #logo a { | |
388 |
|
|
388 | color: #fff; | |
389 |
|
|
389 | text-decoration: none; | |
390 | } |
|
390 | } | |
391 |
|
391 | |||
392 | #header #header-inner #logo a:hover { |
|
392 | #header #header-inner #logo a:hover { | |
393 |
|
|
393 | color: #bfe3ff; | |
394 | } |
|
394 | } | |
395 |
|
395 | |||
396 | #header #header-inner #quick,#header #header-inner #quick ul { |
|
396 | #header #header-inner #quick,#header #header-inner #quick ul { | |
397 |
|
|
397 | position: relative; | |
398 |
|
|
398 | float: right; | |
399 |
|
|
399 | list-style-type: none; | |
400 |
|
|
400 | list-style-position: outside; | |
401 |
|
|
401 | margin: 8px 8px 0 0; | |
402 |
|
|
402 | padding: 0; | |
403 | } |
|
403 | } | |
404 |
|
404 | |||
405 | #header #header-inner #quick li { |
|
405 | #header #header-inner #quick li { | |
406 |
|
|
406 | position: relative; | |
407 |
|
|
407 | float: left; | |
408 |
|
|
408 | margin: 0 5px 0 0; | |
409 |
|
|
409 | padding: 0; | |
410 | } |
|
410 | } | |
411 |
|
411 | |||
412 | #header #header-inner #quick li a.menu_link { |
|
412 | #header #header-inner #quick li a.menu_link { | |
413 |
|
|
413 | top: 0; | |
414 |
|
|
414 | left: 0; | |
415 |
|
|
415 | height: 1%; | |
416 |
|
|
416 | display: block; | |
417 |
|
|
417 | clear: both; | |
418 |
|
|
418 | overflow: hidden; | |
419 |
|
|
419 | color: #FFF; | |
420 |
|
|
420 | font-weight: 700; | |
421 |
|
|
421 | text-decoration: none; | |
422 |
|
|
422 | background: #369; | |
423 |
|
|
423 | padding: 0; | |
424 |
|
|
424 | -webkit-border-radius: 4px 4px 4px 4px; | |
425 |
|
|
425 | -khtml-border-radius: 4px 4px 4px 4px; | |
426 |
|
|
426 | -moz-border-radius: 4px 4px 4px 4px; | |
427 |
|
|
427 | border-radius: 4px 4px 4px 4px; | |
428 | } |
|
428 | } | |
429 |
|
429 | |||
430 | #header #header-inner #quick li span.short { |
|
430 | #header #header-inner #quick li span.short { | |
431 |
|
|
431 | padding: 9px 6px 8px 6px; | |
432 | } |
|
432 | } | |
433 |
|
433 | |||
434 | #header #header-inner #quick li span { |
|
434 | #header #header-inner #quick li span { | |
435 |
|
|
435 | top: 0; | |
436 |
|
|
436 | right: 0; | |
437 |
|
|
437 | height: 1%; | |
438 |
|
|
438 | display: block; | |
439 |
|
|
439 | float: left; | |
440 |
|
|
440 | border-left: 1px solid #3f6f9f; | |
441 |
|
|
441 | margin: 0; | |
442 |
|
|
442 | padding: 10px 12px 8px 10px; | |
443 | } |
|
443 | } | |
444 |
|
444 | |||
445 | #header #header-inner #quick li span.normal { |
|
445 | #header #header-inner #quick li span.normal { | |
446 |
|
|
446 | border: none; | |
447 |
|
|
447 | padding: 10px 12px 8px; | |
448 | } |
|
448 | } | |
449 |
|
449 | |||
450 | #header #header-inner #quick li span.icon { |
|
450 | #header #header-inner #quick li span.icon { | |
451 |
|
|
451 | top: 0; | |
452 |
|
|
452 | left: 0; | |
453 |
|
|
453 | border-left: none; | |
454 |
|
|
454 | border-right: 1px solid #2e5c89; | |
455 |
|
|
455 | padding: 8px 6px 4px; | |
456 |
|
|
456 | min-width: 16px; | |
457 |
|
|
457 | min-height: 16px; | |
458 | } |
|
458 | } | |
459 |
|
459 | |||
460 | #header #header-inner #quick li span.icon_short { |
|
460 | #header #header-inner #quick li span.icon_short { | |
461 |
|
|
461 | top: 0; | |
462 |
|
|
462 | left: 0; | |
463 |
|
|
463 | border-left: none; | |
464 |
|
|
464 | border-right: 1px solid #2e5c89; | |
465 |
|
|
465 | padding: 8px 6px 4px; | |
466 | } |
|
466 | } | |
467 |
|
467 | |||
468 | #header #header-inner #quick li span.icon img,#header #header-inner #quick li span.icon_short img |
|
468 | #header #header-inner #quick li span.icon img,#header #header-inner #quick li span.icon_short img | |
469 | { |
|
469 | { | |
470 |
|
|
470 | margin: 0px -2px 0px 0px; | |
471 | } |
|
471 | } | |
472 |
|
472 | |||
473 | #header #header-inner #quick li.current a, |
|
473 | #header #header-inner #quick li.current a, | |
474 | #header #header-inner #quick li a:hover { |
|
474 | #header #header-inner #quick li a:hover { | |
475 |
|
|
475 | background: #4e4e4e no-repeat top left; | |
476 | } |
|
476 | } | |
477 |
|
477 | |||
478 | #header #header-inner #quick li.current a span, |
|
478 | #header #header-inner #quick li.current a span, | |
479 | #header #header-inner #quick li a:hover span { |
|
479 | #header #header-inner #quick li a:hover span { | |
480 |
|
|
480 | border-left: 1px solid #545454; | |
481 | } |
|
481 | } | |
482 |
|
482 | |||
483 | #header #header-inner #quick li.current a span.icon, |
|
483 | #header #header-inner #quick li.current a span.icon, | |
484 | #header #header-inner #quick li.current a span.icon_short, |
|
484 | #header #header-inner #quick li.current a span.icon_short, | |
485 | #header #header-inner #quick li a:hover span.icon, |
|
485 | #header #header-inner #quick li a:hover span.icon, | |
486 | #header #header-inner #quick li a:hover span.icon_short |
|
486 | #header #header-inner #quick li a:hover span.icon_short | |
487 | { |
|
487 | { | |
488 |
|
|
488 | border-left: none; | |
489 |
|
|
489 | border-right: 1px solid #464646; | |
490 | } |
|
490 | } | |
491 |
|
491 | |||
492 | #header #header-inner #quick ul { |
|
492 | #header #header-inner #quick ul { | |
493 |
|
|
493 | top: 29px; | |
494 |
|
|
494 | right: 0; | |
495 |
|
|
495 | min-width: 200px; | |
496 |
|
|
496 | display: none; | |
497 |
|
|
497 | position: absolute; | |
498 |
|
|
498 | background: #FFF; | |
499 |
|
|
499 | border: 1px solid #666; | |
500 |
|
|
500 | border-top: 1px solid #003367; | |
501 |
|
|
501 | z-index: 100; | |
502 |
|
|
502 | margin: 0px 0px 0px 0px; | |
503 |
|
|
503 | padding: 0; | |
504 | } |
|
504 | } | |
505 |
|
505 | |||
506 | #header #header-inner #quick ul.repo_switcher { |
|
506 | #header #header-inner #quick ul.repo_switcher { | |
507 |
|
|
507 | max-height: 275px; | |
508 |
|
|
508 | overflow-x: hidden; | |
509 |
|
|
509 | overflow-y: auto; | |
510 | } |
|
510 | } | |
511 |
|
511 | |||
512 | #header #header-inner #quick ul.repo_switcher li.qfilter_rs { |
|
512 | #header #header-inner #quick ul.repo_switcher li.qfilter_rs { | |
513 |
|
|
513 | float: none; | |
514 |
|
|
514 | margin: 0; | |
515 |
|
|
515 | border-bottom: 2px solid #003367; | |
516 | } |
|
516 | } | |
517 |
|
517 | |||
518 | #header #header-inner #quick .repo_switcher_type { |
|
518 | #header #header-inner #quick .repo_switcher_type { | |
519 |
|
|
519 | position: absolute; | |
520 |
|
|
520 | left: 0; | |
521 |
|
|
521 | top: 9px; | |
522 | } |
|
522 | } | |
523 |
|
523 | |||
524 | #header #header-inner #quick li ul li { |
|
524 | #header #header-inner #quick li ul li { | |
525 |
|
|
525 | border-bottom: 1px solid #ddd; | |
526 | } |
|
526 | } | |
527 |
|
527 | |||
528 | #header #header-inner #quick li ul li a { |
|
528 | #header #header-inner #quick li ul li a { | |
529 |
|
|
529 | width: 182px; | |
530 |
|
|
530 | height: auto; | |
531 |
|
|
531 | display: block; | |
532 |
|
|
532 | float: left; | |
533 |
|
|
533 | background: #FFF; | |
534 |
|
|
534 | color: #003367; | |
535 |
|
|
535 | font-weight: 400; | |
536 |
|
|
536 | margin: 0; | |
537 |
|
|
537 | padding: 7px 9px; | |
538 | } |
|
538 | } | |
539 |
|
539 | |||
540 | #header #header-inner #quick li ul li a:hover { |
|
540 | #header #header-inner #quick li ul li a:hover { | |
541 |
|
|
541 | color: #000; | |
542 |
|
|
542 | background: #FFF; | |
543 | } |
|
543 | } | |
544 |
|
544 | |||
545 | #header #header-inner #quick ul ul { |
|
545 | #header #header-inner #quick ul ul { | |
546 |
|
|
546 | top: auto; | |
547 | } |
|
547 | } | |
548 |
|
548 | |||
549 | #header #header-inner #quick li ul ul { |
|
549 | #header #header-inner #quick li ul ul { | |
550 |
|
|
550 | right: 200px; | |
551 |
|
|
551 | max-height: 290px; | |
552 |
|
|
552 | overflow: auto; | |
553 |
|
|
553 | overflow-x: hidden; | |
554 |
|
|
554 | white-space: normal; | |
555 | } |
|
555 | } | |
556 |
|
556 | |||
557 | #header #header-inner #quick li ul li a.journal,#header #header-inner #quick li ul li a.journal:hover |
|
557 | #header #header-inner #quick li ul li a.journal,#header #header-inner #quick li ul li a.journal:hover | |
558 | { |
|
558 | { | |
559 |
|
|
559 | background: url("../images/icons/book.png") no-repeat scroll 4px 9px | |
560 | #FFF; |
|
560 | #FFF; | |
561 |
|
|
561 | width: 167px; | |
562 |
|
|
562 | margin: 0; | |
563 |
|
|
563 | padding: 12px 9px 7px 24px; | |
564 | } |
|
564 | } | |
565 |
|
565 | |||
566 | #header #header-inner #quick li ul li a.private_repo,#header #header-inner #quick li ul li a.private_repo:hover |
|
566 | #header #header-inner #quick li ul li a.private_repo,#header #header-inner #quick li ul li a.private_repo:hover | |
567 | { |
|
567 | { | |
568 |
|
|
568 | background: url("../images/icons/lock.png") no-repeat scroll 4px 9px | |
569 | #FFF; |
|
569 | #FFF; | |
570 |
|
|
570 | min-width: 167px; | |
571 |
|
|
571 | margin: 0; | |
572 |
|
|
572 | padding: 12px 9px 7px 24px; | |
573 | } |
|
573 | } | |
574 |
|
574 | |||
575 | #header #header-inner #quick li ul li a.public_repo,#header #header-inner #quick li ul li a.public_repo:hover |
|
575 | #header #header-inner #quick li ul li a.public_repo,#header #header-inner #quick li ul li a.public_repo:hover | |
576 | { |
|
576 | { | |
577 |
|
|
577 | background: url("../images/icons/lock_open.png") no-repeat scroll 4px | |
578 |
|
|
578 | 9px #FFF; | |
579 |
|
|
579 | min-width: 167px; | |
580 |
|
|
580 | margin: 0; | |
581 |
|
|
581 | padding: 12px 9px 7px 24px; | |
582 | } |
|
582 | } | |
583 |
|
583 | |||
584 | #header #header-inner #quick li ul li a.hg,#header #header-inner #quick li ul li a.hg:hover |
|
584 | #header #header-inner #quick li ul li a.hg,#header #header-inner #quick li ul li a.hg:hover | |
585 | { |
|
585 | { | |
586 |
|
|
586 | background: url("../images/icons/hgicon.png") no-repeat scroll 4px 9px | |
587 | #FFF; |
|
587 | #FFF; | |
588 |
|
|
588 | min-width: 167px; | |
589 |
|
|
589 | margin: 0 0 0 14px; | |
590 |
|
|
590 | padding: 12px 9px 7px 24px; | |
591 | } |
|
591 | } | |
592 |
|
592 | |||
593 | #header #header-inner #quick li ul li a.git,#header #header-inner #quick li ul li a.git:hover |
|
593 | #header #header-inner #quick li ul li a.git,#header #header-inner #quick li ul li a.git:hover | |
594 | { |
|
594 | { | |
595 |
|
|
595 | background: url("../images/icons/giticon.png") no-repeat scroll 4px 9px | |
596 | #FFF; |
|
596 | #FFF; | |
597 |
|
|
597 | min-width: 167px; | |
598 |
|
|
598 | margin: 0 0 0 14px; | |
599 |
|
|
599 | padding: 12px 9px 7px 24px; | |
600 | } |
|
600 | } | |
601 |
|
601 | |||
602 | #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover |
|
602 | #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover | |
603 | { |
|
603 | { | |
604 |
|
|
604 | background: url("../images/icons/database_edit.png") no-repeat scroll | |
605 |
|
|
605 | 4px 9px #FFF; | |
606 |
|
|
606 | width: 167px; | |
607 |
|
|
607 | margin: 0; | |
608 |
|
|
608 | padding: 12px 9px 7px 24px; | |
609 | } |
|
609 | } | |
610 |
|
610 | |||
611 | #header #header-inner #quick li ul li a.repos_groups,#header #header-inner #quick li ul li a.repos_groups:hover |
|
611 | #header #header-inner #quick li ul li a.repos_groups,#header #header-inner #quick li ul li a.repos_groups:hover | |
612 | { |
|
612 | { | |
613 |
|
|
613 | background: url("../images/icons/database_link.png") no-repeat scroll | |
614 |
|
|
614 | 4px 9px #FFF; | |
615 |
|
|
615 | width: 167px; | |
616 |
|
|
616 | margin: 0; | |
617 |
|
|
617 | padding: 12px 9px 7px 24px; | |
618 | } |
|
618 | } | |
619 |
|
619 | |||
620 | #header #header-inner #quick li ul li a.users,#header #header-inner #quick li ul li a.users:hover |
|
620 | #header #header-inner #quick li ul li a.users,#header #header-inner #quick li ul li a.users:hover | |
621 | { |
|
621 | { | |
622 |
|
|
622 | background: #FFF url("../images/icons/user_edit.png") no-repeat 4px 9px; | |
623 |
|
|
623 | width: 167px; | |
624 |
|
|
624 | margin: 0; | |
625 |
|
|
625 | padding: 12px 9px 7px 24px; | |
626 | } |
|
626 | } | |
627 |
|
627 | |||
628 | #header #header-inner #quick li ul li a.groups,#header #header-inner #quick li ul li a.groups:hover |
|
628 | #header #header-inner #quick li ul li a.groups,#header #header-inner #quick li ul li a.groups:hover | |
629 | { |
|
629 | { | |
630 |
|
|
630 | background: #FFF url("../images/icons/group_edit.png") no-repeat 4px 9px; | |
631 |
|
|
631 | width: 167px; | |
632 |
|
|
632 | margin: 0; | |
633 |
|
|
633 | padding: 12px 9px 7px 24px; | |
634 | } |
|
634 | } | |
635 |
|
635 | |||
636 | #header #header-inner #quick li ul li a.defaults,#header #header-inner #quick li ul li a.defaults:hover |
|
636 | #header #header-inner #quick li ul li a.defaults,#header #header-inner #quick li ul li a.defaults:hover | |
637 | { |
|
637 | { | |
638 | background: #FFF url("../images/icons/wrench.png") no-repeat 4px 9px; |
|
638 | background: #FFF url("../images/icons/wrench.png") no-repeat 4px 9px; | |
639 | width: 167px; |
|
639 | width: 167px; | |
640 | margin: 0; |
|
640 | margin: 0; | |
641 | padding: 12px 9px 7px 24px; |
|
641 | padding: 12px 9px 7px 24px; | |
642 | } |
|
642 | } | |
643 |
|
643 | |||
644 | #header #header-inner #quick li ul li a.settings,#header #header-inner #quick li ul li a.settings:hover |
|
644 | #header #header-inner #quick li ul li a.settings,#header #header-inner #quick li ul li a.settings:hover | |
645 | { |
|
645 | { | |
646 |
|
|
646 | background: #FFF url("../images/icons/cog.png") no-repeat 4px 9px; | |
647 |
|
|
647 | width: 167px; | |
648 |
|
|
648 | margin: 0; | |
649 |
|
|
649 | padding: 12px 9px 7px 24px; | |
650 | } |
|
650 | } | |
651 |
|
651 | |||
652 | #header #header-inner #quick li ul li a.permissions,#header #header-inner #quick li ul li a.permissions:hover |
|
652 | #header #header-inner #quick li ul li a.permissions,#header #header-inner #quick li ul li a.permissions:hover | |
653 | { |
|
653 | { | |
654 |
|
|
654 | background: #FFF url("../images/icons/key.png") no-repeat 4px 9px; | |
655 |
|
|
655 | width: 167px; | |
656 |
|
|
656 | margin: 0; | |
657 |
|
|
657 | padding: 12px 9px 7px 24px; | |
658 | } |
|
658 | } | |
659 |
|
659 | |||
660 | #header #header-inner #quick li ul li a.ldap,#header #header-inner #quick li ul li a.ldap:hover |
|
660 | #header #header-inner #quick li ul li a.ldap,#header #header-inner #quick li ul li a.ldap:hover | |
661 | { |
|
661 | { | |
662 |
|
|
662 | background: #FFF url("../images/icons/server_key.png") no-repeat 4px 9px; | |
663 |
|
|
663 | width: 167px; | |
664 |
|
|
664 | margin: 0; | |
665 |
|
|
665 | padding: 12px 9px 7px 24px; | |
666 | } |
|
666 | } | |
667 |
|
667 | |||
668 | #header #header-inner #quick li ul li a.fork,#header #header-inner #quick li ul li a.fork:hover |
|
668 | #header #header-inner #quick li ul li a.fork,#header #header-inner #quick li ul li a.fork:hover | |
669 | { |
|
669 | { | |
670 |
|
|
670 | background: #FFF url("../images/icons/arrow_divide.png") no-repeat 4px | |
671 | 9px; |
|
671 | 9px; | |
672 |
|
|
672 | width: 167px; | |
673 |
|
|
673 | margin: 0; | |
674 |
|
|
674 | padding: 12px 9px 7px 24px; | |
675 | } |
|
675 | } | |
676 |
|
676 | |||
677 | #header #header-inner #quick li ul li a.locking_add,#header #header-inner #quick li ul li a.locking_add:hover |
|
677 | #header #header-inner #quick li ul li a.locking_add,#header #header-inner #quick li ul li a.locking_add:hover | |
678 | { |
|
678 | { | |
679 | background: #FFF url("../images/icons/lock_add.png") no-repeat 4px |
|
679 | background: #FFF url("../images/icons/lock_add.png") no-repeat 4px | |
680 | 9px; |
|
680 | 9px; | |
681 | width: 167px; |
|
681 | width: 167px; | |
682 | margin: 0; |
|
682 | margin: 0; | |
683 | padding: 12px 9px 7px 24px; |
|
683 | padding: 12px 9px 7px 24px; | |
684 | } |
|
684 | } | |
685 |
|
685 | |||
686 | #header #header-inner #quick li ul li a.locking_del,#header #header-inner #quick li ul li a.locking_del:hover |
|
686 | #header #header-inner #quick li ul li a.locking_del,#header #header-inner #quick li ul li a.locking_del:hover | |
687 | { |
|
687 | { | |
688 | background: #FFF url("../images/icons/lock_delete.png") no-repeat 4px |
|
688 | background: #FFF url("../images/icons/lock_delete.png") no-repeat 4px | |
689 | 9px; |
|
689 | 9px; | |
690 | width: 167px; |
|
690 | width: 167px; | |
691 | margin: 0; |
|
691 | margin: 0; | |
692 | padding: 12px 9px 7px 24px; |
|
692 | padding: 12px 9px 7px 24px; | |
693 | } |
|
693 | } | |
694 |
|
694 | |||
695 | #header #header-inner #quick li ul li a.pull_request,#header #header-inner #quick li ul li a.pull_request:hover |
|
695 | #header #header-inner #quick li ul li a.pull_request,#header #header-inner #quick li ul li a.pull_request:hover | |
696 | { |
|
696 | { | |
697 | background: #FFF url("../images/icons/arrow_join.png") no-repeat 4px |
|
697 | background: #FFF url("../images/icons/arrow_join.png") no-repeat 4px | |
698 | 9px; |
|
698 | 9px; | |
699 | width: 167px; |
|
699 | width: 167px; | |
700 | margin: 0; |
|
700 | margin: 0; | |
701 | padding: 12px 9px 7px 24px; |
|
701 | padding: 12px 9px 7px 24px; | |
702 | } |
|
702 | } | |
703 |
|
703 | |||
704 | #header #header-inner #quick li ul li a.compare_request,#header #header-inner #quick li ul li a.compare_request:hover |
|
704 | #header #header-inner #quick li ul li a.compare_request,#header #header-inner #quick li ul li a.compare_request:hover | |
705 | { |
|
705 | { | |
706 | background: #FFF url("../images/icons/arrow_inout.png") no-repeat 4px |
|
706 | background: #FFF url("../images/icons/arrow_inout.png") no-repeat 4px | |
707 | 9px; |
|
707 | 9px; | |
708 | width: 167px; |
|
708 | width: 167px; | |
709 | margin: 0; |
|
709 | margin: 0; | |
710 | padding: 12px 9px 7px 24px; |
|
710 | padding: 12px 9px 7px 24px; | |
711 | } |
|
711 | } | |
712 |
|
712 | |||
713 | #header #header-inner #quick li ul li a.search,#header #header-inner #quick li ul li a.search:hover |
|
713 | #header #header-inner #quick li ul li a.search,#header #header-inner #quick li ul li a.search:hover | |
714 | { |
|
714 | { | |
715 |
|
|
715 | background: #FFF url("../images/icons/search_16.png") no-repeat 4px 9px; | |
716 |
|
|
716 | width: 167px; | |
717 |
|
|
717 | margin: 0; | |
718 |
|
|
718 | padding: 12px 9px 7px 24px; | |
719 | } |
|
719 | } | |
720 |
|
720 | |||
721 | #header #header-inner #quick li ul li a.delete,#header #header-inner #quick li ul li a.delete:hover |
|
721 | #header #header-inner #quick li ul li a.delete,#header #header-inner #quick li ul li a.delete:hover | |
722 | { |
|
722 | { | |
723 |
|
|
723 | background: #FFF url("../images/icons/delete.png") no-repeat 4px 9px; | |
724 |
|
|
724 | width: 167px; | |
725 |
|
|
725 | margin: 0; | |
726 |
|
|
726 | padding: 12px 9px 7px 24px; | |
727 | } |
|
727 | } | |
728 |
|
728 | |||
729 | #header #header-inner #quick li ul li a.branches,#header #header-inner #quick li ul li a.branches:hover |
|
729 | #header #header-inner #quick li ul li a.branches,#header #header-inner #quick li ul li a.branches:hover | |
730 | { |
|
730 | { | |
731 |
|
|
731 | background: #FFF url("../images/icons/arrow_branch.png") no-repeat 4px | |
732 | 9px; |
|
732 | 9px; | |
733 |
|
|
733 | width: 167px; | |
734 |
|
|
734 | margin: 0; | |
735 |
|
|
735 | padding: 12px 9px 7px 24px; | |
736 | } |
|
736 | } | |
737 |
|
737 | |||
738 | #header #header-inner #quick li ul li a.tags, |
|
738 | #header #header-inner #quick li ul li a.tags, | |
739 | #header #header-inner #quick li ul li a.tags:hover{ |
|
739 | #header #header-inner #quick li ul li a.tags:hover{ | |
740 |
|
|
740 | background: #FFF url("../images/icons/tag_blue.png") no-repeat 4px 9px; | |
741 |
|
|
741 | width: 167px; | |
742 |
|
|
742 | margin: 0; | |
743 |
|
|
743 | padding: 12px 9px 7px 24px; | |
744 | } |
|
744 | } | |
745 |
|
745 | |||
746 | #header #header-inner #quick li ul li a.bookmarks, |
|
746 | #header #header-inner #quick li ul li a.bookmarks, | |
747 | #header #header-inner #quick li ul li a.bookmarks:hover{ |
|
747 | #header #header-inner #quick li ul li a.bookmarks:hover{ | |
748 | background: #FFF url("../images/icons/tag_green.png") no-repeat 4px 9px; |
|
748 | background: #FFF url("../images/icons/tag_green.png") no-repeat 4px 9px; | |
749 | width: 167px; |
|
749 | width: 167px; | |
750 | margin: 0; |
|
750 | margin: 0; | |
751 | padding: 12px 9px 7px 24px; |
|
751 | padding: 12px 9px 7px 24px; | |
752 | } |
|
752 | } | |
753 |
|
753 | |||
754 | #header #header-inner #quick li ul li a.admin, |
|
754 | #header #header-inner #quick li ul li a.admin, | |
755 | #header #header-inner #quick li ul li a.admin:hover{ |
|
755 | #header #header-inner #quick li ul li a.admin:hover{ | |
756 |
|
|
756 | background: #FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px; | |
757 |
|
|
757 | width: 167px; | |
758 |
|
|
758 | margin: 0; | |
759 |
|
|
759 | padding: 12px 9px 7px 24px; | |
760 | } |
|
760 | } | |
761 |
|
761 | |||
762 | .groups_breadcrumbs a { |
|
762 | .groups_breadcrumbs a { | |
763 |
|
|
763 | color: #fff; | |
764 | } |
|
764 | } | |
765 |
|
765 | |||
766 | .groups_breadcrumbs a:hover { |
|
766 | .groups_breadcrumbs a:hover { | |
767 |
|
|
767 | color: #bfe3ff; | |
768 |
|
|
768 | text-decoration: none; | |
769 | } |
|
769 | } | |
770 |
|
770 | |||
771 | td.quick_repo_menu { |
|
771 | td.quick_repo_menu { | |
772 |
|
|
772 | background: #FFF url("../images/vertical-indicator.png") 8px 50% no-repeat !important; | |
773 |
|
|
773 | cursor: pointer; | |
774 |
|
|
774 | width: 8px; | |
775 |
|
|
775 | border: 1px solid transparent; | |
776 | } |
|
776 | } | |
777 |
|
777 | |||
778 | td.quick_repo_menu.active { |
|
778 | td.quick_repo_menu.active { | |
779 | background: url("../images/dt-arrow-dn.png") no-repeat scroll 5px 50% #FFFFFF !important; |
|
779 | background: url("../images/dt-arrow-dn.png") no-repeat scroll 5px 50% #FFFFFF !important; | |
780 | border: 1px solid #003367; |
|
780 | border: 1px solid #003367; | |
781 | box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); |
|
781 | box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); | |
782 | cursor: pointer; |
|
782 | cursor: pointer; | |
783 | } |
|
783 | } | |
784 |
|
784 | |||
785 | td.quick_repo_menu .menu_items { |
|
785 | td.quick_repo_menu .menu_items { | |
786 |
|
|
786 | margin-top: 10px; | |
787 |
|
|
787 | margin-left:-6px; | |
788 |
|
|
788 | width: 150px; | |
789 |
|
|
789 | position: absolute; | |
790 |
|
|
790 | background-color: #FFF; | |
791 |
|
|
791 | background: none repeat scroll 0 0 #FFFFFF; | |
792 |
|
|
792 | border-color: #003367 #666666 #666666; | |
793 |
|
|
793 | border-right: 1px solid #666666; | |
794 |
|
|
794 | border-style: solid; | |
795 |
|
|
795 | border-width: 1px; | |
796 |
|
|
796 | box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2); | |
797 |
|
|
797 | border-top-style: none; | |
798 | } |
|
798 | } | |
799 |
|
799 | |||
800 | td.quick_repo_menu .menu_items li { |
|
800 | td.quick_repo_menu .menu_items li { | |
801 |
|
|
801 | padding: 0 !important; | |
802 | } |
|
802 | } | |
803 |
|
803 | |||
804 | td.quick_repo_menu .menu_items a { |
|
804 | td.quick_repo_menu .menu_items a { | |
805 |
|
|
805 | display: block; | |
806 |
|
|
806 | padding: 4px 12px 4px 8px; | |
807 | } |
|
807 | } | |
808 |
|
808 | |||
809 | td.quick_repo_menu .menu_items a:hover { |
|
809 | td.quick_repo_menu .menu_items a:hover { | |
810 |
|
|
810 | background-color: #EEE; | |
811 |
|
|
811 | text-decoration: none; | |
812 | } |
|
812 | } | |
813 |
|
813 | |||
814 | td.quick_repo_menu .menu_items .icon img { |
|
814 | td.quick_repo_menu .menu_items .icon img { | |
815 |
|
|
815 | margin-bottom: -2px; | |
816 | } |
|
816 | } | |
817 |
|
817 | |||
818 | td.quick_repo_menu .menu_items.hidden { |
|
818 | td.quick_repo_menu .menu_items.hidden { | |
819 |
|
|
819 | display: none; | |
820 | } |
|
820 | } | |
821 |
|
821 | |||
822 | .yui-dt-first th { |
|
822 | .yui-dt-first th { | |
823 |
|
|
823 | text-align: left; | |
824 | } |
|
824 | } | |
825 |
|
825 | |||
826 | /* |
|
826 | /* | |
827 | Copyright (c) 2011, Yahoo! Inc. All rights reserved. |
|
827 | Copyright (c) 2011, Yahoo! Inc. All rights reserved. | |
828 | Code licensed under the BSD License: |
|
828 | Code licensed under the BSD License: | |
829 | http://developer.yahoo.com/yui/license.html |
|
829 | http://developer.yahoo.com/yui/license.html | |
830 | version: 2.9.0 |
|
830 | version: 2.9.0 | |
831 | */ |
|
831 | */ | |
832 | .yui-skin-sam .yui-dt-mask { |
|
832 | .yui-skin-sam .yui-dt-mask { | |
833 | position: absolute; |
|
833 | position: absolute; | |
834 | z-index: 9500; |
|
834 | z-index: 9500; | |
835 | } |
|
835 | } | |
836 | .yui-dt-tmp { |
|
836 | .yui-dt-tmp { | |
837 | position: absolute; |
|
837 | position: absolute; | |
838 | left: -9000px; |
|
838 | left: -9000px; | |
839 | } |
|
839 | } | |
840 | .yui-dt-scrollable .yui-dt-bd { overflow: auto } |
|
840 | .yui-dt-scrollable .yui-dt-bd { overflow: auto } | |
841 | .yui-dt-scrollable .yui-dt-hd { |
|
841 | .yui-dt-scrollable .yui-dt-hd { | |
842 | overflow: hidden; |
|
842 | overflow: hidden; | |
843 | position: relative; |
|
843 | position: relative; | |
844 | } |
|
844 | } | |
845 | .yui-dt-scrollable .yui-dt-bd thead tr, |
|
845 | .yui-dt-scrollable .yui-dt-bd thead tr, | |
846 | .yui-dt-scrollable .yui-dt-bd thead th { |
|
846 | .yui-dt-scrollable .yui-dt-bd thead th { | |
847 | position: absolute; |
|
847 | position: absolute; | |
848 | left: -1500px; |
|
848 | left: -1500px; | |
849 | } |
|
849 | } | |
850 | .yui-dt-scrollable tbody { -moz-outline: 0 } |
|
850 | .yui-dt-scrollable tbody { -moz-outline: 0 } | |
851 | .yui-skin-sam thead .yui-dt-sortable { cursor: pointer } |
|
851 | .yui-skin-sam thead .yui-dt-sortable { cursor: pointer } | |
852 | .yui-skin-sam thead .yui-dt-draggable { cursor: move } |
|
852 | .yui-skin-sam thead .yui-dt-draggable { cursor: move } | |
853 | .yui-dt-coltarget { |
|
853 | .yui-dt-coltarget { | |
854 | position: absolute; |
|
854 | position: absolute; | |
855 | z-index: 999; |
|
855 | z-index: 999; | |
856 | } |
|
856 | } | |
857 | .yui-dt-hd { zoom: 1 } |
|
857 | .yui-dt-hd { zoom: 1 } | |
858 | th.yui-dt-resizeable .yui-dt-resizerliner { position: relative } |
|
858 | th.yui-dt-resizeable .yui-dt-resizerliner { position: relative } | |
859 | .yui-dt-resizer { |
|
859 | .yui-dt-resizer { | |
860 | position: absolute; |
|
860 | position: absolute; | |
861 | right: 0; |
|
861 | right: 0; | |
862 | bottom: 0; |
|
862 | bottom: 0; | |
863 | height: 100%; |
|
863 | height: 100%; | |
864 | cursor: e-resize; |
|
864 | cursor: e-resize; | |
865 | cursor: col-resize; |
|
865 | cursor: col-resize; | |
866 | background-color: #CCC; |
|
866 | background-color: #CCC; | |
867 | opacity: 0; |
|
867 | opacity: 0; | |
868 | filter: alpha(opacity=0); |
|
868 | filter: alpha(opacity=0); | |
869 | } |
|
869 | } | |
870 | .yui-dt-resizerproxy { |
|
870 | .yui-dt-resizerproxy { | |
871 | visibility: hidden; |
|
871 | visibility: hidden; | |
872 | position: absolute; |
|
872 | position: absolute; | |
873 | z-index: 9000; |
|
873 | z-index: 9000; | |
874 | background-color: #CCC; |
|
874 | background-color: #CCC; | |
875 | opacity: 0; |
|
875 | opacity: 0; | |
876 | filter: alpha(opacity=0); |
|
876 | filter: alpha(opacity=0); | |
877 | } |
|
877 | } | |
878 | th.yui-dt-hidden .yui-dt-liner, |
|
878 | th.yui-dt-hidden .yui-dt-liner, | |
879 | td.yui-dt-hidden .yui-dt-liner, |
|
879 | td.yui-dt-hidden .yui-dt-liner, | |
880 | th.yui-dt-hidden .yui-dt-resizer { display: none } |
|
880 | th.yui-dt-hidden .yui-dt-resizer { display: none } | |
881 | .yui-dt-editor, |
|
881 | .yui-dt-editor, | |
882 | .yui-dt-editor-shim { |
|
882 | .yui-dt-editor-shim { | |
883 | position: absolute; |
|
883 | position: absolute; | |
884 | z-index: 9000; |
|
884 | z-index: 9000; | |
885 | } |
|
885 | } | |
886 | .yui-skin-sam .yui-dt table { |
|
886 | .yui-skin-sam .yui-dt table { | |
887 | margin: 0; |
|
887 | margin: 0; | |
888 | padding: 0; |
|
888 | padding: 0; | |
889 | font-family: arial; |
|
889 | font-family: arial; | |
890 | font-size: inherit; |
|
890 | font-size: inherit; | |
891 | border-collapse: separate; |
|
891 | border-collapse: separate; | |
892 | *border-collapse: collapse; |
|
892 | *border-collapse: collapse; | |
893 | border-spacing: 0; |
|
893 | border-spacing: 0; | |
894 | border: 1px solid #7f7f7f; |
|
894 | border: 1px solid #7f7f7f; | |
895 | } |
|
895 | } | |
896 | .yui-skin-sam .yui-dt thead { border-spacing: 0 } |
|
896 | .yui-skin-sam .yui-dt thead { border-spacing: 0 } | |
897 | .yui-skin-sam .yui-dt caption { |
|
897 | .yui-skin-sam .yui-dt caption { | |
898 | color: #000; |
|
898 | color: #000; | |
899 | font-size: 85%; |
|
899 | font-size: 85%; | |
900 | font-weight: normal; |
|
900 | font-weight: normal; | |
901 | font-style: italic; |
|
901 | font-style: italic; | |
902 | line-height: 1; |
|
902 | line-height: 1; | |
903 | padding: 1em 0; |
|
903 | padding: 1em 0; | |
904 | text-align: center; |
|
904 | text-align: center; | |
905 | } |
|
905 | } | |
906 | .yui-skin-sam .yui-dt th { background: #d8d8da url(../images/sprite.png) repeat-x 0 0 } |
|
906 | .yui-skin-sam .yui-dt th { background: #d8d8da url(../images/sprite.png) repeat-x 0 0 } | |
907 | .yui-skin-sam .yui-dt th, |
|
907 | .yui-skin-sam .yui-dt th, | |
908 | .yui-skin-sam .yui-dt th a { |
|
908 | .yui-skin-sam .yui-dt th a { | |
909 | font-weight: normal; |
|
909 | font-weight: normal; | |
910 | text-decoration: none; |
|
910 | text-decoration: none; | |
911 | color: #000; |
|
911 | color: #000; | |
912 | vertical-align: bottom; |
|
912 | vertical-align: bottom; | |
913 | } |
|
913 | } | |
914 | .yui-skin-sam .yui-dt th { |
|
914 | .yui-skin-sam .yui-dt th { | |
915 | margin: 0; |
|
915 | margin: 0; | |
916 | padding: 0; |
|
916 | padding: 0; | |
917 | border: 0; |
|
917 | border: 0; | |
918 | border-right: 1px solid #cbcbcb; |
|
918 | border-right: 1px solid #cbcbcb; | |
919 | } |
|
919 | } | |
920 | .yui-skin-sam .yui-dt tr.yui-dt-first td { border-top: 1px solid #7f7f7f } |
|
920 | .yui-skin-sam .yui-dt tr.yui-dt-first td { border-top: 1px solid #7f7f7f } | |
921 | .yui-skin-sam .yui-dt th .yui-dt-liner { white-space: nowrap } |
|
921 | .yui-skin-sam .yui-dt th .yui-dt-liner { white-space: nowrap } | |
922 | .yui-skin-sam .yui-dt-liner { |
|
922 | .yui-skin-sam .yui-dt-liner { | |
923 | margin: 0; |
|
923 | margin: 0; | |
924 | padding: 0; |
|
924 | padding: 0; | |
925 | } |
|
925 | } | |
926 | .yui-skin-sam .yui-dt-coltarget { |
|
926 | .yui-skin-sam .yui-dt-coltarget { | |
927 | width: 5px; |
|
927 | width: 5px; | |
928 | background-color: red; |
|
928 | background-color: red; | |
929 | } |
|
929 | } | |
930 | .yui-skin-sam .yui-dt td { |
|
930 | .yui-skin-sam .yui-dt td { | |
931 | margin: 0; |
|
931 | margin: 0; | |
932 | padding: 0; |
|
932 | padding: 0; | |
933 | border: 0; |
|
933 | border: 0; | |
934 | border-right: 1px solid #cbcbcb; |
|
934 | border-right: 1px solid #cbcbcb; | |
935 | text-align: left; |
|
935 | text-align: left; | |
936 | } |
|
936 | } | |
937 | .yui-skin-sam .yui-dt-list td { border-right: 0 } |
|
937 | .yui-skin-sam .yui-dt-list td { border-right: 0 } | |
938 | .yui-skin-sam .yui-dt-resizer { width: 6px } |
|
938 | .yui-skin-sam .yui-dt-resizer { width: 6px } | |
939 | .yui-skin-sam .yui-dt-mask { |
|
939 | .yui-skin-sam .yui-dt-mask { | |
940 | background-color: #000; |
|
940 | background-color: #000; | |
941 | opacity: .25; |
|
941 | opacity: .25; | |
942 | filter: alpha(opacity=25); |
|
942 | filter: alpha(opacity=25); | |
943 | } |
|
943 | } | |
944 | .yui-skin-sam .yui-dt-message { background-color: #FFF } |
|
944 | .yui-skin-sam .yui-dt-message { background-color: #FFF } | |
945 | .yui-skin-sam .yui-dt-scrollable table { border: 0 } |
|
945 | .yui-skin-sam .yui-dt-scrollable table { border: 0 } | |
946 | .yui-skin-sam .yui-dt-scrollable .yui-dt-hd { |
|
946 | .yui-skin-sam .yui-dt-scrollable .yui-dt-hd { | |
947 | border-left: 1px solid #7f7f7f; |
|
947 | border-left: 1px solid #7f7f7f; | |
948 | border-top: 1px solid #7f7f7f; |
|
948 | border-top: 1px solid #7f7f7f; | |
949 | border-right: 1px solid #7f7f7f; |
|
949 | border-right: 1px solid #7f7f7f; | |
950 | } |
|
950 | } | |
951 | .yui-skin-sam .yui-dt-scrollable .yui-dt-bd { |
|
951 | .yui-skin-sam .yui-dt-scrollable .yui-dt-bd { | |
952 | border-left: 1px solid #7f7f7f; |
|
952 | border-left: 1px solid #7f7f7f; | |
953 | border-bottom: 1px solid #7f7f7f; |
|
953 | border-bottom: 1px solid #7f7f7f; | |
954 | border-right: 1px solid #7f7f7f; |
|
954 | border-right: 1px solid #7f7f7f; | |
955 | background-color: #FFF; |
|
955 | background-color: #FFF; | |
956 | } |
|
956 | } | |
957 | .yui-skin-sam .yui-dt-scrollable .yui-dt-data tr.yui-dt-last td { border-bottom: 1px solid #7f7f7f } |
|
957 | .yui-skin-sam .yui-dt-scrollable .yui-dt-data tr.yui-dt-last td { border-bottom: 1px solid #7f7f7f } | |
958 | .yui-skin-sam th.yui-dt-asc, |
|
958 | .yui-skin-sam th.yui-dt-asc, | |
959 | .yui-skin-sam th.yui-dt-desc { background: url(../images/sprite.png) repeat-x 0 -100px } |
|
959 | .yui-skin-sam th.yui-dt-desc { background: url(../images/sprite.png) repeat-x 0 -100px } | |
960 | .yui-skin-sam th.yui-dt-sortable .yui-dt-label { margin-right: 10px } |
|
960 | .yui-skin-sam th.yui-dt-sortable .yui-dt-label { margin-right: 10px } | |
961 | .yui-skin-sam th.yui-dt-asc .yui-dt-liner { background: url(../images/dt-arrow-up.png) no-repeat right } |
|
961 | .yui-skin-sam th.yui-dt-asc .yui-dt-liner { background: url(../images/dt-arrow-up.png) no-repeat right } | |
962 | .yui-skin-sam th.yui-dt-desc .yui-dt-liner { background: url(../images/dt-arrow-dn.png) no-repeat right } |
|
962 | .yui-skin-sam th.yui-dt-desc .yui-dt-liner { background: url(../images/dt-arrow-dn.png) no-repeat right } | |
963 | tbody .yui-dt-editable { cursor: pointer } |
|
963 | tbody .yui-dt-editable { cursor: pointer } | |
964 | .yui-dt-editor { |
|
964 | .yui-dt-editor { | |
965 | text-align: left; |
|
965 | text-align: left; | |
966 | background-color: #f2f2f2; |
|
966 | background-color: #f2f2f2; | |
967 | border: 1px solid #808080; |
|
967 | border: 1px solid #808080; | |
968 | padding: 6px; |
|
968 | padding: 6px; | |
969 | } |
|
969 | } | |
970 | .yui-dt-editor label { |
|
970 | .yui-dt-editor label { | |
971 | padding-left: 4px; |
|
971 | padding-left: 4px; | |
972 | padding-right: 6px; |
|
972 | padding-right: 6px; | |
973 | } |
|
973 | } | |
974 | .yui-dt-editor .yui-dt-button { |
|
974 | .yui-dt-editor .yui-dt-button { | |
975 | padding-top: 6px; |
|
975 | padding-top: 6px; | |
976 | text-align: right; |
|
976 | text-align: right; | |
977 | } |
|
977 | } | |
978 | .yui-dt-editor .yui-dt-button button { |
|
978 | .yui-dt-editor .yui-dt-button button { | |
979 | background: url(../images/sprite.png) repeat-x 0 0; |
|
979 | background: url(../images/sprite.png) repeat-x 0 0; | |
980 | border: 1px solid #999; |
|
980 | border: 1px solid #999; | |
981 | width: 4em; |
|
981 | width: 4em; | |
982 | height: 1.8em; |
|
982 | height: 1.8em; | |
983 | margin-left: 6px; |
|
983 | margin-left: 6px; | |
984 | } |
|
984 | } | |
985 | .yui-dt-editor .yui-dt-button button.yui-dt-default { |
|
985 | .yui-dt-editor .yui-dt-button button.yui-dt-default { | |
986 | background: url(../images/sprite.png) repeat-x 0 -1400px; |
|
986 | background: url(../images/sprite.png) repeat-x 0 -1400px; | |
987 | background-color: #5584e0; |
|
987 | background-color: #5584e0; | |
988 | border: 1px solid #304369; |
|
988 | border: 1px solid #304369; | |
989 | color: #FFF; |
|
989 | color: #FFF; | |
990 | } |
|
990 | } | |
991 | .yui-dt-editor .yui-dt-button button:hover { |
|
991 | .yui-dt-editor .yui-dt-button button:hover { | |
992 | background: url(../images/sprite.png) repeat-x 0 -1300px; |
|
992 | background: url(../images/sprite.png) repeat-x 0 -1300px; | |
993 | color: #000; |
|
993 | color: #000; | |
994 | } |
|
994 | } | |
995 | .yui-dt-editor .yui-dt-button button:active { |
|
995 | .yui-dt-editor .yui-dt-button button:active { | |
996 | background: url(../images/sprite.png) repeat-x 0 -1700px; |
|
996 | background: url(../images/sprite.png) repeat-x 0 -1700px; | |
997 | color: #000; |
|
997 | color: #000; | |
998 | } |
|
998 | } | |
999 | .yui-skin-sam tr.yui-dt-even { background-color: #FFF } |
|
999 | .yui-skin-sam tr.yui-dt-even { background-color: #FFF } | |
1000 | .yui-skin-sam tr.yui-dt-odd { background-color: #edf5ff } |
|
1000 | .yui-skin-sam tr.yui-dt-odd { background-color: #edf5ff } | |
1001 | .yui-skin-sam tr.yui-dt-even td.yui-dt-asc, |
|
1001 | .yui-skin-sam tr.yui-dt-even td.yui-dt-asc, | |
1002 | .yui-skin-sam tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff } |
|
1002 | .yui-skin-sam tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff } | |
1003 | .yui-skin-sam tr.yui-dt-odd td.yui-dt-asc, |
|
1003 | .yui-skin-sam tr.yui-dt-odd td.yui-dt-asc, | |
1004 | .yui-skin-sam tr.yui-dt-odd td.yui-dt-desc { background-color: #dbeaff } |
|
1004 | .yui-skin-sam tr.yui-dt-odd td.yui-dt-desc { background-color: #dbeaff } | |
1005 | .yui-skin-sam .yui-dt-list tr.yui-dt-even { background-color: #FFF } |
|
1005 | .yui-skin-sam .yui-dt-list tr.yui-dt-even { background-color: #FFF } | |
1006 | .yui-skin-sam .yui-dt-list tr.yui-dt-odd { background-color: #FFF } |
|
1006 | .yui-skin-sam .yui-dt-list tr.yui-dt-odd { background-color: #FFF } | |
1007 | .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-asc, |
|
1007 | .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-asc, | |
1008 | .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff } |
|
1008 | .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff } | |
1009 | .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-asc, |
|
1009 | .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-asc, | |
1010 | .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-desc { background-color: #edf5ff } |
|
1010 | .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-desc { background-color: #edf5ff } | |
1011 | .yui-skin-sam th.yui-dt-highlighted, |
|
1011 | .yui-skin-sam th.yui-dt-highlighted, | |
1012 | .yui-skin-sam th.yui-dt-highlighted a { background-color: #b2d2ff } |
|
1012 | .yui-skin-sam th.yui-dt-highlighted a { background-color: #b2d2ff } | |
1013 | .yui-skin-sam tr.yui-dt-highlighted, |
|
1013 | .yui-skin-sam tr.yui-dt-highlighted, | |
1014 | .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-asc, |
|
1014 | .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-asc, | |
1015 | .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-desc, |
|
1015 | .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-desc, | |
1016 | .yui-skin-sam tr.yui-dt-even td.yui-dt-highlighted, |
|
1016 | .yui-skin-sam tr.yui-dt-even td.yui-dt-highlighted, | |
1017 | .yui-skin-sam tr.yui-dt-odd td.yui-dt-highlighted { |
|
1017 | .yui-skin-sam tr.yui-dt-odd td.yui-dt-highlighted { | |
1018 | cursor: pointer; |
|
1018 | cursor: pointer; | |
1019 | background-color: #b2d2ff; |
|
1019 | background-color: #b2d2ff; | |
1020 | } |
|
1020 | } | |
1021 | .yui-skin-sam .yui-dt-list th.yui-dt-highlighted, |
|
1021 | .yui-skin-sam .yui-dt-list th.yui-dt-highlighted, | |
1022 | .yui-skin-sam .yui-dt-list th.yui-dt-highlighted a { background-color: #b2d2ff } |
|
1022 | .yui-skin-sam .yui-dt-list th.yui-dt-highlighted a { background-color: #b2d2ff } | |
1023 | .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted, |
|
1023 | .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted, | |
1024 | .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-asc, |
|
1024 | .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-asc, | |
1025 | .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-desc, |
|
1025 | .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-desc, | |
1026 | .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-highlighted, |
|
1026 | .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-highlighted, | |
1027 | .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-highlighted { |
|
1027 | .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-highlighted { | |
1028 | cursor: pointer; |
|
1028 | cursor: pointer; | |
1029 | background-color: #b2d2ff; |
|
1029 | background-color: #b2d2ff; | |
1030 | } |
|
1030 | } | |
1031 | .yui-skin-sam th.yui-dt-selected, |
|
1031 | .yui-skin-sam th.yui-dt-selected, | |
1032 | .yui-skin-sam th.yui-dt-selected a { background-color: #446cd7 } |
|
1032 | .yui-skin-sam th.yui-dt-selected a { background-color: #446cd7 } | |
1033 | .yui-skin-sam tr.yui-dt-selected td, |
|
1033 | .yui-skin-sam tr.yui-dt-selected td, | |
1034 | .yui-skin-sam tr.yui-dt-selected td.yui-dt-asc, |
|
1034 | .yui-skin-sam tr.yui-dt-selected td.yui-dt-asc, | |
1035 | .yui-skin-sam tr.yui-dt-selected td.yui-dt-desc { |
|
1035 | .yui-skin-sam tr.yui-dt-selected td.yui-dt-desc { | |
1036 | background-color: #426fd9; |
|
1036 | background-color: #426fd9; | |
1037 | color: #FFF; |
|
1037 | color: #FFF; | |
1038 | } |
|
1038 | } | |
1039 | .yui-skin-sam tr.yui-dt-even td.yui-dt-selected, |
|
1039 | .yui-skin-sam tr.yui-dt-even td.yui-dt-selected, | |
1040 | .yui-skin-sam tr.yui-dt-odd td.yui-dt-selected { |
|
1040 | .yui-skin-sam tr.yui-dt-odd td.yui-dt-selected { | |
1041 | background-color: #446cd7; |
|
1041 | background-color: #446cd7; | |
1042 | color: #FFF; |
|
1042 | color: #FFF; | |
1043 | } |
|
1043 | } | |
1044 | .yui-skin-sam .yui-dt-list th.yui-dt-selected, |
|
1044 | .yui-skin-sam .yui-dt-list th.yui-dt-selected, | |
1045 | .yui-skin-sam .yui-dt-list th.yui-dt-selected a { background-color: #446cd7 } |
|
1045 | .yui-skin-sam .yui-dt-list th.yui-dt-selected a { background-color: #446cd7 } | |
1046 | .yui-skin-sam .yui-dt-list tr.yui-dt-selected td, |
|
1046 | .yui-skin-sam .yui-dt-list tr.yui-dt-selected td, | |
1047 | .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-asc, |
|
1047 | .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-asc, | |
1048 | .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-desc { |
|
1048 | .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-desc { | |
1049 | background-color: #426fd9; |
|
1049 | background-color: #426fd9; | |
1050 | color: #FFF; |
|
1050 | color: #FFF; | |
1051 | } |
|
1051 | } | |
1052 | .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-selected, |
|
1052 | .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-selected, | |
1053 | .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-selected { |
|
1053 | .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-selected { | |
1054 | background-color: #446cd7; |
|
1054 | background-color: #446cd7; | |
1055 | color: #FFF; |
|
1055 | color: #FFF; | |
1056 | } |
|
1056 | } | |
1057 | .yui-skin-sam .yui-dt-paginator { |
|
1057 | .yui-skin-sam .yui-dt-paginator { | |
1058 | display: block; |
|
1058 | display: block; | |
1059 | margin: 6px 0; |
|
1059 | margin: 6px 0; | |
1060 | white-space: nowrap; |
|
1060 | white-space: nowrap; | |
1061 | } |
|
1061 | } | |
1062 | .yui-skin-sam .yui-dt-paginator .yui-dt-first, |
|
1062 | .yui-skin-sam .yui-dt-paginator .yui-dt-first, | |
1063 | .yui-skin-sam .yui-dt-paginator .yui-dt-last, |
|
1063 | .yui-skin-sam .yui-dt-paginator .yui-dt-last, | |
1064 | .yui-skin-sam .yui-dt-paginator .yui-dt-selected { padding: 2px 6px } |
|
1064 | .yui-skin-sam .yui-dt-paginator .yui-dt-selected { padding: 2px 6px } | |
1065 | .yui-skin-sam .yui-dt-paginator a.yui-dt-first, |
|
1065 | .yui-skin-sam .yui-dt-paginator a.yui-dt-first, | |
1066 | .yui-skin-sam .yui-dt-paginator a.yui-dt-last { text-decoration: none } |
|
1066 | .yui-skin-sam .yui-dt-paginator a.yui-dt-last { text-decoration: none } | |
1067 | .yui-skin-sam .yui-dt-paginator .yui-dt-previous, |
|
1067 | .yui-skin-sam .yui-dt-paginator .yui-dt-previous, | |
1068 | .yui-skin-sam .yui-dt-paginator .yui-dt-next { display: none } |
|
1068 | .yui-skin-sam .yui-dt-paginator .yui-dt-next { display: none } | |
1069 | .yui-skin-sam a.yui-dt-page { |
|
1069 | .yui-skin-sam a.yui-dt-page { | |
1070 | border: 1px solid #cbcbcb; |
|
1070 | border: 1px solid #cbcbcb; | |
1071 | padding: 2px 6px; |
|
1071 | padding: 2px 6px; | |
1072 | text-decoration: none; |
|
1072 | text-decoration: none; | |
1073 | background-color: #fff; |
|
1073 | background-color: #fff; | |
1074 | } |
|
1074 | } | |
1075 | .yui-skin-sam .yui-dt-selected { |
|
1075 | .yui-skin-sam .yui-dt-selected { | |
1076 | border: 1px solid #fff; |
|
1076 | border: 1px solid #fff; | |
1077 | background-color: #fff; |
|
1077 | background-color: #fff; | |
1078 | } |
|
1078 | } | |
1079 |
|
1079 | |||
1080 | #content #left { |
|
1080 | #content #left { | |
1081 |
|
|
1081 | left: 0; | |
1082 |
|
|
1082 | width: 280px; | |
1083 |
|
|
1083 | position: absolute; | |
1084 | } |
|
1084 | } | |
1085 |
|
1085 | |||
1086 | #content #right { |
|
1086 | #content #right { | |
1087 |
|
|
1087 | margin: 0 60px 10px 290px; | |
1088 | } |
|
1088 | } | |
1089 |
|
1089 | |||
1090 | #content div.box { |
|
1090 | #content div.box { | |
1091 |
|
|
1091 | clear: both; | |
1092 |
|
|
1092 | overflow: hidden; | |
1093 |
|
|
1093 | background: #fff; | |
1094 |
|
|
1094 | margin: 0 0 10px; | |
1095 |
|
|
1095 | padding: 0 0 10px; | |
1096 |
|
|
1096 | -webkit-border-radius: 4px 4px 4px 4px; | |
1097 |
|
|
1097 | -khtml-border-radius: 4px 4px 4px 4px; | |
1098 |
|
|
1098 | -moz-border-radius: 4px 4px 4px 4px; | |
1099 |
|
|
1099 | border-radius: 4px 4px 4px 4px; | |
1100 |
|
|
1100 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); | |
1101 | } |
|
1101 | } | |
1102 |
|
1102 | |||
1103 | #content div.box-left { |
|
1103 | #content div.box-left { | |
1104 |
|
|
1104 | width: 49%; | |
1105 |
|
|
1105 | clear: none; | |
1106 |
|
|
1106 | float: left; | |
1107 |
|
|
1107 | margin: 0 0 10px; | |
1108 | } |
|
1108 | } | |
1109 |
|
1109 | |||
1110 | #content div.box-right { |
|
1110 | #content div.box-right { | |
1111 |
|
|
1111 | width: 49%; | |
1112 |
|
|
1112 | clear: none; | |
1113 |
|
|
1113 | float: right; | |
1114 |
|
|
1114 | margin: 0 0 10px; | |
1115 | } |
|
1115 | } | |
1116 |
|
1116 | |||
1117 | #content div.box div.title { |
|
1117 | #content div.box div.title { | |
1118 |
|
|
1118 | clear: both; | |
1119 |
|
|
1119 | overflow: hidden; | |
1120 |
|
|
1120 | background-color: #003B76; | |
1121 |
|
|
1121 | background-repeat: repeat-x; | |
1122 |
|
|
1122 | background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) ); | |
1123 |
|
|
1123 | background-image: -moz-linear-gradient(top, #003b76, #00376e); | |
1124 |
|
|
1124 | background-image: -ms-linear-gradient(top, #003b76, #00376e); | |
1125 |
|
|
1125 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) ); | |
1126 |
|
|
1126 | background-image: -webkit-linear-gradient(top, #003b76, #00376e); | |
1127 |
|
|
1127 | background-image: -o-linear-gradient(top, #003b76, #00376e); | |
1128 |
|
|
1128 | background-image: linear-gradient(top, #003b76, #00376e); | |
1129 |
|
|
1129 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 ); | |
1130 |
|
|
1130 | margin: 0 0 20px; | |
1131 |
|
|
1131 | padding: 0; | |
1132 | } |
|
1132 | } | |
1133 |
|
1133 | |||
1134 | #content div.box div.title h5 { |
|
1134 | #content div.box div.title h5 { | |
1135 |
|
|
1135 | float: left; | |
1136 |
|
|
1136 | border: none; | |
1137 |
|
|
1137 | color: #fff; | |
1138 |
|
|
1138 | text-transform: uppercase; | |
1139 |
|
|
1139 | margin: 0; | |
1140 |
|
|
1140 | padding: 11px 0 11px 10px; | |
1141 | } |
|
1141 | } | |
1142 |
|
1142 | |||
1143 | #content div.box div.title .link-white{ |
|
1143 | #content div.box div.title .link-white{ | |
1144 |
|
|
1144 | color: #FFFFFF; | |
1145 | } |
|
1145 | } | |
1146 |
|
1146 | |||
1147 | #content div.box div.title .link-white.current{ |
|
1147 | #content div.box div.title .link-white.current{ | |
1148 | color: #BFE3FF; |
|
1148 | color: #BFE3FF; | |
1149 | } |
|
1149 | } | |
1150 |
|
1150 | |||
1151 | #content div.box div.title ul.links li { |
|
1151 | #content div.box div.title ul.links li { | |
1152 |
|
|
1152 | list-style: none; | |
1153 |
|
|
1153 | float: left; | |
1154 |
|
|
1154 | margin: 0; | |
1155 |
|
|
1155 | padding: 0; | |
1156 | } |
|
1156 | } | |
1157 |
|
1157 | |||
1158 | #content div.box div.title ul.links li a { |
|
1158 | #content div.box div.title ul.links li a { | |
1159 |
|
|
1159 | border-left: 1px solid #316293; | |
1160 |
|
|
1160 | color: #FFFFFF; | |
1161 |
|
|
1161 | display: block; | |
1162 |
|
|
1162 | float: left; | |
1163 |
|
|
1163 | font-size: 13px; | |
1164 |
|
|
1164 | font-weight: 700; | |
1165 |
|
|
1165 | height: 1%; | |
1166 |
|
|
1166 | margin: 0; | |
1167 |
|
|
1167 | padding: 11px 22px 12px; | |
1168 |
|
|
1168 | text-decoration: none; | |
1169 | } |
|
1169 | } | |
1170 |
|
1170 | |||
1171 | #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6, |
|
1171 | #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6, | |
1172 | #content div.box div.h1,#content div.box div.h2,#content div.box div.h3,#content div.box div.h4,#content div.box div.h5,#content div.box div.h6 |
|
1172 | #content div.box div.h1,#content div.box div.h2,#content div.box div.h3,#content div.box div.h4,#content div.box div.h5,#content div.box div.h6 | |
1173 |
|
1173 | |||
1174 | { |
|
1174 | { | |
1175 |
|
|
1175 | clear: both; | |
1176 |
|
|
1176 | overflow: hidden; | |
1177 |
|
|
1177 | border-bottom: 1px solid #DDD; | |
1178 |
|
|
1178 | margin: 10px 20px; | |
1179 |
|
|
1179 | padding: 0 0 15px; | |
1180 | } |
|
1180 | } | |
1181 |
|
1181 | |||
1182 | #content div.box p { |
|
1182 | #content div.box p { | |
1183 |
|
|
1183 | color: #5f5f5f; | |
1184 |
|
|
1184 | font-size: 12px; | |
1185 |
|
|
1185 | line-height: 150%; | |
1186 |
|
|
1186 | margin: 0 24px 10px; | |
1187 |
|
|
1187 | padding: 0; | |
1188 | } |
|
1188 | } | |
1189 |
|
1189 | |||
1190 | #content div.box blockquote { |
|
1190 | #content div.box blockquote { | |
1191 |
|
|
1191 | border-left: 4px solid #DDD; | |
1192 |
|
|
1192 | color: #5f5f5f; | |
1193 |
|
|
1193 | font-size: 11px; | |
1194 |
|
|
1194 | line-height: 150%; | |
1195 |
|
|
1195 | margin: 0 34px; | |
1196 |
|
|
1196 | padding: 0 0 0 14px; | |
1197 | } |
|
1197 | } | |
1198 |
|
1198 | |||
1199 | #content div.box blockquote p { |
|
1199 | #content div.box blockquote p { | |
1200 |
|
|
1200 | margin: 10px 0; | |
1201 |
|
|
1201 | padding: 0; | |
1202 | } |
|
1202 | } | |
1203 |
|
1203 | |||
1204 | #content div.box dl { |
|
1204 | #content div.box dl { | |
1205 |
|
|
1205 | margin: 10px 0px; | |
1206 | } |
|
1206 | } | |
1207 |
|
1207 | |||
1208 | #content div.box dt { |
|
1208 | #content div.box dt { | |
1209 |
|
|
1209 | font-size: 12px; | |
1210 |
|
|
1210 | margin: 0; | |
1211 | } |
|
1211 | } | |
1212 |
|
1212 | |||
1213 | #content div.box dd { |
|
1213 | #content div.box dd { | |
1214 |
|
|
1214 | font-size: 12px; | |
1215 |
|
|
1215 | margin: 0; | |
1216 |
|
|
1216 | padding: 8px 0 8px 15px; | |
1217 | } |
|
1217 | } | |
1218 |
|
1218 | |||
1219 | #content div.box li { |
|
1219 | #content div.box li { | |
1220 |
|
|
1220 | font-size: 12px; | |
1221 |
|
|
1221 | padding: 4px 0; | |
1222 | } |
|
1222 | } | |
1223 |
|
1223 | |||
1224 | #content div.box ul.disc,#content div.box ul.circle { |
|
1224 | #content div.box ul.disc,#content div.box ul.circle { | |
1225 |
|
|
1225 | margin: 10px 24px 10px 38px; | |
1226 | } |
|
1226 | } | |
1227 |
|
1227 | |||
1228 | #content div.box ul.square { |
|
1228 | #content div.box ul.square { | |
1229 |
|
|
1229 | margin: 10px 24px 10px 40px; | |
1230 | } |
|
1230 | } | |
1231 |
|
1231 | |||
1232 | #content div.box img.left { |
|
1232 | #content div.box img.left { | |
1233 |
|
|
1233 | border: none; | |
1234 |
|
|
1234 | float: left; | |
1235 |
|
|
1235 | margin: 10px 10px 10px 0; | |
1236 | } |
|
1236 | } | |
1237 |
|
1237 | |||
1238 | #content div.box img.right { |
|
1238 | #content div.box img.right { | |
1239 |
|
|
1239 | border: none; | |
1240 |
|
|
1240 | float: right; | |
1241 |
|
|
1241 | margin: 10px 0 10px 10px; | |
1242 | } |
|
1242 | } | |
1243 |
|
1243 | |||
1244 | #content div.box div.messages { |
|
1244 | #content div.box div.messages { | |
1245 |
|
|
1245 | clear: both; | |
1246 |
|
|
1246 | overflow: hidden; | |
1247 |
|
|
1247 | margin: 0 20px; | |
1248 |
|
|
1248 | padding: 0; | |
1249 | } |
|
1249 | } | |
1250 |
|
1250 | |||
1251 | #content div.box div.message { |
|
1251 | #content div.box div.message { | |
1252 |
|
|
1252 | clear: both; | |
1253 |
|
|
1253 | overflow: hidden; | |
1254 |
|
|
1254 | margin: 0; | |
1255 |
|
|
1255 | padding: 5px 0; | |
1256 | white-space: pre-wrap; |
|
1256 | white-space: pre-wrap; | |
1257 | } |
|
1257 | } | |
1258 | #content div.box div.expand { |
|
1258 | #content div.box div.expand { | |
1259 |
|
|
1259 | width: 110%; | |
1260 |
|
|
1260 | height:14px; | |
1261 |
|
|
1261 | font-size:10px; | |
1262 |
|
|
1262 | text-align:center; | |
1263 |
|
|
1263 | cursor: pointer; | |
1264 |
|
|
1264 | color:#666; | |
1265 |
|
1265 | |||
1266 |
|
|
1266 | background:-webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(64,96,128,0.1))); | |
1267 |
|
|
1267 | background:-webkit-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); | |
1268 |
|
|
1268 | background:-moz-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); | |
1269 |
|
|
1269 | background:-o-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); | |
1270 |
|
|
1270 | background:-ms-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); | |
1271 |
|
|
1271 | background:linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); | |
1272 |
|
1272 | |||
1273 |
|
|
1273 | display: none; | |
1274 | } |
|
1274 | } | |
1275 | #content div.box div.expand .expandtext { |
|
1275 | #content div.box div.expand .expandtext { | |
1276 |
|
|
1276 | background-color: #ffffff; | |
1277 |
|
|
1277 | padding: 2px; | |
1278 |
|
|
1278 | border-radius: 2px; | |
1279 | } |
|
1279 | } | |
1280 |
|
1280 | |||
1281 | #content div.box div.message a { |
|
1281 | #content div.box div.message a { | |
1282 |
|
|
1282 | font-weight: 400 !important; | |
1283 | } |
|
1283 | } | |
1284 |
|
1284 | |||
1285 | #content div.box div.message div.image { |
|
1285 | #content div.box div.message div.image { | |
1286 |
|
|
1286 | float: left; | |
1287 |
|
|
1287 | margin: 9px 0 0 5px; | |
1288 |
|
|
1288 | padding: 6px; | |
1289 | } |
|
1289 | } | |
1290 |
|
1290 | |||
1291 | #content div.box div.message div.image img { |
|
1291 | #content div.box div.message div.image img { | |
1292 |
|
|
1292 | vertical-align: middle; | |
1293 |
|
|
1293 | margin: 0; | |
1294 | } |
|
1294 | } | |
1295 |
|
1295 | |||
1296 | #content div.box div.message div.text { |
|
1296 | #content div.box div.message div.text { | |
1297 |
|
|
1297 | float: left; | |
1298 |
|
|
1298 | margin: 0; | |
1299 |
|
|
1299 | padding: 9px 6px; | |
1300 | } |
|
1300 | } | |
1301 |
|
1301 | |||
1302 | #content div.box div.message div.dismiss a { |
|
1302 | #content div.box div.message div.dismiss a { | |
1303 |
|
|
1303 | height: 16px; | |
1304 |
|
|
1304 | width: 16px; | |
1305 |
|
|
1305 | display: block; | |
1306 |
|
|
1306 | background: url("../images/icons/cross.png") no-repeat; | |
1307 |
|
|
1307 | margin: 15px 14px 0 0; | |
1308 |
|
|
1308 | padding: 0; | |
1309 | } |
|
1309 | } | |
1310 |
|
1310 | |||
1311 | #content div.box div.message div.text h1,#content div.box div.message div.text h2,#content div.box div.message div.text h3,#content div.box div.message div.text h4,#content div.box div.message div.text h5,#content div.box div.message div.text h6 |
|
1311 | #content div.box div.message div.text h1,#content div.box div.message div.text h2,#content div.box div.message div.text h3,#content div.box div.message div.text h4,#content div.box div.message div.text h5,#content div.box div.message div.text h6 | |
1312 | { |
|
1312 | { | |
1313 |
|
|
1313 | border: none; | |
1314 |
|
|
1314 | margin: 0; | |
1315 |
|
|
1315 | padding: 0; | |
1316 | } |
|
1316 | } | |
1317 |
|
1317 | |||
1318 | #content div.box div.message div.text span { |
|
1318 | #content div.box div.message div.text span { | |
1319 |
|
|
1319 | height: 1%; | |
1320 |
|
|
1320 | display: block; | |
1321 |
|
|
1321 | margin: 0; | |
1322 |
|
|
1322 | padding: 5px 0 0; | |
1323 | } |
|
1323 | } | |
1324 |
|
1324 | |||
1325 | #content div.box div.message-error { |
|
1325 | #content div.box div.message-error { | |
1326 |
|
|
1326 | height: 1%; | |
1327 |
|
|
1327 | clear: both; | |
1328 |
|
|
1328 | overflow: hidden; | |
1329 |
|
|
1329 | background: #FBE3E4; | |
1330 |
|
|
1330 | border: 1px solid #FBC2C4; | |
1331 |
|
|
1331 | color: #860006; | |
1332 | } |
|
1332 | } | |
1333 |
|
1333 | |||
1334 | #content div.box div.message-error h6 { |
|
1334 | #content div.box div.message-error h6 { | |
1335 |
|
|
1335 | color: #860006; | |
1336 | } |
|
1336 | } | |
1337 |
|
1337 | |||
1338 | #content div.box div.message-warning { |
|
1338 | #content div.box div.message-warning { | |
1339 |
|
|
1339 | height: 1%; | |
1340 |
|
|
1340 | clear: both; | |
1341 |
|
|
1341 | overflow: hidden; | |
1342 |
|
|
1342 | background: #FFF6BF; | |
1343 |
|
|
1343 | border: 1px solid #FFD324; | |
1344 |
|
|
1344 | color: #5f5200; | |
1345 | } |
|
1345 | } | |
1346 |
|
1346 | |||
1347 | #content div.box div.message-warning h6 { |
|
1347 | #content div.box div.message-warning h6 { | |
1348 |
|
|
1348 | color: #5f5200; | |
1349 | } |
|
1349 | } | |
1350 |
|
1350 | |||
1351 | #content div.box div.message-notice { |
|
1351 | #content div.box div.message-notice { | |
1352 |
|
|
1352 | height: 1%; | |
1353 |
|
|
1353 | clear: both; | |
1354 |
|
|
1354 | overflow: hidden; | |
1355 |
|
|
1355 | background: #8FBDE0; | |
1356 |
|
|
1356 | border: 1px solid #6BACDE; | |
1357 |
|
|
1357 | color: #003863; | |
1358 | } |
|
1358 | } | |
1359 |
|
1359 | |||
1360 | #content div.box div.message-notice h6 { |
|
1360 | #content div.box div.message-notice h6 { | |
1361 |
|
|
1361 | color: #003863; | |
1362 | } |
|
1362 | } | |
1363 |
|
1363 | |||
1364 | #content div.box div.message-success { |
|
1364 | #content div.box div.message-success { | |
1365 |
|
|
1365 | height: 1%; | |
1366 |
|
|
1366 | clear: both; | |
1367 |
|
|
1367 | overflow: hidden; | |
1368 |
|
|
1368 | background: #E6EFC2; | |
1369 |
|
|
1369 | border: 1px solid #C6D880; | |
1370 |
|
|
1370 | color: #4e6100; | |
1371 | } |
|
1371 | } | |
1372 |
|
1372 | |||
1373 | #content div.box div.message-success h6 { |
|
1373 | #content div.box div.message-success h6 { | |
1374 |
|
|
1374 | color: #4e6100; | |
1375 | } |
|
1375 | } | |
1376 |
|
1376 | |||
1377 | #content div.box div.form div.fields div.field { |
|
1377 | #content div.box div.form div.fields div.field { | |
1378 |
|
|
1378 | height: 1%; | |
1379 |
|
|
1379 | border-bottom: 1px solid #DDD; | |
1380 |
|
|
1380 | clear: both; | |
1381 |
|
|
1381 | margin: 0; | |
1382 |
|
|
1382 | padding: 10px 0; | |
1383 | } |
|
1383 | } | |
1384 |
|
1384 | |||
1385 | #content div.box div.form div.fields div.field-first { |
|
1385 | #content div.box div.form div.fields div.field-first { | |
1386 |
|
|
1386 | padding: 0 0 10px; | |
1387 | } |
|
1387 | } | |
1388 |
|
1388 | |||
1389 | #content div.box div.form div.fields div.field-noborder { |
|
1389 | #content div.box div.form div.fields div.field-noborder { | |
1390 |
|
|
1390 | border-bottom: 0 !important; | |
1391 | } |
|
1391 | } | |
1392 |
|
1392 | |||
1393 | #content div.box div.form div.fields div.field span.error-message { |
|
1393 | #content div.box div.form div.fields div.field span.error-message { | |
1394 |
|
|
1394 | height: 1%; | |
1395 |
|
|
1395 | display: inline-block; | |
1396 |
|
|
1396 | color: red; | |
1397 |
|
|
1397 | margin: 8px 0 0 4px; | |
1398 |
|
|
1398 | padding: 0; | |
1399 | } |
|
1399 | } | |
1400 |
|
1400 | |||
1401 | #content div.box div.form div.fields div.field span.success { |
|
1401 | #content div.box div.form div.fields div.field span.success { | |
1402 |
|
|
1402 | height: 1%; | |
1403 |
|
|
1403 | display: block; | |
1404 |
|
|
1404 | color: #316309; | |
1405 |
|
|
1405 | margin: 8px 0 0; | |
1406 |
|
|
1406 | padding: 0; | |
1407 | } |
|
1407 | } | |
1408 |
|
1408 | |||
1409 | #content div.box div.form div.fields div.field div.label { |
|
1409 | #content div.box div.form div.fields div.field div.label { | |
1410 |
|
|
1410 | left: 70px; | |
1411 |
|
|
1411 | width: 155px; | |
1412 |
|
|
1412 | position: absolute; | |
1413 |
|
|
1413 | margin: 0; | |
1414 |
|
|
1414 | padding: 5px 0 0 0px; | |
1415 | } |
|
1415 | } | |
1416 |
|
1416 | |||
1417 | #content div.box div.form div.fields div.field div.label-summary { |
|
1417 | #content div.box div.form div.fields div.field div.label-summary { | |
1418 | left: 30px; |
|
1418 | left: 30px; | |
1419 | width: 155px; |
|
1419 | width: 155px; | |
1420 | position: absolute; |
|
1420 | position: absolute; | |
1421 | margin: 0; |
|
1421 | margin: 0; | |
1422 | padding: 0px 0 0 0px; |
|
1422 | padding: 0px 0 0 0px; | |
1423 | } |
|
1423 | } | |
1424 |
|
1424 | |||
1425 | #content div.box-left div.form div.fields div.field div.label, |
|
1425 | #content div.box-left div.form div.fields div.field div.label, | |
1426 | #content div.box-right div.form div.fields div.field div.label, |
|
1426 | #content div.box-right div.form div.fields div.field div.label, | |
1427 | #content div.box-left div.form div.fields div.field div.label, |
|
1427 | #content div.box-left div.form div.fields div.field div.label, | |
1428 | #content div.box-left div.form div.fields div.field div.label-summary, |
|
1428 | #content div.box-left div.form div.fields div.field div.label-summary, | |
1429 | #content div.box-right div.form div.fields div.field div.label-summary, |
|
1429 | #content div.box-right div.form div.fields div.field div.label-summary, | |
1430 | #content div.box-left div.form div.fields div.field div.label-summary |
|
1430 | #content div.box-left div.form div.fields div.field div.label-summary | |
1431 | { |
|
1431 | { | |
1432 |
|
|
1432 | clear: both; | |
1433 |
|
|
1433 | overflow: hidden; | |
1434 |
|
|
1434 | left: 0; | |
1435 |
|
|
1435 | width: auto; | |
1436 |
|
|
1436 | position: relative; | |
1437 |
|
|
1437 | margin: 0; | |
1438 |
|
|
1438 | padding: 0 0 8px; | |
1439 | } |
|
1439 | } | |
1440 |
|
1440 | |||
1441 | #content div.box div.form div.fields div.field div.label-select { |
|
1441 | #content div.box div.form div.fields div.field div.label-select { | |
1442 |
|
|
1442 | padding: 5px 0 0 5px; | |
1443 | } |
|
1443 | } | |
1444 |
|
1444 | |||
1445 | #content div.box-left div.form div.fields div.field div.label-select, |
|
1445 | #content div.box-left div.form div.fields div.field div.label-select, | |
1446 | #content div.box-right div.form div.fields div.field div.label-select |
|
1446 | #content div.box-right div.form div.fields div.field div.label-select | |
1447 | { |
|
1447 | { | |
1448 |
|
|
1448 | padding: 0 0 8px; | |
1449 | } |
|
1449 | } | |
1450 |
|
1450 | |||
1451 | #content div.box-left div.form div.fields div.field div.label-textarea, |
|
1451 | #content div.box-left div.form div.fields div.field div.label-textarea, | |
1452 | #content div.box-right div.form div.fields div.field div.label-textarea |
|
1452 | #content div.box-right div.form div.fields div.field div.label-textarea | |
1453 | { |
|
1453 | { | |
1454 |
|
|
1454 | padding: 0 0 8px !important; | |
1455 | } |
|
1455 | } | |
1456 |
|
1456 | |||
1457 | #content div.box div.form div.fields div.field div.label label,div.label label |
|
1457 | #content div.box div.form div.fields div.field div.label label,div.label label | |
1458 | { |
|
1458 | { | |
1459 |
|
|
1459 | color: #393939; | |
1460 |
|
|
1460 | font-weight: 700; | |
1461 | } |
|
1461 | } | |
1462 | #content div.box div.form div.fields div.field div.label label,div.label-summary label |
|
1462 | #content div.box div.form div.fields div.field div.label label,div.label-summary label | |
1463 | { |
|
1463 | { | |
1464 | color: #393939; |
|
1464 | color: #393939; | |
1465 | font-weight: 700; |
|
1465 | font-weight: 700; | |
1466 | } |
|
1466 | } | |
1467 | #content div.box div.form div.fields div.field div.input { |
|
1467 | #content div.box div.form div.fields div.field div.input { | |
1468 |
|
|
1468 | margin: 0 0 0 200px; | |
1469 | } |
|
1469 | } | |
1470 |
|
1470 | |||
1471 | #content div.box div.form div.fields div.field div.input.summary { |
|
1471 | #content div.box div.form div.fields div.field div.input.summary { | |
1472 | margin: 0 0 0 110px; |
|
1472 | margin: 0 0 0 110px; | |
1473 | } |
|
1473 | } | |
1474 | #content div.box div.form div.fields div.field div.input.summary-short { |
|
1474 | #content div.box div.form div.fields div.field div.input.summary-short { | |
1475 | margin: 0 0 0 110px; |
|
1475 | margin: 0 0 0 110px; | |
1476 | } |
|
1476 | } | |
1477 | #content div.box div.form div.fields div.field div.file { |
|
1477 | #content div.box div.form div.fields div.field div.file { | |
1478 |
|
|
1478 | margin: 0 0 0 200px; | |
1479 | } |
|
1479 | } | |
1480 |
|
1480 | |||
1481 | #content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input |
|
1481 | #content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input | |
1482 | { |
|
1482 | { | |
1483 |
|
|
1483 | margin: 0 0 0 0px; | |
1484 | } |
|
1484 | } | |
1485 |
|
1485 | |||
1486 | #content div.box div.form div.fields div.field div.input input, |
|
1486 | #content div.box div.form div.fields div.field div.input input, | |
1487 | .reviewer_ac input { |
|
1487 | .reviewer_ac input { | |
1488 |
|
|
1488 | background: #FFF; | |
1489 |
|
|
1489 | border-top: 1px solid #b3b3b3; | |
1490 |
|
|
1490 | border-left: 1px solid #b3b3b3; | |
1491 |
|
|
1491 | border-right: 1px solid #eaeaea; | |
1492 |
|
|
1492 | border-bottom: 1px solid #eaeaea; | |
1493 |
|
|
1493 | color: #000; | |
1494 |
|
|
1494 | font-size: 11px; | |
1495 |
|
|
1495 | margin: 0; | |
1496 |
|
|
1496 | padding: 7px 7px 6px; | |
1497 | } |
|
1497 | } | |
1498 |
|
1498 | |||
1499 | #content div.box div.form div.fields div.field div.input input#clone_url, |
|
1499 | #content div.box div.form div.fields div.field div.input input#clone_url, | |
1500 | #content div.box div.form div.fields div.field div.input input#clone_url_id |
|
1500 | #content div.box div.form div.fields div.field div.input input#clone_url_id | |
1501 | { |
|
1501 | { | |
1502 | font-size: 16px; |
|
1502 | font-size: 16px; | |
1503 |
padding: 2px; |
|
1503 | padding: 2px; | |
1504 | } |
|
1504 | } | |
1505 |
|
1505 | |||
1506 | #content div.box div.form div.fields div.field div.file input { |
|
1506 | #content div.box div.form div.fields div.field div.file input { | |
1507 |
|
|
1507 | background: none repeat scroll 0 0 #FFFFFF; | |
1508 |
|
|
1508 | border-color: #B3B3B3 #EAEAEA #EAEAEA #B3B3B3; | |
1509 |
|
|
1509 | border-style: solid; | |
1510 |
|
|
1510 | border-width: 1px; | |
1511 |
|
|
1511 | color: #000000; | |
1512 |
|
|
1512 | font-size: 11px; | |
1513 |
|
|
1513 | margin: 0; | |
1514 |
|
|
1514 | padding: 7px 7px 6px; | |
1515 | } |
|
1515 | } | |
1516 |
|
1516 | |||
1517 | input.disabled { |
|
1517 | input.disabled { | |
1518 |
background-color: #F5F5F5 !important; |
|
1518 | background-color: #F5F5F5 !important; | |
1519 | } |
|
1519 | } | |
1520 | #content div.box div.form div.fields div.field div.input input.small { |
|
1520 | #content div.box div.form div.fields div.field div.input input.small { | |
1521 |
|
|
1521 | width: 30%; | |
1522 | } |
|
1522 | } | |
1523 |
|
1523 | |||
1524 | #content div.box div.form div.fields div.field div.input input.medium { |
|
1524 | #content div.box div.form div.fields div.field div.input input.medium { | |
1525 |
|
|
1525 | width: 55%; | |
1526 | } |
|
1526 | } | |
1527 |
|
1527 | |||
1528 | #content div.box div.form div.fields div.field div.input input.large { |
|
1528 | #content div.box div.form div.fields div.field div.input input.large { | |
1529 |
|
|
1529 | width: 85%; | |
1530 | } |
|
1530 | } | |
1531 |
|
1531 | |||
1532 | #content div.box div.form div.fields div.field div.input input.date { |
|
1532 | #content div.box div.form div.fields div.field div.input input.date { | |
1533 |
|
|
1533 | width: 177px; | |
1534 | } |
|
1534 | } | |
1535 |
|
1535 | |||
1536 | #content div.box div.form div.fields div.field div.input input.button { |
|
1536 | #content div.box div.form div.fields div.field div.input input.button { | |
1537 |
|
|
1537 | background: #D4D0C8; | |
1538 |
|
|
1538 | border-top: 1px solid #FFF; | |
1539 |
|
|
1539 | border-left: 1px solid #FFF; | |
1540 |
|
|
1540 | border-right: 1px solid #404040; | |
1541 |
|
|
1541 | border-bottom: 1px solid #404040; | |
1542 |
|
|
1542 | color: #000; | |
1543 |
|
|
1543 | margin: 0; | |
1544 |
|
|
1544 | padding: 4px 8px; | |
1545 | } |
|
1545 | } | |
1546 |
|
1546 | |||
1547 | #content div.box div.form div.fields div.field div.textarea { |
|
1547 | #content div.box div.form div.fields div.field div.textarea { | |
1548 |
|
|
1548 | border-top: 1px solid #b3b3b3; | |
1549 |
|
|
1549 | border-left: 1px solid #b3b3b3; | |
1550 |
|
|
1550 | border-right: 1px solid #eaeaea; | |
1551 |
|
|
1551 | border-bottom: 1px solid #eaeaea; | |
1552 |
|
|
1552 | margin: 0 0 0 200px; | |
1553 |
|
|
1553 | padding: 10px; | |
1554 | } |
|
1554 | } | |
1555 |
|
1555 | |||
1556 | #content div.box div.form div.fields div.field div.textarea-editor { |
|
1556 | #content div.box div.form div.fields div.field div.textarea-editor { | |
1557 |
|
|
1557 | border: 1px solid #ddd; | |
1558 |
|
|
1558 | padding: 0; | |
1559 | } |
|
1559 | } | |
1560 |
|
1560 | |||
1561 | #content div.box div.form div.fields div.field div.textarea textarea { |
|
1561 | #content div.box div.form div.fields div.field div.textarea textarea { | |
1562 |
|
|
1562 | width: 100%; | |
1563 |
|
|
1563 | height: 220px; | |
1564 |
|
|
1564 | overflow: hidden; | |
1565 |
|
|
1565 | background: #FFF; | |
1566 |
|
|
1566 | color: #000; | |
1567 |
|
|
1567 | font-size: 11px; | |
1568 |
|
|
1568 | outline: none; | |
1569 |
|
|
1569 | border-width: 0; | |
1570 |
|
|
1570 | margin: 0; | |
1571 |
|
|
1571 | padding: 0; | |
1572 | } |
|
1572 | } | |
1573 |
|
1573 | |||
1574 | #content div.box-left div.form div.fields div.field div.textarea textarea,#content div.box-right div.form div.fields div.field div.textarea textarea |
|
1574 | #content div.box-left div.form div.fields div.field div.textarea textarea,#content div.box-right div.form div.fields div.field div.textarea textarea | |
1575 | { |
|
1575 | { | |
1576 |
|
|
1576 | width: 100%; | |
1577 |
|
|
1577 | height: 100px; | |
1578 | } |
|
1578 | } | |
1579 |
|
1579 | |||
1580 | #content div.box div.form div.fields div.field div.textarea table { |
|
1580 | #content div.box div.form div.fields div.field div.textarea table { | |
1581 |
|
|
1581 | width: 100%; | |
1582 |
|
|
1582 | border: none; | |
1583 |
|
|
1583 | margin: 0; | |
1584 |
|
|
1584 | padding: 0; | |
1585 | } |
|
1585 | } | |
1586 |
|
1586 | |||
1587 | #content div.box div.form div.fields div.field div.textarea table td { |
|
1587 | #content div.box div.form div.fields div.field div.textarea table td { | |
1588 |
|
|
1588 | background: #DDD; | |
1589 |
|
|
1589 | border: none; | |
1590 |
|
|
1590 | padding: 0; | |
1591 | } |
|
1591 | } | |
1592 |
|
1592 | |||
1593 | #content div.box div.form div.fields div.field div.textarea table td table |
|
1593 | #content div.box div.form div.fields div.field div.textarea table td table | |
1594 | { |
|
1594 | { | |
1595 |
|
|
1595 | width: auto; | |
1596 |
|
|
1596 | border: none; | |
1597 |
|
|
1597 | margin: 0; | |
1598 |
|
|
1598 | padding: 0; | |
1599 | } |
|
1599 | } | |
1600 |
|
1600 | |||
1601 | #content div.box div.form div.fields div.field div.textarea table td table td |
|
1601 | #content div.box div.form div.fields div.field div.textarea table td table td | |
1602 | { |
|
1602 | { | |
1603 |
|
|
1603 | font-size: 11px; | |
1604 |
|
|
1604 | padding: 5px 5px 5px 0; | |
1605 | } |
|
1605 | } | |
1606 |
|
1606 | |||
1607 | #content div.box div.form div.fields div.field input[type=text]:focus, |
|
1607 | #content div.box div.form div.fields div.field input[type=text]:focus, | |
1608 | #content div.box div.form div.fields div.field input[type=password]:focus, |
|
1608 | #content div.box div.form div.fields div.field input[type=password]:focus, | |
1609 | #content div.box div.form div.fields div.field input[type=file]:focus, |
|
1609 | #content div.box div.form div.fields div.field input[type=file]:focus, | |
1610 | #content div.box div.form div.fields div.field textarea:focus, |
|
1610 | #content div.box div.form div.fields div.field textarea:focus, | |
1611 | #content div.box div.form div.fields div.field select:focus, |
|
1611 | #content div.box div.form div.fields div.field select:focus, | |
1612 | .reviewer_ac input:focus |
|
1612 | .reviewer_ac input:focus | |
1613 | { |
|
1613 | { | |
1614 |
|
|
1614 | background: #f6f6f6; | |
1615 |
|
|
1615 | border-color: #666; | |
1616 | } |
|
1616 | } | |
1617 |
|
1617 | |||
1618 | .reviewer_ac { |
|
1618 | .reviewer_ac { | |
1619 |
|
|
1619 | padding:10px | |
1620 | } |
|
1620 | } | |
1621 |
|
1621 | |||
1622 | div.form div.fields div.field div.button { |
|
1622 | div.form div.fields div.field div.button { | |
1623 |
|
|
1623 | margin: 0; | |
1624 |
|
|
1624 | padding: 0 0 0 8px; | |
1625 | } |
|
1625 | } | |
1626 | #content div.box table.noborder { |
|
1626 | #content div.box table.noborder { | |
1627 |
|
|
1627 | border: 1px solid transparent; | |
1628 | } |
|
1628 | } | |
1629 |
|
1629 | |||
1630 | #content div.box table { |
|
1630 | #content div.box table { | |
1631 |
|
|
1631 | width: 100%; | |
1632 |
|
|
1632 | border-collapse: separate; | |
1633 |
|
|
1633 | margin: 0; | |
1634 |
|
|
1634 | padding: 0; | |
1635 |
|
|
1635 | border: 1px solid #eee; | |
1636 | -webkit-border-radius: 4px; |
|
1636 | -webkit-border-radius: 4px; | |
1637 | -moz-border-radius: 4px; |
|
1637 | -moz-border-radius: 4px; | |
1638 |
border-radius: 4px; |
|
1638 | border-radius: 4px; | |
1639 | } |
|
1639 | } | |
1640 |
|
1640 | |||
1641 | #content div.box table th { |
|
1641 | #content div.box table th { | |
1642 |
|
|
1642 | background: #eee; | |
1643 |
|
|
1643 | border-bottom: 1px solid #ddd; | |
1644 |
|
|
1644 | padding: 5px 0px 5px 5px; | |
1645 |
|
|
1645 | text-align: left; | |
1646 | } |
|
1646 | } | |
1647 |
|
1647 | |||
1648 | #content div.box table th.left { |
|
1648 | #content div.box table th.left { | |
1649 |
|
|
1649 | text-align: left; | |
1650 | } |
|
1650 | } | |
1651 |
|
1651 | |||
1652 | #content div.box table th.right { |
|
1652 | #content div.box table th.right { | |
1653 |
|
|
1653 | text-align: right; | |
1654 | } |
|
1654 | } | |
1655 |
|
1655 | |||
1656 | #content div.box table th.center { |
|
1656 | #content div.box table th.center { | |
1657 |
|
|
1657 | text-align: center; | |
1658 | } |
|
1658 | } | |
1659 |
|
1659 | |||
1660 | #content div.box table th.selected { |
|
1660 | #content div.box table th.selected { | |
1661 |
|
|
1661 | vertical-align: middle; | |
1662 |
|
|
1662 | padding: 0; | |
1663 | } |
|
1663 | } | |
1664 |
|
1664 | |||
1665 | #content div.box table td { |
|
1665 | #content div.box table td { | |
1666 |
|
|
1666 | background: #fff; | |
1667 |
|
|
1667 | border-bottom: 1px solid #cdcdcd; | |
1668 |
|
|
1668 | vertical-align: middle; | |
1669 |
|
|
1669 | padding: 5px; | |
1670 | } |
|
1670 | } | |
1671 |
|
1671 | |||
1672 | #content div.box table tr.selected td { |
|
1672 | #content div.box table tr.selected td { | |
1673 |
|
|
1673 | background: #FFC; | |
1674 | } |
|
1674 | } | |
1675 |
|
1675 | |||
1676 | #content div.box table td.selected { |
|
1676 | #content div.box table td.selected { | |
1677 |
|
|
1677 | width: 3%; | |
1678 |
|
|
1678 | text-align: center; | |
1679 |
|
|
1679 | vertical-align: middle; | |
1680 |
|
|
1680 | padding: 0; | |
1681 | } |
|
1681 | } | |
1682 |
|
1682 | |||
1683 | #content div.box table td.action { |
|
1683 | #content div.box table td.action { | |
1684 |
|
|
1684 | width: 45%; | |
1685 |
|
|
1685 | text-align: left; | |
1686 | } |
|
1686 | } | |
1687 |
|
1687 | |||
1688 | #content div.box table td.date { |
|
1688 | #content div.box table td.date { | |
1689 |
|
|
1689 | width: 33%; | |
1690 |
|
|
1690 | text-align: center; | |
1691 | } |
|
1691 | } | |
1692 |
|
1692 | |||
1693 | #content div.box div.action { |
|
1693 | #content div.box div.action { | |
1694 |
|
|
1694 | float: right; | |
1695 |
|
|
1695 | background: #FFF; | |
1696 |
|
|
1696 | text-align: right; | |
1697 |
|
|
1697 | margin: 10px 0 0; | |
1698 |
|
|
1698 | padding: 0; | |
1699 | } |
|
1699 | } | |
1700 |
|
1700 | |||
1701 | #content div.box div.action select { |
|
1701 | #content div.box div.action select { | |
1702 |
|
|
1702 | font-size: 11px; | |
1703 |
|
|
1703 | margin: 0; | |
1704 | } |
|
1704 | } | |
1705 |
|
1705 | |||
1706 | #content div.box div.action .ui-selectmenu { |
|
1706 | #content div.box div.action .ui-selectmenu { | |
1707 |
|
|
1707 | margin: 0; | |
1708 |
|
|
1708 | padding: 0; | |
1709 | } |
|
1709 | } | |
1710 |
|
1710 | |||
1711 | #content div.box div.pagination { |
|
1711 | #content div.box div.pagination { | |
1712 |
|
|
1712 | height: 1%; | |
1713 |
|
|
1713 | clear: both; | |
1714 |
|
|
1714 | overflow: hidden; | |
1715 |
|
|
1715 | margin: 10px 0 0; | |
1716 |
|
|
1716 | padding: 0; | |
1717 | } |
|
1717 | } | |
1718 |
|
1718 | |||
1719 | #content div.box div.pagination ul.pager { |
|
1719 | #content div.box div.pagination ul.pager { | |
1720 |
|
|
1720 | float: right; | |
1721 |
|
|
1721 | text-align: right; | |
1722 |
|
|
1722 | margin: 0; | |
1723 |
|
|
1723 | padding: 0; | |
1724 | } |
|
1724 | } | |
1725 |
|
1725 | |||
1726 | #content div.box div.pagination ul.pager li { |
|
1726 | #content div.box div.pagination ul.pager li { | |
1727 |
|
|
1727 | height: 1%; | |
1728 |
|
|
1728 | float: left; | |
1729 |
|
|
1729 | list-style: none; | |
1730 |
|
|
1730 | background: #ebebeb url("../images/pager.png") repeat-x; | |
1731 |
|
|
1731 | border-top: 1px solid #dedede; | |
1732 |
|
|
1732 | border-left: 1px solid #cfcfcf; | |
1733 |
|
|
1733 | border-right: 1px solid #c4c4c4; | |
1734 |
|
|
1734 | border-bottom: 1px solid #c4c4c4; | |
1735 |
|
|
1735 | color: #4A4A4A; | |
1736 |
|
|
1736 | font-weight: 700; | |
1737 |
|
|
1737 | margin: 0 0 0 4px; | |
1738 |
|
|
1738 | padding: 0; | |
1739 | } |
|
1739 | } | |
1740 |
|
1740 | |||
1741 | #content div.box div.pagination ul.pager li.separator { |
|
1741 | #content div.box div.pagination ul.pager li.separator { | |
1742 |
|
|
1742 | padding: 6px; | |
1743 | } |
|
1743 | } | |
1744 |
|
1744 | |||
1745 | #content div.box div.pagination ul.pager li.current { |
|
1745 | #content div.box div.pagination ul.pager li.current { | |
1746 |
|
|
1746 | background: #b4b4b4 url("../images/pager_selected.png") repeat-x; | |
1747 |
|
|
1747 | border-top: 1px solid #ccc; | |
1748 |
|
|
1748 | border-left: 1px solid #bebebe; | |
1749 |
|
|
1749 | border-right: 1px solid #b1b1b1; | |
1750 |
|
|
1750 | border-bottom: 1px solid #afafaf; | |
1751 |
|
|
1751 | color: #515151; | |
1752 |
|
|
1752 | padding: 6px; | |
1753 | } |
|
1753 | } | |
1754 |
|
1754 | |||
1755 | #content div.box div.pagination ul.pager li a { |
|
1755 | #content div.box div.pagination ul.pager li a { | |
1756 |
|
|
1756 | height: 1%; | |
1757 |
|
|
1757 | display: block; | |
1758 |
|
|
1758 | float: left; | |
1759 |
|
|
1759 | color: #515151; | |
1760 |
|
|
1760 | text-decoration: none; | |
1761 |
|
|
1761 | margin: 0; | |
1762 |
|
|
1762 | padding: 6px; | |
1763 | } |
|
1763 | } | |
1764 |
|
1764 | |||
1765 | #content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active |
|
1765 | #content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active | |
1766 | { |
|
1766 | { | |
1767 |
|
|
1767 | background: #b4b4b4 url("../images/pager_selected.png") repeat-x; | |
1768 |
|
|
1768 | border-top: 1px solid #ccc; | |
1769 |
|
|
1769 | border-left: 1px solid #bebebe; | |
1770 |
|
|
1770 | border-right: 1px solid #b1b1b1; | |
1771 |
|
|
1771 | border-bottom: 1px solid #afafaf; | |
1772 |
|
|
1772 | margin: -1px; | |
1773 | } |
|
1773 | } | |
1774 |
|
1774 | |||
1775 | #content div.box div.pagination-wh { |
|
1775 | #content div.box div.pagination-wh { | |
1776 |
|
|
1776 | height: 1%; | |
1777 |
|
|
1777 | clear: both; | |
1778 |
|
|
1778 | overflow: hidden; | |
1779 |
|
|
1779 | text-align: right; | |
1780 |
|
|
1780 | margin: 10px 0 0; | |
1781 |
|
|
1781 | padding: 0; | |
1782 | } |
|
1782 | } | |
1783 |
|
1783 | |||
1784 | #content div.box div.pagination-right { |
|
1784 | #content div.box div.pagination-right { | |
1785 |
|
|
1785 | float: right; | |
1786 | } |
|
1786 | } | |
1787 |
|
1787 | |||
1788 | #content div.box div.pagination-wh a, |
|
1788 | #content div.box div.pagination-wh a, | |
1789 | #content div.box div.pagination-wh span.pager_dotdot, |
|
1789 | #content div.box div.pagination-wh span.pager_dotdot, | |
1790 | #content div.box div.pagination-wh span.yui-pg-previous, |
|
1790 | #content div.box div.pagination-wh span.yui-pg-previous, | |
1791 | #content div.box div.pagination-wh span.yui-pg-last, |
|
1791 | #content div.box div.pagination-wh span.yui-pg-last, | |
1792 | #content div.box div.pagination-wh span.yui-pg-next, |
|
1792 | #content div.box div.pagination-wh span.yui-pg-next, | |
1793 | #content div.box div.pagination-wh span.yui-pg-first |
|
1793 | #content div.box div.pagination-wh span.yui-pg-first | |
1794 | { |
|
1794 | { | |
1795 |
|
|
1795 | height: 1%; | |
1796 |
|
|
1796 | float: left; | |
1797 |
|
|
1797 | background: #ebebeb url("../images/pager.png") repeat-x; | |
1798 |
|
|
1798 | border-top: 1px solid #dedede; | |
1799 |
|
|
1799 | border-left: 1px solid #cfcfcf; | |
1800 |
|
|
1800 | border-right: 1px solid #c4c4c4; | |
1801 |
|
|
1801 | border-bottom: 1px solid #c4c4c4; | |
1802 |
|
|
1802 | color: #4A4A4A; | |
1803 |
|
|
1803 | font-weight: 700; | |
1804 |
|
|
1804 | margin: 0 0 0 4px; | |
1805 |
|
|
1805 | padding: 6px; | |
1806 | } |
|
1806 | } | |
1807 |
|
1807 | |||
1808 | #content div.box div.pagination-wh span.pager_curpage { |
|
1808 | #content div.box div.pagination-wh span.pager_curpage { | |
1809 |
|
|
1809 | height: 1%; | |
1810 |
|
|
1810 | float: left; | |
1811 |
|
|
1811 | background: #b4b4b4 url("../images/pager_selected.png") repeat-x; | |
1812 |
|
|
1812 | border-top: 1px solid #ccc; | |
1813 |
|
|
1813 | border-left: 1px solid #bebebe; | |
1814 |
|
|
1814 | border-right: 1px solid #b1b1b1; | |
1815 |
|
|
1815 | border-bottom: 1px solid #afafaf; | |
1816 |
|
|
1816 | color: #515151; | |
1817 |
|
|
1817 | font-weight: 700; | |
1818 |
|
|
1818 | margin: 0 0 0 4px; | |
1819 |
|
|
1819 | padding: 6px; | |
1820 | } |
|
1820 | } | |
1821 |
|
1821 | |||
1822 | #content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active |
|
1822 | #content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active | |
1823 | { |
|
1823 | { | |
1824 |
|
|
1824 | background: #b4b4b4 url("../images/pager_selected.png") repeat-x; | |
1825 |
|
|
1825 | border-top: 1px solid #ccc; | |
1826 |
|
|
1826 | border-left: 1px solid #bebebe; | |
1827 |
|
|
1827 | border-right: 1px solid #b1b1b1; | |
1828 |
|
|
1828 | border-bottom: 1px solid #afafaf; | |
1829 |
|
|
1829 | text-decoration: none; | |
1830 | } |
|
1830 | } | |
1831 |
|
1831 | |||
1832 | #content div.box div.traffic div.legend { |
|
1832 | #content div.box div.traffic div.legend { | |
1833 |
|
|
1833 | clear: both; | |
1834 |
|
|
1834 | overflow: hidden; | |
1835 |
|
|
1835 | border-bottom: 1px solid #ddd; | |
1836 |
|
|
1836 | margin: 0 0 10px; | |
1837 |
|
|
1837 | padding: 0 0 10px; | |
1838 | } |
|
1838 | } | |
1839 |
|
1839 | |||
1840 | #content div.box div.traffic div.legend h6 { |
|
1840 | #content div.box div.traffic div.legend h6 { | |
1841 |
|
|
1841 | float: left; | |
1842 |
|
|
1842 | border: none; | |
1843 |
|
|
1843 | margin: 0; | |
1844 |
|
|
1844 | padding: 0; | |
1845 | } |
|
1845 | } | |
1846 |
|
1846 | |||
1847 | #content div.box div.traffic div.legend li { |
|
1847 | #content div.box div.traffic div.legend li { | |
1848 |
|
|
1848 | list-style: none; | |
1849 |
|
|
1849 | float: left; | |
1850 |
|
|
1850 | font-size: 11px; | |
1851 |
|
|
1851 | margin: 0; | |
1852 |
|
|
1852 | padding: 0 8px 0 4px; | |
1853 | } |
|
1853 | } | |
1854 |
|
1854 | |||
1855 | #content div.box div.traffic div.legend li.visits { |
|
1855 | #content div.box div.traffic div.legend li.visits { | |
1856 |
|
|
1856 | border-left: 12px solid #edc240; | |
1857 | } |
|
1857 | } | |
1858 |
|
1858 | |||
1859 | #content div.box div.traffic div.legend li.pageviews { |
|
1859 | #content div.box div.traffic div.legend li.pageviews { | |
1860 |
|
|
1860 | border-left: 12px solid #afd8f8; | |
1861 | } |
|
1861 | } | |
1862 |
|
1862 | |||
1863 | #content div.box div.traffic table { |
|
1863 | #content div.box div.traffic table { | |
1864 |
|
|
1864 | width: auto; | |
1865 | } |
|
1865 | } | |
1866 |
|
1866 | |||
1867 | #content div.box div.traffic table td { |
|
1867 | #content div.box div.traffic table td { | |
1868 |
|
|
1868 | background: transparent; | |
1869 |
|
|
1869 | border: none; | |
1870 |
|
|
1870 | padding: 2px 3px 3px; | |
1871 | } |
|
1871 | } | |
1872 |
|
1872 | |||
1873 | #content div.box div.traffic table td.legendLabel { |
|
1873 | #content div.box div.traffic table td.legendLabel { | |
1874 |
|
|
1874 | padding: 0 3px 2px; | |
1875 | } |
|
1875 | } | |
1876 |
|
1876 | |||
1877 | #summary { |
|
1877 | #summary { | |
1878 |
|
||||
1879 | } |
|
1878 | } | |
1880 |
|
1879 | |||
1881 | #summary .metatag { |
|
1880 | #summary .metatag { | |
1882 | display: inline-block; |
|
1881 | display: inline-block; | |
1883 | padding: 3px 5px; |
|
1882 | padding: 3px 5px; | |
1884 | margin-bottom: 3px; |
|
1883 | margin-bottom: 3px; | |
1885 | margin-right: 1px; |
|
1884 | margin-right: 1px; | |
1886 | border-radius: 5px; |
|
1885 | border-radius: 5px; | |
1887 | } |
|
1886 | } | |
1888 |
|
1887 | |||
1889 | #content div.box #summary p { |
|
1888 | #content div.box #summary p { | |
1890 | margin-bottom: -5px; |
|
1889 | margin-bottom: -5px; | |
1891 | width: 600px; |
|
1890 | width: 600px; | |
1892 | white-space: pre-wrap; |
|
1891 | white-space: pre-wrap; | |
1893 | } |
|
1892 | } | |
1894 |
|
1893 | |||
1895 | #content div.box #summary p:last-child { |
|
1894 | #content div.box #summary p:last-child { | |
1896 | margin-bottom: 9px; |
|
1895 | margin-bottom: 9px; | |
1897 | } |
|
1896 | } | |
1898 |
|
1897 | |||
1899 | #content div.box #summary p:first-of-type { |
|
1898 | #content div.box #summary p:first-of-type { | |
1900 | margin-top: 9px; |
|
1899 | margin-top: 9px; | |
1901 | } |
|
1900 | } | |
1902 |
|
1901 | |||
1903 | .metatag { |
|
1902 | .metatag { | |
1904 | display: inline-block; |
|
1903 | display: inline-block; | |
1905 | margin-right: 1px; |
|
1904 | margin-right: 1px; | |
1906 | -webkit-border-radius: 4px 4px 4px 4px; |
|
1905 | -webkit-border-radius: 4px 4px 4px 4px; | |
1907 | -khtml-border-radius: 4px 4px 4px 4px; |
|
1906 | -khtml-border-radius: 4px 4px 4px 4px; | |
1908 | -moz-border-radius: 4px 4px 4px 4px; |
|
1907 | -moz-border-radius: 4px 4px 4px 4px; | |
1909 | border-radius: 4px 4px 4px 4px; |
|
1908 | border-radius: 4px 4px 4px 4px; | |
1910 |
|
1909 | |||
1911 | border: solid 1px #9CF; |
|
1910 | border: solid 1px #9CF; | |
1912 | padding: 2px 3px 2px 3px !important; |
|
1911 | padding: 2px 3px 2px 3px !important; | |
1913 |
background-color: #DEF; |
|
1912 | background-color: #DEF; | |
1914 | } |
|
1913 | } | |
1915 |
|
1914 | |||
1916 | .metatag[tag="dead"] { |
|
1915 | .metatag[tag="dead"] { | |
1917 |
|
|
1916 | background-color: #E44; | |
1918 | } |
|
1917 | } | |
1919 |
|
1918 | |||
1920 | .metatag[tag="stale"] { |
|
1919 | .metatag[tag="stale"] { | |
1921 | background-color: #EA4; |
|
1920 | background-color: #EA4; | |
1922 | } |
|
1921 | } | |
1923 |
|
1922 | |||
1924 | .metatag[tag="featured"] { |
|
1923 | .metatag[tag="featured"] { | |
1925 |
|
|
1924 | background-color: #AEA; | |
1926 | } |
|
1925 | } | |
1927 |
|
1926 | |||
1928 |
.metatag[tag="requires"] { |
|
1927 | .metatag[tag="requires"] { | |
1929 |
|
|
1928 | background-color: #9CF; | |
1930 | } |
|
1929 | } | |
1931 |
|
1930 | |||
1932 |
.metatag[tag="recommends"] { |
|
1931 | .metatag[tag="recommends"] { | |
1933 |
|
|
1932 | background-color: #BDF; | |
1934 | } |
|
1933 | } | |
1935 |
|
1934 | |||
1936 |
.metatag[tag="lang"] { |
|
1935 | .metatag[tag="lang"] { | |
1937 |
background-color: #FAF474; |
|
1936 | background-color: #FAF474; | |
1938 | } |
|
1937 | } | |
1939 |
|
1938 | |||
1940 | .metatag[tag="license"] { |
|
1939 | .metatag[tag="license"] { | |
1941 | border: solid 1px #9CF; |
|
1940 | border: solid 1px #9CF; | |
1942 | background-color: #DEF; |
|
1941 | background-color: #DEF; | |
1943 | target-new: tab !important; |
|
1942 | target-new: tab !important; | |
1944 | } |
|
1943 | } | |
1945 | .metatag[tag="see"] { |
|
1944 | .metatag[tag="see"] { | |
1946 | border: solid 1px #CBD; |
|
1945 | border: solid 1px #CBD; | |
1947 | background-color: #EDF; |
|
1946 | background-color: #EDF; | |
1948 | } |
|
1947 | } | |
1949 |
|
1948 | |||
1950 | a.metatag[tag="license"]:hover { |
|
1949 | a.metatag[tag="license"]:hover { | |
1951 | background-color: #003367; |
|
1950 | background-color: #003367; | |
1952 | color: #FFF; |
|
1951 | color: #FFF; | |
1953 | text-decoration: none; |
|
1952 | text-decoration: none; | |
1954 | } |
|
1953 | } | |
1955 |
|
1954 | |||
1956 | #summary .desc { |
|
1955 | #summary .desc { | |
1957 |
|
|
1956 | white-space: pre; | |
1958 |
|
|
1957 | width: 100%; | |
1959 | } |
|
1958 | } | |
1960 |
|
1959 | |||
1961 | #summary .repo_name { |
|
1960 | #summary .repo_name { | |
1962 |
|
|
1961 | font-size: 1.6em; | |
1963 |
|
|
1962 | font-weight: bold; | |
1964 |
|
|
1963 | vertical-align: baseline; | |
1965 |
|
|
1964 | clear: right | |
1966 | } |
|
1965 | } | |
1967 |
|
1966 | |||
1968 | #footer { |
|
1967 | #footer { | |
1969 |
|
|
1968 | clear: both; | |
1970 |
|
|
1969 | overflow: hidden; | |
1971 |
|
|
1970 | text-align: right; | |
1972 |
|
|
1971 | margin: 0; | |
1973 |
|
|
1972 | padding: 0 10px 4px; | |
1974 |
|
|
1973 | margin: -10px 0 0; | |
1975 | } |
|
1974 | } | |
1976 |
|
1975 | |||
1977 | #footer div#footer-inner { |
|
1976 | #footer div#footer-inner { | |
1978 |
|
|
1977 | background-color: #003B76; | |
1979 |
|
|
1978 | background-repeat : repeat-x; | |
1980 |
|
|
1979 | background-image : -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E)); | |
1981 |
|
|
1980 | background-image : -moz-linear-gradient(top, #003b76, #00376e); | |
1982 |
|
|
1981 | background-image : -ms-linear-gradient( top, #003b76, #00376e); | |
1983 |
|
|
1982 | background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e)); | |
1984 |
|
|
1983 | background-image : -webkit-linear-gradient( top, #003b76, #00376e)); | |
1985 |
|
|
1984 | background-image : -o-linear-gradient( top, #003b76, #00376e)); | |
1986 |
|
|
1985 | background-image : linear-gradient( top, #003b76, #00376e); | |
1987 |
|
|
1986 | filter :progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0); | |
1988 |
|
|
1987 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); | |
1989 |
|
|
1988 | -webkit-border-radius: 4px 4px 4px 4px; | |
1990 |
|
|
1989 | -khtml-border-radius: 4px 4px 4px 4px; | |
1991 |
|
|
1990 | -moz-border-radius: 4px 4px 4px 4px; | |
1992 |
|
|
1991 | border-radius: 4px 4px 4px 4px; | |
1993 | } |
|
1992 | } | |
1994 |
|
1993 | |||
1995 | #footer div#footer-inner p { |
|
1994 | #footer div#footer-inner p { | |
1996 |
|
|
1995 | padding: 15px 25px 15px 0; | |
1997 |
|
|
1996 | color: #FFF; | |
1998 |
|
|
1997 | font-weight: 700; | |
1999 | } |
|
1998 | } | |
2000 |
|
1999 | |||
2001 | #footer div#footer-inner .footer-link { |
|
2000 | #footer div#footer-inner .footer-link { | |
2002 |
|
|
2001 | float: left; | |
2003 |
|
|
2002 | padding-left: 10px; | |
2004 | } |
|
2003 | } | |
2005 |
|
2004 | |||
2006 | #footer div#footer-inner .footer-link a,#footer div#footer-inner .footer-link-right a |
|
2005 | #footer div#footer-inner .footer-link a,#footer div#footer-inner .footer-link-right a | |
2007 | { |
|
2006 | { | |
2008 |
|
|
2007 | color: #FFF; | |
2009 | } |
|
2008 | } | |
2010 |
|
2009 | |||
2011 | #login div.title { |
|
2010 | #login div.title { | |
2012 |
|
|
2011 | clear: both; | |
2013 |
|
|
2012 | overflow: hidden; | |
2014 |
|
|
2013 | position: relative; | |
2015 |
|
|
2014 | background-color: #003B76; | |
2016 |
|
|
2015 | background-repeat : repeat-x; | |
2017 |
|
|
2016 | background-image : -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E)); | |
2018 |
|
|
2017 | background-image : -moz-linear-gradient( top, #003b76, #00376e); | |
2019 |
|
|
2018 | background-image : -ms-linear-gradient( top, #003b76, #00376e); | |
2020 |
|
|
2019 | background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e)); | |
2021 |
|
|
2020 | background-image : -webkit-linear-gradient( top, #003b76, #00376e)); | |
2022 |
|
|
2021 | background-image : -o-linear-gradient( top, #003b76, #00376e)); | |
2023 |
|
|
2022 | background-image : linear-gradient( top, #003b76, #00376e); | |
2024 |
|
|
2023 | filter : progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0); | |
2025 |
|
|
2024 | margin: 0 auto; | |
2026 |
|
|
2025 | padding: 0; | |
2027 | } |
|
2026 | } | |
2028 |
|
2027 | |||
2029 | #login div.inner { |
|
2028 | #login div.inner { | |
2030 |
|
|
2029 | background: #FFF url("../images/login.png") no-repeat top left; | |
2031 |
|
|
2030 | border-top: none; | |
2032 |
|
|
2031 | border-bottom: none; | |
2033 |
|
|
2032 | margin: 0 auto; | |
2034 |
|
|
2033 | padding: 20px; | |
2035 | } |
|
2034 | } | |
2036 |
|
2035 | |||
2037 | #login div.form div.fields div.field div.label { |
|
2036 | #login div.form div.fields div.field div.label { | |
2038 |
|
|
2037 | width: 173px; | |
2039 |
|
|
2038 | float: left; | |
2040 |
|
|
2039 | text-align: right; | |
2041 |
|
|
2040 | margin: 2px 10px 0 0; | |
2042 |
|
|
2041 | padding: 5px 0 0 5px; | |
2043 | } |
|
2042 | } | |
2044 |
|
2043 | |||
2045 | #login div.form div.fields div.field div.input input { |
|
2044 | #login div.form div.fields div.field div.input input { | |
2046 |
|
|
2045 | background: #FFF; | |
2047 |
|
|
2046 | border-top: 1px solid #b3b3b3; | |
2048 |
|
|
2047 | border-left: 1px solid #b3b3b3; | |
2049 |
|
|
2048 | border-right: 1px solid #eaeaea; | |
2050 |
|
|
2049 | border-bottom: 1px solid #eaeaea; | |
2051 |
|
|
2050 | color: #000; | |
2052 |
|
|
2051 | font-size: 11px; | |
2053 |
|
|
2052 | margin: 0; | |
2054 |
|
|
2053 | padding: 7px 7px 6px; | |
2055 | } |
|
2054 | } | |
2056 |
|
2055 | |||
2057 | #login div.form div.fields div.buttons { |
|
2056 | #login div.form div.fields div.buttons { | |
2058 |
|
|
2057 | clear: both; | |
2059 |
|
|
2058 | overflow: hidden; | |
2060 |
|
|
2059 | border-top: 1px solid #DDD; | |
2061 |
|
|
2060 | text-align: right; | |
2062 |
|
|
2061 | margin: 0; | |
2063 |
|
|
2062 | padding: 10px 0 0; | |
2064 | } |
|
2063 | } | |
2065 |
|
2064 | |||
2066 | #login div.form div.links { |
|
2065 | #login div.form div.links { | |
2067 |
|
|
2066 | clear: both; | |
2068 |
|
|
2067 | overflow: hidden; | |
2069 |
|
|
2068 | margin: 10px 0 0; | |
2070 |
|
|
2069 | padding: 0 0 2px; | |
2071 | } |
|
2070 | } | |
2072 |
|
2071 | |||
2073 | .user-menu{ |
|
2072 | .user-menu{ | |
2074 | margin: 0px !important; |
|
2073 | margin: 0px !important; | |
2075 | float: left; |
|
2074 | float: left; | |
2076 | } |
|
2075 | } | |
2077 |
|
2076 | |||
2078 | .user-menu .container{ |
|
2077 | .user-menu .container{ | |
2079 | padding:0px 4px 0px 4px; |
|
2078 | padding:0px 4px 0px 4px; | |
2080 | margin: 0px 0px 0px 0px; |
|
2079 | margin: 0px 0px 0px 0px; | |
2081 | } |
|
2080 | } | |
2082 |
|
2081 | |||
2083 | .user-menu .gravatar{ |
|
2082 | .user-menu .gravatar{ | |
2084 | margin: 0px 0px 0px 0px; |
|
2083 | margin: 0px 0px 0px 0px; | |
2085 | cursor: pointer; |
|
2084 | cursor: pointer; | |
2086 | } |
|
2085 | } | |
2087 | .user-menu .gravatar.enabled{ |
|
2086 | .user-menu .gravatar.enabled{ | |
2088 |
|
|
2087 | background-color: #FDF784 !important; | |
2089 | } |
|
2088 | } | |
2090 | .user-menu .gravatar:hover{ |
|
2089 | .user-menu .gravatar:hover{ | |
2091 |
background-color: #FDF784 !important; |
|
2090 | background-color: #FDF784 !important; | |
2092 | } |
|
2091 | } | |
2093 | #quick_login{ |
|
2092 | #quick_login{ | |
2094 | min-height: 80px; |
|
2093 | min-height: 80px; | |
2095 | padding: 4px; |
|
2094 | padding: 4px; | |
2096 | position: absolute; |
|
2095 | position: absolute; | |
2097 | right: 0; |
|
2096 | right: 0; | |
2098 | width: 278px; |
|
2097 | width: 278px; | |
2099 | background-color: #003B76; |
|
2098 | background-color: #003B76; | |
2100 | background-repeat: repeat-x; |
|
2099 | background-repeat: repeat-x; | |
2101 | background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) ); |
|
2100 | background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) ); | |
2102 | background-image: -moz-linear-gradient(top, #003b76, #00376e); |
|
2101 | background-image: -moz-linear-gradient(top, #003b76, #00376e); | |
2103 | background-image: -ms-linear-gradient(top, #003b76, #00376e); |
|
2102 | background-image: -ms-linear-gradient(top, #003b76, #00376e); | |
2104 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) ); |
|
2103 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) ); | |
2105 | background-image: -webkit-linear-gradient(top, #003b76, #00376e); |
|
2104 | background-image: -webkit-linear-gradient(top, #003b76, #00376e); | |
2106 | background-image: -o-linear-gradient(top, #003b76, #00376e); |
|
2105 | background-image: -o-linear-gradient(top, #003b76, #00376e); | |
2107 | background-image: linear-gradient(top, #003b76, #00376e); |
|
2106 | background-image: linear-gradient(top, #003b76, #00376e); | |
2108 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 ); |
|
2107 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 ); | |
2109 |
|
2108 | |||
2110 |
|
|
2109 | z-index: 999; | |
2111 |
|
|
2110 | -webkit-border-radius: 0px 0px 4px 4px; | |
2112 |
|
|
2111 | -khtml-border-radius: 0px 0px 4px 4px; | |
2113 |
|
|
2112 | -moz-border-radius: 0px 0px 4px 4px; | |
2114 |
|
|
2113 | border-radius: 0px 0px 4px 4px; | |
2115 |
|
|
2114 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); | |
2116 | } |
|
2115 | } | |
2117 | #quick_login h4{ |
|
2116 | #quick_login h4{ | |
2118 | color: #fff; |
|
2117 | color: #fff; | |
2119 | padding: 5px 0px 5px 14px; |
|
2118 | padding: 5px 0px 5px 14px; | |
2120 | } |
|
2119 | } | |
2121 |
|
2120 | |||
2122 | #quick_login .password_forgoten { |
|
2121 | #quick_login .password_forgoten { | |
2123 |
|
|
2122 | padding-right: 10px; | |
2124 |
|
|
2123 | padding-top: 0px; | |
2125 |
|
|
2124 | text-align: left; | |
2126 | } |
|
2125 | } | |
2127 |
|
2126 | |||
2128 | #quick_login .password_forgoten a { |
|
2127 | #quick_login .password_forgoten a { | |
2129 |
|
|
2128 | font-size: 10px; | |
2130 |
|
|
2129 | color: #fff; | |
2131 | } |
|
2130 | } | |
2132 |
|
2131 | |||
2133 | #quick_login .register { |
|
2132 | #quick_login .register { | |
2134 |
|
|
2133 | padding-right: 10px; | |
2135 |
|
|
2134 | padding-top: 5px; | |
2136 |
|
|
2135 | text-align: left; | |
2137 | } |
|
2136 | } | |
2138 |
|
2137 | |||
2139 | #quick_login .register a { |
|
2138 | #quick_login .register a { | |
2140 |
|
|
2139 | font-size: 10px; | |
2141 |
|
|
2140 | color: #fff; | |
2142 | } |
|
2141 | } | |
2143 |
|
2142 | |||
2144 | #quick_login .submit { |
|
2143 | #quick_login .submit { | |
2145 | margin: -20px 0 0 0px; |
|
2144 | margin: -20px 0 0 0px; | |
2146 | position: absolute; |
|
2145 | position: absolute; | |
2147 | right: 15px; |
|
2146 | right: 15px; | |
2148 | } |
|
2147 | } | |
2149 |
|
2148 | |||
2150 | #quick_login .links_left{ |
|
2149 | #quick_login .links_left{ | |
2151 |
|
|
2150 | float: left; | |
2152 | } |
|
2151 | } | |
2153 | #quick_login .links_right{ |
|
2152 | #quick_login .links_right{ | |
2154 | float: right; |
|
2153 | float: right; | |
2155 | } |
|
2154 | } | |
2156 | #quick_login .full_name{ |
|
2155 | #quick_login .full_name{ | |
2157 | color: #FFFFFF; |
|
2156 | color: #FFFFFF; | |
2158 | font-weight: bold; |
|
2157 | font-weight: bold; | |
2159 | padding: 3px; |
|
2158 | padding: 3px; | |
2160 | } |
|
2159 | } | |
2161 | #quick_login .big_gravatar{ |
|
2160 | #quick_login .big_gravatar{ | |
2162 |
|
|
2161 | padding:4px 0px 0px 6px; | |
2163 | } |
|
2162 | } | |
2164 | #quick_login .inbox{ |
|
2163 | #quick_login .inbox{ | |
2165 | padding:4px 0px 0px 6px; |
|
2164 | padding:4px 0px 0px 6px; | |
2166 | color: #FFFFFF; |
|
2165 | color: #FFFFFF; | |
2167 |
font-weight: bold; |
|
2166 | font-weight: bold; | |
2168 | } |
|
2167 | } | |
2169 | #quick_login .inbox a{ |
|
2168 | #quick_login .inbox a{ | |
2170 |
|
|
2169 | color: #FFFFFF; | |
2171 | } |
|
2170 | } | |
2172 | #quick_login .email,#quick_login .email a{ |
|
2171 | #quick_login .email,#quick_login .email a{ | |
2173 | color: #FFFFFF; |
|
2172 | color: #FFFFFF; | |
2174 | padding: 3px; |
|
2173 | padding: 3px; | |
2175 |
|
2174 | |||
2176 | } |
|
2175 | } | |
2177 | #quick_login .links .logout{ |
|
2176 | #quick_login .links .logout{ | |
2178 |
|
2177 | |||
2179 | } |
|
2178 | } | |
2180 |
|
2179 | |||
2181 | #quick_login div.form div.fields { |
|
2180 | #quick_login div.form div.fields { | |
2182 |
|
|
2181 | padding-top: 2px; | |
2183 |
|
|
2182 | padding-left: 10px; | |
2184 | } |
|
2183 | } | |
2185 |
|
2184 | |||
2186 | #quick_login div.form div.fields div.field { |
|
2185 | #quick_login div.form div.fields div.field { | |
2187 |
|
|
2186 | padding: 5px; | |
2188 | } |
|
2187 | } | |
2189 |
|
2188 | |||
2190 | #quick_login div.form div.fields div.field div.label label { |
|
2189 | #quick_login div.form div.fields div.field div.label label { | |
2191 |
|
|
2190 | color: #fff; | |
2192 |
|
|
2191 | padding-bottom: 3px; | |
2193 | } |
|
2192 | } | |
2194 |
|
2193 | |||
2195 | #quick_login div.form div.fields div.field div.input input { |
|
2194 | #quick_login div.form div.fields div.field div.input input { | |
2196 |
|
|
2195 | width: 236px; | |
2197 |
|
|
2196 | background: #FFF; | |
2198 |
|
|
2197 | border-top: 1px solid #b3b3b3; | |
2199 |
|
|
2198 | border-left: 1px solid #b3b3b3; | |
2200 |
|
|
2199 | border-right: 1px solid #eaeaea; | |
2201 |
|
|
2200 | border-bottom: 1px solid #eaeaea; | |
2202 |
|
|
2201 | color: #000; | |
2203 |
|
|
2202 | font-size: 11px; | |
2204 |
|
|
2203 | margin: 0; | |
2205 |
|
|
2204 | padding: 5px 7px 4px; | |
2206 | } |
|
2205 | } | |
2207 |
|
2206 | |||
2208 | #quick_login div.form div.fields div.buttons { |
|
2207 | #quick_login div.form div.fields div.buttons { | |
2209 |
|
|
2208 | clear: both; | |
2210 |
|
|
2209 | overflow: hidden; | |
2211 |
|
|
2210 | text-align: right; | |
2212 |
|
|
2211 | margin: 0; | |
2213 |
|
|
2212 | padding: 5px 14px 0px 5px; | |
2214 | } |
|
2213 | } | |
2215 |
|
2214 | |||
2216 | #quick_login div.form div.links { |
|
2215 | #quick_login div.form div.links { | |
2217 |
|
|
2216 | clear: both; | |
2218 |
|
|
2217 | overflow: hidden; | |
2219 |
|
|
2218 | margin: 10px 0 0; | |
2220 |
|
|
2219 | padding: 0 0 2px; | |
2221 | } |
|
2220 | } | |
2222 |
|
2221 | |||
2223 | #quick_login ol.links{ |
|
2222 | #quick_login ol.links{ | |
2224 | display: block; |
|
2223 | display: block; | |
2225 | font-weight: bold; |
|
2224 | font-weight: bold; | |
2226 | list-style: none outside none; |
|
2225 | list-style: none outside none; | |
2227 | text-align: right; |
|
2226 | text-align: right; | |
2228 | } |
|
2227 | } | |
2229 | #quick_login ol.links li{ |
|
2228 | #quick_login ol.links li{ | |
2230 | line-height: 27px; |
|
2229 | line-height: 27px; | |
2231 | margin: 0; |
|
2230 | margin: 0; | |
2232 | padding: 0; |
|
2231 | padding: 0; | |
2233 | color: #fff; |
|
2232 | color: #fff; | |
2234 | display: block; |
|
2233 | display: block; | |
2235 | float:none !important; |
|
2234 | float:none !important; | |
2236 | } |
|
2235 | } | |
2237 |
|
2236 | |||
2238 | #quick_login ol.links li a{ |
|
2237 | #quick_login ol.links li a{ | |
2239 | color: #fff; |
|
2238 | color: #fff; | |
2240 | display: block; |
|
2239 | display: block; | |
2241 | padding: 2px; |
|
2240 | padding: 2px; | |
2242 | } |
|
2241 | } | |
2243 | #quick_login ol.links li a:HOVER{ |
|
2242 | #quick_login ol.links li a:HOVER{ | |
2244 | background-color: inherit !important; |
|
2243 | background-color: inherit !important; | |
2245 | } |
|
2244 | } | |
2246 |
|
2245 | |||
2247 | #register div.title { |
|
2246 | #register div.title { | |
2248 |
|
|
2247 | clear: both; | |
2249 |
|
|
2248 | overflow: hidden; | |
2250 |
|
|
2249 | position: relative; | |
2251 | background-color: #003B76; |
|
2250 | background-color: #003B76; | |
2252 | background-repeat: repeat-x; |
|
2251 | background-repeat: repeat-x; | |
2253 | background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) ); |
|
2252 | background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) ); | |
2254 | background-image: -moz-linear-gradient(top, #003b76, #00376e); |
|
2253 | background-image: -moz-linear-gradient(top, #003b76, #00376e); | |
2255 | background-image: -ms-linear-gradient(top, #003b76, #00376e); |
|
2254 | background-image: -ms-linear-gradient(top, #003b76, #00376e); | |
2256 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) ); |
|
2255 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) ); | |
2257 | background-image: -webkit-linear-gradient(top, #003b76, #00376e); |
|
2256 | background-image: -webkit-linear-gradient(top, #003b76, #00376e); | |
2258 | background-image: -o-linear-gradient(top, #003b76, #00376e); |
|
2257 | background-image: -o-linear-gradient(top, #003b76, #00376e); | |
2259 | background-image: linear-gradient(top, #003b76, #00376e); |
|
2258 | background-image: linear-gradient(top, #003b76, #00376e); | |
2260 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', |
|
2259 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', | |
2261 | endColorstr='#00376e', GradientType=0 ); |
|
2260 | endColorstr='#00376e', GradientType=0 ); | |
2262 |
|
|
2261 | margin: 0 auto; | |
2263 |
|
|
2262 | padding: 0; | |
2264 | } |
|
2263 | } | |
2265 |
|
2264 | |||
2266 | #register div.inner { |
|
2265 | #register div.inner { | |
2267 |
|
|
2266 | background: #FFF; | |
2268 |
|
|
2267 | border-top: none; | |
2269 |
|
|
2268 | border-bottom: none; | |
2270 |
|
|
2269 | margin: 0 auto; | |
2271 |
|
|
2270 | padding: 20px; | |
2272 | } |
|
2271 | } | |
2273 |
|
2272 | |||
2274 | #register div.form div.fields div.field div.label { |
|
2273 | #register div.form div.fields div.field div.label { | |
2275 |
|
|
2274 | width: 135px; | |
2276 |
|
|
2275 | float: left; | |
2277 |
|
|
2276 | text-align: right; | |
2278 |
|
|
2277 | margin: 2px 10px 0 0; | |
2279 |
|
|
2278 | padding: 5px 0 0 5px; | |
2280 | } |
|
2279 | } | |
2281 |
|
2280 | |||
2282 | #register div.form div.fields div.field div.input input { |
|
2281 | #register div.form div.fields div.field div.input input { | |
2283 |
|
|
2282 | width: 300px; | |
2284 |
|
|
2283 | background: #FFF; | |
2285 |
|
|
2284 | border-top: 1px solid #b3b3b3; | |
2286 |
|
|
2285 | border-left: 1px solid #b3b3b3; | |
2287 |
|
|
2286 | border-right: 1px solid #eaeaea; | |
2288 |
|
|
2287 | border-bottom: 1px solid #eaeaea; | |
2289 |
|
|
2288 | color: #000; | |
2290 |
|
|
2289 | font-size: 11px; | |
2291 |
|
|
2290 | margin: 0; | |
2292 |
|
|
2291 | padding: 7px 7px 6px; | |
2293 | } |
|
2292 | } | |
2294 |
|
2293 | |||
2295 | #register div.form div.fields div.buttons { |
|
2294 | #register div.form div.fields div.buttons { | |
2296 |
|
|
2295 | clear: both; | |
2297 |
|
|
2296 | overflow: hidden; | |
2298 |
|
|
2297 | border-top: 1px solid #DDD; | |
2299 |
|
|
2298 | text-align: left; | |
2300 |
|
|
2299 | margin: 0; | |
2301 |
|
|
2300 | padding: 10px 0 0 150px; | |
2302 | } |
|
2301 | } | |
2303 |
|
2302 | |||
2304 | #register div.form div.activation_msg { |
|
2303 | #register div.form div.activation_msg { | |
2305 |
|
|
2304 | padding-top: 4px; | |
2306 |
|
|
2305 | padding-bottom: 4px; | |
2307 | } |
|
2306 | } | |
2308 |
|
2307 | |||
2309 | #journal .journal_day { |
|
2308 | #journal .journal_day { | |
2310 |
|
|
2309 | font-size: 20px; | |
2311 |
|
|
2310 | padding: 10px 0px; | |
2312 |
|
|
2311 | border-bottom: 2px solid #DDD; | |
2313 |
|
|
2312 | margin-left: 10px; | |
2314 |
|
|
2313 | margin-right: 10px; | |
2315 | } |
|
2314 | } | |
2316 |
|
2315 | |||
2317 | #journal .journal_container { |
|
2316 | #journal .journal_container { | |
2318 |
|
|
2317 | padding: 5px; | |
2319 |
|
|
2318 | clear: both; | |
2320 |
|
|
2319 | margin: 0px 5px 0px 10px; | |
2321 | } |
|
2320 | } | |
2322 |
|
2321 | |||
2323 | #journal .journal_action_container { |
|
2322 | #journal .journal_action_container { | |
2324 |
|
|
2323 | padding-left: 38px; | |
2325 | } |
|
2324 | } | |
2326 |
|
2325 | |||
2327 | #journal .journal_user { |
|
2326 | #journal .journal_user { | |
2328 |
|
|
2327 | color: #747474; | |
2329 |
|
|
2328 | font-size: 14px; | |
2330 |
|
|
2329 | font-weight: bold; | |
2331 |
|
|
2330 | height: 30px; | |
2332 | } |
|
2331 | } | |
2333 |
|
2332 | |||
2334 | #journal .journal_user.deleted { |
|
2333 | #journal .journal_user.deleted { | |
2335 | color: #747474; |
|
2334 | color: #747474; | |
2336 | font-size: 14px; |
|
2335 | font-size: 14px; | |
2337 | font-weight: normal; |
|
2336 | font-weight: normal; | |
2338 | height: 30px; |
|
2337 | height: 30px; | |
2339 | font-style: italic; |
|
2338 | font-style: italic; | |
2340 | } |
|
2339 | } | |
2341 |
|
2340 | |||
2342 |
|
2341 | |||
2343 | #journal .journal_icon { |
|
2342 | #journal .journal_icon { | |
2344 |
|
|
2343 | clear: both; | |
2345 |
|
|
2344 | float: left; | |
2346 |
|
|
2345 | padding-right: 4px; | |
2347 |
|
|
2346 | padding-top: 3px; | |
2348 | } |
|
2347 | } | |
2349 |
|
2348 | |||
2350 | #journal .journal_action { |
|
2349 | #journal .journal_action { | |
2351 |
|
|
2350 | padding-top: 4px; | |
2352 |
|
|
2351 | min-height: 2px; | |
2353 |
|
|
2352 | float: left | |
2354 | } |
|
2353 | } | |
2355 |
|
2354 | |||
2356 | #journal .journal_action_params { |
|
2355 | #journal .journal_action_params { | |
2357 |
|
|
2356 | clear: left; | |
2358 |
|
|
2357 | padding-left: 22px; | |
2359 | } |
|
2358 | } | |
2360 |
|
2359 | |||
2361 | #journal .journal_repo { |
|
2360 | #journal .journal_repo { | |
2362 |
|
|
2361 | float: left; | |
2363 |
|
|
2362 | margin-left: 6px; | |
2364 |
|
|
2363 | padding-top: 3px; | |
2365 | } |
|
2364 | } | |
2366 |
|
2365 | |||
2367 | #journal .date { |
|
2366 | #journal .date { | |
2368 |
|
|
2367 | clear: both; | |
2369 |
|
|
2368 | color: #777777; | |
2370 |
|
|
2369 | font-size: 11px; | |
2371 |
|
|
2370 | padding-left: 22px; | |
2372 | } |
|
2371 | } | |
2373 |
|
2372 | |||
2374 | #journal .journal_repo .journal_repo_name { |
|
2373 | #journal .journal_repo .journal_repo_name { | |
2375 |
|
|
2374 | font-weight: bold; | |
2376 |
|
|
2375 | font-size: 1.1em; | |
2377 | } |
|
2376 | } | |
2378 |
|
2377 | |||
2379 | #journal .compare_view { |
|
2378 | #journal .compare_view { | |
2380 |
|
|
2379 | padding: 5px 0px 5px 0px; | |
2381 |
|
|
2380 | width: 95px; | |
2382 | } |
|
2381 | } | |
2383 |
|
2382 | |||
2384 | .journal_highlight { |
|
2383 | .journal_highlight { | |
2385 |
|
|
2384 | font-weight: bold; | |
2386 |
|
|
2385 | padding: 0 2px; | |
2387 |
|
|
2386 | vertical-align: bottom; | |
2388 | } |
|
2387 | } | |
2389 |
|
2388 | |||
2390 | .trending_language_tbl,.trending_language_tbl td { |
|
2389 | .trending_language_tbl,.trending_language_tbl td { | |
2391 |
|
|
2390 | border: 0 !important; | |
2392 |
|
|
2391 | margin: 0 !important; | |
2393 |
|
|
2392 | padding: 0 !important; | |
2394 | } |
|
2393 | } | |
2395 |
|
2394 | |||
2396 | .trending_language_tbl,.trending_language_tbl tr { |
|
2395 | .trending_language_tbl,.trending_language_tbl tr { | |
2397 | border-spacing: 1px; |
|
2396 | border-spacing: 1px; | |
2398 | } |
|
2397 | } | |
2399 |
|
2398 | |||
2400 | .trending_language { |
|
2399 | .trending_language { | |
2401 |
|
|
2400 | background-color: #003367; | |
2402 |
|
|
2401 | color: #FFF; | |
2403 |
|
|
2402 | display: block; | |
2404 |
|
|
2403 | min-width: 20px; | |
2405 |
|
|
2404 | text-decoration: none; | |
2406 |
|
|
2405 | height: 12px; | |
2407 |
|
|
2406 | margin-bottom: 0px; | |
2408 |
|
|
2407 | margin-left: 5px; | |
2409 |
|
|
2408 | white-space: pre; | |
2410 |
|
|
2409 | padding: 3px; | |
2411 | } |
|
2410 | } | |
2412 |
|
2411 | |||
2413 | h3.files_location { |
|
2412 | h3.files_location { | |
2414 |
|
|
2413 | font-size: 1.8em; | |
2415 |
|
|
2414 | font-weight: 700; | |
2416 |
|
|
2415 | border-bottom: none !important; | |
2417 |
|
|
2416 | margin: 10px 0 !important; | |
2418 | } |
|
2417 | } | |
2419 |
|
2418 | |||
2420 | #files_data dl dt { |
|
2419 | #files_data dl dt { | |
2421 |
|
|
2420 | float: left; | |
2422 |
|
|
2421 | width: 60px; | |
2423 |
|
|
2422 | margin: 0 !important; | |
2424 |
|
|
2423 | padding: 5px; | |
2425 | } |
|
2424 | } | |
2426 |
|
2425 | |||
2427 | #files_data dl dd { |
|
2426 | #files_data dl dd { | |
2428 |
|
|
2427 | margin: 0 !important; | |
2429 |
|
|
2428 | padding: 5px !important; | |
2430 | } |
|
2429 | } | |
2431 |
|
2430 | |||
2432 | .file_history{ |
|
2431 | .file_history{ | |
2433 |
|
|
2432 | padding-top:10px; | |
2434 |
|
|
2433 | font-size:16px; | |
2435 | } |
|
2434 | } | |
2436 | .file_author{ |
|
2435 | .file_author{ | |
2437 |
|
|
2436 | float: left; | |
2438 | } |
|
2437 | } | |
2439 |
|
2438 | |||
2440 | .file_author .item{ |
|
2439 | .file_author .item{ | |
2441 |
|
|
2440 | float:left; | |
2442 |
|
|
2441 | padding:5px; | |
2443 |
|
|
2442 | color: #888; | |
2444 | } |
|
2443 | } | |
2445 |
|
2444 | |||
2446 | .tablerow0 { |
|
2445 | .tablerow0 { | |
2447 |
|
|
2446 | background-color: #F8F8F8; | |
2448 | } |
|
2447 | } | |
2449 |
|
2448 | |||
2450 | .tablerow1 { |
|
2449 | .tablerow1 { | |
2451 | background-color: #FFFFFF; |
|
2450 | background-color: #FFFFFF; | |
2452 | } |
|
2451 | } | |
2453 |
|
2452 | |||
2454 | .changeset_id { |
|
2453 | .changeset_id { | |
2455 |
|
|
2454 | font-family: monospace; | |
2456 |
|
|
2455 | color: #666666; | |
2457 | } |
|
2456 | } | |
2458 |
|
2457 | |||
2459 | .changeset_hash { |
|
2458 | .changeset_hash { | |
2460 |
|
|
2459 | color: #000000; | |
2461 | } |
|
2460 | } | |
2462 |
|
2461 | |||
2463 | #changeset_content { |
|
2462 | #changeset_content { | |
2464 |
|
|
2463 | border-left: 1px solid #CCC; | |
2465 |
|
|
2464 | border-right: 1px solid #CCC; | |
2466 |
|
|
2465 | border-bottom: 1px solid #CCC; | |
2467 |
|
|
2466 | padding: 5px; | |
2468 | } |
|
2467 | } | |
2469 |
|
2468 | |||
2470 | #changeset_compare_view_content { |
|
2469 | #changeset_compare_view_content { | |
2471 |
|
|
2470 | border: 1px solid #CCC; | |
2472 |
|
|
2471 | padding: 5px; | |
2473 | } |
|
2472 | } | |
2474 |
|
2473 | |||
2475 | #changeset_content .container { |
|
2474 | #changeset_content .container { | |
2476 |
|
|
2475 | min-height: 100px; | |
2477 |
|
|
2476 | font-size: 1.2em; | |
2478 |
|
|
2477 | overflow: hidden; | |
2479 | } |
|
2478 | } | |
2480 |
|
2479 | |||
2481 | #changeset_compare_view_content .compare_view_commits { |
|
2480 | #changeset_compare_view_content .compare_view_commits { | |
2482 |
|
|
2481 | width: auto !important; | |
2483 | } |
|
2482 | } | |
2484 |
|
2483 | |||
2485 | #changeset_compare_view_content .compare_view_commits td { |
|
2484 | #changeset_compare_view_content .compare_view_commits td { | |
2486 |
|
|
2485 | padding: 0px 0px 0px 12px !important; | |
2487 | } |
|
2486 | } | |
2488 |
|
2487 | |||
2489 | #changeset_content .container .right { |
|
2488 | #changeset_content .container .right { | |
2490 |
|
|
2489 | float: right; | |
2491 |
|
|
2490 | width: 20%; | |
2492 |
|
|
2491 | text-align: right; | |
2493 | } |
|
2492 | } | |
2494 |
|
2493 | |||
2495 | #changeset_content .container .left .message { |
|
2494 | #changeset_content .container .left .message { | |
2496 |
|
|
2495 | white-space: pre-wrap; | |
2497 | } |
|
2496 | } | |
2498 | #changeset_content .container .left .message a:hover { |
|
2497 | #changeset_content .container .left .message a:hover { | |
2499 |
|
|
2498 | text-decoration: none; | |
2500 | } |
|
2499 | } | |
2501 | .cs_files .cur_cs { |
|
2500 | .cs_files .cur_cs { | |
2502 |
|
|
2501 | margin: 10px 2px; | |
2503 |
|
|
2502 | font-weight: bold; | |
2504 | } |
|
2503 | } | |
2505 |
|
2504 | |||
2506 | .cs_files .node { |
|
2505 | .cs_files .node { | |
2507 |
|
|
2506 | float: left; | |
2508 | } |
|
2507 | } | |
2509 |
|
2508 | |||
2510 | .cs_files .changes { |
|
2509 | .cs_files .changes { | |
2511 |
|
|
2510 | float: right; | |
2512 |
|
|
2511 | color:#003367; | |
2513 |
|
||||
2514 | } |
|
2512 | } | |
2515 |
|
2513 | |||
2516 | .cs_files .changes .added { |
|
2514 | .cs_files .changes .added { | |
2517 |
|
|
2515 | background-color: #BBFFBB; | |
2518 |
|
|
2516 | float: left; | |
2519 |
|
|
2517 | text-align: center; | |
2520 |
|
|
2518 | font-size: 9px; | |
2521 | padding: 2px 0px 2px 0px; |
|
2519 | padding: 2px 0px 2px 0px; | |
2522 | } |
|
2520 | } | |
2523 |
|
2521 | |||
2524 | .cs_files .changes .deleted { |
|
2522 | .cs_files .changes .deleted { | |
2525 |
|
|
2523 | background-color: #FF8888; | |
2526 |
|
|
2524 | float: left; | |
2527 |
|
|
2525 | text-align: center; | |
2528 |
|
|
2526 | font-size: 9px; | |
2529 | padding: 2px 0px 2px 0px; |
|
2527 | padding: 2px 0px 2px 0px; | |
2530 | } |
|
2528 | } | |
2531 | /*new binary*/ |
|
2529 | /*new binary*/ | |
2532 | .cs_files .changes .bin1 { |
|
2530 | .cs_files .changes .bin1 { | |
2533 | background-color: #BBFFBB; |
|
2531 | background-color: #BBFFBB; | |
2534 | float: left; |
|
2532 | float: left; | |
2535 | text-align: center; |
|
2533 | text-align: center; | |
2536 | font-size: 9px; |
|
2534 | font-size: 9px; | |
2537 | padding: 2px 0px 2px 0px; |
|
2535 | padding: 2px 0px 2px 0px; | |
2538 | } |
|
2536 | } | |
2539 |
|
2537 | |||
2540 | /*deleted binary*/ |
|
2538 | /*deleted binary*/ | |
2541 | .cs_files .changes .bin2 { |
|
2539 | .cs_files .changes .bin2 { | |
2542 | background-color: #FF8888; |
|
2540 | background-color: #FF8888; | |
2543 | float: left; |
|
2541 | float: left; | |
2544 | text-align: center; |
|
2542 | text-align: center; | |
2545 | font-size: 9px; |
|
2543 | font-size: 9px; | |
2546 | padding: 2px 0px 2px 0px; |
|
2544 | padding: 2px 0px 2px 0px; | |
2547 | } |
|
2545 | } | |
2548 |
|
2546 | |||
2549 | /*mod binary*/ |
|
2547 | /*mod binary*/ | |
2550 | .cs_files .changes .bin3 { |
|
2548 | .cs_files .changes .bin3 { | |
2551 | background-color: #DDDDDD; |
|
2549 | background-color: #DDDDDD; | |
2552 | float: left; |
|
2550 | float: left; | |
2553 | text-align: center; |
|
2551 | text-align: center; | |
2554 | font-size: 9px; |
|
2552 | font-size: 9px; | |
2555 | padding: 2px 0px 2px 0px; |
|
2553 | padding: 2px 0px 2px 0px; | |
2556 | } |
|
2554 | } | |
2557 |
|
2555 | |||
2558 | /*rename file*/ |
|
2556 | /*rename file*/ | |
2559 | .cs_files .changes .bin4 { |
|
2557 | .cs_files .changes .bin4 { | |
2560 | background-color: #6D99FF; |
|
2558 | background-color: #6D99FF; | |
2561 | float: left; |
|
2559 | float: left; | |
2562 | text-align: center; |
|
2560 | text-align: center; | |
2563 | font-size: 9px; |
|
2561 | font-size: 9px; | |
2564 | padding: 2px 0px 2px 0px; |
|
2562 | padding: 2px 0px 2px 0px; | |
2565 | } |
|
2563 | } | |
2566 |
|
2564 | |||
2567 |
|
2565 | |||
2568 | .cs_files .cs_added,.cs_files .cs_A { |
|
2566 | .cs_files .cs_added,.cs_files .cs_A { | |
2569 |
|
|
2567 | background: url("../images/icons/page_white_add.png") no-repeat scroll | |
2570 | 3px; |
|
2568 | 3px; | |
2571 |
|
|
2569 | height: 16px; | |
2572 |
|
|
2570 | padding-left: 20px; | |
2573 |
|
|
2571 | margin-top: 7px; | |
2574 |
|
|
2572 | text-align: left; | |
2575 | } |
|
2573 | } | |
2576 |
|
2574 | |||
2577 | .cs_files .cs_changed,.cs_files .cs_M { |
|
2575 | .cs_files .cs_changed,.cs_files .cs_M { | |
2578 |
|
|
2576 | background: url("../images/icons/page_white_edit.png") no-repeat scroll | |
2579 | 3px; |
|
2577 | 3px; | |
2580 |
|
|
2578 | height: 16px; | |
2581 |
|
|
2579 | padding-left: 20px; | |
2582 |
|
|
2580 | margin-top: 7px; | |
2583 |
|
|
2581 | text-align: left; | |
2584 | } |
|
2582 | } | |
2585 |
|
2583 | |||
2586 | .cs_files .cs_removed,.cs_files .cs_D { |
|
2584 | .cs_files .cs_removed,.cs_files .cs_D { | |
2587 |
|
|
2585 | background: url("../images/icons/page_white_delete.png") no-repeat | |
2588 |
|
|
2586 | scroll 3px; | |
2589 |
|
|
2587 | height: 16px; | |
2590 |
|
|
2588 | padding-left: 20px; | |
2591 |
|
|
2589 | margin-top: 7px; | |
2592 |
|
|
2590 | text-align: left; | |
2593 | } |
|
2591 | } | |
2594 |
|
2592 | |||
2595 | #graph { |
|
2593 | #graph { | |
2596 |
|
|
2594 | overflow: hidden; | |
2597 | } |
|
2595 | } | |
2598 |
|
2596 | |||
2599 | #graph_nodes { |
|
2597 | #graph_nodes { | |
2600 |
|
|
2598 | float: left; | |
2601 |
|
|
2599 | margin-right: 0px; | |
2602 |
|
|
2600 | margin-top: 0px; | |
2603 | } |
|
2601 | } | |
2604 |
|
2602 | |||
2605 | #graph_content { |
|
2603 | #graph_content { | |
2606 |
|
|
2604 | width: 80%; | |
2607 |
|
|
2605 | float: left; | |
2608 | } |
|
2606 | } | |
2609 |
|
2607 | |||
2610 | #graph_content .container_header { |
|
2608 | #graph_content .container_header { | |
2611 |
|
|
2609 | border-bottom: 1px solid #DDD; | |
2612 |
|
|
2610 | padding: 10px; | |
2613 |
|
|
2611 | height: 25px; | |
2614 | } |
|
2612 | } | |
2615 |
|
2613 | |||
2616 | #graph_content #rev_range_container { |
|
2614 | #graph_content #rev_range_container { | |
2617 |
|
|
2615 | float: left; | |
2618 |
|
|
2616 | margin: 0px 0px 0px 3px; | |
2619 | } |
|
2617 | } | |
2620 |
|
2618 | |||
2621 | #graph_content #rev_range_clear { |
|
2619 | #graph_content #rev_range_clear { | |
2622 | float: left; |
|
2620 | float: left; | |
2623 | margin: 0px 0px 0px 3px; |
|
2621 | margin: 0px 0px 0px 3px; | |
2624 | } |
|
2622 | } | |
2625 |
|
2623 | |||
2626 | #graph_content .container { |
|
2624 | #graph_content .container { | |
2627 |
|
|
2625 | border-bottom: 1px solid #DDD; | |
2628 |
|
|
2626 | height: 56px; | |
2629 |
|
|
2627 | overflow: hidden; | |
2630 | } |
|
2628 | } | |
2631 |
|
2629 | |||
2632 | #graph_content .container .right { |
|
2630 | #graph_content .container .right { | |
2633 |
|
|
2631 | float: right; | |
2634 |
|
|
2632 | width: 23%; | |
2635 |
|
|
2633 | text-align: right; | |
2636 | } |
|
2634 | } | |
2637 |
|
2635 | |||
2638 | #graph_content .container .left { |
|
2636 | #graph_content .container .left { | |
2639 |
|
|
2637 | float: left; | |
2640 |
|
|
2638 | width: 25%; | |
2641 |
|
|
2639 | padding-left: 5px; | |
2642 | } |
|
2640 | } | |
2643 |
|
2641 | |||
2644 | #graph_content .container .mid { |
|
2642 | #graph_content .container .mid { | |
2645 |
|
|
2643 | float: left; | |
2646 |
|
|
2644 | width: 49%; | |
2647 | } |
|
2645 | } | |
2648 |
|
2646 | |||
2649 |
|
2647 | |||
2650 | #graph_content .container .left .date { |
|
2648 | #graph_content .container .left .date { | |
2651 |
|
|
2649 | color: #666; | |
2652 |
|
|
2650 | padding-left: 22px; | |
2653 |
|
|
2651 | font-size: 10px; | |
2654 | } |
|
2652 | } | |
2655 |
|
2653 | |||
2656 | #graph_content .container .left .author { |
|
2654 | #graph_content .container .left .author { | |
2657 |
|
|
2655 | height: 22px; | |
2658 | } |
|
2656 | } | |
2659 |
|
2657 | |||
2660 | #graph_content .container .left .author .user { |
|
2658 | #graph_content .container .left .author .user { | |
2661 |
|
|
2659 | color: #444444; | |
2662 |
|
|
2660 | float: left; | |
2663 |
|
|
2661 | margin-left: -4px; | |
2664 |
|
|
2662 | margin-top: 4px; | |
2665 | } |
|
2663 | } | |
2666 |
|
2664 | |||
2667 | #graph_content .container .mid .message { |
|
2665 | #graph_content .container .mid .message { | |
2668 |
|
|
2666 | white-space: pre-wrap; | |
2669 | } |
|
2667 | } | |
2670 |
|
2668 | |||
2671 | #graph_content .container .mid .message a:hover{ |
|
2669 | #graph_content .container .mid .message a:hover{ | |
2672 |
|
|
2670 | text-decoration: none; | |
2673 | } |
|
2671 | } | |
2674 |
|
2672 | |||
2675 | .revision-link |
|
2673 | .revision-link | |
2676 | { |
|
2674 | { | |
2677 |
|
|
2675 | color:#3F6F9F; | |
2678 | font-weight: bold !important; |
|
2676 | font-weight: bold !important; | |
2679 | } |
|
2677 | } | |
2680 |
|
2678 | |||
2681 | .issue-tracker-link{ |
|
2679 | .issue-tracker-link{ | |
2682 | color:#3F6F9F; |
|
2680 | color:#3F6F9F; | |
2683 | font-weight: bold !important; |
|
2681 | font-weight: bold !important; | |
2684 | } |
|
2682 | } | |
2685 |
|
2683 | |||
2686 | .changeset-status-container{ |
|
2684 | .changeset-status-container{ | |
2687 | padding-right: 5px; |
|
2685 | padding-right: 5px; | |
2688 | margin-top:1px; |
|
2686 | margin-top:1px; | |
2689 | float:right; |
|
2687 | float:right; | |
2690 | height:14px; |
|
2688 | height:14px; | |
2691 | } |
|
2689 | } | |
2692 | .code-header .changeset-status-container{ |
|
2690 | .code-header .changeset-status-container{ | |
2693 |
|
|
2691 | float:left; | |
2694 |
|
|
2692 | padding:2px 0px 0px 2px; | |
2695 | } |
|
2693 | } | |
2696 | .changeset-status-container .changeset-status-lbl{ |
|
2694 | .changeset-status-container .changeset-status-lbl{ | |
2697 |
|
|
2695 | color: rgb(136, 136, 136); | |
2698 | float: left; |
|
2696 | float: left; | |
2699 | padding: 3px 4px 0px 0px |
|
2697 | padding: 3px 4px 0px 0px | |
2700 | } |
|
2698 | } | |
2701 | .code-header .changeset-status-container .changeset-status-lbl{ |
|
2699 | .code-header .changeset-status-container .changeset-status-lbl{ | |
2702 | float: left; |
|
2700 | float: left; | |
2703 |
padding: 0px 4px 0px 0px; |
|
2701 | padding: 0px 4px 0px 0px; | |
2704 | } |
|
2702 | } | |
2705 | .changeset-status-container .changeset-status-ico{ |
|
2703 | .changeset-status-container .changeset-status-ico{ | |
2706 | float: left; |
|
2704 | float: left; | |
2707 | } |
|
2705 | } | |
2708 | .code-header .changeset-status-container .changeset-status-ico, .container .changeset-status-ico{ |
|
2706 | .code-header .changeset-status-container .changeset-status-ico, .container .changeset-status-ico{ | |
2709 | float: left; |
|
2707 | float: left; | |
2710 | } |
|
2708 | } | |
2711 | .right .comments-container{ |
|
2709 | .right .comments-container{ | |
2712 |
|
|
2710 | padding-right: 5px; | |
2713 |
|
|
2711 | margin-top:1px; | |
2714 |
|
|
2712 | float:right; | |
2715 |
|
|
2713 | height:14px; | |
2716 | } |
|
2714 | } | |
2717 |
|
2715 | |||
2718 | .right .comments-cnt{ |
|
2716 | .right .comments-cnt{ | |
2719 | float: left; |
|
2717 | float: left; | |
2720 |
color: rgb(136, 136, 136); |
|
2718 | color: rgb(136, 136, 136); | |
2721 |
padding-right: 2px; |
|
2719 | padding-right: 2px; | |
2722 | } |
|
2720 | } | |
2723 |
|
2721 | |||
2724 | .right .changes{ |
|
2722 | .right .changes{ | |
2725 |
|
|
2723 | clear: both; | |
2726 | } |
|
2724 | } | |
2727 |
|
2725 | |||
2728 | .right .changes .changed_total { |
|
2726 | .right .changes .changed_total { | |
2729 |
|
|
2727 | display: block; | |
2730 |
|
|
2728 | float: right; | |
2731 |
|
|
2729 | text-align: center; | |
2732 |
|
|
2730 | min-width: 45px; | |
2733 |
|
|
2731 | cursor: pointer; | |
2734 |
|
|
2732 | color: #444444; | |
2735 |
|
|
2733 | background: #FEA; | |
2736 |
|
|
2734 | -webkit-border-radius: 0px 0px 0px 6px; | |
2737 |
|
|
2735 | -moz-border-radius: 0px 0px 0px 6px; | |
2738 |
|
|
2736 | border-radius: 0px 0px 0px 6px; | |
2739 |
|
|
2737 | padding: 1px; | |
2740 | } |
|
2738 | } | |
2741 |
|
2739 | |||
2742 | .right .changes .added,.changed,.removed { |
|
2740 | .right .changes .added,.changed,.removed { | |
2743 |
|
|
2741 | display: block; | |
2744 |
|
|
2742 | padding: 1px; | |
2745 |
|
|
2743 | color: #444444; | |
2746 |
|
|
2744 | float: right; | |
2747 |
|
|
2745 | text-align: center; | |
2748 |
|
|
2746 | min-width: 15px; | |
2749 | } |
|
2747 | } | |
2750 |
|
2748 | |||
2751 | .right .changes .added { |
|
2749 | .right .changes .added { | |
2752 |
|
|
2750 | background: #CFC; | |
2753 | } |
|
2751 | } | |
2754 |
|
2752 | |||
2755 | .right .changes .changed { |
|
2753 | .right .changes .changed { | |
2756 |
|
|
2754 | background: #FEA; | |
2757 | } |
|
2755 | } | |
2758 |
|
2756 | |||
2759 | .right .changes .removed { |
|
2757 | .right .changes .removed { | |
2760 |
|
|
2758 | background: #FAA; | |
2761 | } |
|
2759 | } | |
2762 |
|
2760 | |||
2763 | .right .merge { |
|
2761 | .right .merge { | |
2764 | padding: 1px 3px 1px 3px; |
|
2762 | padding: 1px 3px 1px 3px; | |
2765 | background-color: #fca062; |
|
2763 | background-color: #fca062; | |
2766 | font-size: 10px; |
|
2764 | font-size: 10px; | |
2767 | font-weight: bold; |
|
2765 | font-weight: bold; | |
2768 | color: #ffffff; |
|
2766 | color: #ffffff; | |
2769 | text-transform: uppercase; |
|
2767 | text-transform: uppercase; | |
2770 | white-space: nowrap; |
|
2768 | white-space: nowrap; | |
2771 | -webkit-border-radius: 3px; |
|
2769 | -webkit-border-radius: 3px; | |
2772 | -moz-border-radius: 3px; |
|
2770 | -moz-border-radius: 3px; | |
2773 | border-radius: 3px; |
|
2771 | border-radius: 3px; | |
2774 | margin-right: 2px; |
|
2772 | margin-right: 2px; | |
2775 | } |
|
2773 | } | |
2776 |
|
2774 | |||
2777 | .right .parent { |
|
2775 | .right .parent { | |
2778 |
|
|
2776 | color: #666666; | |
2779 |
|
|
2777 | clear:both; | |
2780 | } |
|
2778 | } | |
2781 | .right .logtags{ |
|
2779 | .right .logtags{ | |
2782 |
|
|
2780 | padding: 2px 2px 2px 2px; | |
2783 | } |
|
2781 | } | |
2784 | .right .logtags .branchtag,.right .logtags .tagtag,.right .logtags .booktag{ |
|
2782 | .right .logtags .branchtag,.right .logtags .tagtag,.right .logtags .booktag{ | |
2785 | margin: 0px 2px; |
|
2783 | margin: 0px 2px; | |
2786 | } |
|
2784 | } | |
2787 |
|
2785 | |||
2788 | .right .logtags .branchtag, |
|
2786 | .right .logtags .branchtag, | |
2789 | .logtags .branchtag, |
|
2787 | .logtags .branchtag, | |
2790 | .spantag { |
|
2788 | .spantag { | |
2791 | padding: 1px 3px 1px 3px; |
|
2789 | padding: 1px 3px 1px 3px; | |
2792 | background-color: #bfbfbf; |
|
2790 | background-color: #bfbfbf; | |
2793 | font-size: 10px; |
|
2791 | font-size: 10px; | |
2794 | font-weight: bold; |
|
2792 | font-weight: bold; | |
2795 | color: #ffffff; |
|
2793 | color: #ffffff; | |
2796 | white-space: nowrap; |
|
2794 | white-space: nowrap; | |
2797 | -webkit-border-radius: 3px; |
|
2795 | -webkit-border-radius: 3px; | |
2798 | -moz-border-radius: 3px; |
|
2796 | -moz-border-radius: 3px; | |
2799 | border-radius: 3px; |
|
2797 | border-radius: 3px; | |
2800 | } |
|
2798 | } | |
2801 | .right .logtags .branchtag a:hover,.logtags .branchtag a{ |
|
2799 | .right .logtags .branchtag a:hover,.logtags .branchtag a{ | |
2802 |
|
|
2800 | color: #ffffff; | |
2803 | } |
|
2801 | } | |
2804 | .right .logtags .branchtag a:hover,.logtags .branchtag a:hover{ |
|
2802 | .right .logtags .branchtag a:hover,.logtags .branchtag a:hover{ | |
2805 |
|
|
2803 | text-decoration: none; | |
2806 |
|
|
2804 | color: #ffffff; | |
2807 | } |
|
2805 | } | |
2808 | .right .logtags .tagtag,.logtags .tagtag { |
|
2806 | .right .logtags .tagtag,.logtags .tagtag { | |
2809 | padding: 1px 3px 1px 3px; |
|
2807 | padding: 1px 3px 1px 3px; | |
2810 | background-color: #62cffc; |
|
2808 | background-color: #62cffc; | |
2811 | font-size: 10px; |
|
2809 | font-size: 10px; | |
2812 | font-weight: bold; |
|
2810 | font-weight: bold; | |
2813 | color: #ffffff; |
|
2811 | color: #ffffff; | |
2814 | white-space: nowrap; |
|
2812 | white-space: nowrap; | |
2815 | -webkit-border-radius: 3px; |
|
2813 | -webkit-border-radius: 3px; | |
2816 | -moz-border-radius: 3px; |
|
2814 | -moz-border-radius: 3px; | |
2817 | border-radius: 3px; |
|
2815 | border-radius: 3px; | |
2818 | } |
|
2816 | } | |
2819 | .right .logtags .tagtag a:hover,.logtags .tagtag a{ |
|
2817 | .right .logtags .tagtag a:hover,.logtags .tagtag a{ | |
2820 |
|
|
2818 | color: #ffffff; | |
2821 | } |
|
2819 | } | |
2822 | .right .logtags .tagtag a:hover,.logtags .tagtag a:hover{ |
|
2820 | .right .logtags .tagtag a:hover,.logtags .tagtag a:hover{ | |
2823 | text-decoration: none; |
|
2821 | text-decoration: none; | |
2824 | color: #ffffff; |
|
2822 | color: #ffffff; | |
2825 | } |
|
2823 | } | |
2826 | .right .logbooks .bookbook,.logbooks .bookbook,.right .logtags .bookbook,.logtags .bookbook { |
|
2824 | .right .logbooks .bookbook,.logbooks .bookbook,.right .logtags .bookbook,.logtags .bookbook { | |
2827 | padding: 1px 3px 1px 3px; |
|
2825 | padding: 1px 3px 1px 3px; | |
2828 | background-color: #46A546; |
|
2826 | background-color: #46A546; | |
2829 | font-size: 10px; |
|
2827 | font-size: 10px; | |
2830 | font-weight: bold; |
|
2828 | font-weight: bold; | |
2831 | color: #ffffff; |
|
2829 | color: #ffffff; | |
2832 | text-transform: uppercase; |
|
2830 | text-transform: uppercase; | |
2833 | white-space: nowrap; |
|
2831 | white-space: nowrap; | |
2834 | -webkit-border-radius: 3px; |
|
2832 | -webkit-border-radius: 3px; | |
2835 | -moz-border-radius: 3px; |
|
2833 | -moz-border-radius: 3px; | |
2836 | border-radius: 3px; |
|
2834 | border-radius: 3px; | |
2837 | } |
|
2835 | } | |
2838 | .right .logbooks .bookbook,.logbooks .bookbook a,.right .logtags .bookbook,.logtags .bookbook a{ |
|
2836 | .right .logbooks .bookbook,.logbooks .bookbook a,.right .logtags .bookbook,.logtags .bookbook a{ | |
2839 |
|
|
2837 | color: #ffffff; | |
2840 | } |
|
2838 | } | |
2841 | .right .logbooks .bookbook,.logbooks .bookbook a:hover,.right .logtags .bookbook,.logtags .bookbook a:hover{ |
|
2839 | .right .logbooks .bookbook,.logbooks .bookbook a:hover,.right .logtags .bookbook,.logtags .bookbook a:hover{ | |
2842 | text-decoration: none; |
|
2840 | text-decoration: none; | |
2843 | color: #ffffff; |
|
2841 | color: #ffffff; | |
2844 | } |
|
2842 | } | |
2845 | div.browserblock { |
|
2843 | div.browserblock { | |
2846 |
|
|
2844 | overflow: hidden; | |
2847 |
|
|
2845 | border: 1px solid #ccc; | |
2848 |
|
|
2846 | background: #f8f8f8; | |
2849 |
|
|
2847 | font-size: 100%; | |
2850 |
|
|
2848 | line-height: 125%; | |
2851 |
|
|
2849 | padding: 0; | |
2852 | -webkit-border-radius: 6px 6px 0px 0px; |
|
2850 | -webkit-border-radius: 6px 6px 0px 0px; | |
2853 | -moz-border-radius: 6px 6px 0px 0px; |
|
2851 | -moz-border-radius: 6px 6px 0px 0px; | |
2854 |
border-radius: 6px 6px 0px 0px; |
|
2852 | border-radius: 6px 6px 0px 0px; | |
2855 | } |
|
2853 | } | |
2856 |
|
2854 | |||
2857 | div.browserblock .browser-header { |
|
2855 | div.browserblock .browser-header { | |
2858 |
|
|
2856 | background: #FFF; | |
2859 |
|
|
2857 | padding: 10px 0px 15px 0px; | |
2860 |
|
|
2858 | width: 100%; | |
2861 | } |
|
2859 | } | |
2862 |
|
2860 | |||
2863 | div.browserblock .browser-nav { |
|
2861 | div.browserblock .browser-nav { | |
2864 |
|
|
2862 | float: left | |
2865 | } |
|
2863 | } | |
2866 |
|
2864 | |||
2867 | div.browserblock .browser-branch { |
|
2865 | div.browserblock .browser-branch { | |
2868 |
|
|
2866 | float: left; | |
2869 | } |
|
2867 | } | |
2870 |
|
2868 | |||
2871 | div.browserblock .browser-branch label { |
|
2869 | div.browserblock .browser-branch label { | |
2872 |
|
|
2870 | color: #4A4A4A; | |
2873 |
|
|
2871 | vertical-align: text-top; | |
2874 | } |
|
2872 | } | |
2875 |
|
2873 | |||
2876 | div.browserblock .browser-header span { |
|
2874 | div.browserblock .browser-header span { | |
2877 |
|
|
2875 | margin-left: 5px; | |
2878 |
|
|
2876 | font-weight: 700; | |
2879 | } |
|
2877 | } | |
2880 |
|
2878 | |||
2881 | div.browserblock .browser-search { |
|
2879 | div.browserblock .browser-search { | |
2882 |
|
|
2880 | clear: both; | |
2883 |
|
|
2881 | padding: 8px 8px 0px 5px; | |
2884 |
|
|
2882 | height: 20px; | |
2885 | } |
|
2883 | } | |
2886 |
|
2884 | |||
2887 | div.browserblock #node_filter_box { |
|
2885 | div.browserblock #node_filter_box { | |
2888 |
|
||||
2889 | } |
|
2886 | } | |
2890 |
|
2887 | |||
2891 | div.browserblock .search_activate { |
|
2888 | div.browserblock .search_activate { | |
2892 |
|
|
2889 | float: left | |
2893 | } |
|
2890 | } | |
2894 |
|
2891 | |||
2895 | div.browserblock .add_node { |
|
2892 | div.browserblock .add_node { | |
2896 |
|
|
2893 | float: left; | |
2897 |
|
|
2894 | padding-left: 5px; | |
2898 | } |
|
2895 | } | |
2899 |
|
2896 | |||
2900 | div.browserblock .search_activate a:hover,div.browserblock .add_node a:hover |
|
2897 | div.browserblock .search_activate a:hover,div.browserblock .add_node a:hover | |
2901 | { |
|
2898 | { | |
2902 |
|
|
2899 | text-decoration: none !important; | |
2903 | } |
|
2900 | } | |
2904 |
|
2901 | |||
2905 | div.browserblock .browser-body { |
|
2902 | div.browserblock .browser-body { | |
2906 |
|
|
2903 | background: #EEE; | |
2907 |
|
|
2904 | border-top: 1px solid #CCC; | |
2908 | } |
|
2905 | } | |
2909 |
|
2906 | |||
2910 | table.code-browser { |
|
2907 | table.code-browser { | |
2911 |
|
|
2908 | border-collapse: collapse; | |
2912 |
|
|
2909 | width: 100%; | |
2913 | } |
|
2910 | } | |
2914 |
|
2911 | |||
2915 | table.code-browser tr { |
|
2912 | table.code-browser tr { | |
2916 |
|
|
2913 | margin: 3px; | |
2917 | } |
|
2914 | } | |
2918 |
|
2915 | |||
2919 | table.code-browser thead th { |
|
2916 | table.code-browser thead th { | |
2920 |
|
|
2917 | background-color: #EEE; | |
2921 |
|
|
2918 | height: 20px; | |
2922 |
|
|
2919 | font-size: 1.1em; | |
2923 |
|
|
2920 | font-weight: 700; | |
2924 |
|
|
2921 | text-align: left; | |
2925 |
|
|
2922 | padding-left: 10px; | |
2926 | } |
|
2923 | } | |
2927 |
|
2924 | |||
2928 | table.code-browser tbody td { |
|
2925 | table.code-browser tbody td { | |
2929 |
|
|
2926 | padding-left: 10px; | |
2930 |
|
|
2927 | height: 20px; | |
2931 | } |
|
2928 | } | |
2932 |
|
2929 | |||
2933 | table.code-browser .browser-file { |
|
2930 | table.code-browser .browser-file { | |
2934 |
|
|
2931 | background: url("../images/icons/document_16.png") no-repeat scroll 3px; | |
2935 |
|
|
2932 | height: 16px; | |
2936 |
|
|
2933 | padding-left: 20px; | |
2937 |
|
|
2934 | text-align: left; | |
2938 | } |
|
2935 | } | |
2939 | .diffblock .changeset_header { |
|
2936 | .diffblock .changeset_header { | |
2940 | height: 16px; |
|
2937 | height: 16px; | |
2941 | } |
|
2938 | } | |
2942 | .diffblock .changeset_file { |
|
2939 | .diffblock .changeset_file { | |
2943 |
|
|
2940 | background: url("../images/icons/file.png") no-repeat scroll 3px; | |
2944 |
|
|
2941 | text-align: left; | |
2945 |
|
|
2942 | float: left; | |
2946 |
|
|
2943 | padding: 2px 0px 2px 22px; | |
2947 | } |
|
2944 | } | |
2948 | .diffblock .diff-menu-wrapper{ |
|
2945 | .diffblock .diff-menu-wrapper{ | |
2949 |
|
|
2946 | float: left; | |
2950 | } |
|
2947 | } | |
2951 |
|
2948 | |||
2952 | .diffblock .diff-menu{ |
|
2949 | .diffblock .diff-menu{ | |
2953 | position: absolute; |
|
2950 | position: absolute; | |
2954 | background: none repeat scroll 0 0 #FFFFFF; |
|
2951 | background: none repeat scroll 0 0 #FFFFFF; | |
2955 | border-color: #003367 #666666 #666666; |
|
2952 | border-color: #003367 #666666 #666666; | |
2956 | border-right: 1px solid #666666; |
|
2953 | border-right: 1px solid #666666; | |
2957 | border-style: solid solid solid; |
|
2954 | border-style: solid solid solid; | |
2958 | border-width: 1px; |
|
2955 | border-width: 1px; | |
2959 | box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2); |
|
2956 | box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2); | |
2960 | margin-top:5px; |
|
2957 | margin-top:5px; | |
2961 | margin-left:1px; |
|
2958 | margin-left:1px; | |
2962 |
|
2959 | |||
2963 | } |
|
2960 | } | |
2964 | .diffblock .diff-actions { |
|
2961 | .diffblock .diff-actions { | |
2965 | padding: 2px 0px 0px 2px; |
|
2962 | padding: 2px 0px 0px 2px; | |
2966 | float: left; |
|
2963 | float: left; | |
2967 | } |
|
2964 | } | |
2968 | .diffblock .diff-menu ul li { |
|
2965 | .diffblock .diff-menu ul li { | |
2969 |
|
|
2966 | padding: 0px 0px 0px 0px !important; | |
2970 | } |
|
2967 | } | |
2971 | .diffblock .diff-menu ul li a{ |
|
2968 | .diffblock .diff-menu ul li a{ | |
2972 |
|
|
2969 | display: block; | |
2973 |
|
|
2970 | padding: 3px 8px 3px 8px !important; | |
2974 | } |
|
2971 | } | |
2975 | .diffblock .diff-menu ul li a:hover{ |
|
2972 | .diffblock .diff-menu ul li a:hover{ | |
2976 | text-decoration: none; |
|
2973 | text-decoration: none; | |
2977 | background-color: #EEEEEE; |
|
2974 | background-color: #EEEEEE; | |
2978 | } |
|
2975 | } | |
2979 | table.code-browser .browser-dir { |
|
2976 | table.code-browser .browser-dir { | |
2980 |
|
|
2977 | background: url("../images/icons/folder_16.png") no-repeat scroll 3px; | |
2981 |
|
|
2978 | height: 16px; | |
2982 |
|
|
2979 | padding-left: 20px; | |
2983 |
|
|
2980 | text-align: left; | |
2984 | } |
|
2981 | } | |
2985 |
|
2982 | |||
2986 | table.code-browser .submodule-dir { |
|
2983 | table.code-browser .submodule-dir { | |
2987 | background: url("../images/icons/disconnect.png") no-repeat scroll 3px; |
|
2984 | background: url("../images/icons/disconnect.png") no-repeat scroll 3px; | |
2988 | height: 16px; |
|
2985 | height: 16px; | |
2989 | padding-left: 20px; |
|
2986 | padding-left: 20px; | |
2990 | text-align: left; |
|
2987 | text-align: left; | |
2991 | } |
|
2988 | } | |
2992 |
|
2989 | |||
2993 |
|
2990 | |||
2994 | .box .search { |
|
2991 | .box .search { | |
2995 |
|
|
2992 | clear: both; | |
2996 |
|
|
2993 | overflow: hidden; | |
2997 |
|
|
2994 | margin: 0; | |
2998 |
|
|
2995 | padding: 0 20px 10px; | |
2999 | } |
|
2996 | } | |
3000 |
|
2997 | |||
3001 | .box .search div.search_path { |
|
2998 | .box .search div.search_path { | |
3002 |
|
|
2999 | background: none repeat scroll 0 0 #EEE; | |
3003 |
|
|
3000 | border: 1px solid #CCC; | |
3004 |
|
|
3001 | color: blue; | |
3005 |
|
|
3002 | margin-bottom: 10px; | |
3006 |
|
|
3003 | padding: 10px 0; | |
3007 | } |
|
3004 | } | |
3008 |
|
3005 | |||
3009 | .box .search div.search_path div.link { |
|
3006 | .box .search div.search_path div.link { | |
3010 |
|
|
3007 | font-weight: 700; | |
3011 |
|
|
3008 | margin-left: 25px; | |
3012 | } |
|
3009 | } | |
3013 |
|
3010 | |||
3014 | .box .search div.search_path div.link a { |
|
3011 | .box .search div.search_path div.link a { | |
3015 |
|
|
3012 | color: #003367; | |
3016 |
|
|
3013 | cursor: pointer; | |
3017 |
|
|
3014 | text-decoration: none; | |
3018 | } |
|
3015 | } | |
3019 |
|
3016 | |||
3020 | #path_unlock { |
|
3017 | #path_unlock { | |
3021 |
|
|
3018 | color: red; | |
3022 |
|
|
3019 | font-size: 1.2em; | |
3023 |
|
|
3020 | padding-left: 4px; | |
3024 | } |
|
3021 | } | |
3025 |
|
3022 | |||
3026 | .info_box span { |
|
3023 | .info_box span { | |
3027 |
|
|
3024 | margin-left: 3px; | |
3028 |
|
|
3025 | margin-right: 3px; | |
3029 | } |
|
3026 | } | |
3030 |
|
3027 | |||
3031 | .info_box .rev { |
|
3028 | .info_box .rev { | |
3032 |
|
|
3029 | color: #003367; | |
3033 |
|
|
3030 | font-size: 1.6em; | |
3034 |
|
|
3031 | font-weight: bold; | |
3035 |
|
|
3032 | vertical-align: sub; | |
3036 | } |
|
3033 | } | |
3037 |
|
3034 | |||
3038 | .info_box input#at_rev,.info_box input#size { |
|
3035 | .info_box input#at_rev,.info_box input#size { | |
3039 |
|
|
3036 | background: #FFF; | |
3040 |
|
|
3037 | border-top: 1px solid #b3b3b3; | |
3041 |
|
|
3038 | border-left: 1px solid #b3b3b3; | |
3042 |
|
|
3039 | border-right: 1px solid #eaeaea; | |
3043 |
|
|
3040 | border-bottom: 1px solid #eaeaea; | |
3044 |
|
|
3041 | color: #000; | |
3045 |
|
|
3042 | font-size: 12px; | |
3046 |
|
|
3043 | margin: 0; | |
3047 |
|
|
3044 | padding: 1px 5px 1px; | |
3048 | } |
|
3045 | } | |
3049 |
|
3046 | |||
3050 | .info_box input#view { |
|
3047 | .info_box input#view { | |
3051 |
|
|
3048 | text-align: center; | |
3052 |
|
|
3049 | padding: 4px 3px 2px 2px; | |
3053 | } |
|
3050 | } | |
3054 |
|
3051 | |||
3055 | .yui-overlay,.yui-panel-container { |
|
3052 | .yui-overlay,.yui-panel-container { | |
3056 |
|
|
3053 | visibility: hidden; | |
3057 |
|
|
3054 | position: absolute; | |
3058 |
|
|
3055 | z-index: 2; | |
3059 | } |
|
3056 | } | |
3060 |
|
3057 | |||
3061 | #tip-box { |
|
3058 | #tip-box { | |
3062 |
|
|
3059 | position: absolute; | |
3063 |
|
3060 | |||
3064 |
|
|
3061 | background-color: #FFF; | |
3065 |
|
|
3062 | border: 2px solid #003367; | |
3066 |
|
|
3063 | font: 100% sans-serif; | |
3067 |
|
|
3064 | width: auto; | |
3068 |
|
|
3065 | opacity: 1px; | |
3069 |
|
|
3066 | padding: 8px; | |
3070 |
|
3067 | |||
3071 |
|
|
3068 | white-space: pre-wrap; | |
3072 |
|
|
3069 | -webkit-border-radius: 8px 8px 8px 8px; | |
3073 |
|
|
3070 | -khtml-border-radius: 8px 8px 8px 8px; | |
3074 |
|
|
3071 | -moz-border-radius: 8px 8px 8px 8px; | |
3075 |
|
|
3072 | border-radius: 8px 8px 8px 8px; | |
3076 |
|
|
3073 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); | |
3077 |
|
|
3074 | -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); | |
3078 |
|
|
3075 | -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); | |
3079 | } |
|
3076 | } | |
3080 |
|
3077 | |||
3081 | .hl-tip-box { |
|
3078 | .hl-tip-box { | |
3082 | visibility: hidden; |
|
3079 | visibility: hidden; | |
3083 | position: absolute; |
|
3080 | position: absolute; | |
3084 | color: #666; |
|
3081 | color: #666; | |
3085 | background-color: #FFF; |
|
3082 | background-color: #FFF; | |
3086 | border: 2px solid #003367; |
|
3083 | border: 2px solid #003367; | |
3087 | font: 100% sans-serif; |
|
3084 | font: 100% sans-serif; | |
3088 | width: auto; |
|
3085 | width: auto; | |
3089 | opacity: 1px; |
|
3086 | opacity: 1px; | |
3090 | padding: 8px; |
|
3087 | padding: 8px; | |
3091 | white-space: pre-wrap; |
|
3088 | white-space: pre-wrap; | |
3092 | -webkit-border-radius: 8px 8px 8px 8px; |
|
3089 | -webkit-border-radius: 8px 8px 8px 8px; | |
3093 | -khtml-border-radius: 8px 8px 8px 8px; |
|
3090 | -khtml-border-radius: 8px 8px 8px 8px; | |
3094 | -moz-border-radius: 8px 8px 8px 8px; |
|
3091 | -moz-border-radius: 8px 8px 8px 8px; | |
3095 | border-radius: 8px 8px 8px 8px; |
|
3092 | border-radius: 8px 8px 8px 8px; | |
3096 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); |
|
3093 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); | |
3097 | } |
|
3094 | } | |
3098 |
|
3095 | |||
3099 |
|
3096 | |||
3100 | .mentions-container{ |
|
3097 | .mentions-container{ | |
3101 |
|
|
3098 | width: 90% !important; | |
3102 | } |
|
3099 | } | |
3103 | .mentions-container .yui-ac-content{ |
|
3100 | .mentions-container .yui-ac-content{ | |
3104 |
|
|
3101 | width: 100% !important; | |
3105 | } |
|
3102 | } | |
3106 |
|
3103 | |||
3107 | .ac { |
|
3104 | .ac { | |
3108 |
|
|
3105 | vertical-align: top; | |
3109 | } |
|
3106 | } | |
3110 |
|
3107 | |||
3111 | .ac .yui-ac { |
|
3108 | .ac .yui-ac { | |
3112 |
|
|
3109 | position: inherit; | |
3113 |
|
|
3110 | font-size: 100%; | |
3114 | } |
|
3111 | } | |
3115 |
|
3112 | |||
3116 | .ac .perm_ac { |
|
3113 | .ac .perm_ac { | |
3117 |
|
|
3114 | width: 20em; | |
3118 | } |
|
3115 | } | |
3119 |
|
3116 | |||
3120 | .ac .yui-ac-input { |
|
3117 | .ac .yui-ac-input { | |
3121 |
|
|
3118 | width: 100%; | |
3122 | } |
|
3119 | } | |
3123 |
|
3120 | |||
3124 | .ac .yui-ac-container { |
|
3121 | .ac .yui-ac-container { | |
3125 |
|
|
3122 | position: absolute; | |
3126 |
|
|
3123 | top: 1.6em; | |
3127 |
|
|
3124 | width: auto; | |
3128 | } |
|
3125 | } | |
3129 |
|
3126 | |||
3130 | .ac .yui-ac-content { |
|
3127 | .ac .yui-ac-content { | |
3131 |
|
|
3128 | position: absolute; | |
3132 |
|
|
3129 | border: 1px solid gray; | |
3133 |
|
|
3130 | background: #fff; | |
3134 |
|
|
3131 | z-index: 9050; | |
3135 |
|
||||
3136 | } |
|
3132 | } | |
3137 |
|
3133 | |||
3138 | .ac .yui-ac-shadow { |
|
3134 | .ac .yui-ac-shadow { | |
3139 |
|
|
3135 | position: absolute; | |
3140 |
|
|
3136 | width: 100%; | |
3141 |
|
|
3137 | background: #000; | |
3142 |
|
|
3138 | -moz-opacity: 0.1px; | |
3143 |
|
|
3139 | opacity: .10; | |
3144 |
|
|
3140 | filter: alpha(opacity = 10); | |
3145 |
|
|
3141 | z-index: 9049; | |
3146 |
|
|
3142 | margin: .3em; | |
3147 | } |
|
3143 | } | |
3148 |
|
3144 | |||
3149 | .ac .yui-ac-content ul { |
|
3145 | .ac .yui-ac-content ul { | |
3150 |
|
|
3146 | width: 100%; | |
3151 |
|
|
3147 | margin: 0; | |
3152 |
|
|
3148 | padding: 0; | |
3153 |
|
|
3149 | z-index: 9050; | |
3154 | } |
|
3150 | } | |
3155 |
|
3151 | |||
3156 | .ac .yui-ac-content li { |
|
3152 | .ac .yui-ac-content li { | |
3157 |
|
|
3153 | cursor: default; | |
3158 |
|
|
3154 | white-space: nowrap; | |
3159 |
|
|
3155 | margin: 0; | |
3160 |
|
|
3156 | padding: 2px 5px; | |
3161 |
|
|
3157 | height: 18px; | |
3162 |
|
|
3158 | z-index: 9050; | |
3163 |
|
|
3159 | display: block; | |
3164 |
|
|
3160 | width: auto !important; | |
3165 | } |
|
3161 | } | |
3166 |
|
3162 | |||
3167 | .ac .yui-ac-content li .ac-container-wrap{ |
|
3163 | .ac .yui-ac-content li .ac-container-wrap{ | |
3168 | width: auto; |
|
3164 | width: auto; | |
3169 | } |
|
3165 | } | |
3170 |
|
3166 | |||
3171 | .ac .yui-ac-content li.yui-ac-prehighlight { |
|
3167 | .ac .yui-ac-content li.yui-ac-prehighlight { | |
3172 |
|
|
3168 | background: #B3D4FF; | |
3173 |
|
|
3169 | z-index: 9050; | |
3174 | } |
|
3170 | } | |
3175 |
|
3171 | |||
3176 | .ac .yui-ac-content li.yui-ac-highlight { |
|
3172 | .ac .yui-ac-content li.yui-ac-highlight { | |
3177 |
|
|
3173 | background: #556CB5; | |
3178 |
|
|
3174 | color: #FFF; | |
3179 |
|
|
3175 | z-index: 9050; | |
3180 | } |
|
3176 | } | |
3181 | .ac .yui-ac-bd{ |
|
3177 | .ac .yui-ac-bd{ | |
3182 |
|
|
3178 | z-index: 9050; | |
3183 | } |
|
3179 | } | |
3184 |
|
3180 | |||
3185 | .follow { |
|
3181 | .follow { | |
3186 |
|
|
3182 | background: url("../images/icons/heart_add.png") no-repeat scroll 3px; | |
3187 |
|
|
3183 | height: 16px; | |
3188 |
|
|
3184 | width: 20px; | |
3189 |
|
|
3185 | cursor: pointer; | |
3190 |
|
|
3186 | display: block; | |
3191 |
|
|
3187 | float: right; | |
3192 |
|
|
3188 | margin-top: 2px; | |
3193 | } |
|
3189 | } | |
3194 |
|
3190 | |||
3195 | .following { |
|
3191 | .following { | |
3196 |
|
|
3192 | background: url("../images/icons/heart_delete.png") no-repeat scroll 3px; | |
3197 |
|
|
3193 | height: 16px; | |
3198 |
|
|
3194 | width: 20px; | |
3199 |
|
|
3195 | cursor: pointer; | |
3200 |
|
|
3196 | display: block; | |
3201 |
|
|
3197 | float: right; | |
3202 |
|
|
3198 | margin-top: 2px; | |
3203 | } |
|
3199 | } | |
3204 |
|
3200 | |||
3205 | .reposize { |
|
3201 | .reposize { | |
3206 | background: url("../images/icons/server.png") no-repeat scroll 3px; |
|
3202 | background: url("../images/icons/server.png") no-repeat scroll 3px; | |
3207 | height: 16px; |
|
3203 | height: 16px; | |
3208 | width: 20px; |
|
3204 | width: 20px; | |
3209 | cursor: pointer; |
|
3205 | cursor: pointer; | |
3210 | display: block; |
|
3206 | display: block; | |
3211 | float: right; |
|
3207 | float: right; | |
3212 | margin-top: 2px; |
|
3208 | margin-top: 2px; | |
3213 | } |
|
3209 | } | |
3214 |
|
3210 | |||
3215 | #repo_size{ |
|
3211 | #repo_size{ | |
3216 |
|
|
3212 | display: block; | |
3217 |
|
|
3213 | margin-top: 4px; | |
3218 |
|
|
3214 | color: #666; | |
3219 |
|
|
3215 | float:right; | |
3220 | } |
|
3216 | } | |
3221 |
|
3217 | |||
3222 | .locking_locked{ |
|
3218 | .locking_locked{ | |
3223 | background: #FFF url("../images/icons/block_16.png") no-repeat scroll 3px; |
|
3219 | background: #FFF url("../images/icons/block_16.png") no-repeat scroll 3px; | |
3224 | height: 16px; |
|
3220 | height: 16px; | |
3225 | width: 20px; |
|
3221 | width: 20px; | |
3226 | cursor: pointer; |
|
3222 | cursor: pointer; | |
3227 | display: block; |
|
3223 | display: block; | |
3228 | float: right; |
|
3224 | float: right; | |
3229 |
margin-top: 2px; |
|
3225 | margin-top: 2px; | |
3230 | } |
|
3226 | } | |
3231 |
|
3227 | |||
3232 | .locking_unlocked{ |
|
3228 | .locking_unlocked{ | |
3233 | background: #FFF url("../images/icons/accept.png") no-repeat scroll 3px; |
|
3229 | background: #FFF url("../images/icons/accept.png") no-repeat scroll 3px; | |
3234 | height: 16px; |
|
3230 | height: 16px; | |
3235 | width: 20px; |
|
3231 | width: 20px; | |
3236 | cursor: pointer; |
|
3232 | cursor: pointer; | |
3237 | display: block; |
|
3233 | display: block; | |
3238 | float: right; |
|
3234 | float: right; | |
3239 |
margin-top: 2px; |
|
3235 | margin-top: 2px; | |
3240 | } |
|
3236 | } | |
3241 |
|
3237 | |||
3242 | .currently_following { |
|
3238 | .currently_following { | |
3243 |
|
|
3239 | padding-left: 10px; | |
3244 |
|
|
3240 | padding-bottom: 5px; | |
3245 | } |
|
3241 | } | |
3246 |
|
3242 | |||
3247 | .add_icon { |
|
3243 | .add_icon { | |
3248 |
|
|
3244 | background: url("../images/icons/add.png") no-repeat scroll 3px; | |
3249 |
|
|
3245 | padding-left: 20px; | |
3250 |
|
|
3246 | padding-top: 0px; | |
3251 |
|
|
3247 | text-align: left; | |
3252 | } |
|
3248 | } | |
3253 |
|
3249 | |||
3254 | .accept_icon { |
|
3250 | .accept_icon { | |
3255 | background: url("../images/icons/accept.png") no-repeat scroll 3px; |
|
3251 | background: url("../images/icons/accept.png") no-repeat scroll 3px; | |
3256 | padding-left: 20px; |
|
3252 | padding-left: 20px; | |
3257 | padding-top: 0px; |
|
3253 | padding-top: 0px; | |
3258 | text-align: left; |
|
3254 | text-align: left; | |
3259 | } |
|
3255 | } | |
3260 |
|
3256 | |||
3261 | .edit_icon { |
|
3257 | .edit_icon { | |
3262 |
|
|
3258 | background: url("../images/icons/application_form_edit.png") no-repeat scroll 3px; | |
3263 |
|
|
3259 | padding-left: 20px; | |
3264 |
|
|
3260 | padding-top: 0px; | |
3265 |
|
|
3261 | text-align: left; | |
3266 | } |
|
3262 | } | |
3267 |
|
3263 | |||
3268 | .delete_icon { |
|
3264 | .delete_icon { | |
3269 |
|
|
3265 | background: url("../images/icons/delete.png") no-repeat scroll 3px; | |
3270 |
|
|
3266 | padding-left: 20px; | |
3271 |
|
|
3267 | padding-top: 0px; | |
3272 |
|
|
3268 | text-align: left; | |
3273 | } |
|
3269 | } | |
3274 |
|
3270 | |||
3275 | .refresh_icon { |
|
3271 | .refresh_icon { | |
3276 |
|
|
3272 | background: url("../images/icons/arrow_refresh.png") no-repeat scroll | |
3277 | 3px; |
|
3273 | 3px; | |
3278 |
|
|
3274 | padding-left: 20px; | |
3279 |
|
|
3275 | padding-top: 0px; | |
3280 |
|
|
3276 | text-align: left; | |
3281 | } |
|
3277 | } | |
3282 |
|
3278 | |||
3283 | .pull_icon { |
|
3279 | .pull_icon { | |
3284 |
|
|
3280 | background: url("../images/icons/connect.png") no-repeat scroll 3px; | |
3285 |
|
|
3281 | padding-left: 20px; | |
3286 |
|
|
3282 | padding-top: 0px; | |
3287 |
|
|
3283 | text-align: left; | |
3288 | } |
|
3284 | } | |
3289 |
|
3285 | |||
3290 | .rss_icon { |
|
3286 | .rss_icon { | |
3291 |
|
|
3287 | background: url("../images/icons/rss_16.png") no-repeat scroll 3px; | |
3292 |
|
|
3288 | padding-left: 20px; | |
3293 |
|
|
3289 | padding-top: 4px; | |
3294 |
|
|
3290 | text-align: left; | |
3295 |
|
|
3291 | font-size: 8px | |
3296 | } |
|
3292 | } | |
3297 |
|
3293 | |||
3298 | .atom_icon { |
|
3294 | .atom_icon { | |
3299 |
|
|
3295 | background: url("../images/icons/atom.png") no-repeat scroll 3px; | |
3300 |
|
|
3296 | padding-left: 20px; | |
3301 |
|
|
3297 | padding-top: 4px; | |
3302 |
|
|
3298 | text-align: left; | |
3303 |
|
|
3299 | font-size: 8px | |
3304 | } |
|
3300 | } | |
3305 |
|
3301 | |||
3306 | .archive_icon { |
|
3302 | .archive_icon { | |
3307 |
|
|
3303 | background: url("../images/icons/compress.png") no-repeat scroll 3px; | |
3308 |
|
|
3304 | padding-left: 20px; | |
3309 |
|
|
3305 | text-align: left; | |
3310 |
|
|
3306 | padding-top: 1px; | |
3311 | } |
|
3307 | } | |
3312 |
|
3308 | |||
3313 | .start_following_icon { |
|
3309 | .start_following_icon { | |
3314 |
|
|
3310 | background: url("../images/icons/heart_add.png") no-repeat scroll 3px; | |
3315 |
|
|
3311 | padding-left: 20px; | |
3316 |
|
|
3312 | text-align: left; | |
3317 |
|
|
3313 | padding-top: 0px; | |
3318 | } |
|
3314 | } | |
3319 |
|
3315 | |||
3320 | .stop_following_icon { |
|
3316 | .stop_following_icon { | |
3321 |
|
|
3317 | background: url("../images/icons/heart_delete.png") no-repeat scroll 3px; | |
3322 |
|
|
3318 | padding-left: 20px; | |
3323 |
|
|
3319 | text-align: left; | |
3324 |
|
|
3320 | padding-top: 0px; | |
3325 | } |
|
3321 | } | |
3326 |
|
3322 | |||
3327 | .action_button { |
|
3323 | .action_button { | |
3328 |
|
|
3324 | border: 0; | |
3329 |
|
|
3325 | display: inline; | |
3330 | } |
|
3326 | } | |
3331 |
|
3327 | |||
3332 | .action_button:hover { |
|
3328 | .action_button:hover { | |
3333 |
|
|
3329 | border: 0; | |
3334 |
|
|
3330 | text-decoration: underline; | |
3335 |
|
|
3331 | cursor: pointer; | |
3336 | } |
|
3332 | } | |
3337 |
|
3333 | |||
3338 | #switch_repos { |
|
3334 | #switch_repos { | |
3339 |
|
|
3335 | position: absolute; | |
3340 |
|
|
3336 | height: 25px; | |
3341 |
|
|
3337 | z-index: 1; | |
3342 | } |
|
3338 | } | |
3343 |
|
3339 | |||
3344 | #switch_repos select { |
|
3340 | #switch_repos select { | |
3345 |
|
|
3341 | min-width: 150px; | |
3346 |
|
|
3342 | max-height: 250px; | |
3347 |
|
|
3343 | z-index: 1; | |
3348 | } |
|
3344 | } | |
3349 |
|
3345 | |||
3350 | .breadcrumbs { |
|
3346 | .breadcrumbs { | |
3351 |
|
|
3347 | border: medium none; | |
3352 |
|
|
3348 | color: #FFF; | |
3353 |
|
|
3349 | float: left; | |
3354 |
|
|
3350 | font-weight: 700; | |
3355 |
|
|
3351 | font-size: 14px; | |
3356 |
|
|
3352 | margin: 0; | |
3357 |
|
|
3353 | padding: 11px 0 11px 10px; | |
3358 | } |
|
3354 | } | |
3359 |
|
3355 | |||
3360 | .breadcrumbs .hash { |
|
3356 | .breadcrumbs .hash { | |
3361 |
|
|
3357 | text-transform: none; | |
3362 |
|
|
3358 | color: #fff; | |
3363 | } |
|
3359 | } | |
3364 |
|
3360 | |||
3365 | .breadcrumbs a { |
|
3361 | .breadcrumbs a { | |
3366 |
|
|
3362 | color: #FFF; | |
3367 | } |
|
3363 | } | |
3368 |
|
3364 | |||
3369 | .flash_msg { |
|
3365 | .flash_msg { | |
3370 |
|
||||
3371 | } |
|
3366 | } | |
3372 |
|
3367 | |||
3373 | .flash_msg ul { |
|
3368 | .flash_msg ul { | |
3374 |
|
||||
3375 | } |
|
3369 | } | |
3376 |
|
3370 | |||
3377 | .error_red { |
|
3371 | .error_red { | |
3378 |
|
|
3372 | color:red; | |
3379 | } |
|
3373 | } | |
3380 |
|
3374 | |||
3381 | .error_msg { |
|
3375 | .error_msg { | |
3382 |
|
|
3376 | background-color: #c43c35; | |
3383 |
|
|
3377 | background-repeat: repeat-x; | |
3384 |
|
|
3378 | background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35) ); | |
3385 |
|
|
3379 | background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35); | |
3386 |
|
|
3380 | background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35); | |
3387 |
|
|
3381 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35) ); | |
3388 |
|
|
3382 | background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); | |
3389 |
|
|
3383 | background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); | |
3390 |
|
|
3384 | background-image: linear-gradient(top, #ee5f5b, #c43c35); | |
3391 |
|
|
3385 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35', GradientType=0 ); | |
3392 |
|
|
3386 | border-color: #c43c35 #c43c35 #882a25; | |
3393 | } |
|
3387 | } | |
3394 |
|
3388 | |||
3395 | .warning_msg { |
|
3389 | .warning_msg { | |
3396 |
|
|
3390 | color: #404040 !important; | |
3397 |
|
|
3391 | background-color: #eedc94; | |
3398 |
|
|
3392 | background-repeat: repeat-x; | |
3399 |
|
|
3393 | background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94) ); | |
3400 |
|
|
3394 | background-image: -moz-linear-gradient(top, #fceec1, #eedc94); | |
3401 |
|
|
3395 | background-image: -ms-linear-gradient(top, #fceec1, #eedc94); | |
3402 |
|
|
3396 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94) ); | |
3403 |
|
|
3397 | background-image: -webkit-linear-gradient(top, #fceec1, #eedc94); | |
3404 |
|
|
3398 | background-image: -o-linear-gradient(top, #fceec1, #eedc94); | |
3405 |
|
|
3399 | background-image: linear-gradient(top, #fceec1, #eedc94); | |
3406 |
|
|
3400 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0 ); | |
3407 |
|
|
3401 | border-color: #eedc94 #eedc94 #e4c652; | |
3408 | } |
|
3402 | } | |
3409 |
|
3403 | |||
3410 | .success_msg { |
|
3404 | .success_msg { | |
3411 |
|
|
3405 | background-color: #57a957; | |
3412 |
|
|
3406 | background-repeat: repeat-x !important; | |
3413 |
|
|
3407 | background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957) ); | |
3414 |
|
|
3408 | background-image: -moz-linear-gradient(top, #62c462, #57a957); | |
3415 |
|
|
3409 | background-image: -ms-linear-gradient(top, #62c462, #57a957); | |
3416 |
|
|
3410 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957) ); | |
3417 |
|
|
3411 | background-image: -webkit-linear-gradient(top, #62c462, #57a957); | |
3418 |
|
|
3412 | background-image: -o-linear-gradient(top, #62c462, #57a957); | |
3419 |
|
|
3413 | background-image: linear-gradient(top, #62c462, #57a957); | |
3420 |
|
|
3414 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0 ); | |
3421 |
|
|
3415 | border-color: #57a957 #57a957 #3d773d; | |
3422 | } |
|
3416 | } | |
3423 |
|
3417 | |||
3424 | .notice_msg { |
|
3418 | .notice_msg { | |
3425 |
|
|
3419 | background-color: #339bb9; | |
3426 |
|
|
3420 | background-repeat: repeat-x; | |
3427 |
|
|
3421 | background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9) ); | |
3428 |
|
|
3422 | background-image: -moz-linear-gradient(top, #5bc0de, #339bb9); | |
3429 |
|
|
3423 | background-image: -ms-linear-gradient(top, #5bc0de, #339bb9); | |
3430 |
|
|
3424 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9) ); | |
3431 |
|
|
3425 | background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); | |
3432 |
|
|
3426 | background-image: -o-linear-gradient(top, #5bc0de, #339bb9); | |
3433 |
|
|
3427 | background-image: linear-gradient(top, #5bc0de, #339bb9); | |
3434 |
|
|
3428 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0 ); | |
3435 |
|
|
3429 | border-color: #339bb9 #339bb9 #22697d; | |
3436 | } |
|
3430 | } | |
3437 |
|
3431 | |||
3438 | .success_msg,.error_msg,.notice_msg,.warning_msg { |
|
3432 | .success_msg,.error_msg,.notice_msg,.warning_msg { | |
3439 |
|
|
3433 | font-size: 12px; | |
3440 |
|
|
3434 | font-weight: 700; | |
3441 |
|
|
3435 | min-height: 14px; | |
3442 |
|
|
3436 | line-height: 14px; | |
3443 |
|
|
3437 | margin-bottom: 10px; | |
3444 |
|
|
3438 | margin-top: 0; | |
3445 |
|
|
3439 | display: block; | |
3446 |
|
|
3440 | overflow: auto; | |
3447 |
|
|
3441 | padding: 6px 10px 6px 10px; | |
3448 |
|
|
3442 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); | |
3449 |
|
|
3443 | position: relative; | |
3450 |
|
|
3444 | color: #FFF; | |
3451 |
|
|
3445 | border-width: 1px; | |
3452 |
|
|
3446 | border-style: solid; | |
3453 |
|
|
3447 | -webkit-border-radius: 4px; | |
3454 |
|
|
3448 | -moz-border-radius: 4px; | |
3455 |
|
|
3449 | border-radius: 4px; | |
3456 |
|
|
3450 | -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); | |
3457 |
|
|
3451 | -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); | |
3458 |
|
|
3452 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); | |
3459 | } |
|
3453 | } | |
3460 |
|
3454 | |||
3461 | #msg_close { |
|
3455 | #msg_close { | |
3462 |
|
|
3456 | background: transparent url("../icons/cross_grey_small.png") no-repeat scroll 0 0; | |
3463 |
|
|
3457 | cursor: pointer; | |
3464 |
|
|
3458 | height: 16px; | |
3465 |
|
|
3459 | position: absolute; | |
3466 |
|
|
3460 | right: 5px; | |
3467 |
|
|
3461 | top: 5px; | |
3468 |
|
|
3462 | width: 16px; | |
3469 | } |
|
3463 | } | |
3470 | div#legend_data{ |
|
3464 | div#legend_data{ | |
3471 |
|
|
3465 | padding-left:10px; | |
3472 | } |
|
3466 | } | |
3473 | div#legend_container table{ |
|
3467 | div#legend_container table{ | |
3474 |
|
|
3468 | border: none !important; | |
3475 | } |
|
3469 | } | |
3476 | div#legend_container table,div#legend_choices table { |
|
3470 | div#legend_container table,div#legend_choices table { | |
3477 |
|
|
3471 | width: auto !important; | |
3478 | } |
|
3472 | } | |
3479 |
|
3473 | |||
3480 | table#permissions_manage { |
|
3474 | table#permissions_manage { | |
3481 |
|
|
3475 | width: 0 !important; | |
3482 | } |
|
3476 | } | |
3483 |
|
3477 | |||
3484 | table#permissions_manage span.private_repo_msg { |
|
3478 | table#permissions_manage span.private_repo_msg { | |
3485 |
|
|
3479 | font-size: 0.8em; | |
3486 |
|
|
3480 | opacity: 0.6px; | |
3487 | } |
|
3481 | } | |
3488 |
|
3482 | |||
3489 | table#permissions_manage td.private_repo_msg { |
|
3483 | table#permissions_manage td.private_repo_msg { | |
3490 |
|
|
3484 | font-size: 0.8em; | |
3491 | } |
|
3485 | } | |
3492 |
|
3486 | |||
3493 | table#permissions_manage tr#add_perm_input td { |
|
3487 | table#permissions_manage tr#add_perm_input td { | |
3494 |
|
|
3488 | vertical-align: middle; | |
3495 | } |
|
3489 | } | |
3496 |
|
3490 | |||
3497 | div.gravatar { |
|
3491 | div.gravatar { | |
3498 |
|
|
3492 | background-color: #FFF; | |
3499 |
|
|
3493 | float: left; | |
3500 |
|
|
3494 | margin-right: 0.7em; | |
3501 |
|
|
3495 | padding: 1px 1px 1px 1px; | |
3502 | line-height:0; |
|
3496 | line-height:0; | |
3503 |
|
|
3497 | -webkit-border-radius: 3px; | |
3504 |
|
|
3498 | -khtml-border-radius: 3px; | |
3505 |
|
|
3499 | -moz-border-radius: 3px; | |
3506 |
|
|
3500 | border-radius: 3px; | |
3507 | } |
|
3501 | } | |
3508 |
|
3502 | |||
3509 | div.gravatar img { |
|
3503 | div.gravatar img { | |
3510 |
|
|
3504 | -webkit-border-radius: 2px; | |
3511 |
|
|
3505 | -khtml-border-radius: 2px; | |
3512 |
|
|
3506 | -moz-border-radius: 2px; | |
3513 |
|
|
3507 | border-radius: 2px; | |
3514 | } |
|
3508 | } | |
3515 |
|
3509 | |||
3516 | #header,#content,#footer { |
|
3510 | #header,#content,#footer { | |
3517 |
|
|
3511 | min-width: 978px; | |
3518 | } |
|
3512 | } | |
3519 |
|
3513 | |||
3520 | #content { |
|
3514 | #content { | |
3521 |
|
|
3515 | clear: both; | |
3522 |
|
|
3516 | overflow: hidden; | |
3523 |
|
|
3517 | padding: 54px 10px 14px 10px; | |
3524 | } |
|
3518 | } | |
3525 |
|
3519 | |||
3526 | #content div.box div.title div.search { |
|
3520 | #content div.box div.title div.search { | |
3527 |
|
||||
3528 |
|
|
3521 | border-left: 1px solid #316293; | |
3529 | } |
|
3522 | } | |
3530 |
|
3523 | |||
3531 | #content div.box div.title div.search div.input input { |
|
3524 | #content div.box div.title div.search div.input input { | |
3532 |
|
|
3525 | border: 1px solid #316293; | |
3533 | } |
|
3526 | } | |
3534 |
|
3527 | |||
3535 | .ui-btn{ |
|
3528 | .ui-btn{ | |
3536 | color: #515151; |
|
3529 | color: #515151; | |
3537 | background-color: #DADADA; |
|
3530 | background-color: #DADADA; | |
3538 | background-repeat: repeat-x; |
|
3531 | background-repeat: repeat-x; | |
3539 | background-image: -khtml-gradient(linear, left top, left bottom, from(#F4F4F4),to(#DADADA) ); |
|
3532 | background-image: -khtml-gradient(linear, left top, left bottom, from(#F4F4F4),to(#DADADA) ); | |
3540 | background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA); |
|
3533 | background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA); | |
3541 | background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA); |
|
3534 | background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA); | |
3542 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4),color-stop(100%, #DADADA) ); |
|
3535 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4),color-stop(100%, #DADADA) ); | |
3543 | background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) ); |
|
3536 | background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) ); | |
3544 | background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) ); |
|
3537 | background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) ); | |
3545 | background-image: linear-gradient(top, #F4F4F4, #DADADA); |
|
3538 | background-image: linear-gradient(top, #F4F4F4, #DADADA); | |
3546 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#DADADA', GradientType=0); |
|
3539 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#DADADA', GradientType=0); | |
3547 |
|
3540 | |||
3548 | border-top: 1px solid #DDD; |
|
3541 | border-top: 1px solid #DDD; | |
3549 | border-left: 1px solid #c6c6c6; |
|
3542 | border-left: 1px solid #c6c6c6; | |
3550 | border-right: 1px solid #DDD; |
|
3543 | border-right: 1px solid #DDD; | |
3551 | border-bottom: 1px solid #c6c6c6; |
|
3544 | border-bottom: 1px solid #c6c6c6; | |
3552 | color: #515151; |
|
3545 | color: #515151; | |
3553 | outline: none; |
|
3546 | outline: none; | |
3554 | margin: 0px 3px 3px 0px; |
|
3547 | margin: 0px 3px 3px 0px; | |
3555 | -webkit-border-radius: 4px 4px 4px 4px !important; |
|
3548 | -webkit-border-radius: 4px 4px 4px 4px !important; | |
3556 | -khtml-border-radius: 4px 4px 4px 4px !important; |
|
3549 | -khtml-border-radius: 4px 4px 4px 4px !important; | |
3557 | -moz-border-radius: 4px 4px 4px 4px !important; |
|
3550 | -moz-border-radius: 4px 4px 4px 4px !important; | |
3558 | border-radius: 4px 4px 4px 4px !important; |
|
3551 | border-radius: 4px 4px 4px 4px !important; | |
3559 | cursor: pointer !important; |
|
3552 | cursor: pointer !important; | |
3560 |
|
|
3553 | padding: 3px 3px 3px 3px; | |
3561 |
|
|
3554 | background-position: 0 -15px; | |
3562 |
|
3555 | |||
3563 | } |
|
3556 | } | |
3564 |
|
3557 | |||
3565 | .ui-btn.disabled{ |
|
3558 | .ui-btn.disabled{ | |
3566 |
|
|
3559 | color: #999; | |
3567 | } |
|
3560 | } | |
3568 |
|
3561 | |||
3569 | .ui-btn.xsmall{ |
|
3562 | .ui-btn.xsmall{ | |
3570 | padding: 1px 2px 1px 1px; |
|
3563 | padding: 1px 2px 1px 1px; | |
3571 | } |
|
3564 | } | |
3572 |
|
3565 | |||
3573 | .ui-btn.large{ |
|
3566 | .ui-btn.large{ | |
3574 |
|
|
3567 | padding: 6px 12px; | |
3575 | } |
|
3568 | } | |
3576 |
|
3569 | |||
3577 | .ui-btn.clone{ |
|
3570 | .ui-btn.clone{ | |
3578 |
|
|
3571 | padding: 5px 2px 6px 1px; | |
3579 |
|
|
3572 | margin: 0px -4px 3px 0px; | |
3580 | -webkit-border-radius: 4px 0px 0px 4px !important; |
|
3573 | -webkit-border-radius: 4px 0px 0px 4px !important; | |
3581 | -khtml-border-radius: 4px 0px 0px 4px !important; |
|
3574 | -khtml-border-radius: 4px 0px 0px 4px !important; | |
3582 | -moz-border-radius: 4px 0px 0px 4px !important; |
|
3575 | -moz-border-radius: 4px 0px 0px 4px !important; | |
3583 | border-radius: 4px 0px 0px 4px !important; |
|
3576 | border-radius: 4px 0px 0px 4px !important; | |
3584 | width: 100px; |
|
3577 | width: 100px; | |
3585 | text-align: center; |
|
3578 | text-align: center; | |
3586 | float: left; |
|
3579 | float: left; | |
3587 | position: absolute; |
|
3580 | position: absolute; | |
3588 | } |
|
3581 | } | |
3589 | .ui-btn:focus { |
|
3582 | .ui-btn:focus { | |
3590 | outline: none; |
|
3583 | outline: none; | |
3591 | } |
|
3584 | } | |
3592 | .ui-btn:hover{ |
|
3585 | .ui-btn:hover{ | |
3593 | background-position: 0 -15px; |
|
3586 | background-position: 0 -15px; | |
3594 | text-decoration: none; |
|
3587 | text-decoration: none; | |
3595 | color: #515151; |
|
3588 | color: #515151; | |
3596 | box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF !important; |
|
3589 | box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF !important; | |
3597 | } |
|
3590 | } | |
3598 |
|
3591 | |||
3599 | .ui-btn.disabled:hover{ |
|
3592 | .ui-btn.disabled:hover{ | |
3600 | background-position:none; |
|
3593 | background-position:none; | |
3601 | color: #999; |
|
3594 | color: #999; | |
3602 | text-decoration: none; |
|
3595 | text-decoration: none; | |
3603 | box-shadow: none !important; |
|
3596 | box-shadow: none !important; | |
3604 | } |
|
3597 | } | |
3605 |
|
3598 | |||
3606 | .ui-btn.red{ |
|
3599 | .ui-btn.red{ | |
3607 | color:#fff; |
|
3600 | color:#fff; | |
3608 | background-color: #c43c35; |
|
3601 | background-color: #c43c35; | |
3609 | background-repeat: repeat-x; |
|
3602 | background-repeat: repeat-x; | |
3610 | background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35)); |
|
3603 | background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35)); | |
3611 | background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35); |
|
3604 | background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35); | |
3612 | background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35); |
|
3605 | background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35); | |
3613 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35)); |
|
3606 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35)); | |
3614 | background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); |
|
3607 | background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); | |
3615 | background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); |
|
3608 | background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); | |
3616 | background-image: linear-gradient(top, #ee5f5b, #c43c35); |
|
3609 | background-image: linear-gradient(top, #ee5f5b, #c43c35); | |
3617 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0); |
|
3610 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0); | |
3618 | border-color: #c43c35 #c43c35 #882a25; |
|
3611 | border-color: #c43c35 #c43c35 #882a25; | |
3619 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
|
3612 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); | |
3620 | } |
|
3613 | } | |
3621 |
|
3614 | |||
3622 |
|
3615 | |||
3623 | .ui-btn.blue{ |
|
3616 | .ui-btn.blue{ | |
3624 | color:#fff; |
|
3617 | color:#fff; | |
3625 | background-color: #339bb9; |
|
3618 | background-color: #339bb9; | |
3626 | background-repeat: repeat-x; |
|
3619 | background-repeat: repeat-x; | |
3627 | background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9)); |
|
3620 | background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9)); | |
3628 | background-image: -moz-linear-gradient(top, #5bc0de, #339bb9); |
|
3621 | background-image: -moz-linear-gradient(top, #5bc0de, #339bb9); | |
3629 | background-image: -ms-linear-gradient(top, #5bc0de, #339bb9); |
|
3622 | background-image: -ms-linear-gradient(top, #5bc0de, #339bb9); | |
3630 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9)); |
|
3623 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9)); | |
3631 | background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); |
|
3624 | background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); | |
3632 | background-image: -o-linear-gradient(top, #5bc0de, #339bb9); |
|
3625 | background-image: -o-linear-gradient(top, #5bc0de, #339bb9); | |
3633 | background-image: linear-gradient(top, #5bc0de, #339bb9); |
|
3626 | background-image: linear-gradient(top, #5bc0de, #339bb9); | |
3634 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0); |
|
3627 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0); | |
3635 | border-color: #339bb9 #339bb9 #22697d; |
|
3628 | border-color: #339bb9 #339bb9 #22697d; | |
3636 |
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
|
3629 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); | |
3637 | } |
|
3630 | } | |
3638 |
|
3631 | |||
3639 | .ui-btn.green{ |
|
3632 | .ui-btn.green{ | |
3640 | background-color: #57a957; |
|
3633 | background-color: #57a957; | |
3641 | background-repeat: repeat-x; |
|
3634 | background-repeat: repeat-x; | |
3642 | background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957)); |
|
3635 | background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957)); | |
3643 | background-image: -moz-linear-gradient(top, #62c462, #57a957); |
|
3636 | background-image: -moz-linear-gradient(top, #62c462, #57a957); | |
3644 | background-image: -ms-linear-gradient(top, #62c462, #57a957); |
|
3637 | background-image: -ms-linear-gradient(top, #62c462, #57a957); | |
3645 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957)); |
|
3638 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957)); | |
3646 | background-image: -webkit-linear-gradient(top, #62c462, #57a957); |
|
3639 | background-image: -webkit-linear-gradient(top, #62c462, #57a957); | |
3647 | background-image: -o-linear-gradient(top, #62c462, #57a957); |
|
3640 | background-image: -o-linear-gradient(top, #62c462, #57a957); | |
3648 | background-image: linear-gradient(top, #62c462, #57a957); |
|
3641 | background-image: linear-gradient(top, #62c462, #57a957); | |
3649 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0); |
|
3642 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0); | |
3650 | border-color: #57a957 #57a957 #3d773d; |
|
3643 | border-color: #57a957 #57a957 #3d773d; | |
3651 |
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
|
3644 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); | |
3652 | } |
|
3645 | } | |
3653 |
|
3646 | |||
3654 | .ui-btn.blue.hidden{ |
|
3647 | .ui-btn.blue.hidden{ | |
3655 |
|
|
3648 | display: none; | |
3656 | } |
|
3649 | } | |
3657 |
|
3650 | |||
3658 | .ui-btn.active{ |
|
3651 | .ui-btn.active{ | |
3659 | font-weight: bold; |
|
3652 | font-weight: bold; | |
3660 | } |
|
3653 | } | |
3661 |
|
3654 | |||
3662 | ins,div.options a:hover { |
|
3655 | ins,div.options a:hover { | |
3663 |
|
|
3656 | text-decoration: none; | |
3664 | } |
|
3657 | } | |
3665 |
|
3658 | |||
3666 | img, |
|
3659 | img, | |
3667 | #header #header-inner #quick li a:hover span.normal, |
|
3660 | #header #header-inner #quick li a:hover span.normal, | |
3668 | #header #header-inner #quick li ul li.last, |
|
3661 | #header #header-inner #quick li ul li.last, | |
3669 | #content div.box div.form div.fields div.field div.textarea table td table td a, |
|
3662 | #content div.box div.form div.fields div.field div.textarea table td table td a, | |
3670 | #clone_url, |
|
3663 | #clone_url, | |
3671 | #clone_url_id |
|
3664 | #clone_url_id | |
3672 | { |
|
3665 | { | |
3673 |
|
|
3666 | border: none; | |
3674 | } |
|
3667 | } | |
3675 |
|
3668 | |||
3676 | img.icon,.right .merge img { |
|
3669 | img.icon,.right .merge img { | |
3677 |
|
|
3670 | vertical-align: bottom; | |
3678 | } |
|
3671 | } | |
3679 |
|
3672 | |||
3680 | #header ul#logged-user,#content div.box div.title ul.links, |
|
3673 | #header ul#logged-user,#content div.box div.title ul.links, | |
3681 | #content div.box div.message div.dismiss, |
|
3674 | #content div.box div.message div.dismiss, | |
3682 | #content div.box div.traffic div.legend ul |
|
3675 | #content div.box div.traffic div.legend ul | |
3683 | { |
|
3676 | { | |
3684 |
|
|
3677 | float: right; | |
3685 |
|
|
3678 | margin: 0; | |
3686 |
|
|
3679 | padding: 0; | |
3687 | } |
|
3680 | } | |
3688 |
|
3681 | |||
3689 | #header #header-inner #home,#header #header-inner #logo, |
|
3682 | #header #header-inner #home,#header #header-inner #logo, | |
3690 | #content div.box ul.left,#content div.box ol.left, |
|
3683 | #content div.box ul.left,#content div.box ol.left, | |
3691 | #content div.box div.pagination-left,div#commit_history, |
|
3684 | #content div.box div.pagination-left,div#commit_history, | |
3692 | div#legend_data,div#legend_container,div#legend_choices |
|
3685 | div#legend_data,div#legend_container,div#legend_choices | |
3693 | { |
|
3686 | { | |
3694 |
|
|
3687 | float: left; | |
3695 | } |
|
3688 | } | |
3696 |
|
3689 | |||
3697 | #header #header-inner #quick li #quick_login, |
|
3690 | #header #header-inner #quick li #quick_login, | |
3698 | #header #header-inner #quick li:hover ul ul, |
|
3691 | #header #header-inner #quick li:hover ul ul, | |
3699 | #header #header-inner #quick li:hover ul ul ul, |
|
3692 | #header #header-inner #quick li:hover ul ul ul, | |
3700 | #header #header-inner #quick li:hover ul ul ul ul, |
|
3693 | #header #header-inner #quick li:hover ul ul ul ul, | |
3701 | #content #left #menu ul.closed,#content #left #menu li ul.collapsed,.yui-tt-shadow |
|
3694 | #content #left #menu ul.closed,#content #left #menu li ul.collapsed,.yui-tt-shadow | |
3702 | { |
|
3695 | { | |
3703 |
|
|
3696 | display: none; | |
3704 | } |
|
3697 | } | |
3705 |
|
3698 | |||
3706 | #header #header-inner #quick li:hover #quick_login, |
|
3699 | #header #header-inner #quick li:hover #quick_login, | |
3707 | #header #header-inner #quick li:hover ul,#header #header-inner #quick li li:hover ul,#header #header-inner #quick li li li:hover ul,#header #header-inner #quick li li li li:hover ul,#content #left #menu ul.opened,#content #left #menu li ul.expanded |
|
3700 | #header #header-inner #quick li:hover ul,#header #header-inner #quick li li:hover ul,#header #header-inner #quick li li li:hover ul,#header #header-inner #quick li li li li:hover ul,#content #left #menu ul.opened,#content #left #menu li ul.expanded | |
3708 | { |
|
3701 | { | |
3709 |
|
|
3702 | display: block; | |
3710 | } |
|
3703 | } | |
3711 |
|
3704 | |||
3712 | #content div.graph { |
|
3705 | #content div.graph { | |
3713 |
|
|
3706 | padding: 0 10px 10px; | |
3714 | } |
|
3707 | } | |
3715 |
|
3708 | |||
3716 | #content div.box div.title ul.links li a:hover,#content div.box div.title ul.links li.ui-tabs-selected a |
|
3709 | #content div.box div.title ul.links li a:hover,#content div.box div.title ul.links li.ui-tabs-selected a | |
3717 | { |
|
3710 | { | |
3718 |
|
|
3711 | color: #bfe3ff; | |
3719 | } |
|
3712 | } | |
3720 |
|
3713 | |||
3721 | #content div.box ol.lower-roman,#content div.box ol.upper-roman,#content div.box ol.lower-alpha,#content div.box ol.upper-alpha,#content div.box ol.decimal |
|
3714 | #content div.box ol.lower-roman,#content div.box ol.upper-roman,#content div.box ol.lower-alpha,#content div.box ol.upper-alpha,#content div.box ol.decimal | |
3722 | { |
|
3715 | { | |
3723 |
|
|
3716 | margin: 10px 24px 10px 44px; | |
3724 | } |
|
3717 | } | |
3725 |
|
3718 | |||
3726 | #content div.box div.form,#content div.box div.table,#content div.box div.traffic |
|
3719 | #content div.box div.form,#content div.box div.table,#content div.box div.traffic | |
3727 | { |
|
3720 | { | |
3728 |
|
|
3721 | clear: both; | |
3729 |
|
|
3722 | overflow: hidden; | |
3730 |
|
|
3723 | margin: 0; | |
3731 |
|
|
3724 | padding: 0 20px 10px; | |
3732 | } |
|
3725 | } | |
3733 |
|
3726 | |||
3734 | #content div.box div.form div.fields,#login div.form,#login div.form div.fields,#register div.form,#register div.form div.fields |
|
3727 | #content div.box div.form div.fields,#login div.form,#login div.form div.fields,#register div.form,#register div.form div.fields | |
3735 | { |
|
3728 | { | |
3736 |
|
|
3729 | clear: both; | |
3737 |
|
|
3730 | overflow: hidden; | |
3738 |
|
|
3731 | margin: 0; | |
3739 |
|
|
3732 | padding: 0; | |
3740 | } |
|
3733 | } | |
3741 |
|
3734 | |||
3742 | #content div.box div.form div.fields div.field div.label span,#login div.form div.fields div.field div.label span,#register div.form div.fields div.field div.label span |
|
3735 | #content div.box div.form div.fields div.field div.label span,#login div.form div.fields div.field div.label span,#register div.form div.fields div.field div.label span | |
3743 | { |
|
3736 | { | |
3744 |
|
|
3737 | height: 1%; | |
3745 |
|
|
3738 | display: block; | |
3746 |
|
|
3739 | color: #363636; | |
3747 |
|
|
3740 | margin: 0; | |
3748 |
|
|
3741 | padding: 2px 0 0; | |
3749 | } |
|
3742 | } | |
3750 |
|
3743 | |||
3751 | #content div.box div.form div.fields div.field div.input input.error,#login div.form div.fields div.field div.input input.error,#register div.form div.fields div.field div.input input.error |
|
3744 | #content div.box div.form div.fields div.field div.input input.error,#login div.form div.fields div.field div.input input.error,#register div.form div.fields div.field div.input input.error | |
3752 | { |
|
3745 | { | |
3753 |
|
|
3746 | background: #FBE3E4; | |
3754 |
|
|
3747 | border-top: 1px solid #e1b2b3; | |
3755 |
|
|
3748 | border-left: 1px solid #e1b2b3; | |
3756 |
|
|
3749 | border-right: 1px solid #FBC2C4; | |
3757 |
|
|
3750 | border-bottom: 1px solid #FBC2C4; | |
3758 | } |
|
3751 | } | |
3759 |
|
3752 | |||
3760 | #content div.box div.form div.fields div.field div.input input.success,#login div.form div.fields div.field div.input input.success,#register div.form div.fields div.field div.input input.success |
|
3753 | #content div.box div.form div.fields div.field div.input input.success,#login div.form div.fields div.field div.input input.success,#register div.form div.fields div.field div.input input.success | |
3761 | { |
|
3754 | { | |
3762 |
|
|
3755 | background: #E6EFC2; | |
3763 |
|
|
3756 | border-top: 1px solid #cebb98; | |
3764 |
|
|
3757 | border-left: 1px solid #cebb98; | |
3765 |
|
|
3758 | border-right: 1px solid #c6d880; | |
3766 |
|
|
3759 | border-bottom: 1px solid #c6d880; | |
3767 | } |
|
3760 | } | |
3768 |
|
3761 | |||
3769 | #content div.box-left div.form div.fields div.field div.textarea,#content div.box-right div.form div.fields div.field div.textarea,#content div.box div.form div.fields div.field div.select select,#content div.box table th.selected input,#content div.box table td.selected input |
|
3762 | #content div.box-left div.form div.fields div.field div.textarea,#content div.box-right div.form div.fields div.field div.textarea,#content div.box div.form div.fields div.field div.select select,#content div.box table th.selected input,#content div.box table td.selected input | |
3770 | { |
|
3763 | { | |
3771 |
|
|
3764 | margin: 0; | |
3772 | } |
|
3765 | } | |
3773 |
|
3766 | |||
3774 | #content div.box-left div.form div.fields div.field div.select,#content div.box-left div.form div.fields div.field div.checkboxes,#content div.box-left div.form div.fields div.field div.radios,#content div.box-right div.form div.fields div.field div.select,#content div.box-right div.form div.fields div.field div.checkboxes,#content div.box-right div.form div.fields div.field div.radios |
|
3767 | #content div.box-left div.form div.fields div.field div.select,#content div.box-left div.form div.fields div.field div.checkboxes,#content div.box-left div.form div.fields div.field div.radios,#content div.box-right div.form div.fields div.field div.select,#content div.box-right div.form div.fields div.field div.checkboxes,#content div.box-right div.form div.fields div.field div.radios | |
3775 | { |
|
3768 | { | |
3776 |
|
|
3769 | margin: 0 0 0 0px !important; | |
3777 |
|
|
3770 | padding: 0; | |
3778 | } |
|
3771 | } | |
3779 |
|
3772 | |||
3780 | #content div.box div.form div.fields div.field div.select,#content div.box div.form div.fields div.field div.checkboxes,#content div.box div.form div.fields div.field div.radios |
|
3773 | #content div.box div.form div.fields div.field div.select,#content div.box div.form div.fields div.field div.checkboxes,#content div.box div.form div.fields div.field div.radios | |
3781 | { |
|
3774 | { | |
3782 |
|
|
3775 | margin: 0 0 0 200px; | |
3783 |
|
|
3776 | padding: 0; | |
3784 | } |
|
3777 | } | |
3785 |
|
3778 | |||
3786 | #content div.box div.form div.fields div.field div.select a:hover,#content div.box div.form div.fields div.field div.select a.ui-selectmenu:hover,#content div.box div.action a:hover |
|
3779 | #content div.box div.form div.fields div.field div.select a:hover,#content div.box div.form div.fields div.field div.select a.ui-selectmenu:hover,#content div.box div.action a:hover | |
3787 | { |
|
3780 | { | |
3788 |
|
|
3781 | color: #000; | |
3789 |
|
|
3782 | text-decoration: none; | |
3790 | } |
|
3783 | } | |
3791 |
|
3784 | |||
3792 | #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus,#content div.box div.action a.ui-selectmenu-focus |
|
3785 | #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus,#content div.box div.action a.ui-selectmenu-focus | |
3793 | { |
|
3786 | { | |
3794 |
|
|
3787 | border: 1px solid #666; | |
3795 | } |
|
3788 | } | |
3796 |
|
3789 | |||
3797 | #content div.box div.form div.fields div.field div.checkboxes div.checkbox,#content div.box div.form div.fields div.field div.radios div.radio |
|
3790 | #content div.box div.form div.fields div.field div.checkboxes div.checkbox,#content div.box div.form div.fields div.field div.radios div.radio | |
3798 | { |
|
3791 | { | |
3799 |
|
|
3792 | clear: both; | |
3800 |
|
|
3793 | overflow: hidden; | |
3801 |
|
|
3794 | margin: 0; | |
3802 |
|
|
3795 | padding: 8px 0 2px; | |
3803 | } |
|
3796 | } | |
3804 |
|
3797 | |||
3805 | #content div.box div.form div.fields div.field div.checkboxes div.checkbox input,#content div.box div.form div.fields div.field div.radios div.radio input |
|
3798 | #content div.box div.form div.fields div.field div.checkboxes div.checkbox input,#content div.box div.form div.fields div.field div.radios div.radio input | |
3806 | { |
|
3799 | { | |
3807 |
|
|
3800 | float: left; | |
3808 |
|
|
3801 | margin: 0; | |
3809 | } |
|
3802 | } | |
3810 |
|
3803 | |||
3811 | #content div.box div.form div.fields div.field div.checkboxes div.checkbox label,#content div.box div.form div.fields div.field div.radios div.radio label |
|
3804 | #content div.box div.form div.fields div.field div.checkboxes div.checkbox label,#content div.box div.form div.fields div.field div.radios div.radio label | |
3812 | { |
|
3805 | { | |
3813 |
|
|
3806 | height: 1%; | |
3814 |
|
|
3807 | display: block; | |
3815 |
|
|
3808 | float: left; | |
3816 |
|
|
3809 | margin: 2px 0 0 4px; | |
3817 | } |
|
3810 | } | |
3818 |
|
3811 | |||
3819 | div.form div.fields div.field div.button input, |
|
3812 | div.form div.fields div.field div.button input, | |
3820 | #content div.box div.form div.fields div.buttons input |
|
3813 | #content div.box div.form div.fields div.buttons input | |
3821 | div.form div.fields div.buttons input, |
|
3814 | div.form div.fields div.buttons input, | |
3822 | #content div.box div.action div.button input { |
|
3815 | #content div.box div.action div.button input { | |
3823 |
|
|
3816 | /*color: #000;*/ | |
3824 | font-size: 11px; |
|
3817 | font-size: 11px; | |
3825 | font-weight: 700; |
|
3818 | font-weight: 700; | |
3826 | margin: 0; |
|
3819 | margin: 0; | |
3827 | } |
|
3820 | } | |
3828 |
|
3821 | |||
3829 | input.ui-button { |
|
3822 | input.ui-button { | |
3830 |
|
|
3823 | background: #e5e3e3 url("../images/button.png") repeat-x; | |
3831 |
|
|
3824 | border-top: 1px solid #DDD; | |
3832 |
|
|
3825 | border-left: 1px solid #c6c6c6; | |
3833 |
|
|
3826 | border-right: 1px solid #DDD; | |
3834 |
|
|
3827 | border-bottom: 1px solid #c6c6c6; | |
3835 |
|
|
3828 | color: #515151 !important; | |
3836 |
|
|
3829 | outline: none; | |
3837 |
|
|
3830 | margin: 0; | |
3838 |
|
|
3831 | padding: 6px 12px; | |
3839 |
|
|
3832 | -webkit-border-radius: 4px 4px 4px 4px; | |
3840 |
|
|
3833 | -khtml-border-radius: 4px 4px 4px 4px; | |
3841 |
|
|
3834 | -moz-border-radius: 4px 4px 4px 4px; | |
3842 |
|
|
3835 | border-radius: 4px 4px 4px 4px; | |
3843 |
|
|
3836 | box-shadow: 0 1px 0 #ececec; | |
3844 |
|
|
3837 | cursor: pointer; | |
3845 | } |
|
3838 | } | |
3846 |
|
3839 | |||
3847 | input.ui-button:hover { |
|
3840 | input.ui-button:hover { | |
3848 |
|
|
3841 | background: #b4b4b4 url("../images/button_selected.png") repeat-x; | |
3849 |
|
|
3842 | border-top: 1px solid #ccc; | |
3850 |
|
|
3843 | border-left: 1px solid #bebebe; | |
3851 |
|
|
3844 | border-right: 1px solid #b1b1b1; | |
3852 |
|
|
3845 | border-bottom: 1px solid #afafaf; | |
3853 | } |
|
3846 | } | |
3854 |
|
3847 | |||
3855 | div.form div.fields div.field div.highlight,#content div.box div.form div.fields div.buttons div.highlight |
|
3848 | div.form div.fields div.field div.highlight,#content div.box div.form div.fields div.buttons div.highlight | |
3856 | { |
|
3849 | { | |
3857 |
|
|
3850 | display: inline; | |
3858 | } |
|
3851 | } | |
3859 |
|
3852 | |||
3860 | #content div.box div.form div.fields div.buttons,div.form div.fields div.buttons |
|
3853 | #content div.box div.form div.fields div.buttons,div.form div.fields div.buttons | |
3861 | { |
|
3854 | { | |
3862 |
|
|
3855 | margin: 10px 0 0 200px; | |
3863 |
|
|
3856 | padding: 0; | |
3864 | } |
|
3857 | } | |
3865 |
|
3858 | |||
3866 | #content div.box-left div.form div.fields div.buttons,#content div.box-right div.form div.fields div.buttons,div.box-left div.form div.fields div.buttons,div.box-right div.form div.fields div.buttons |
|
3859 | #content div.box-left div.form div.fields div.buttons,#content div.box-right div.form div.fields div.buttons,div.box-left div.form div.fields div.buttons,div.box-right div.form div.fields div.buttons | |
3867 | { |
|
3860 | { | |
3868 |
|
|
3861 | margin: 10px 0 0; | |
3869 | } |
|
3862 | } | |
3870 |
|
3863 | |||
3871 | #content div.box table td.user,#content div.box table td.address { |
|
3864 | #content div.box table td.user,#content div.box table td.address { | |
3872 |
|
|
3865 | width: 10%; | |
3873 |
|
|
3866 | text-align: center; | |
3874 | } |
|
3867 | } | |
3875 |
|
3868 | |||
3876 | #content div.box div.action div.button,#login div.form div.fields div.field div.input div.link,#register div.form div.fields div.field div.input div.link |
|
3869 | #content div.box div.action div.button,#login div.form div.fields div.field div.input div.link,#register div.form div.fields div.field div.input div.link | |
3877 | { |
|
3870 | { | |
3878 |
|
|
3871 | text-align: right; | |
3879 |
|
|
3872 | margin: 6px 0 0; | |
3880 |
|
|
3873 | padding: 0; | |
3881 | } |
|
3874 | } | |
3882 |
|
3875 | |||
3883 | #content div.box div.action div.button input.ui-state-hover,#login div.form div.fields div.buttons input.ui-state-hover,#register div.form div.fields div.buttons input.ui-state-hover |
|
3876 | #content div.box div.action div.button input.ui-state-hover,#login div.form div.fields div.buttons input.ui-state-hover,#register div.form div.fields div.buttons input.ui-state-hover | |
3884 | { |
|
3877 | { | |
3885 |
|
|
3878 | background: #b4b4b4 url("../images/button_selected.png") repeat-x; | |
3886 |
|
|
3879 | border-top: 1px solid #ccc; | |
3887 |
|
|
3880 | border-left: 1px solid #bebebe; | |
3888 |
|
|
3881 | border-right: 1px solid #b1b1b1; | |
3889 |
|
|
3882 | border-bottom: 1px solid #afafaf; | |
3890 |
|
|
3883 | color: #515151; | |
3891 |
|
|
3884 | margin: 0; | |
3892 |
|
|
3885 | padding: 6px 12px; | |
3893 | } |
|
3886 | } | |
3894 |
|
3887 | |||
3895 | #content div.box div.pagination div.results,#content div.box div.pagination-wh div.results |
|
3888 | #content div.box div.pagination div.results,#content div.box div.pagination-wh div.results | |
3896 | { |
|
3889 | { | |
3897 |
|
|
3890 | text-align: left; | |
3898 |
|
|
3891 | float: left; | |
3899 |
|
|
3892 | margin: 0; | |
3900 |
|
|
3893 | padding: 0; | |
3901 | } |
|
3894 | } | |
3902 |
|
3895 | |||
3903 | #content div.box div.pagination div.results span,#content div.box div.pagination-wh div.results span |
|
3896 | #content div.box div.pagination div.results span,#content div.box div.pagination-wh div.results span | |
3904 | { |
|
3897 | { | |
3905 |
|
|
3898 | height: 1%; | |
3906 |
|
|
3899 | display: block; | |
3907 |
|
|
3900 | float: left; | |
3908 |
|
|
3901 | background: #ebebeb url("../images/pager.png") repeat-x; | |
3909 |
|
|
3902 | border-top: 1px solid #dedede; | |
3910 |
|
|
3903 | border-left: 1px solid #cfcfcf; | |
3911 |
|
|
3904 | border-right: 1px solid #c4c4c4; | |
3912 |
|
|
3905 | border-bottom: 1px solid #c4c4c4; | |
3913 |
|
|
3906 | color: #4A4A4A; | |
3914 |
|
|
3907 | font-weight: 700; | |
3915 |
|
|
3908 | margin: 0; | |
3916 |
|
|
3909 | padding: 6px 8px; | |
3917 | } |
|
3910 | } | |
3918 |
|
3911 | |||
3919 | #content div.box div.pagination ul.pager li.disabled,#content div.box div.pagination-wh a.disabled |
|
3912 | #content div.box div.pagination ul.pager li.disabled,#content div.box div.pagination-wh a.disabled | |
3920 | { |
|
3913 | { | |
3921 |
|
|
3914 | color: #B4B4B4; | |
3922 |
|
|
3915 | padding: 6px; | |
3923 | } |
|
3916 | } | |
3924 |
|
3917 | |||
3925 | #login,#register { |
|
3918 | #login,#register { | |
3926 |
|
|
3919 | width: 520px; | |
3927 |
|
|
3920 | margin: 10% auto 0; | |
3928 |
|
|
3921 | padding: 0; | |
3929 | } |
|
3922 | } | |
3930 |
|
3923 | |||
3931 | #login div.color,#register div.color { |
|
3924 | #login div.color,#register div.color { | |
3932 |
|
|
3925 | clear: both; | |
3933 |
|
|
3926 | overflow: hidden; | |
3934 |
|
|
3927 | background: #FFF; | |
3935 |
|
|
3928 | margin: 10px auto 0; | |
3936 |
|
|
3929 | padding: 3px 3px 3px 0; | |
3937 | } |
|
3930 | } | |
3938 |
|
3931 | |||
3939 | #login div.color a,#register div.color a { |
|
3932 | #login div.color a,#register div.color a { | |
3940 |
|
|
3933 | width: 20px; | |
3941 |
|
|
3934 | height: 20px; | |
3942 |
|
|
3935 | display: block; | |
3943 |
|
|
3936 | float: left; | |
3944 |
|
|
3937 | margin: 0 0 0 3px; | |
3945 |
|
|
3938 | padding: 0; | |
3946 | } |
|
3939 | } | |
3947 |
|
3940 | |||
3948 | #login div.title h5,#register div.title h5 { |
|
3941 | #login div.title h5,#register div.title h5 { | |
3949 |
|
|
3942 | color: #fff; | |
3950 |
|
|
3943 | margin: 10px; | |
3951 |
|
|
3944 | padding: 0; | |
3952 | } |
|
3945 | } | |
3953 |
|
3946 | |||
3954 | #login div.form div.fields div.field,#register div.form div.fields div.field |
|
3947 | #login div.form div.fields div.field,#register div.form div.fields div.field | |
3955 | { |
|
3948 | { | |
3956 |
|
|
3949 | clear: both; | |
3957 |
|
|
3950 | overflow: hidden; | |
3958 |
|
|
3951 | margin: 0; | |
3959 |
|
|
3952 | padding: 0 0 10px; | |
3960 | } |
|
3953 | } | |
3961 |
|
3954 | |||
3962 | #login div.form div.fields div.field span.error-message,#register div.form div.fields div.field span.error-message |
|
3955 | #login div.form div.fields div.field span.error-message,#register div.form div.fields div.field span.error-message | |
3963 | { |
|
3956 | { | |
3964 |
|
|
3957 | height: 1%; | |
3965 |
|
|
3958 | display: block; | |
3966 |
|
|
3959 | color: red; | |
3967 |
|
|
3960 | margin: 8px 0 0; | |
3968 |
|
|
3961 | padding: 0; | |
3969 |
|
|
3962 | max-width: 320px; | |
3970 | } |
|
3963 | } | |
3971 |
|
3964 | |||
3972 | #login div.form div.fields div.field div.label label,#register div.form div.fields div.field div.label label |
|
3965 | #login div.form div.fields div.field div.label label,#register div.form div.fields div.field div.label label | |
3973 | { |
|
3966 | { | |
3974 |
|
|
3967 | color: #000; | |
3975 |
|
|
3968 | font-weight: 700; | |
3976 | } |
|
3969 | } | |
3977 |
|
3970 | |||
3978 | #login div.form div.fields div.field div.input,#register div.form div.fields div.field div.input |
|
3971 | #login div.form div.fields div.field div.input,#register div.form div.fields div.field div.input | |
3979 | { |
|
3972 | { | |
3980 |
|
|
3973 | float: left; | |
3981 |
|
|
3974 | margin: 0; | |
3982 |
|
|
3975 | padding: 0; | |
3983 | } |
|
3976 | } | |
3984 |
|
3977 | |||
3985 | #login div.form div.fields div.field div.checkbox,#register div.form div.fields div.field div.checkbox |
|
3978 | #login div.form div.fields div.field div.checkbox,#register div.form div.fields div.field div.checkbox | |
3986 | { |
|
3979 | { | |
3987 |
|
|
3980 | margin: 0 0 0 184px; | |
3988 |
|
|
3981 | padding: 0; | |
3989 | } |
|
3982 | } | |
3990 |
|
3983 | |||
3991 | #login div.form div.fields div.field div.checkbox label,#register div.form div.fields div.field div.checkbox label |
|
3984 | #login div.form div.fields div.field div.checkbox label,#register div.form div.fields div.field div.checkbox label | |
3992 | { |
|
3985 | { | |
3993 |
|
|
3986 | color: #565656; | |
3994 |
|
|
3987 | font-weight: 700; | |
3995 | } |
|
3988 | } | |
3996 |
|
3989 | |||
3997 | #login div.form div.fields div.buttons input,#register div.form div.fields div.buttons input |
|
3990 | #login div.form div.fields div.buttons input,#register div.form div.fields div.buttons input | |
3998 | { |
|
3991 | { | |
3999 |
|
|
3992 | color: #000; | |
4000 |
|
|
3993 | font-size: 1em; | |
4001 |
|
|
3994 | font-weight: 700; | |
4002 |
|
|
3995 | margin: 0; | |
4003 | } |
|
3996 | } | |
4004 |
|
3997 | |||
4005 | #changeset_content .container .wrapper,#graph_content .container .wrapper |
|
3998 | #changeset_content .container .wrapper,#graph_content .container .wrapper | |
4006 | { |
|
3999 | { | |
4007 |
|
|
4000 | width: 600px; | |
4008 | } |
|
4001 | } | |
4009 |
|
4002 | |||
4010 | #changeset_content .container .left { |
|
4003 | #changeset_content .container .left { | |
4011 |
|
|
4004 | float: left; | |
4012 |
|
|
4005 | width: 75%; | |
4013 |
|
|
4006 | padding-left: 5px; | |
4014 | } |
|
4007 | } | |
4015 |
|
4008 | |||
4016 | #changeset_content .container .left .date,.ac .match { |
|
4009 | #changeset_content .container .left .date,.ac .match { | |
4017 |
|
|
4010 | font-weight: 700; | |
4018 |
|
|
4011 | padding-top: 5px; | |
4019 |
|
|
4012 | padding-bottom: 5px; | |
4020 | } |
|
4013 | } | |
4021 |
|
4014 | |||
4022 | div#legend_container table td,div#legend_choices table td { |
|
4015 | div#legend_container table td,div#legend_choices table td { | |
4023 |
|
|
4016 | border: none !important; | |
4024 |
|
|
4017 | height: 20px !important; | |
4025 |
|
|
4018 | padding: 0 !important; | |
4026 | } |
|
4019 | } | |
4027 |
|
4020 | |||
4028 | .q_filter_box { |
|
4021 | .q_filter_box { | |
4029 |
|
|
4022 | -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset; | |
4030 |
|
|
4023 | -webkit-border-radius: 4px; | |
4031 |
|
|
4024 | -moz-border-radius: 4px; | |
4032 |
|
|
4025 | border-radius: 4px; | |
4033 | border: 0 none; |
|
4026 | border: 0 none; | |
4034 | color: #AAAAAA; |
|
4027 | color: #AAAAAA; | |
4035 | margin-bottom: -4px; |
|
4028 | margin-bottom: -4px; | |
4036 | margin-top: -4px; |
|
4029 | margin-top: -4px; | |
4037 |
padding-left: 3px; |
|
4030 | padding-left: 3px; | |
4038 | } |
|
4031 | } | |
4039 |
|
4032 | |||
4040 | #node_filter { |
|
4033 | #node_filter { | |
4041 |
|
|
4034 | border: 0px solid #545454; | |
4042 |
|
|
4035 | color: #AAAAAA; | |
4043 |
|
|
4036 | padding-left: 3px; | |
4044 | } |
|
4037 | } | |
4045 |
|
4038 | |||
4046 |
|
4039 | |||
4047 | .group_members_wrap{ |
|
4040 | .group_members_wrap{ | |
4048 |
|
|
4041 | min-height: 85px; | |
4049 |
|
|
4042 | padding-left: 20px; | |
4050 | } |
|
4043 | } | |
4051 |
|
4044 | |||
4052 | .group_members .group_member{ |
|
4045 | .group_members .group_member{ | |
4053 |
|
|
4046 | height: 30px; | |
4054 |
|
|
4047 | padding:0px 0px 0px 0px; | |
4055 | } |
|
4048 | } | |
4056 |
|
4049 | |||
4057 | .reviewers_member{ |
|
4050 | .reviewers_member{ | |
4058 | height: 15px; |
|
4051 | height: 15px; | |
4059 |
padding:0px 0px 0px 10px; |
|
4052 | padding:0px 0px 0px 10px; | |
4060 | } |
|
4053 | } | |
4061 |
|
4054 | |||
4062 | .emails_wrap{ |
|
4055 | .emails_wrap{ | |
4063 |
|
|
4056 | padding: 0px 20px; | |
4064 | } |
|
4057 | } | |
4065 |
|
4058 | |||
4066 | .emails_wrap .email_entry{ |
|
4059 | .emails_wrap .email_entry{ | |
4067 | height: 30px; |
|
4060 | height: 30px; | |
4068 | padding:0px 0px 0px 10px; |
|
4061 | padding:0px 0px 0px 10px; | |
4069 | } |
|
4062 | } | |
4070 | .emails_wrap .email_entry .email{ |
|
4063 | .emails_wrap .email_entry .email{ | |
4071 |
|
|
4064 | float: left | |
4072 | } |
|
4065 | } | |
4073 | .emails_wrap .email_entry .email_action{ |
|
4066 | .emails_wrap .email_entry .email_action{ | |
4074 |
|
|
4067 | float: left | |
4075 | } |
|
4068 | } | |
4076 |
|
4069 | |||
4077 | .ips_wrap{ |
|
4070 | .ips_wrap{ | |
4078 | padding: 0px 20px; |
|
4071 | padding: 0px 20px; | |
4079 | } |
|
4072 | } | |
4080 |
|
4073 | |||
4081 | .ips_wrap .ip_entry{ |
|
4074 | .ips_wrap .ip_entry{ | |
4082 | height: 30px; |
|
4075 | height: 30px; | |
4083 | padding:0px 0px 0px 10px; |
|
4076 | padding:0px 0px 0px 10px; | |
4084 | } |
|
4077 | } | |
4085 | .ips_wrap .ip_entry .ip{ |
|
4078 | .ips_wrap .ip_entry .ip{ | |
4086 | float: left |
|
4079 | float: left | |
4087 | } |
|
4080 | } | |
4088 | .ips_wrap .ip_entry .ip_action{ |
|
4081 | .ips_wrap .ip_entry .ip_action{ | |
4089 | float: left |
|
4082 | float: left | |
4090 | } |
|
4083 | } | |
4091 |
|
4084 | |||
4092 |
|
4085 | |||
4093 | /*README STYLE*/ |
|
4086 | /*README STYLE*/ | |
4094 |
|
4087 | |||
4095 | div.readme { |
|
4088 | div.readme { | |
4096 |
|
|
4089 | padding:0px; | |
4097 | } |
|
4090 | } | |
4098 |
|
4091 | |||
4099 | div.readme h2 { |
|
4092 | div.readme h2 { | |
4100 | font-weight: normal; |
|
4093 | font-weight: normal; | |
4101 | } |
|
4094 | } | |
4102 |
|
4095 | |||
4103 | div.readme .readme_box { |
|
4096 | div.readme .readme_box { | |
4104 | background-color: #fafafa; |
|
4097 | background-color: #fafafa; | |
4105 | } |
|
4098 | } | |
4106 |
|
4099 | |||
4107 | div.readme .readme_box { |
|
4100 | div.readme .readme_box { | |
4108 | clear:both; |
|
4101 | clear:both; | |
4109 | overflow:hidden; |
|
4102 | overflow:hidden; | |
4110 | margin:0; |
|
4103 | margin:0; | |
4111 | padding:0 20px 10px; |
|
4104 | padding:0 20px 10px; | |
4112 | } |
|
4105 | } | |
4113 |
|
4106 | |||
4114 | div.readme .readme_box h1, div.readme .readme_box h2, div.readme .readme_box h3, div.readme .readme_box h4, div.readme .readme_box h5, div.readme .readme_box h6 { |
|
4107 | div.readme .readme_box h1, div.readme .readme_box h2, div.readme .readme_box h3, div.readme .readme_box h4, div.readme .readme_box h5, div.readme .readme_box h6 { | |
4115 | border-bottom: 0 !important; |
|
4108 | border-bottom: 0 !important; | |
4116 | margin: 0 !important; |
|
4109 | margin: 0 !important; | |
4117 | padding: 0 !important; |
|
4110 | padding: 0 !important; | |
4118 | line-height: 1.5em !important; |
|
4111 | line-height: 1.5em !important; | |
4119 | } |
|
4112 | } | |
4120 |
|
4113 | |||
4121 |
|
4114 | |||
4122 | div.readme .readme_box h1:first-child { |
|
4115 | div.readme .readme_box h1:first-child { | |
4123 | padding-top: .25em !important; |
|
4116 | padding-top: .25em !important; | |
4124 | } |
|
4117 | } | |
4125 |
|
4118 | |||
4126 | div.readme .readme_box h2, div.readme .readme_box h3 { |
|
4119 | div.readme .readme_box h2, div.readme .readme_box h3 { | |
4127 | margin: 1em 0 !important; |
|
4120 | margin: 1em 0 !important; | |
4128 | } |
|
4121 | } | |
4129 |
|
4122 | |||
4130 | div.readme .readme_box h2 { |
|
4123 | div.readme .readme_box h2 { | |
4131 | margin-top: 1.5em !important; |
|
4124 | margin-top: 1.5em !important; | |
4132 | border-top: 4px solid #e0e0e0 !important; |
|
4125 | border-top: 4px solid #e0e0e0 !important; | |
4133 | padding-top: .5em !important; |
|
4126 | padding-top: .5em !important; | |
4134 | } |
|
4127 | } | |
4135 |
|
4128 | |||
4136 | div.readme .readme_box p { |
|
4129 | div.readme .readme_box p { | |
4137 | color: black !important; |
|
4130 | color: black !important; | |
4138 | margin: 1em 0 !important; |
|
4131 | margin: 1em 0 !important; | |
4139 | line-height: 1.5em !important; |
|
4132 | line-height: 1.5em !important; | |
4140 | } |
|
4133 | } | |
4141 |
|
4134 | |||
4142 | div.readme .readme_box ul { |
|
4135 | div.readme .readme_box ul { | |
4143 | list-style: disc !important; |
|
4136 | list-style: disc !important; | |
4144 | margin: 1em 0 1em 2em !important; |
|
4137 | margin: 1em 0 1em 2em !important; | |
4145 | } |
|
4138 | } | |
4146 |
|
4139 | |||
4147 | div.readme .readme_box ol { |
|
4140 | div.readme .readme_box ol { | |
4148 | list-style: decimal; |
|
4141 | list-style: decimal; | |
4149 | margin: 1em 0 1em 2em !important; |
|
4142 | margin: 1em 0 1em 2em !important; | |
4150 | } |
|
4143 | } | |
4151 |
|
4144 | |||
4152 | div.readme .readme_box pre, code { |
|
4145 | div.readme .readme_box pre, code { | |
4153 | font: 12px "Bitstream Vera Sans Mono","Courier",monospace; |
|
4146 | font: 12px "Bitstream Vera Sans Mono","Courier",monospace; | |
4154 | } |
|
4147 | } | |
4155 |
|
4148 | |||
4156 | div.readme .readme_box code { |
|
4149 | div.readme .readme_box code { | |
4157 | font-size: 12px !important; |
|
4150 | font-size: 12px !important; | |
4158 | background-color: ghostWhite !important; |
|
4151 | background-color: ghostWhite !important; | |
4159 | color: #444 !important; |
|
4152 | color: #444 !important; | |
4160 | padding: 0 .2em !important; |
|
4153 | padding: 0 .2em !important; | |
4161 | border: 1px solid #dedede !important; |
|
4154 | border: 1px solid #dedede !important; | |
4162 | } |
|
4155 | } | |
4163 |
|
4156 | |||
4164 | div.readme .readme_box pre code { |
|
4157 | div.readme .readme_box pre code { | |
4165 |
|
|
4158 | padding: 0 !important; | |
4166 |
|
|
4159 | font-size: 12px !important; | |
4167 |
|
|
4160 | background-color: #eee !important; | |
4168 |
|
|
4161 | border: none !important; | |
4169 | } |
|
4162 | } | |
4170 |
|
4163 | |||
4171 | div.readme .readme_box pre { |
|
4164 | div.readme .readme_box pre { | |
4172 |
|
|
4165 | margin: 1em 0; | |
4173 |
|
|
4166 | font-size: 12px; | |
4174 |
|
|
4167 | background-color: #eee; | |
4175 |
|
|
4168 | border: 1px solid #ddd; | |
4176 |
|
|
4169 | padding: 5px; | |
4177 |
|
|
4170 | color: #444; | |
4178 |
|
|
4171 | overflow: auto; | |
4179 |
|
|
4172 | -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset; | |
4180 |
|
|
4173 | -webkit-border-radius: 3px; | |
4181 |
|
|
4174 | -moz-border-radius: 3px; | |
4182 |
|
|
4175 | border-radius: 3px; | |
4183 | } |
|
4176 | } | |
4184 |
|
4177 | |||
4185 | div.readme .readme_box table { |
|
4178 | div.readme .readme_box table { | |
4186 | display: table; |
|
4179 | display: table; | |
4187 |
|
|
4180 | border-collapse: separate; | |
4188 |
|
|
4181 | border-spacing: 2px; | |
4189 |
|
|
4182 | border-color: gray; | |
4190 |
|
|
4183 | width: auto !important; | |
4191 | } |
|
4184 | } | |
4192 |
|
4185 | |||
4193 |
|
4186 | |||
4194 | /** RST STYLE **/ |
|
4187 | /** RST STYLE **/ | |
4195 |
|
4188 | |||
4196 |
|
4189 | |||
4197 | div.rst-block { |
|
4190 | div.rst-block { | |
4198 | padding:0px; |
|
4191 | padding:0px; | |
4199 | } |
|
4192 | } | |
4200 |
|
4193 | |||
4201 | div.rst-block h2 { |
|
4194 | div.rst-block h2 { | |
4202 | font-weight: normal; |
|
4195 | font-weight: normal; | |
4203 | } |
|
4196 | } | |
4204 |
|
4197 | |||
4205 | div.rst-block { |
|
4198 | div.rst-block { | |
4206 | background-color: #fafafa; |
|
4199 | background-color: #fafafa; | |
4207 | } |
|
4200 | } | |
4208 |
|
4201 | |||
4209 | div.rst-block { |
|
4202 | div.rst-block { | |
4210 | clear:both; |
|
4203 | clear:both; | |
4211 | overflow:hidden; |
|
4204 | overflow:hidden; | |
4212 | margin:0; |
|
4205 | margin:0; | |
4213 | padding:0 20px 10px; |
|
4206 | padding:0 20px 10px; | |
4214 | } |
|
4207 | } | |
4215 |
|
4208 | |||
4216 | div.rst-block h1, div.rst-block h2, div.rst-block h3, div.rst-block h4, div.rst-block h5, div.rst-block h6 { |
|
4209 | div.rst-block h1, div.rst-block h2, div.rst-block h3, div.rst-block h4, div.rst-block h5, div.rst-block h6 { | |
4217 | border-bottom: 0 !important; |
|
4210 | border-bottom: 0 !important; | |
4218 | margin: 0 !important; |
|
4211 | margin: 0 !important; | |
4219 | padding: 0 !important; |
|
4212 | padding: 0 !important; | |
4220 | line-height: 1.5em !important; |
|
4213 | line-height: 1.5em !important; | |
4221 | } |
|
4214 | } | |
4222 |
|
4215 | |||
4223 |
|
4216 | |||
4224 | div.rst-block h1:first-child { |
|
4217 | div.rst-block h1:first-child { | |
4225 | padding-top: .25em !important; |
|
4218 | padding-top: .25em !important; | |
4226 | } |
|
4219 | } | |
4227 |
|
4220 | |||
4228 | div.rst-block h2, div.rst-block h3 { |
|
4221 | div.rst-block h2, div.rst-block h3 { | |
4229 | margin: 1em 0 !important; |
|
4222 | margin: 1em 0 !important; | |
4230 | } |
|
4223 | } | |
4231 |
|
4224 | |||
4232 | div.rst-block h2 { |
|
4225 | div.rst-block h2 { | |
4233 | margin-top: 1.5em !important; |
|
4226 | margin-top: 1.5em !important; | |
4234 | border-top: 4px solid #e0e0e0 !important; |
|
4227 | border-top: 4px solid #e0e0e0 !important; | |
4235 | padding-top: .5em !important; |
|
4228 | padding-top: .5em !important; | |
4236 | } |
|
4229 | } | |
4237 |
|
4230 | |||
4238 | div.rst-block p { |
|
4231 | div.rst-block p { | |
4239 | color: black !important; |
|
4232 | color: black !important; | |
4240 | margin: 1em 0 !important; |
|
4233 | margin: 1em 0 !important; | |
4241 | line-height: 1.5em !important; |
|
4234 | line-height: 1.5em !important; | |
4242 | } |
|
4235 | } | |
4243 |
|
4236 | |||
4244 | div.rst-block ul { |
|
4237 | div.rst-block ul { | |
4245 | list-style: disc !important; |
|
4238 | list-style: disc !important; | |
4246 | margin: 1em 0 1em 2em !important; |
|
4239 | margin: 1em 0 1em 2em !important; | |
4247 | } |
|
4240 | } | |
4248 |
|
4241 | |||
4249 | div.rst-block ol { |
|
4242 | div.rst-block ol { | |
4250 | list-style: decimal; |
|
4243 | list-style: decimal; | |
4251 | margin: 1em 0 1em 2em !important; |
|
4244 | margin: 1em 0 1em 2em !important; | |
4252 | } |
|
4245 | } | |
4253 |
|
4246 | |||
4254 | div.rst-block pre, code { |
|
4247 | div.rst-block pre, code { | |
4255 | font: 12px "Bitstream Vera Sans Mono","Courier",monospace; |
|
4248 | font: 12px "Bitstream Vera Sans Mono","Courier",monospace; | |
4256 | } |
|
4249 | } | |
4257 |
|
4250 | |||
4258 | div.rst-block code { |
|
4251 | div.rst-block code { | |
4259 | font-size: 12px !important; |
|
4252 | font-size: 12px !important; | |
4260 | background-color: ghostWhite !important; |
|
4253 | background-color: ghostWhite !important; | |
4261 | color: #444 !important; |
|
4254 | color: #444 !important; | |
4262 | padding: 0 .2em !important; |
|
4255 | padding: 0 .2em !important; | |
4263 | border: 1px solid #dedede !important; |
|
4256 | border: 1px solid #dedede !important; | |
4264 | } |
|
4257 | } | |
4265 |
|
4258 | |||
4266 | div.rst-block pre code { |
|
4259 | div.rst-block pre code { | |
4267 | padding: 0 !important; |
|
4260 | padding: 0 !important; | |
4268 | font-size: 12px !important; |
|
4261 | font-size: 12px !important; | |
4269 | background-color: #eee !important; |
|
4262 | background-color: #eee !important; | |
4270 | border: none !important; |
|
4263 | border: none !important; | |
4271 | } |
|
4264 | } | |
4272 |
|
4265 | |||
4273 | div.rst-block pre { |
|
4266 | div.rst-block pre { | |
4274 | margin: 1em 0; |
|
4267 | margin: 1em 0; | |
4275 | font-size: 12px; |
|
4268 | font-size: 12px; | |
4276 | background-color: #eee; |
|
4269 | background-color: #eee; | |
4277 | border: 1px solid #ddd; |
|
4270 | border: 1px solid #ddd; | |
4278 | padding: 5px; |
|
4271 | padding: 5px; | |
4279 | color: #444; |
|
4272 | color: #444; | |
4280 | overflow: auto; |
|
4273 | overflow: auto; | |
4281 | -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset; |
|
4274 | -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset; | |
4282 | -webkit-border-radius: 3px; |
|
4275 | -webkit-border-radius: 3px; | |
4283 | -moz-border-radius: 3px; |
|
4276 | -moz-border-radius: 3px; | |
4284 | border-radius: 3px; |
|
4277 | border-radius: 3px; | |
4285 | } |
|
4278 | } | |
4286 |
|
4279 | |||
4287 |
|
4280 | |||
4288 | /** comment main **/ |
|
4281 | /** comment main **/ | |
4289 | .comments { |
|
4282 | .comments { | |
4290 | padding:10px 20px; |
|
4283 | padding:10px 20px; | |
4291 | } |
|
4284 | } | |
4292 |
|
4285 | |||
4293 | .comments .comment { |
|
4286 | .comments .comment { | |
4294 | border: 1px solid #ddd; |
|
4287 | border: 1px solid #ddd; | |
4295 | margin-top: 10px; |
|
4288 | margin-top: 10px; | |
4296 | -webkit-border-radius: 4px; |
|
4289 | -webkit-border-radius: 4px; | |
4297 | -moz-border-radius: 4px; |
|
4290 | -moz-border-radius: 4px; | |
4298 |
border-radius: 4px; |
|
4291 | border-radius: 4px; | |
4299 | } |
|
4292 | } | |
4300 |
|
4293 | |||
4301 | .comments .comment .meta { |
|
4294 | .comments .comment .meta { | |
4302 | background: #f8f8f8; |
|
4295 | background: #f8f8f8; | |
4303 | padding: 4px; |
|
4296 | padding: 4px; | |
4304 | border-bottom: 1px solid #ddd; |
|
4297 | border-bottom: 1px solid #ddd; | |
4305 | height: 18px; |
|
4298 | height: 18px; | |
4306 | } |
|
4299 | } | |
4307 |
|
4300 | |||
4308 | .comments .comment .meta img { |
|
4301 | .comments .comment .meta img { | |
4309 | vertical-align: middle; |
|
4302 | vertical-align: middle; | |
4310 | } |
|
4303 | } | |
4311 |
|
4304 | |||
4312 | .comments .comment .meta .user { |
|
4305 | .comments .comment .meta .user { | |
4313 | font-weight: bold; |
|
4306 | font-weight: bold; | |
4314 | float: left; |
|
4307 | float: left; | |
4315 | padding: 4px 2px 2px 2px; |
|
4308 | padding: 4px 2px 2px 2px; | |
4316 | } |
|
4309 | } | |
4317 |
|
4310 | |||
4318 | .comments .comment .meta .date { |
|
4311 | .comments .comment .meta .date { | |
4319 |
|
|
4312 | float: left; | |
4320 |
|
|
4313 | padding:4px 4px 0px 4px; | |
4321 | } |
|
4314 | } | |
4322 |
|
4315 | |||
4323 | .comments .comment .text { |
|
4316 | .comments .comment .text { | |
4324 | background-color: #FAFAFA; |
|
4317 | background-color: #FAFAFA; | |
4325 | } |
|
4318 | } | |
4326 | .comment .text div.rst-block p { |
|
4319 | .comment .text div.rst-block p { | |
4327 |
|
|
4320 | margin: 0.5em 0px !important; | |
4328 | } |
|
4321 | } | |
4329 |
|
4322 | |||
4330 | .comments .comments-number{ |
|
4323 | .comments .comments-number{ | |
4331 |
|
|
4324 | padding:0px 0px 10px 0px; | |
4332 |
|
|
4325 | font-weight: bold; | |
4333 |
|
|
4326 | color: #666; | |
4334 |
|
|
4327 | font-size: 16px; | |
4335 | } |
|
4328 | } | |
4336 |
|
4329 | |||
4337 | /** comment form **/ |
|
4330 | /** comment form **/ | |
4338 |
|
4331 | |||
4339 | .status-block{ |
|
4332 | .status-block{ | |
4340 | height:80px; |
|
4333 | height:80px; | |
4341 |
clear:both |
|
4334 | clear:both | |
4342 | } |
|
4335 | } | |
4343 |
|
4336 | |||
4344 | .comment-form .clearfix{ |
|
4337 | .comment-form .clearfix{ | |
4345 |
|
|
4338 | background: #EEE; | |
4346 | -webkit-border-radius: 4px; |
|
4339 | -webkit-border-radius: 4px; | |
4347 | -moz-border-radius: 4px; |
|
4340 | -moz-border-radius: 4px; | |
4348 | border-radius: 4px; |
|
4341 | border-radius: 4px; | |
4349 | padding: 10px; |
|
4342 | padding: 10px; | |
4350 | } |
|
4343 | } | |
4351 |
|
4344 | |||
4352 | div.comment-form { |
|
4345 | div.comment-form { | |
4353 | margin-top: 20px; |
|
4346 | margin-top: 20px; | |
4354 | } |
|
4347 | } | |
4355 |
|
4348 | |||
4356 | .comment-form strong { |
|
4349 | .comment-form strong { | |
4357 | display: block; |
|
4350 | display: block; | |
4358 | margin-bottom: 15px; |
|
4351 | margin-bottom: 15px; | |
4359 | } |
|
4352 | } | |
4360 |
|
4353 | |||
4361 | .comment-form textarea { |
|
4354 | .comment-form textarea { | |
4362 | width: 100%; |
|
4355 | width: 100%; | |
4363 | height: 100px; |
|
4356 | height: 100px; | |
4364 | font-family: 'Monaco', 'Courier', 'Courier New', monospace; |
|
4357 | font-family: 'Monaco', 'Courier', 'Courier New', monospace; | |
4365 | } |
|
4358 | } | |
4366 |
|
4359 | |||
4367 | form.comment-form { |
|
4360 | form.comment-form { | |
4368 | margin-top: 10px; |
|
4361 | margin-top: 10px; | |
4369 | margin-left: 10px; |
|
4362 | margin-left: 10px; | |
4370 | } |
|
4363 | } | |
4371 |
|
4364 | |||
4372 | .comment-form-submit { |
|
4365 | .comment-form-submit { | |
4373 | margin-top: 5px; |
|
4366 | margin-top: 5px; | |
4374 | margin-left: 525px; |
|
4367 | margin-left: 525px; | |
4375 | } |
|
4368 | } | |
4376 |
|
4369 | |||
4377 | .file-comments { |
|
4370 | .file-comments { | |
4378 | display: none; |
|
4371 | display: none; | |
4379 | } |
|
4372 | } | |
4380 |
|
4373 | |||
4381 | .comment-form .comment { |
|
4374 | .comment-form .comment { | |
4382 | margin-left: 10px; |
|
4375 | margin-left: 10px; | |
4383 | } |
|
4376 | } | |
4384 |
|
4377 | |||
4385 | .comment-form .comment-help{ |
|
4378 | .comment-form .comment-help{ | |
4386 | padding: 0px 0px 5px 0px; |
|
4379 | padding: 0px 0px 5px 0px; | |
4387 | color: #666; |
|
4380 | color: #666; | |
4388 | } |
|
4381 | } | |
4389 |
|
4382 | |||
4390 | .comment-form .comment-button{ |
|
4383 | .comment-form .comment-button{ | |
4391 |
|
|
4384 | padding-top:5px; | |
4392 | } |
|
4385 | } | |
4393 |
|
4386 | |||
4394 | .add-another-button { |
|
4387 | .add-another-button { | |
4395 | margin-left: 10px; |
|
4388 | margin-left: 10px; | |
4396 | margin-top: 10px; |
|
4389 | margin-top: 10px; | |
4397 | margin-bottom: 10px; |
|
4390 | margin-bottom: 10px; | |
4398 | } |
|
4391 | } | |
4399 |
|
4392 | |||
4400 | .comment .buttons { |
|
4393 | .comment .buttons { | |
4401 |
|
|
4394 | float: right; | |
4402 |
|
|
4395 | padding:2px 2px 0px 0px; | |
4403 | } |
|
4396 | } | |
4404 |
|
4397 | |||
4405 |
|
4398 | |||
4406 | .show-inline-comments{ |
|
4399 | .show-inline-comments{ | |
4407 |
|
|
4400 | position: relative; | |
4408 |
|
|
4401 | top:1px | |
4409 | } |
|
4402 | } | |
4410 |
|
4403 | |||
4411 | /** comment inline form **/ |
|
4404 | /** comment inline form **/ | |
4412 | .comment-inline-form .overlay{ |
|
4405 | .comment-inline-form .overlay{ | |
4413 |
|
|
4406 | display: none; | |
4414 | } |
|
4407 | } | |
4415 | .comment-inline-form .overlay.submitting{ |
|
4408 | .comment-inline-form .overlay.submitting{ | |
4416 |
|
|
4409 | display:block; | |
4417 | background: none repeat scroll 0 0 white; |
|
4410 | background: none repeat scroll 0 0 white; | |
4418 | font-size: 16px; |
|
4411 | font-size: 16px; | |
4419 | opacity: 0.5; |
|
4412 | opacity: 0.5; | |
4420 | position: absolute; |
|
4413 | position: absolute; | |
4421 | text-align: center; |
|
4414 | text-align: center; | |
4422 | vertical-align: top; |
|
4415 | vertical-align: top; | |
4423 |
|
4416 | |||
4424 | } |
|
4417 | } | |
4425 | .comment-inline-form .overlay.submitting .overlay-text{ |
|
4418 | .comment-inline-form .overlay.submitting .overlay-text{ | |
4426 |
|
|
4419 | width:100%; | |
4427 |
|
|
4420 | margin-top:5%; | |
4428 | } |
|
4421 | } | |
4429 |
|
4422 | |||
4430 | .comment-inline-form .clearfix{ |
|
4423 | .comment-inline-form .clearfix{ | |
4431 | background: #EEE; |
|
4424 | background: #EEE; | |
4432 | -webkit-border-radius: 4px; |
|
4425 | -webkit-border-radius: 4px; | |
4433 | -moz-border-radius: 4px; |
|
4426 | -moz-border-radius: 4px; | |
4434 | border-radius: 4px; |
|
4427 | border-radius: 4px; | |
4435 | padding: 5px; |
|
4428 | padding: 5px; | |
4436 | } |
|
4429 | } | |
4437 |
|
4430 | |||
4438 | div.comment-inline-form { |
|
4431 | div.comment-inline-form { | |
4439 | padding:4px 0px 6px 0px; |
|
4432 | padding:4px 0px 6px 0px; | |
4440 | } |
|
4433 | } | |
4441 |
|
4434 | |||
4442 |
|
4435 | |||
4443 | tr.hl-comment{ |
|
4436 | tr.hl-comment{ | |
4444 | /* |
|
4437 | /* | |
4445 |
|
|
4438 | background-color: #FFFFCC !important; | |
4446 | */ |
|
4439 | */ | |
4447 | } |
|
4440 | } | |
4448 |
|
4441 | |||
4449 | /* |
|
4442 | /* | |
4450 | tr.hl-comment pre { |
|
4443 | tr.hl-comment pre { | |
4451 |
|
|
4444 | border-top: 2px solid #FFEE33; | |
4452 |
|
|
4445 | border-left: 2px solid #FFEE33; | |
4453 |
|
|
4446 | border-right: 2px solid #FFEE33; | |
4454 | } |
|
4447 | } | |
4455 | */ |
|
4448 | */ | |
4456 |
|
4449 | |||
4457 | .comment-inline-form strong { |
|
4450 | .comment-inline-form strong { | |
4458 | display: block; |
|
4451 | display: block; | |
4459 | margin-bottom: 15px; |
|
4452 | margin-bottom: 15px; | |
4460 | } |
|
4453 | } | |
4461 |
|
4454 | |||
4462 | .comment-inline-form textarea { |
|
4455 | .comment-inline-form textarea { | |
4463 | width: 100%; |
|
4456 | width: 100%; | |
4464 | height: 100px; |
|
4457 | height: 100px; | |
4465 | font-family: 'Monaco', 'Courier', 'Courier New', monospace; |
|
4458 | font-family: 'Monaco', 'Courier', 'Courier New', monospace; | |
4466 | } |
|
4459 | } | |
4467 |
|
4460 | |||
4468 | form.comment-inline-form { |
|
4461 | form.comment-inline-form { | |
4469 | margin-top: 10px; |
|
4462 | margin-top: 10px; | |
4470 | margin-left: 10px; |
|
4463 | margin-left: 10px; | |
4471 | } |
|
4464 | } | |
4472 |
|
4465 | |||
4473 | .comment-inline-form-submit { |
|
4466 | .comment-inline-form-submit { | |
4474 | margin-top: 5px; |
|
4467 | margin-top: 5px; | |
4475 | margin-left: 525px; |
|
4468 | margin-left: 525px; | |
4476 | } |
|
4469 | } | |
4477 |
|
4470 | |||
4478 | .file-comments { |
|
4471 | .file-comments { | |
4479 | display: none; |
|
4472 | display: none; | |
4480 | } |
|
4473 | } | |
4481 |
|
4474 | |||
4482 | .comment-inline-form .comment { |
|
4475 | .comment-inline-form .comment { | |
4483 | margin-left: 10px; |
|
4476 | margin-left: 10px; | |
4484 | } |
|
4477 | } | |
4485 |
|
4478 | |||
4486 | .comment-inline-form .comment-help{ |
|
4479 | .comment-inline-form .comment-help{ | |
4487 | padding: 0px 0px 2px 0px; |
|
4480 | padding: 0px 0px 2px 0px; | |
4488 | color: #666666; |
|
4481 | color: #666666; | |
4489 | font-size: 10px; |
|
4482 | font-size: 10px; | |
4490 | } |
|
4483 | } | |
4491 |
|
4484 | |||
4492 | .comment-inline-form .comment-button{ |
|
4485 | .comment-inline-form .comment-button{ | |
4493 | padding-top:5px; |
|
4486 | padding-top:5px; | |
4494 | } |
|
4487 | } | |
4495 |
|
4488 | |||
4496 | /** comment inline **/ |
|
4489 | /** comment inline **/ | |
4497 | .inline-comments { |
|
4490 | .inline-comments { | |
4498 | padding:10px 20px; |
|
4491 | padding:10px 20px; | |
4499 | } |
|
4492 | } | |
4500 |
|
4493 | |||
4501 | .inline-comments div.rst-block { |
|
4494 | .inline-comments div.rst-block { | |
4502 |
|
|
4495 | clear:both; | |
4503 |
|
|
4496 | overflow:hidden; | |
4504 |
|
|
4497 | margin:0; | |
4505 |
|
|
4498 | padding:0 20px 0px; | |
4506 | } |
|
4499 | } | |
4507 | .inline-comments .comment { |
|
4500 | .inline-comments .comment { | |
4508 | border: 1px solid #ddd; |
|
4501 | border: 1px solid #ddd; | |
4509 | -webkit-border-radius: 4px; |
|
4502 | -webkit-border-radius: 4px; | |
4510 | -moz-border-radius: 4px; |
|
4503 | -moz-border-radius: 4px; | |
4511 | border-radius: 4px; |
|
4504 | border-radius: 4px; | |
4512 | margin: 3px 3px 5px 5px; |
|
4505 | margin: 3px 3px 5px 5px; | |
4513 | background-color: #FAFAFA; |
|
4506 | background-color: #FAFAFA; | |
4514 | } |
|
4507 | } | |
4515 | .inline-comments .add-comment { |
|
4508 | .inline-comments .add-comment { | |
4516 |
|
|
4509 | padding: 2px 4px 8px 5px; | |
4517 | } |
|
4510 | } | |
4518 |
|
4511 | |||
4519 | .inline-comments .comment-wrapp{ |
|
4512 | .inline-comments .comment-wrapp{ | |
4520 |
|
|
4513 | padding:1px; | |
4521 | } |
|
4514 | } | |
4522 | .inline-comments .comment .meta { |
|
4515 | .inline-comments .comment .meta { | |
4523 | background: #f8f8f8; |
|
4516 | background: #f8f8f8; | |
4524 | padding: 4px; |
|
4517 | padding: 4px; | |
4525 | border-bottom: 1px solid #ddd; |
|
4518 | border-bottom: 1px solid #ddd; | |
4526 | height: 20px; |
|
4519 | height: 20px; | |
4527 | } |
|
4520 | } | |
4528 |
|
4521 | |||
4529 | .inline-comments .comment .meta img { |
|
4522 | .inline-comments .comment .meta img { | |
4530 | vertical-align: middle; |
|
4523 | vertical-align: middle; | |
4531 | } |
|
4524 | } | |
4532 |
|
4525 | |||
4533 | .inline-comments .comment .meta .user { |
|
4526 | .inline-comments .comment .meta .user { | |
4534 | font-weight: bold; |
|
4527 | font-weight: bold; | |
4535 | float:left; |
|
4528 | float:left; | |
4536 | padding: 3px; |
|
4529 | padding: 3px; | |
4537 | } |
|
4530 | } | |
4538 |
|
4531 | |||
4539 | .inline-comments .comment .meta .date { |
|
4532 | .inline-comments .comment .meta .date { | |
4540 | float:left; |
|
4533 | float:left; | |
4541 | padding: 3px; |
|
4534 | padding: 3px; | |
4542 | } |
|
4535 | } | |
4543 |
|
4536 | |||
4544 | .inline-comments .comment .text { |
|
4537 | .inline-comments .comment .text { | |
4545 | background-color: #FAFAFA; |
|
4538 | background-color: #FAFAFA; | |
4546 | } |
|
4539 | } | |
4547 |
|
4540 | |||
4548 | .inline-comments .comments-number{ |
|
4541 | .inline-comments .comments-number{ | |
4549 | padding:0px 0px 10px 0px; |
|
4542 | padding:0px 0px 10px 0px; | |
4550 | font-weight: bold; |
|
4543 | font-weight: bold; | |
4551 | color: #666; |
|
4544 | color: #666; | |
4552 | font-size: 16px; |
|
4545 | font-size: 16px; | |
4553 | } |
|
4546 | } | |
4554 | .inline-comments-button .add-comment{ |
|
4547 | .inline-comments-button .add-comment{ | |
4555 |
|
|
4548 | margin:2px 0px 8px 5px !important | |
4556 | } |
|
4549 | } | |
4557 |
|
4550 | |||
4558 |
|
4551 | |||
4559 | .notification-paginator{ |
|
4552 | .notification-paginator{ | |
4560 | padding: 0px 0px 4px 16px; |
|
4553 | padding: 0px 0px 4px 16px; | |
4561 |
float: left; |
|
4554 | float: left; | |
4562 | } |
|
4555 | } | |
4563 |
|
4556 | |||
4564 | .menu_link_user{ |
|
4557 | .menu_link_user{ | |
4565 | padding: 10px 8px 8px 8px !important; |
|
4558 | padding: 10px 8px 8px 8px !important; | |
4566 | } |
|
4559 | } | |
4567 |
|
4560 | |||
4568 | .menu_link_notifications { |
|
4561 | .menu_link_notifications { | |
4569 |
|
|
4562 | padding: 4px 4px !important; | |
4570 |
|
|
4563 | margin: 7px 4px 0px 0px !important; | |
4571 |
|
|
4564 | text-align: center; | |
4572 |
|
|
4565 | color:#888 !important; | |
4573 |
|
|
4566 | font-size: 10px; | |
4574 |
|
|
4567 | background-color: #DEDEDE !important; | |
4575 |
|
|
4568 | border-radius: 4px !important; | |
4576 |
|
|
4569 | -webkit-border-radius: 4px !important; | |
4577 |
|
|
4570 | -moz-border-radius: 4px !important; | |
4578 | } |
|
4571 | } | |
4579 |
|
4572 | |||
4580 | .notification-header{ |
|
4573 | .notification-header{ | |
4581 |
|
|
4574 | padding-top:6px; | |
4582 | } |
|
4575 | } | |
4583 | .notification-header .desc{ |
|
4576 | .notification-header .desc{ | |
4584 |
|
|
4577 | font-size: 16px; | |
4585 | height: 24px; |
|
4578 | height: 24px; | |
4586 | float: left |
|
4579 | float: left | |
4587 | } |
|
4580 | } | |
4588 | .notification-list .container.unread{ |
|
4581 | .notification-list .container.unread{ | |
4589 |
|
|
4582 | background: none repeat scroll 0 0 rgba(255, 255, 180, 0.6); | |
4590 | } |
|
4583 | } | |
4591 | .notification-header .gravatar{ |
|
4584 | .notification-header .gravatar{ | |
4592 | background: none repeat scroll 0 0 transparent; |
|
4585 | background: none repeat scroll 0 0 transparent; | |
4593 |
padding: 0px 0px 0px 8px; |
|
4586 | padding: 0px 0px 0px 8px; | |
4594 | } |
|
4587 | } | |
4595 | .notification-list .container .notification-header .desc{ |
|
4588 | .notification-list .container .notification-header .desc{ | |
4596 | font-weight: bold; |
|
4589 | font-weight: bold; | |
4597 | font-size: 17px; |
|
4590 | font-size: 17px; | |
4598 | } |
|
4591 | } | |
4599 | .notification-table{ |
|
4592 | .notification-table{ | |
4600 |
|
|
4593 | border: 1px solid #ccc; | |
4601 | -webkit-border-radius: 6px 6px 6px 6px; |
|
4594 | -webkit-border-radius: 6px 6px 6px 6px; | |
4602 | -moz-border-radius: 6px 6px 6px 6px; |
|
4595 | -moz-border-radius: 6px 6px 6px 6px; | |
4603 | border-radius: 6px 6px 6px 6px; |
|
4596 | border-radius: 6px 6px 6px 6px; | |
4604 | clear: both; |
|
4597 | clear: both; | |
4605 | margin: 0px 20px 0px 20px; |
|
4598 | margin: 0px 20px 0px 20px; | |
4606 | } |
|
4599 | } | |
4607 | .notification-header .delete-notifications{ |
|
4600 | .notification-header .delete-notifications{ | |
4608 | float: right; |
|
4601 | float: right; | |
4609 | padding-top: 8px; |
|
4602 | padding-top: 8px; | |
4610 | cursor: pointer; |
|
4603 | cursor: pointer; | |
4611 | } |
|
4604 | } | |
4612 | .notification-header .read-notifications{ |
|
4605 | .notification-header .read-notifications{ | |
4613 | float: right; |
|
4606 | float: right; | |
4614 | padding-top: 8px; |
|
4607 | padding-top: 8px; | |
4615 | cursor: pointer; |
|
4608 | cursor: pointer; | |
4616 | } |
|
4609 | } | |
4617 | .notification-subject{ |
|
4610 | .notification-subject{ | |
4618 | clear:both; |
|
4611 | clear:both; | |
4619 | border-bottom: 1px solid #eee; |
|
4612 | border-bottom: 1px solid #eee; | |
4620 | padding:5px 0px 5px 38px; |
|
4613 | padding:5px 0px 5px 38px; | |
4621 | } |
|
4614 | } | |
4622 |
|
4615 | |||
4623 | .notification-body{ |
|
4616 | .notification-body{ | |
4624 |
|
|
4617 | clear:both; | |
4625 |
|
|
4618 | margin: 34px 2px 2px 8px | |
4626 | } |
|
4619 | } | |
4627 |
|
4620 | |||
4628 | /**** |
|
4621 | /**** | |
4629 | PULL REQUESTS |
|
4622 | PULL REQUESTS | |
4630 | *****/ |
|
4623 | *****/ | |
4631 | .pullrequests_section_head { |
|
4624 | .pullrequests_section_head { | |
4632 | padding:10px 10px 10px 0px; |
|
4625 | padding:10px 10px 10px 0px; | |
4633 | font-size:16px; |
|
4626 | font-size:16px; | |
4634 | font-weight: bold; |
|
4627 | font-weight: bold; | |
4635 | } |
|
4628 | } | |
4636 |
|
4629 | |||
4637 | /**** |
|
4630 | /**** | |
4638 | PERMS |
|
4631 | PERMS | |
4639 | *****/ |
|
4632 | *****/ | |
4640 | #perms .perms_section_head { |
|
4633 | #perms .perms_section_head { | |
4641 | padding:10px 10px 10px 0px; |
|
4634 | padding:10px 10px 10px 0px; | |
4642 | font-size:16px; |
|
4635 | font-size:16px; | |
4643 | font-weight: bold; |
|
4636 | font-weight: bold; | |
4644 | } |
|
4637 | } | |
4645 |
|
4638 | |||
4646 | #perms .perm_tag{ |
|
4639 | #perms .perm_tag{ | |
4647 | padding: 1px 3px 1px 3px; |
|
4640 | padding: 1px 3px 1px 3px; | |
4648 | font-size: 10px; |
|
4641 | font-size: 10px; | |
4649 | font-weight: bold; |
|
4642 | font-weight: bold; | |
4650 | text-transform: uppercase; |
|
4643 | text-transform: uppercase; | |
4651 | white-space: nowrap; |
|
4644 | white-space: nowrap; | |
4652 | -webkit-border-radius: 3px; |
|
4645 | -webkit-border-radius: 3px; | |
4653 | -moz-border-radius: 3px; |
|
4646 | -moz-border-radius: 3px; | |
4654 | border-radius: 3px; |
|
4647 | border-radius: 3px; | |
4655 | } |
|
4648 | } | |
4656 |
|
4649 | |||
4657 | #perms .perm_tag.admin{ |
|
4650 | #perms .perm_tag.admin{ | |
4658 | background-color: #B94A48; |
|
4651 | background-color: #B94A48; | |
4659 | color: #ffffff; |
|
4652 | color: #ffffff; | |
4660 | } |
|
4653 | } | |
4661 |
|
4654 | |||
4662 | #perms .perm_tag.write{ |
|
4655 | #perms .perm_tag.write{ | |
4663 | background-color: #DB7525; |
|
4656 | background-color: #DB7525; | |
4664 |
color: #ffffff; |
|
4657 | color: #ffffff; | |
4665 | } |
|
4658 | } | |
4666 |
|
4659 | |||
4667 | #perms .perm_tag.read{ |
|
4660 | #perms .perm_tag.read{ | |
4668 | background-color: #468847; |
|
4661 | background-color: #468847; | |
4669 |
color: #ffffff; |
|
4662 | color: #ffffff; | |
4670 | } |
|
4663 | } | |
4671 |
|
4664 | |||
4672 | #perms .perm_tag.none{ |
|
4665 | #perms .perm_tag.none{ | |
4673 | background-color: #bfbfbf; |
|
4666 | background-color: #bfbfbf; | |
4674 |
color: #ffffff; |
|
4667 | color: #ffffff; | |
4675 | } |
|
4668 | } | |
4676 |
|
4669 | |||
4677 | .perm-gravatar{ |
|
4670 | .perm-gravatar{ | |
4678 |
|
|
4671 | vertical-align:middle; | |
4679 |
|
|
4672 | padding:2px; | |
4680 | } |
|
4673 | } | |
4681 | .perm-gravatar-ac{ |
|
4674 | .perm-gravatar-ac{ | |
4682 | vertical-align:middle; |
|
4675 | vertical-align:middle; | |
4683 | padding:2px; |
|
4676 | padding:2px; | |
4684 | width: 14px; |
|
4677 | width: 14px; | |
4685 |
height: 14px; |
|
4678 | height: 14px; | |
4686 | } |
|
4679 | } | |
4687 |
|
4680 | |||
4688 | /***************************************************************************** |
|
4681 | /***************************************************************************** | |
4689 | DIFFS CSS |
|
4682 | DIFFS CSS | |
4690 | ******************************************************************************/ |
|
4683 | ******************************************************************************/ | |
4691 |
|
4684 | |||
4692 | div.diffblock { |
|
4685 | div.diffblock { | |
4693 | overflow: auto; |
|
4686 | overflow: auto; | |
4694 | padding: 0px; |
|
4687 | padding: 0px; | |
4695 | border: 1px solid #ccc; |
|
4688 | border: 1px solid #ccc; | |
4696 | background: #f8f8f8; |
|
4689 | background: #f8f8f8; | |
4697 | font-size: 100%; |
|
4690 | font-size: 100%; | |
4698 | line-height: 100%; |
|
4691 | line-height: 100%; | |
4699 | /* new */ |
|
4692 | /* new */ | |
4700 | line-height: 125%; |
|
4693 | line-height: 125%; | |
4701 | -webkit-border-radius: 6px 6px 0px 0px; |
|
4694 | -webkit-border-radius: 6px 6px 0px 0px; | |
4702 | -moz-border-radius: 6px 6px 0px 0px; |
|
4695 | -moz-border-radius: 6px 6px 0px 0px; | |
4703 |
border-radius: 6px 6px 0px 0px; |
|
4696 | border-radius: 6px 6px 0px 0px; | |
4704 | } |
|
4697 | } | |
4705 | div.diffblock.margined{ |
|
4698 | div.diffblock.margined{ | |
4706 | margin: 0px 20px 0px 20px; |
|
4699 | margin: 0px 20px 0px 20px; | |
4707 | } |
|
4700 | } | |
4708 | div.diffblock .code-header{ |
|
4701 | div.diffblock .code-header{ | |
4709 | border-bottom: 1px solid #CCCCCC; |
|
4702 | border-bottom: 1px solid #CCCCCC; | |
4710 | background: #EEEEEE; |
|
4703 | background: #EEEEEE; | |
4711 | padding:10px 0 10px 0; |
|
4704 | padding:10px 0 10px 0; | |
4712 | height: 14px; |
|
4705 | height: 14px; | |
4713 | } |
|
4706 | } | |
4714 |
|
4707 | |||
4715 | div.diffblock .code-header.banner{ |
|
4708 | div.diffblock .code-header.banner{ | |
4716 | border-bottom: 1px solid #CCCCCC; |
|
4709 | border-bottom: 1px solid #CCCCCC; | |
4717 | background: #EEEEEE; |
|
4710 | background: #EEEEEE; | |
4718 | height: 14px; |
|
4711 | height: 14px; | |
4719 | margin: 0px 95px 0px 95px; |
|
4712 | margin: 0px 95px 0px 95px; | |
4720 | padding: 3px 3px 11px 3px; |
|
4713 | padding: 3px 3px 11px 3px; | |
4721 | } |
|
4714 | } | |
4722 |
|
4715 | |||
4723 | div.diffblock .code-header.cv{ |
|
4716 | div.diffblock .code-header.cv{ | |
4724 | height: 34px; |
|
4717 | height: 34px; | |
4725 | } |
|
4718 | } | |
4726 | div.diffblock .code-header-title{ |
|
4719 | div.diffblock .code-header-title{ | |
4727 |
|
|
4720 | padding: 0px 0px 10px 5px !important; | |
4728 |
|
|
4721 | margin: 0 !important; | |
4729 | } |
|
4722 | } | |
4730 | div.diffblock .code-header .hash{ |
|
4723 | div.diffblock .code-header .hash{ | |
4731 | float: left; |
|
4724 | float: left; | |
4732 | padding: 2px 0 0 2px; |
|
4725 | padding: 2px 0 0 2px; | |
4733 | } |
|
4726 | } | |
4734 | div.diffblock .code-header .date{ |
|
4727 | div.diffblock .code-header .date{ | |
4735 | float:left; |
|
4728 | float:left; | |
4736 | text-transform: uppercase; |
|
4729 | text-transform: uppercase; | |
4737 | padding: 2px 0px 0px 2px; |
|
4730 | padding: 2px 0px 0px 2px; | |
4738 | } |
|
4731 | } | |
4739 | div.diffblock .code-header div{ |
|
4732 | div.diffblock .code-header div{ | |
4740 | margin-left:4px; |
|
4733 | margin-left:4px; | |
4741 | font-weight: bold; |
|
4734 | font-weight: bold; | |
4742 | font-size: 14px; |
|
4735 | font-size: 14px; | |
4743 | } |
|
4736 | } | |
4744 |
|
4737 | |||
4745 | div.diffblock .parents { |
|
4738 | div.diffblock .parents { | |
4746 | float: left; |
|
4739 | float: left; | |
4747 | height: 26px; |
|
4740 | height: 26px; | |
4748 | width:100px; |
|
4741 | width:100px; | |
4749 | font-size: 10px; |
|
4742 | font-size: 10px; | |
4750 | font-weight: 400; |
|
4743 | font-weight: 400; | |
4751 | vertical-align: middle; |
|
4744 | vertical-align: middle; | |
4752 | padding: 0px 2px 2px 2px; |
|
4745 | padding: 0px 2px 2px 2px; | |
4753 | background-color:#eeeeee; |
|
4746 | background-color:#eeeeee; | |
4754 | border-bottom: 1px solid #CCCCCC; |
|
4747 | border-bottom: 1px solid #CCCCCC; | |
4755 | } |
|
4748 | } | |
4756 |
|
4749 | |||
4757 | div.diffblock .children { |
|
4750 | div.diffblock .children { | |
4758 | float: right; |
|
4751 | float: right; | |
4759 | height: 26px; |
|
4752 | height: 26px; | |
4760 | width:100px; |
|
4753 | width:100px; | |
4761 | font-size: 10px; |
|
4754 | font-size: 10px; | |
4762 | font-weight: 400; |
|
4755 | font-weight: 400; | |
4763 | vertical-align: middle; |
|
4756 | vertical-align: middle; | |
4764 | text-align: right; |
|
4757 | text-align: right; | |
4765 | padding: 0px 2px 2px 2px; |
|
4758 | padding: 0px 2px 2px 2px; | |
4766 | background-color:#eeeeee; |
|
4759 | background-color:#eeeeee; | |
4767 | border-bottom: 1px solid #CCCCCC; |
|
4760 | border-bottom: 1px solid #CCCCCC; | |
4768 | } |
|
4761 | } | |
4769 |
|
4762 | |||
4770 | div.diffblock .code-body{ |
|
4763 | div.diffblock .code-body{ | |
4771 | background: #FFFFFF; |
|
4764 | background: #FFFFFF; | |
4772 | } |
|
4765 | } | |
4773 | div.diffblock pre.raw{ |
|
4766 | div.diffblock pre.raw{ | |
4774 | background: #FFFFFF; |
|
4767 | background: #FFFFFF; | |
4775 | color:#000000; |
|
4768 | color:#000000; | |
4776 | } |
|
4769 | } | |
4777 | table.code-difftable{ |
|
4770 | table.code-difftable{ | |
4778 | border-collapse: collapse; |
|
4771 | border-collapse: collapse; | |
4779 | width: 99%; |
|
4772 | width: 99%; | |
4780 | } |
|
4773 | } | |
4781 | table.code-difftable td { |
|
4774 | table.code-difftable td { | |
4782 |
padding: 0 !important; |
|
4775 | padding: 0 !important; | |
4783 |
background: none !important; |
|
4776 | background: none !important; | |
4784 | border:0 !important; |
|
4777 | border:0 !important; | |
4785 | vertical-align: none !important; |
|
4778 | vertical-align: none !important; | |
4786 | } |
|
4779 | } | |
4787 | table.code-difftable .context{ |
|
4780 | table.code-difftable .context{ | |
4788 | background:none repeat scroll 0 0 #DDE7EF; |
|
4781 | background:none repeat scroll 0 0 #DDE7EF; | |
4789 | } |
|
4782 | } | |
4790 | table.code-difftable .add{ |
|
4783 | table.code-difftable .add{ | |
4791 | background:none repeat scroll 0 0 #DDFFDD; |
|
4784 | background:none repeat scroll 0 0 #DDFFDD; | |
4792 | } |
|
4785 | } | |
4793 | table.code-difftable .add ins{ |
|
4786 | table.code-difftable .add ins{ | |
4794 | background:none repeat scroll 0 0 #AAFFAA; |
|
4787 | background:none repeat scroll 0 0 #AAFFAA; | |
4795 | text-decoration:none; |
|
4788 | text-decoration:none; | |
4796 | } |
|
4789 | } | |
4797 | table.code-difftable .del{ |
|
4790 | table.code-difftable .del{ | |
4798 | background:none repeat scroll 0 0 #FFDDDD; |
|
4791 | background:none repeat scroll 0 0 #FFDDDD; | |
4799 | } |
|
4792 | } | |
4800 | table.code-difftable .del del{ |
|
4793 | table.code-difftable .del del{ | |
4801 | background:none repeat scroll 0 0 #FFAAAA; |
|
4794 | background:none repeat scroll 0 0 #FFAAAA; | |
4802 | text-decoration:none; |
|
4795 | text-decoration:none; | |
4803 | } |
|
4796 | } | |
4804 |
|
4797 | |||
4805 | /** LINE NUMBERS **/ |
|
4798 | /** LINE NUMBERS **/ | |
4806 | table.code-difftable .lineno{ |
|
4799 | table.code-difftable .lineno{ | |
4807 |
|
4800 | |||
4808 | padding-left:2px; |
|
4801 | padding-left:2px; | |
4809 | padding-right:2px; |
|
4802 | padding-right:2px; | |
4810 | text-align:right; |
|
4803 | text-align:right; | |
4811 | width:32px; |
|
4804 | width:32px; | |
4812 | -moz-user-select:none; |
|
4805 | -moz-user-select:none; | |
4813 | -webkit-user-select: none; |
|
4806 | -webkit-user-select: none; | |
4814 | border-right: 1px solid #CCC !important; |
|
4807 | border-right: 1px solid #CCC !important; | |
4815 | border-left: 0px solid #CCC !important; |
|
4808 | border-left: 0px solid #CCC !important; | |
4816 | border-top: 0px solid #CCC !important; |
|
4809 | border-top: 0px solid #CCC !important; | |
4817 | border-bottom: none !important; |
|
4810 | border-bottom: none !important; | |
4818 | vertical-align: middle !important; |
|
4811 | vertical-align: middle !important; | |
4819 |
|
4812 | |||
4820 | } |
|
4813 | } | |
4821 | table.code-difftable .lineno.new { |
|
4814 | table.code-difftable .lineno.new { | |
4822 | } |
|
4815 | } | |
4823 | table.code-difftable .lineno.old { |
|
4816 | table.code-difftable .lineno.old { | |
4824 | } |
|
4817 | } | |
4825 | table.code-difftable .lineno a{ |
|
4818 | table.code-difftable .lineno a{ | |
4826 | color:#747474 !important; |
|
4819 | color:#747474 !important; | |
4827 | font:11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important; |
|
4820 | font:11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important; | |
4828 | letter-spacing:-1px; |
|
4821 | letter-spacing:-1px; | |
4829 | text-align:right; |
|
4822 | text-align:right; | |
4830 | padding-right: 2px; |
|
4823 | padding-right: 2px; | |
4831 | cursor: pointer; |
|
4824 | cursor: pointer; | |
4832 | display: block; |
|
4825 | display: block; | |
4833 | width: 32px; |
|
4826 | width: 32px; | |
4834 | } |
|
4827 | } | |
4835 |
|
4828 | |||
4836 | table.code-difftable .lineno-inline{ |
|
4829 | table.code-difftable .lineno-inline{ | |
4837 | background:none repeat scroll 0 0 #FFF !important; |
|
4830 | background:none repeat scroll 0 0 #FFF !important; | |
4838 | padding-left:2px; |
|
4831 | padding-left:2px; | |
4839 | padding-right:2px; |
|
4832 | padding-right:2px; | |
4840 | text-align:right; |
|
4833 | text-align:right; | |
4841 | width:30px; |
|
4834 | width:30px; | |
4842 | -moz-user-select:none; |
|
4835 | -moz-user-select:none; | |
4843 | -webkit-user-select: none; |
|
4836 | -webkit-user-select: none; | |
4844 | } |
|
4837 | } | |
4845 |
|
4838 | |||
4846 | /** CODE **/ |
|
4839 | /** CODE **/ | |
4847 |
table.code-difftable .code { |
|
4840 | table.code-difftable .code { | |
4848 | display: block; |
|
4841 | display: block; | |
4849 | width: 100%; |
|
4842 | width: 100%; | |
4850 | } |
|
4843 | } | |
4851 | table.code-difftable .code td{ |
|
4844 | table.code-difftable .code td{ | |
4852 | margin:0; |
|
4845 | margin:0; | |
4853 | padding:0; |
|
4846 | padding:0; | |
4854 | } |
|
4847 | } | |
4855 | table.code-difftable .code pre{ |
|
4848 | table.code-difftable .code pre{ | |
4856 | margin:0; |
|
4849 | margin:0; | |
4857 | padding:0; |
|
4850 | padding:0; | |
4858 | height: 17px; |
|
4851 | height: 17px; | |
4859 | line-height: 17px; |
|
4852 | line-height: 17px; | |
4860 | } |
|
4853 | } | |
4861 |
|
4854 | |||
4862 |
|
4855 | |||
4863 | .diffblock.margined.comm .line .code:hover{ |
|
4856 | .diffblock.margined.comm .line .code:hover{ | |
4864 | background-color:#FFFFCC !important; |
|
4857 | background-color:#FFFFCC !important; | |
4865 | cursor: pointer !important; |
|
4858 | cursor: pointer !important; | |
4866 | background-image:url("../images/icons/comment_add.png") !important; |
|
4859 | background-image:url("../images/icons/comment_add.png") !important; | |
4867 | background-repeat:no-repeat !important; |
|
4860 | background-repeat:no-repeat !important; | |
4868 | background-position: right !important; |
|
4861 | background-position: right !important; | |
4869 | background-position: 0% 50% !important; |
|
4862 | background-position: 0% 50% !important; | |
4870 | } |
|
4863 | } | |
4871 | .diffblock.margined.comm .line .code.no-comment:hover{ |
|
4864 | .diffblock.margined.comm .line .code.no-comment:hover{ | |
4872 |
|
|
4865 | background-image: none !important; | |
4873 |
|
|
4866 | cursor: auto !important; | |
4874 |
|
|
4867 | background-color: inherit !important; | |
4875 |
|
||||
4876 | } |
|
4868 | } | |
4877 |
|
4869 | |||
4878 | div:target { |
|
4870 | div:target { | |
4879 |
|
|
4871 | border: solid 2px #ee0 !important; | |
4880 |
|
|
4872 | margin: -2px; | |
4881 | } |
|
4873 | } |
General Comments 0
You need to be logged in to leave comments.
Login now