diff --git a/.arcconfig b/.arcconfig new file mode 100644 --- /dev/null +++ b/.arcconfig @@ -0,0 +1,4 @@ +{ + "phabricator.uri" : "https://phabricator.kde.org/project/profile/90/" +} + diff --git a/cdn/cssAssets/header.css b/cdn/cssAssets/header.css --- a/cdn/cssAssets/header.css +++ b/cdn/cssAssets/header.css @@ -1,41 +1,3 @@ -html { - padding-top: 50px !important; -} - - -#KGlobalHeader { - font-family: 'Noto Sans', sans-serif; - font-size: 16px; - color: #31363b; - - position: absolute; - top: 0px; - left: 0px; - right: 0px; - - z-index: 1000; - border-bottom: solid 3px rgba(0,0,0,0); - background-clip: padding-box; -} - -#KGlobalHeader.sticky { - border-bottom: solid 3px rgba(0,0,0,.1); -} - -#KGlobalHeader:before { - content: ""; - background-color: #FCFCFC; - height: 50px; - top: 0px; - width: 100%; - position: absolute; - z-index: 0; -} - -#KGlobalHeader a { - outline: none; -} - #KGlobalNavigation { position: relative; padding: 0px 20px; @@ -47,41 +9,6 @@ } -#KGlobalLogo { - position: absolute; - top: 0px; - left: 20px; - width: 80px; - height: 40px; - - text-indent: -999px; - - margin: 0px; - padding: 0px; -} - - - -#KGlobalLogo a:before { - position: absolute; - top: 0px; - left: 0px; - width: 42px; - - content: "K"; - - color: #4d4d4d; - font-family: "glyph"; - font-size: 32px; - font-weight: normal; - text-indent: 0px; - text-align: center; - line-height: 50px; - display: inline-block; - text-decoration: none !important; -} - - #KGlobalStaticNavigation { position: absolute; top: 0px; diff --git a/cdn/cssAssets/subHeader.css b/cdn/cssAssets/subHeader.css --- a/cdn/cssAssets/subHeader.css +++ b/cdn/cssAssets/subHeader.css @@ -12,8 +12,6 @@ font-family: 'Noto Sans', sans-serif; font-size: 14px; color: #31363b; - - background: #eff0f1; padding: 10px 20px; line-height: auto; background-clip: padding-box !important; @@ -23,7 +21,6 @@ #KSiteNavigation.overlay, .KStandardSiteStyle #KSiteNavigation.overlay { color: #31363b; - background: rgba(252,252,252,0); text-shadow: 0px 0px 10px rgba(0,0,0,.6); } diff --git a/page.css b/page.css --- a/page.css +++ b/page.css @@ -9,7 +9,6 @@ #swagIntro { width: 100%; border: none; - background: url(content/home/fol3.jpg); background-repeat: no-repeat; background-origin: border-box; diff --git a/templates/header.php b/templates/header.php --- a/templates/header.php +++ b/templates/header.php @@ -2,8 +2,8 @@ + KDE neon - @@ -16,53 +16,49 @@ - - + + + - + '; - if (isset($headerCssFiles)) - foreach($headerCssFiles as $file) - echo "\n\t".''; - - ?> - - '; - + if (isset($headerScriptFiles)) + foreach($headerScriptFiles as $file) + echo "\n\t".''; ?> - - -
-