This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<!-- 1. Add the Leaflet stylesheet. --> | |
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" | |
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" | |
crossorigin=""/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name YouTrack | |
// @namespace https://gist.github.com/nfreear | |
// @version 0.1 | |
// @description Add buttons for easier keyboard navigation of YouTrack. | |
// @author Nick Freear | |
// @match https://*.myjetbrains.com/youtrack/issue* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=myjetbrains.com | |
// @grant none | |
// ==/UserScript== |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> <title> listbox-group test </title> | |
<meta charset="utf-8"> | |
<style> | |
body { | |
line-height: 1.5; | |
margin: 1rem auto; | |
max-width: 30rem; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> <title> Chart </title> | |
<style> | |
#container { | |
height: 400px; | |
width: 100%; | |
} | |
.highcharts-point { | |
fill: teal; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> <title> My-login test </title> | |
<style> | |
body { font: 1.1rem/1.6 sans-serif; margin: auto; max-width: 32rem; } | |
button, input { font: inherit; padding: .3rem; } | |
button { display: block; X-padding: .3rem 1rem; width: 7rem; margin: 0 auto; } | |
input { min-width: 14rem; } | |
hr { border-top: 3px blue solid; margin: 1rem; } | |
my-login { border: 1px solid #bbb; display: block; padding: 1rem; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> <title> Import tests </title> | |
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" | |
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14=" | |
crossorigin=""/> | |
<style> | |
#map { x-height: 180px; height: 72vh; } | |
button { font-size: inherit; padding: .5rem 1rem; } | |
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> <title> fullscreen test </title> | |
<style> | |
body { | |
margin: auto; | |
max-width: 35rem; | |
} | |
my-fullscreen { | |
border: 3px solid red; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> <title> CSS 4 System Colours </title> | |
<style> | |
body { | |
background-color: var(--canvas, Canvas); | |
color: var(--canvas-text, CanvasText); | |
margin: 1rem auto; | |
max-width: 30rem; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html><html lang="en"> <title> Slideshow test </title> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width,initial-scale=1"> | |
<meta name="author" content="NDF, 13-Sep-2022"> | |
<body data-X-class="h-screen full-page-demo" data-page="demo"> | |
<div class="reveal"> | |
<div class="slides"> |
NewerOlder