Skip to content

Instantly share code, notes, and snippets.

@tonisuter
Created May 24, 2012 07:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonisuter/2780062 to your computer and use it in GitHub Desktop.
Save tonisuter/2780062 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
html {
font-family:verdana;
background-color:#232323;
}
ul {
list-style:none;
padding:0px;
margin:0px 0px 30px 0px;
}
ul li:first-child {
color:#ffffff;
font-weight:bold;
padding-bottom:5px;
}
ul li span.title {
color:#cccccc;
width:80px;
display:inline-block;
}
ul li {
color:white;
}
ul li a {
color:white;
}
ul li a:hover {
color:#cccccc;
}
<!-- content to be placed inside <body>…</body> -->
<ul>
<li>Stefan St&auml;delin</li>
<li><span class='title'>Funktion:</span>Pr&auml;sident</li>
<li><span class='title'>Adresse:</span>Schweielstrasse 18; 5630 Muri</li>
<li><span class='title'>Telefon:</span>078 648 63 16</li>
<li><span class='title'>Email:</span><a href="mailto:staedelin@bluewin.ch">staedelin@bluewin.ch</a></li>
</ul>
<ul>
<li>Robert Stirnimann</li>
<li><span class='title'>Funktion:</span>Vicepräsident / Obmann Gewehr 50m</li>
<li><span class='title'>Adresse:</span>Sonnenrainstrasse 18; 5636 Benzenschwil</li>
<li><span class='title'>Telefon:</span>056 666 54 27 / 079 358 80 04</li>
<li><span class='title'>Email:</span><a href="mailto:stirnimann.robert@bluewin.ch">stirnimann.robert@bluewin.ch</a></li>
</ul>
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment