commit b44e4869fee0b809855531dd1db18164498b5083 Author: Sperl, Mario Date: Mon Feb 2 15:25:28 2026 +0100 first commit diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..11e0902 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Robert Isoski + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..08d9500 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# gold +Default theme digital Memorial + +## Preview +![Theme preview](/preview.jpg) + +## How to use +1. Login to your WonderCMS website. +2. Click "Settings" and click "Themes". +3. Find theme in the list and click "install". +4. In the "General" tab, select theme to activate it. diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..e65b3de --- /dev/null +++ b/css/style.css @@ -0,0 +1,60 @@ +html { + min-height: 100%; + position: relative; +} + +body { + color: #ddd077; + background: #000; + margin-bottom: 100px; + font-family: Lucida Sans Unicode, Verdana; +} + +a, a:hover { + text-decoration: none; + border-bottom: 1px dotted #fff; +} + +h3 {margin: 0;} +*:focus {outline: none;} +.navbar-nav > .active a { + color: #555 !important; + background-color: #ddd !important; +} + +.spacer20 {height: 20px;} +.padding20 {padding: 20px;} +.rounded5 {border-radius: 5px;} + +.grayFont {color: #444;} +.goldBackground {background: #000;} +.whiteBackground {background: #fff;} + +ul.nav.navbar-nav.navbar-right li a:hover, ul.nav.navbar-nav.navbar-right li.active a { + border: 0; + border-radius: 0; + background-color: #ddd077; +} + +.navbar a h1 {color: #444;} + +.navbar li a { + border: 0; + display: block; + text-transform: uppercase; + padding: 25px 20px 25px 25px; +} + + +footer a, footer a:hover, .navbar a { + color: #fff; + text-decoration: none; + border-bottom: 1px dotted #fff; +} + +footer { + bottom: 0; + width: 100%; + position: absolute; + background: #ddd077; +} diff --git a/preview.jpg b/preview.jpg new file mode 100644 index 0000000..645840a Binary files /dev/null and b/preview.jpg differ diff --git a/summary b/summary new file mode 100644 index 0000000..a19ef70 --- /dev/null +++ b/summary @@ -0,0 +1 @@ +Golden version of nostalgic default theme. \ No newline at end of file diff --git a/theme.php b/theme.php new file mode 100644 index 0000000..a1649de --- /dev/null +++ b/theme.php @@ -0,0 +1,76 @@ + + + + + + + + + + <?= $Wcms->get('config', 'siteTitle') ?> - <?= $Wcms->page('title') ?> + + + + + + + css() ?> + + + + + + + settings() ?> + alerts() ?> + + + +
+
+
+ page('content') ?> + +
+
+
+
+
+ block('subside') ?> + +
+
+
+ + + + + + js() ?> + + + diff --git a/version b/version new file mode 100644 index 0000000..944880f --- /dev/null +++ b/version @@ -0,0 +1 @@ +3.2.0 diff --git a/wcms-modules.json b/wcms-modules.json new file mode 100644 index 0000000..d62e88e --- /dev/null +++ b/wcms-modules.json @@ -0,0 +1,13 @@ +{ + "version": 1, + "themes": { + "gold_dme": { + "name": "Gold_dme", + "repo": "https://git.sperl.eu.org/msperl/gold_dme/src/branch/main", + "zip": "https://git.sperl.eu.org/msperl/gold_dme/archive/main.zip", + "summary": "Digital Memorial default theme.", + "version": "1.0.0", + "image": "https://git.sperl.eu.org/msperl/gold_dme/raw/branch/main/preview.jpg" + } + } +}