Skip to content

Commit

Permalink
Added version 16.0 release notes page.
Browse files Browse the repository at this point in the history
  • Loading branch information
aKandzior committed Oct 2, 2023
1 parent 8ca83df commit b996f53
Show file tree
Hide file tree
Showing 7 changed files with 75 additions and 18 deletions.
57 changes: 57 additions & 0 deletions alkacon.mercury.template.democontents/resources/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15885,6 +15885,23 @@ This module also creates a set of demo users during the import.]]></description>
<relations/>
<accesscontrol/>
</file>
<file>
<source>release/.content/section-m/cs_00016.xml</source>
<destination>release/.content/section-m/cs_00016.xml</destination>
<type>m-section</type>
<uuidstructure>f0debcba-60ff-11ee-abb8-0242ac11002b</uuidstructure>
<uuidresource>f0debcbb-60ff-11ee-abb8-0242ac11002b</uuidresource>
<datecreated>Mon, 02 Oct 2023 08:44:46 GMT</datecreated>
<flags>0</flags>
<properties>
<property>
<name>Title</name>
<value><![CDATA[OpenCms 16: Release Notes for OpenCms 16]]></value>
</property>
</properties>
<relations/>
<accesscontrol/>
</file>
<file>
<destination>release/opencms-10.0.0-notes</destination>
<type>folder</type>
Expand Down Expand Up @@ -16449,6 +16466,46 @@ This module also creates a set of demo users during the import.]]></description>
<relations/>
<accesscontrol/>
</file>
<file>
<destination>release/opencms-16.0-notes</destination>
<type>folder</type>
<uuidstructure>bd3ad39d-60ff-11ee-abb8-0242ac11002b</uuidstructure>
<datecreated>Mon, 02 Oct 2023 08:43:20 GMT</datecreated>
<flags>0</flags>
<properties>
<property>
<name>NavPos</name>
<value><![CDATA[0.0078125]]></value>
</property>
<property>
<name>NavText</name>
<value><![CDATA[OpenCms 16]]></value>
</property>
<property>
<name>Title</name>
<value><![CDATA[OpenCms 16]]></value>
</property>
</properties>
<relations/>
<accesscontrol/>
</file>
<file>
<source>release/opencms-16.0-notes/index.html</source>
<destination>release/opencms-16.0-notes/index.html</destination>
<type>containerpage</type>
<uuidstructure>bd3d92c2-60ff-11ee-abb8-0242ac11002b</uuidstructure>
<uuidresource>bd3d92c3-60ff-11ee-abb8-0242ac11002b</uuidresource>
<datecreated>Mon, 02 Oct 2023 08:43:20 GMT</datecreated>
<flags>0</flags>
<properties>
<property>
<name>Title</name>
<value><![CDATA[OpenCms 16]]></value>
</property>
</properties>
<relations/>
<accesscontrol/>
</file>
<file>
<destination>tutorial</destination>
<type>subsitemap</type>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@
<Type><![CDATA[element]]></Type>
<ParentInstanceId><![CDATA[0bcdfe0d-3788-11e9-9dce-0242ac11002b]]></ParentInstanceId>
<Elements>
<ElementInstanceId>7b23a781-5e9b-11ee-a6f3-0242ac11002b</ElementInstanceId>
<ElementInstanceId>ef926695-60ff-11ee-abb8-0242ac11002b</ElementInstanceId>
<FormatterKey>m/section/text-image</FormatterKey>
<Uri>
<link type="STRONG">
<target><![CDATA[/sites/default/release/.content/section-m/cs_00016.xml]]></target>
<uuid>7dae4a05-5e9b-11ee-a6f3-0242ac11002b</uuid>
<uuid>f0debcba-60ff-11ee-abb8-0242ac11002b</uuid>
</link>
</Uri>
<Properties>
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions template-src/scss/main/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@
}
}

// rows with background
.row-has-background {
// note: not all template variants have the 'row-has-background' selector
display: flex;
flex-direction: column;
padding-top: var(--#{$prefix}element-margin);
}

.row-has-background + .area-content:not(.row-has-background) {
margin-top: var(--#{$prefix}element-margin);
}

// colored layout areas
.colored-row {
@include set-box-color-defaults();
Expand All @@ -60,13 +72,6 @@
}
}

.colored-row,
.effect-parallax-bg {
display: flex;
flex-direction: column;
padding-top: var(--#{$prefix}element-margin);
}

// rows with parallax background effect using a background cover image
.effect-parallax-bg {
background-image: none;
Expand All @@ -90,11 +95,6 @@
}
}

.area-content.colored-row + .area-content:not(.colored-row) {
margin-top: var(--#{$prefix}element-margin);
}


// left/right margins for tile rows
@each $space in $list-tile-spacers {

Expand Down

0 comments on commit b996f53

Please sign in to comment.