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 4a65750afb36899619f9fdbd263800f49fc719ba Author: Andrea Del Bene <[email protected]> AuthorDate: Fri Jun 19 16:55:09 2020 +0200 New favicon --- _sass/taiga/_base.scss | 1 + _sass/taiga/_layout.scss | 5 +++++ content/atom.xml | 2 +- content/css/style.css | 2 ++ content/css/style.css.map | 6 +++--- content/favicon.ico | Bin 1150 -> 1910 bytes favicon.ico | Bin 1150 -> 1910 bytes 7 files changed, 12 insertions(+), 4 deletions(-) diff --git a/_sass/taiga/_base.scss b/_sass/taiga/_base.scss index 7d683ec..6abd3f5 100644 --- a/_sass/taiga/_base.scss +++ b/_sass/taiga/_base.scss @@ -118,3 +118,4 @@ dl { dd { @include grid(32); } } } + diff --git a/_sass/taiga/_layout.scss b/_sass/taiga/_layout.scss index 236f529..effeb03 100644 --- a/_sass/taiga/_layout.scss +++ b/_sass/taiga/_layout.scss @@ -54,3 +54,8 @@ @include grid-container; padding: $spacing; } + +footer { + background-image: linear-gradient(rgb(255, 255, 255) 0px, rgb(233, 233, 233) 30%); +} + diff --git a/content/atom.xml b/content/atom.xml index 620a459..beb69a2 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-18T14:52:28+02:00</updated> + <updated>2020-06-19T16:40: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 c01dab9..2539c39 100644 --- a/content/css/style.css +++ b/content/css/style.css @@ -110,6 +110,8 @@ dl.advanced dd { float: left; width: 66.6666666667%; margin-left: 0%; margin-rig .l-menu-container:after { clear: both; } +footer { background-image: linear-gradient(white 0px, #e9e9e9 30%); } + .is-hidden { display: none !important; } .is-hidden, .is-invisible { visibility: hidden !important; } diff --git a/content/css/style.css.map b/content/css/style.css.map index b7741f6..baa2170 100644 --- a/content/css/style.css.map +++ b/content/css/style.css.map @@ -27,8 +27,8 @@ "// =========== 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 [...] - "// =========== Base\n\nhtml, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, [...] - "// =========== Layout\n\n.l-full {\n width:100%;\n @include breakpoint($breakpoint-10) { @include grid(48, 1); }\n}\n\n.l-two-third {\n\n @include breakpoint($breakpoint-10) { @include grid(32, 1); }\n}\n\n.l-half {\n\n @include breakpoint($breakpoint-10) { @include grid(24, 1); }\n}\n\n.l-one-quarter {\n @include breakpoint($breakpoint-10) { @include grid(12, 1); }\n}\n\n.l-one-eigth {\n @include breakpoint($breakpoint-10) { @include grid(6, 1); }\n}\n\n.l-one-sixth [...] + "// =========== Base\n\nhtml, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, [...] + "// =========== Layout\n\n.l-full {\n width:100%;\n @include breakpoint($breakpoint-10) { @include grid(48, 1); }\n}\n\n.l-two-third {\n\n @include breakpoint($breakpoint-10) { @include grid(32, 1); }\n}\n\n.l-half {\n\n @include breakpoint($breakpoint-10) { @include grid(24, 1); }\n}\n\n.l-one-quarter {\n @include breakpoint($breakpoint-10) { @include grid(12, 1); }\n}\n\n.l-one-eigth {\n @include breakpoint($breakpoint-10) { @include grid(6, 1); }\n}\n\n.l-one-sixth [...] "// =========== States\n\n.is-hidden { display: none !important; }\n\n.is-hidden, .is-invisible { visibility: hidden !important; }\n\n.is-active, .is-visible { display: block; }\n\n.left { @include breakpoint($breakpoint-10) { float: left; } }\n\n.right { @include breakpoint($breakpoint-10) { float: right; } }\n\n.text-left { text-align: left; }\n\n.text-right { text-align: right; }\n\n.text-center { text-align: center; }\n\n.nowrap { white-space: nowrap; }\n\nimg.desaturated {\n -w [...] "// =========== Buttons\n\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n border: 0;\n padding: 0;\n}\n\n%button {\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n border: 0;\n border-radius: $border-radius-10;\n cursor: pointer;\n display: inline-block;\n font-family: $font-family-body;\n font-size: $font-size-30;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-weight: bold; [...] "// =========== Print\n\n@media print {\n * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */\n a, a:visited { text-decoration: underline; }\n a[href]:after { content: \" (\" attr(href) \")\"; }\n abbr[title]:after { content: \" (\" attr(title) \")\"; }\n .ir a:after, a[href^=\"javascript:\"]:after, a[href^=\"#\"]:after { content: \"\"; [...] @@ -42,5 +42,5 @@ "\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 diff --git a/content/favicon.ico b/content/favicon.ico index 77e0c70..2834173 100644 Binary files a/content/favicon.ico and b/content/favicon.ico differ diff --git a/favicon.ico b/favicon.ico index 77e0c70..2834173 100644 Binary files a/favicon.ico and b/favicon.ico differ
