This is an automated email from the ASF dual-hosted git repository. adelbene pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/wicket-site.git
commit afe76fa1005151a13037f9a5c3be4c2f88cc1900 Author: Andrea Del Bene <[email protected]> AuthorDate: Wed Jun 17 22:21:13 2020 +0200 More work on the header --- _sass/main.scss | 5 ++--- _sass/modules/_mainmenu.scss | 5 +++-- content/atom.xml | 2 +- content/css/style.css | 6 +++--- content/css/style.css.map | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/_sass/main.scss b/_sass/main.scss index 8e2e22e..7438ae7 100755 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -37,10 +37,9 @@ h1 a, h2 a, h3 a { } div.header { - background-repeat: no-repeat; - background-position: center 25%; - background-size: cover; background-color: white; + border-bottom: 1px solid #e1e1e1; + box-shadow: 0 .5rem 3rem #f0f0f0; color:#fff; display:block; position:relative; diff --git a/_sass/modules/_mainmenu.scss b/_sass/modules/_mainmenu.scss index afd7942..97dbfa6 100644 --- a/_sass/modules/_mainmenu.scss +++ b/_sass/modules/_mainmenu.scss @@ -2,6 +2,7 @@ nav.mainmenu { display:block; margin:0 auto 2rem auto; text-align:center; + padding-top: 12px; ul { list-style:none; } @@ -18,8 +19,8 @@ nav.mainmenu { a, a:active { border:none; - color:orange; - font-weight:400; + color:rgb(233, 120, 38); + font-weight:500; text-decoration: none; } diff --git a/content/atom.xml b/content/atom.xml index fd35ca9..e74cca1 100644 --- a/content/atom.xml +++ b/content/atom.xml @@ -3,7 +3,7 @@ <title>Apache Wicket</title> <link href="http://wicket.apache.org/atom.xml" rel="self"/> <link href="http://wicket.apache.org/"/> - <updated>2020-06-17T21:40:50+02:00</updated> + <updated>2020-06-17T22:07:39+02:00</updated> <id>http://wicket.apache.org/</id> <author> <name>Apache Wicket</name> diff --git a/content/css/style.css b/content/css/style.css index 592775c..763579c 100644 --- a/content/css/style.css +++ b/content/css/style.css @@ -363,7 +363,7 @@ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } .jumbotron .jumbotron-version { text-transform: lowercase; color: white; } -nav.mainmenu { display: block; margin: 0 auto 2rem auto; text-align: center; } +nav.mainmenu { display: block; margin: 0 auto 2rem auto; text-align: center; padding-top: 12px; } nav.mainmenu ul { list-style: none; } @@ -373,7 +373,7 @@ nav.mainmenu li.active { border-bottom: 2px solid white; } nav.mainmenu li + li { margin-left: 2.0833333333%; } -nav.mainmenu a, nav.mainmenu a:active { border: none; color: orange; font-weight: 400; text-decoration: none; } +nav.mainmenu a, nav.mainmenu a:active { border: none; color: #e97826; font-weight: 500; text-decoration: none; } nav.mainmenu a:hover { color: #303284; } @@ -433,7 +433,7 @@ a:hover { color: #ffb158; } h1 a, h2 a, h3 a { border: none; } -div.header { background-repeat: no-repeat; background-position: center 25%; background-size: cover; background-color: white; color: #fff; display: block; position: relative; width: 100%; } +div.header { background-color: white; border-bottom: 1px solid #e1e1e1; box-shadow: 0 .5rem 3rem #f0f0f0; color: #fff; display: block; position: relative; width: 100%; } .default nav.mainmenu { margin: 0; padding-right: 1em; } diff --git a/content/css/style.css.map b/content/css/style.css.map index 125ba66..f752d1f 100644 --- a/content/css/style.css.map +++ b/content/css/style.css.map @@ -23,7 +23,7 @@ ], "sourcesContent": [ "@import url(../fonts/source-code-pro/stylesheet.css);\n@import url(../fonts/source-sans-pro/stylesheet.css);\n@import \"main\";\n", - "@import \"taiga/settings\";\n@import \"taiga/mixins\";\n@import \"taiga/grid\";\n@import \"taiga/base\";\n@import \"taiga/layout\";\n@import \"taiga/states\";\n@import \"taiga/button\";\n@import \"taiga/print\";\n\n@import \"modules/syntax\";\n@import \"modules/logo\";\n@import \"modules/jumbotron\";\n@import \"modules/mainmenu\";\n@import \"modules/toc\";\n@import \"modules/builtwithwicket\";\n@import \"modules/quickstart\";\n@import \"modules/wicket8\";\n\ncode, pre, code > span, pr [...] + "@import \"taiga/settings\";\n@import \"taiga/mixins\";\n@import \"taiga/grid\";\n@import \"taiga/base\";\n@import \"taiga/layout\";\n@import \"taiga/states\";\n@import \"taiga/button\";\n@import \"taiga/print\";\n\n@import \"modules/syntax\";\n@import \"modules/logo\";\n@import \"modules/jumbotron\";\n@import \"modules/mainmenu\";\n@import \"modules/toc\";\n@import \"modules/builtwithwicket\";\n@import \"modules/quickstart\";\n@import \"modules/wicket8\";\n\ncode, pre, code > span, pr [...] "// =========== Settings\n\n// Most of the variables are based on some kind of percentages to maintain stability.\n// So $variable-10 is small or light and $variable-100 is big or dark.\n\n\n// Set your own font\n$font-family-body: \"Source Sans Pro\", sans-serif;\n$font-family-heading: \"Source Sans Pro\";\n\n// The base font-size, all other elements will adjust to this value\n$font-size-base: 15px;\n\n$font-size-10: 0.75rem;\n$font-size-20: 0.875rem;\n$font-size-30: 1rem;\n$font-size [...] "// =========== Mixins\n\n// Animations\n// Example: .element { @include animation(keyframe-name, 500ms, default); }\n@mixin animation ($name: true, $duration: true, $timing_function: true, $delay: false, $iteration_count: false, $direction: false) {\n @if $name { -webkit-animation-name: $name; -moz-animation-name: $name; -ms-animation-name: $name; }\n @if $duration { -webkit-animation-duration: $duration; -moz-animation-duration: $duration; -ms-animation-duration: $duration; }\n [...] "// =========== Grid\n\n// Use '@include grid(12, 2)' to make a column.\n// The first unit (12) is the column width.\n// The second unit (2) is the margin on both sides.\n// The margin will be auto substracted from the column width.\n// So don't recalculate the column width if you change your margin.\n\n// To set different margins on both sides use '@include grid(12, 2, 3)'.\n// You can also use negative margins.\n\n$grid-column: 100% / $grid-columns;\n\n@mixin col($n: 1) { float: left [...] @@ -35,12 +35,12 @@ ".lineno { text-align: right; margin-right: 0.5rem;}\n.highlight { background: #ffffff; }\n.highlight .c { color: #999988; font-style: italic } /* Comment */\n.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */\n.highlight .k { font-weight: bold } /* Keyword */\n.highlight .o { font-weight: bold } /* Operator */\n.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */\n.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc * [...] ".logo {\n text-align:center;\n\n @include breakpoint($breakpoint-20) {\n display:inline-block;\n float:left;\n margin:0;\n @include prepend(1);\n }\n img {\n display:inline-block;\n width:160px;\n }\n}\n", ".jumbotron {\n &.header{\n/* background: radial-gradient(ellipse closest-side, rgba(0,0,0,0), rgba(0,0,0,0.6)), url('../img/background-1.jpg');*/\n background-color:#111;\n background-image: url('../img/background-2.jpg');\n background-repeat: no-repeat;\n background-position: center 25%;\n background-size: cover;\n box-shadow: inset 0 0 40px rgba(0, 0, 0, 1);\n }\n\n .mainmenu {\n @include breakpoint($breakpoint-20) {\n [...] - "nav.mainmenu {\n display:block;\n margin:0 auto 2rem auto;\n text-align:center;\n ul {\n list-style:none;\n }\n li {\n display:inline-block;\n font-size:18px;\n text-transform: uppercase;\n font-weight:bold;\n &.active { border-bottom: 2px solid white;}\n }\n li+li {\n margin-left:1*$grid-column;\n }\n\n a, a:active {\n border:none;\n color:orange;\n font-weight:400;\n text-decor [...] + "nav.mainmenu {\n display:block;\n margin:0 auto 2rem auto;\n text-align:center;\n padding-top: 12px;\n ul {\n list-style:none;\n }\n li {\n display:inline-block;\n font-size:18px;\n text-transform: uppercase;\n font-weight:bold;\n &.active { border-bottom: 2px solid white;}\n }\n li+li {\n margin-left:1*$grid-column;\n }\n\n a, a:active {\n border:none;\n color:rgb(233, 120, 38);\n f [...] ".toc {\n ul { list-style: none; }\n &>ul {\n margin-left: 0;\n }\n &>ul > li+li {\n margin-top: 1rem;\n }\n}\n", ".builtwithwicket { \n background-color: #eee;\n /*margin-left: -1rem;\n margin-right: -1rem;*/\n padding-bottom: 2rem;\n padding-left: 1rem;\n padding-right: 1rem;\n \n .slick-prev::before,\n .slick-next::before {\n color: $color-brand-50;\n }\n}\n\n.builtwithwicket + hr {\n display:none;\n}\n\n.builtwithwicket-post {\n padding: 1rem 1rem 0 1rem;\n}\n\n.builtwithwicket-screenshot {\n margin: 0 auto;\n max-height: 20rem;\n min-heig [...] "div.quickstart-wizard {\n background-color: $color-brand-50;\n border-radius: 3px;\n color: #ffffff;\n line-height: 2em;\n padding: 1rem 2rem 2rem 2rem; \n\n label {\n display: block;\n font-weight:bold;\n margin-top: 0.5rem;\n }\n button,\n input,\n select,\n textarea {\n display: block;\n width: 100%;\n border: none;\n border-radius: 3px;\n padding: 0.5rem;\n color: #606060;\n height: 2rem; \n }\n\n textarea {\n height: 5rem; \n }\n\n [...] "\n.wicket8 {\n nav.mainmenu {\n a, a:active, a:hover {\n color:$almost-black;\n }\n }\n\n .header {\n color:$almost-black;\n }\n .jumbotron {\n &.header{\n background-color:#BF866F;\n background-image: url('../img/background-4.jpg');\n background-repeat: no-repeat;\n background-position: center 50%;\n background-size: cover;\n box-shadow: none;\n }\n .j [...] ], "names": [], - "mappings": "AAAA,OAAO,CAAC,4CAAI;AACZ,OAAO,CAAC,4CAAI;AKCZ,AAAA,IAAI,EAAE,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,UAAU,EAAE,GAAG,EAAE,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,E [...] + "mappings": "AAAA,OAAO,CAAC,4CAAI;AACZ,OAAO,CAAC,4CAAI;AKCZ,AAAA,IAAI,EAAE,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,UAAU,EAAE,GAAG,EAAE,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,E [...] } \ No newline at end of file
