Changes for page Color Themes Extensions

Last modified by Vincent Massol on 2024/02/26 17:54

From version 135.1
edited by Ecaterina Moraru (Valica)
on 2013/11/12 14:11
Change comment: Page moved from myxwiki incubator:Improvements.ColorThemesExtensions
To version 135.2
edited by Ecaterina Moraru (Valica)
on 2013/11/12 15:16
Change comment: There is no comment for this version

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -Improvements.WebHome
1 +Proposal.Skins
Content
... ... @@ -1,6 +1,10 @@
1 -{{velocity}}$xwiki.ssx.use("Standards.WebHome"){{/velocity}}
1 +{{velocity}}
2 +$xwiki.ssx.use("Standards.WebHome")
3 +{{/velocity}}
2 2  
3 -{{velocity}}$xwiki.ssx.use("Standards.Icons"){{/velocity}}
5 +{{velocity}}
6 +$xwiki.ssx.use("Standards.Icons")
7 +{{/velocity}}
4 4  
5 5  = Color Themes Extensions =
6 6  
... ... @@ -7,11 +7,13 @@
7 7  {{toc/}}
8 8  
9 9  == Remarks ==
14 +
10 10  * Difficulties in determine where textPrimaryColor and textSecondaryColor goes;
11 11  
12 12  == Needed Colors ==
13 13  
14 14  === -- -Add Menu Entry Color- -- ===
20 +
15 15  * **Fixed** [[XE-796: Customizable "Add" menu entry from the Color Theme Wizard>>http://jira.xwiki.org/jira/browse/XE-796]]
16 16  * Problem [[XSCOLIBRI-221>>http://jira.xwiki.org/jira/browse/XSCOLIBRI-221]]
17 17  * background-color for .actionmenu .tmCreate (currently #4D9244)
... ... @@ -25,6 +25,7 @@
25 25  
26 26  
27 27  === Light Background Color ===
34 +
28 28  User profile bg, Watchlist, Import UI, etc.
29 29  
30 30  {{html}}
... ... @@ -181,8 +181,10 @@
181 181  <div class="clearfloats"></div>
182 182  {{/html}}
183 183  
184 -=== Other ===
191 +=== Other ===
185 185  
193 +
194 +
186 186  ==== F. Code Macro ====
187 187  
188 188  skin/skins/colibri/colibri.css
... ... @@ -189,7 +189,8 @@
189 189  Syntax 1.0 .java-keyword, .java-object, .xml-tag, .sql-keyword, .java-quote
190 190  http://code.xwiki.org/xwiki/bin/view/Macros/CodeMacro20
191 191  
192 -{{code language="c"}}//valid
201 +{{code language="c"}}
202 +//valid
193 193  var x: Int = 1;
194 194  var s: String = "abcdefg";
195 195  
... ... @@ -199,9 +199,11 @@
199 199  
200 200  //also valid
201 201  var x: = 1
202 -...{{/code}}
212 +...
213 +{{/code}}
203 203  
204 -{{code language="sql" width="css"}}body {
215 +{{code language="sql" width="css"}}
216 +body {
205 205   font-size: 13px;
206 206   font-family: Arial, 'Times New Roman', sans-serif;
207 207   width: 900px;
... ... @@ -210,12 +210,14 @@
210 210   }
211 211  {{/code}}
212 212  
213 -{{code width="xml"}}<?xml version="1.0"?>
225 +{{code width="xml"}}
226 +<?xml version="1.0"?>
214 214  <doc>
215 215   <tag argument="value">Content</tag>
216 216  {{/code}}
217 217  
218 -{{code language="javascript"}} // Everything else, we just grab the value
231 +{{code language="javascript"}}
232 + // Everything else, we just grab the value
219 219   return (elem.value || "").replace(/\r/g, "");
220 220  
221 221   }
... ... @@ -231,7 +231,8 @@
231 231   return;
232 232  {{/code}}
233 233  
234 -{{code language="java"}}body {
248 +{{code language="java"}}
249 +body {
235 235   font-size: 13px;
236 236   font-family: Arial, 'Times New Roman', sans-serif;
237 237   width: 900px;
... ... @@ -254,11 +254,10 @@
254 254  
255 255  
256 256  
257 -= Colors to add to the ColorThemeClass (DRAFT)
272 += Colors to add to the ColorThemeClass (DRAFT) =
258 258  
259 259  (% class="leftMargin column50" %)
260 260  (((
261 -
262 262  Add Menu Entry Color ([[JIRA: XSCOLIBRI-221>>http://jira.xwiki.org/jira/browse/XSCOLIBRI-221]])
263 263  
264 264  panelLinkColor ([[JIRA:XSCOLIBRI-159>>http://jira.xwiki.org/jira/browse/XSCOLIBRI-159]])
... ... @@ -306,10 +306,11 @@
306 306  Var 2:
307 307  infoColor, successfulColor, progressColor, warningColor, errorColor
308 308  neutralColor
309 -
310 310  )))
311 311  
312 -{{html}} <div class="clearfloats"></div> {{/html}}
325 +{{html}}
326 + <div class="clearfloats"></div>
327 +{{/html}}
313 313  
314 314  
315 315  {{html}}

Get Connected