Changes for page Improvements
Last modified by Ecaterina Moraru on 2013/11/13 12:47
From version 65.1
edited by Ecaterina Valica
on 2009/05/11 16:52
on 2009/05/11 16:52
Change comment:
There is no comment for this version
To version 79.1
edited by Ecaterina Valica
on 2009/05/15 14:51
on 2009/05/15 14:51
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 2 added, 0 removed)
Details
- XWiki.StyleSheetExtension[1]
-
- Code
-
... ... @@ -14,33 +14,3 @@ 14 14 background: transparent url($xwiki.getSkinFile("icons/silk/shape_square.gif")) top left no-repeat; 15 15 } 16 16 17 - 18 -body, h1 span{ 19 -color: red; 20 -} 21 -.primaryButton{ 22 - background:transparent url($xwiki.getSkinFile(images/buttons3.png)) repeat-x scroll right top; 23 - border:1px solid #8F908E; 24 - color:#FFFFFF; 25 - display:inline; 26 - line-height:1.35em !important; 27 - margin:0 !important; 28 - min-height:24px !important; 29 - white-space:nowrap; 30 -} 31 -.primaryButton:hover { 32 - background:transparent url($xwiki.getSkinFile(images/buttons3.png)) repeat-x scroll right 25%; 33 - border-color:#94AD12; 34 - color:#333333; 35 -} 36 -.secondaryButton{ 37 - background-color:transparent; 38 - color:#00007E; 39 - padding: 0; 40 - border: 0; 41 - margin-left: 10px; 42 - font-weight: normal; 43 -} 44 -.secondaryButton:hover { 45 - border-bottom: 1px solid #00007E; 46 -}
- XWiki.StyleSheetExtension[2]
-
- Caching policy
-
... ... @@ -1,0 +1,1 @@ 1 +default - Code
-
... ... @@ -1,0 +1,16 @@ 1 +.green{ 2 + color: green; 3 +} 4 + 5 +.orange { 6 + color: orange; 7 +} 8 + 9 +.pink { 10 + color: pink; 11 +} 12 + 13 +.red{ 14 + color: red; 15 + text-decoration: line-through; 16 +} - Name
-
... ... @@ -1,0 +1,1 @@ 1 +Different Styles - Parse content
-
... ... @@ -1,0 +1,1 @@ 1 +Yes - Use this extension
-
... ... @@ -1,0 +1,1 @@ 1 +onDemand
- XWiki.StyleSheetExtension[3]
-
- Caching policy
-
... ... @@ -1,0 +1,1 @@ 1 +default - Code
-
... ... @@ -1,0 +1,12 @@ 1 +.typePage, .typeBlog1, .typeBlog2{ 2 + padding-left: 20px; 3 +} 4 +.typePage{ 5 + background: transparent url($xwiki.getSkinFile("icons/silk/page_white_text.gif")) top left no-repeat; 6 +} 7 +.typeBlog1{ 8 + background: transparent url($xwiki.getSkinFile("icons/silk/layout_add.gif")) top left no-repeat; 9 +} 10 +.typeBlog2{ 11 + background: transparent url($xwiki.getSkinFile("icons/silk/layout_content.gif")) top left no-repeat; 12 +} - Name
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki Icons Type Styles - Parse content
-
... ... @@ -1,0 +1,1 @@ 1 +Yes - Use this extension
-
... ... @@ -1,0 +1,1 @@ 1 +onDemand