Created
May 24, 2012 07:42
-
-
Save tonisuter/2780062 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
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
/** | |
* 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; | |
} |
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
<!-- content to be placed inside <body>…</body> --> | |
<ul> | |
<li>Stefan Städelin</li> | |
<li><span class='title'>Funktion:</span>Prä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:[email protected]">[email protected]</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:[email protected]">[email protected]</a></li> | |
</ul> |
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
{"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