Index: content/plasma-desktop/portal.css =================================================================== --- content/plasma-desktop/portal.css +++ content/plasma-desktop/portal.css @@ -7,14 +7,65 @@ position: relative; min-height: 550px; padding-right: 250px; + padding-top: 100px; } +#desktop-hero .window-headerbar { + background-image: linear-gradient(to bottom, #545f67, #475057); + color: white; + text-align: center; + padding: 10px; + margin: 20px 10px 0px 30px; + height: 30px; + line-height: 12px; + width: 90%; + max-width: 400px; + position: relative; + border-top-right-radius: 5px; + border-top-left-radius: 5px; +} + +.window-headerbar img { + width: 22px; + height: 22px; + padding: 0; + margin: 0; + position: absolute; + top: 4px; + border-width: 0; +} + +img.window-close { + right: 4px; +} + +img.window-maximize { + right: 30px; + top: 7px; + width: 16px; + height: 16px; +} + +img.window-minimize { + top: 7px; + width: 16px; + height: 16px; + right: 52px; +} #desktop-hero sup { font-size: 40%; vertical-align: super; } #desktop-hero .container { - padding: 100px 0px 20px 40px; color: #000; + padding: 10px; + margin: 0px 10px 10px 30px; + color: #000; + max-width: 400px; + width: 90%; + background-color: #eff0f1; + border-bottom-right-radius: 5px; + border-bottom-left-radius: 5px; + box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75); } #desktop-hero #demo-widgets { @@ -24,6 +75,11 @@ width: 250px; height: 500px; } + +#desktop-hero h1, #desktop-hero p { + text-shadow: 1px 0px 1px white, -1px 0px 1px white, 0px 0px 2px white; +} + #desktop-hero svg { vertical-align: middle; } Index: plasma-desktop.php =================================================================== --- plasma-desktop.php +++ plasma-desktop.php @@ -4,13 +4,19 @@ $pageConfig = array_merge($pageConfig, [ 'title' => "Plasma", 'section' => 'products', - 'cssFile' => 'content/plasma-desktop/portal.css?version=2' + 'cssFile' => 'content/plasma-desktop/portal.css?version=3' ]); require('aether/header.php'); ?>
+
+ About Plasma + + + +

Plasma by KDE

Simple by default, powerful when needed.