Changeset 2251
- Timestamp:
- 09/23/08 10:32:23 (2 months ago)
- Location:
- plone/zoped/3ca/trunk
- Files:
-
- 2 added
- 4 modified
-
browser/resources/css/client-skin.css.pt (modified) (3 diffs)
-
browser/resources/css/pretty-top.css.pt (modified) (6 diffs)
-
profiles/setup/cssregistry.xml (added)
-
profiles/setup/skins.xml (modified) (1 diff)
-
profiles/setup/viewlets.xml (modified) (2 diffs)
-
skins/trinity/favicon.ico (added)
Legend:
- Unmodified
- Added
- Removed
-
plone/zoped/3ca/trunk/browser/resources/css/client-skin.css.pt
r2218 r2251 24 24 h1.documentFirstHeading a, 25 25 h2.fragletHeading, 26 dt.portletHeader a, 26 27 h2.fragletHeading a { 27 color: #418968; 28 color: #459320 !important; 29 28 30 } 29 31 32 h2.fragletHeading, 33 dt.portletHeader { 34 font-weight: 800; 35 border-bottom: solid #459320 2px !important; 36 background: none !important; 37 padding-left: .1em !important; 38 } 39 40 #portal-column-two, 41 .atom { 42 43 padding-top: 1em; 44 45 } 46 47 .fragletDescription{ 48 color: #5a6853; 49 margin-left: .1em !important; 50 } 51 52 .fragletSummary{ 53 color: #5a6853; 54 margin-left: .7em !important; 55 } 56 57 h2.fragletDescription a{ 58 } 30 59 31 60 #composite-fraglets .fragletListingHeader h2 { … … 33 62 } 34 63 64 .fragletInline .fragletListing dd.fragletItem { 65 66 padding: 0 !important; 67 } 35 68 36 69 #composite-fraglets .fragletListingHeader h2 a{ … … 38 71 } 39 72 73 74 #portal-bottom { 75 76 border-top: solid #47782B 2px; 77 78 } 79 80 40 81 " /> 41 82 -
plone/zoped/3ca/trunk/browser/resources/css/pretty-top.css.pt
r2250 r2251 23 23 margin: 0 !important; 24 24 padding: 0 !important; 25 border-bottom: solid green2px;25 border-bottom: solid #47782B 2px; 26 26 height: 9em; 27 27 } … … 29 29 #portal-pre-columns { 30 30 background: #D1E8C4; 31 border-bottom: solid green1px;32 border-top: solid green1px;31 border-bottom: solid #47782B 1px; 32 border-top: solid #47782B 1px; 33 33 } 34 34 … … 109 109 border: none; 110 110 text-align: left; 111 padding: 0 ;111 padding: 0 !important; 112 112 margin: 0; 113 113 } … … 150 150 { 151 151 background: transparent !important; 152 color: green;152 color: #47782B; 153 153 font-size: 1.7em; 154 154 padding-bottom: 0; … … 158 158 #portal-globalnav li.plain a { 159 159 background: transparent !important; 160 color: green;160 color: #47782B; 161 161 font-size: 1.7em; 162 162 font-weight: 700 !important; … … 183 183 } 184 184 185 .visualColumnHideOneTwo #portal-column-content #portal-content { 186 margin-top: 0 !important; 187 } 188 189 #visual-content-wrapper { 190 padding-top: 0; 191 } 192 .contentViews { 193 clear: both; 194 } 195 196 .contentViews li { 197 padding-top: 0; 198 } 199 185 200 #portal-breadcrumbs { 186 201 padding: 0; 187 202 border: 0 !important; 188 203 z-index: 10; 189 background: none ;190 color: green;204 background: none !important; 205 color: #47782B; 191 206 font-size: 1em; 192 207 padding: .3em; -
plone/zoped/3ca/trunk/profiles/setup/skins.xml
r2216 r2251 6 6 meta_type="Filesystem Directory View" 7 7 directory="zoped.trinity:skins/trinity" /> 8 <skin-path name="Trinity" based-on="Plone Default" />8 <skin-path name="Trinity" based-on="Plone Tableless" /> 9 9 </object> 10 10 -
plone/zoped/3ca/trunk/profiles/setup/viewlets.xml
r2245 r2251 12 12 <viewlet name="plone.searchbox" /> 13 13 <viewlet name="plone.personal_bar" /> 14 <viewlet name="plone.path_bar" /> 14 <viewlet name="plone.path_bar" /> 15 <viewlet name="plone.global_sections" /> 15 16 </hidden> 16 17 … … 49 50 </order> 50 51 51 <order manager="plone.portalfooter" skinname="Trinity" purge="1"> 52 </order> 52 <hidden manager="plone.portalfooter" skinname="Trinity" purge="1"> 53 <viewlet name="plone.footer" /> 54 <viewlet name="plone.colophon" /> 55 </hidden> 53 56 54 57 </object>
