aboutsummaryrefslogtreecommitdiff
path: root/static/css/app.css
AgeCommit message (Collapse)Author
2024-07-14all: gabungkan perubahan dari golang.org/x/website/_content/tourShulhan
Perubahan yang diambil, * 9d77df7a - _content: replace scheme-relative URLs with "https://" * b8a52b2c - _content: replace talks.golang.org links with go.dev/talks * f7508267 - tour/content: remove links to broken translations * 53bf622d - _content/tour: add a link to the Ukraininan translation * 80138e48 - _content: add dark mode to go.dev/tour * 6fcd42d2 - _content: apply white color in transparent gopher, for dark theme * bc602d60 - _content/tour/static/lib: sync jquery@3.7.0 jquery-ui@1.13.2 * 9a8a0a00 - _content/tour/static/js: fix type errors * f8747b4b - _content/tour: improve color contrast for dark theme * 9817d4fb - _content/tour: add dark theme cursor and selection styles * a84f6ee5 - tour: call 'done' callback after Run, on message Kind 'system'
2020-01-25static: remove executable bit on all static filesShulhan
2020-01-25[layout] Fix import and syntax checkbox layout on screen width 960pxShulhan
2020-01-25[Fix #6] Content title overlapped with top nav on mobileShulhan
2018-07-11tour: fix editor layout rendering bug at slow page loadB.G.Adrian
Forcing the CodeEditor take its full parent height, solves the issue when the code content was loading slower, on Chrome. Also the yellow background was added only on each line, and not on the editor, resulting in a white box while lessons were loading. Fixes golang/tour#544 Change-Id: Ic94ba7bf284267f5b2e3ea359342ebca1a29f2b1 Reviewed-on: https://go-review.googlesource.com/122463 Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com> Reviewed-by: Andrew Bonventre <andybons@golang.org>
2017-01-04x/tools/tour: support for golang.org/x/tools/imports.Lev Shamardin
This adds a new toggle, which, when enabled, uses goimports instead of gofmt to format and auto-add imports on "format" requests. Fixes #17886. Change-Id: I7909e38c4001a372250667ef53a8af42717de200 Reviewed-on: https://go-review.googlesource.com/33202 Reviewed-by: Chris Broadfoot <cbro@golang.org> Run-TryBot: Chris Broadfoot <cbro@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
2015-12-04tour: change color on links to make them visibleFrancesc Campoy
Fixes golang/go#13121 Change-Id: Id8bad9392fd78c6c816b4e6454269055881442f1 Reviewed-on: https://go-review.googlesource.com/17405 Reviewed-by: Minux Ma <minux@golang.org>
2015-10-20tour: fix CSS for next/previous buttonsFrancesc Campoy
Change-Id: I1d82d08872f674676dc5f81ddf4b3749b22410c0 Reviewed-on: https://go-review.googlesource.com/16134 Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-10-20tour: swap content and codeFrancesc Campoy
CSS modified so the change in the HTML is just swapping ids. Change-Id: I1f03b088e915c5aae5a37d775ff24b6501a2f6c5 Reviewed-on: https://go-review.googlesource.com/16120 Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-07-20tour: fix click catcher so TOC hides when clicking awayFrancesc Campoy
Fixes golang/go#11753 Change-Id: I01488d4dcef627a2f1475f5de3cc7a0bebc6d3f7 Reviewed-on: https://go-review.googlesource.com/12432 Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-07-20tour: add kill button to interfaceFrancesc Campoy
Change-Id: I91087f40329ffce4787b5e0ec84b604a0b92b53b Reviewed-on: https://go-review.googlesource.com/12377 Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-04-17tour: add feedback button as an icon with a tooltipFrancesc Campoy
This opens a new window to create an issue with a template text. Change-Id: Ib073f6f01b959133832ab71a0bdfef77d84d12bb Reviewed-on: https://go-review.googlesource.com/8904 Reviewed-by: Minux Ma <minux@golang.org> Reviewed-by: Rob Pike <r@golang.org>
2014-12-05go-tour: The TOC click-catcher shouldn't cover the TOC scrollbar.Francesc Campoy
Fixes 183 LGTM=adg R=adg CC=golang-codereviews https://golang.org/cl/182510043
2014-11-11go-tour: add error highlightingFrancesc Campoy
LGTM=adg R=adg CC=golang-codereviews https://golang.org/cl/170040043
2014-08-27go-tour: store file contents in local storageFrancesc Campoy
Added reset button and moved the syntax checkbox to the top of the editor. Fixes #179 LGTM=adg R=adg CC=golang-codereviews https://golang.org/cl/135040043
2014-05-20go-tour: Make syntax toggle work.Francesc Campoy
fixes #175 LGTM=adg R=adg CC=golang-codereviews https://golang.org/cl/92520045
2014-03-31go-tour: fix static content servingAndrew Gerrand
LGTM=hyangah R=golang-codereviews, hyangah CC=golang-codereviews https://golang.org/cl/82430043
2014-02-25go-tour: tour redesignFrancesc Campoy
The web UI has been implemented from scratch using AngularJS and fetches the content of the modules via a REST APi. The tour has been split into different modules composed by a list of lessons. When a new lesson is added it will be accessible publicly, but it won't appear in the list of modules until the corresponding `lesson` element is added to list.html. The new version is accessible at http://campoy.cat/gotour LGTM=adg R=r, adg, kamil.kisiel, egonelbre, nightlyone, dan.kortschak, gobot, bradfitz, davidday CC=golang-codereviews https://golang.org/cl/36500046