Skip to content

Instantly share code, notes, and snippets.

View XmlmXmlmX's full-sized avatar
🕊️

Sebastian XmlmXmlmX

🕊️
  • TTS Tooltechnic Systems AG & Co. KG
  • Germany
  • X @random54654
View GitHub Profile
@XmlmXmlmX
XmlmXmlmX / tools.svg
Created March 30, 2022 08:01
Bootstrap Icons: Tools (Fixed Version)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@XmlmXmlmX
XmlmXmlmX / tree2-fill.svg
Created July 22, 2020 10:22
New Tree Icons for Bootstrap
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@XmlmXmlmX
XmlmXmlmX / megaphone-icon.svg
Created July 10, 2020 07:11
A Megaphone Icon for Bootstrap Icons
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Please contact me @festool
@XmlmXmlmX
XmlmXmlmX / Simple Tooltips Content Example.html
Created January 26, 2018 11:44
Simple Tooltips Content Example
<button role="tooltip" data-stt aria-label="&bull; One&#010;&bull; Two&#010;&bull; Three" data-stt-orientation="se" data-stt-text-align="left">Prewrapped content allowed</button>
@XmlmXmlmX
XmlmXmlmX / Simple Tooltips Orientation Examples.html
Last active January 26, 2018 11:40
Simple Tooltips Orientation Examples
<button role="tooltip" data-stt aria-label="Hello World!" data-stt-orientation="nw">North-West</button>
<button role="tooltip" data-stt aria-label="Hello World!" data-stt-orientation="n">North</button>
<button role="tooltip" data-stt aria-label="Hello World!" data-stt-orientation="ne">North East</button>
<button role="tooltip" data-stt aria-label="Hello World!" data-stt-orientation="wn">West North</button>
<button role="tooltip" data-stt aria-label="Hello World!" data-stt-orientation="en">East North</button>
<button role="tooltip" data-stt aria-label="Hello World!" data-stt-orientation="w">West</button>
<button role="tooltip" data-stt aria-label="Hello World!" data-stt-orientation="e">East</button>
<button role="tooltip" data-stt aria-label="Hello World!" data-stt-orientation="ws">West South</button>
<button role="tooltip" data-stt aria-label="Hello World!" data-stt-orientation="es">East South</button>
<button role="tooltip" data-stt aria-label="Hello World!" data-stt-orientation="sw">South West</button>
@XmlmXmlmX
XmlmXmlmX / README.md
Last active February 14, 2020 17:50
A Panini Localization Helper

A Panini Localization Helper

This helper helps you to localize your email templates created with zurbs panini. Currently this helper will only work in a custom clone of the panini code and not as a panini-helper as described here.

Installation

Make a clone of the panini source

@XmlmXmlmX
XmlmXmlmX / outline.css
Last active February 9, 2017 07:43
Outline all elements and pseudo-elements
*, *::before, *::after {
outline: 1px red solid !important;
}
@XmlmXmlmX
XmlmXmlmX / index.html
Created November 23, 2016 14:37
Rating
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Rating</title>
</head>
<body>
<fieldset class="stars rating" id="rate1">
<label>Rate this comment:</label>
@XmlmXmlmX
XmlmXmlmX / simpletooltips.html
Last active March 23, 2016 22:03
Simple Tooltips
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Just Another Webmailer</title>
</head>
<body>
<header id="header" class="header-container"></header>
<div id="content" class="content-container">