Skip to content

Instantly share code, notes, and snippets.

@domhaase
Last active August 29, 2015 14:27
Show Gist options
  • Save domhaase/56b5c66f79b97f739f0c to your computer and use it in GitHub Desktop.
Save domhaase/56b5c66f79b97f739f0c to your computer and use it in GitHub Desktop.

Revisions

  1. domhaase revised this gist Aug 11, 2015. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion dabblet.css
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,12 @@
    */

    .menu {
    background-color: fuchsia;
    color: black;
    display: block;
    width: 10em;
    background-color: #efefef;
    padding: 1em 2em;

    }

    a {
  2. domhaase revised this gist Aug 11, 2015. 3 changed files with 9 additions and 4 deletions.
    9 changes: 7 additions & 2 deletions dabblet.css
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,12 @@
    background-color: fuchsia;
    }

    .menu a {
    a {
    color: black;
    display: inline-block;
    background-color: #efefef;
    padding: 1em 2em;
    text-decoration: none;
    border: 5px black;
    border: 2px solid #999;
    border-radius: 5px;
    }
    2 changes: 1 addition & 1 deletion dabblet.html
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    <!-- content to be placed inside <body>…</body> -->

    <a href=#>Menu</a>
    <div class="menu">
    <a href=#>Menu</a>
    <ul>
    <li>lorem</li>
    <li>ipsum</li>
    2 changes: 1 addition & 1 deletion settings.json
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
    {"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
  3. domhaase revised this gist Aug 11, 2015. 1 changed file with 2 additions and 3 deletions.
    5 changes: 2 additions & 3 deletions dabblet.css
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,6 @@
    }

    .menu a {
    color: green;
    text-style: normal;
    pointer: curser;
    text-decoration: none;
    border: 5px black;
    }
  4. domhaase revised this gist Aug 11, 2015. 2 changed files with 14 additions and 3 deletions.
    12 changes: 11 additions & 1 deletion dabblet.css
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,13 @@
    /**
    * Folding Menu
    */
    */

    .menu {
    background-color: fuchsia;
    }

    .menu a {
    color: green;
    text-style: normal;
    pointer: curser;
    }
    5 changes: 3 additions & 2 deletions dabblet.html
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    <!-- content to be placed inside <body>…</body> -->

    <div>
    <div class="menu">
    <a href=#>Menu</a>
    <ul>
    <li>lorem</li>
    @@ -9,4 +9,5 @@
    <li>test</li>
    <li>test</li>
    <li>test</li>
    </ul>
    </ul>
    </div>
  5. domhaase created this gist Aug 11, 2015.
    3 changes: 3 additions & 0 deletions dabblet.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    /**
    * Folding Menu
    */
    12 changes: 12 additions & 0 deletions dabblet.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    <!-- content to be placed inside <body>…</body> -->

    <div>
    <a href=#>Menu</a>
    <ul>
    <li>lorem</li>
    <li>ipsum</li>
    <li>test</li>
    <li>test</li>
    <li>test</li>
    <li>test</li>
    </ul>
    1 change: 1 addition & 0 deletions dabblet.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    // alert('Hello world!');
    1 change: 1 addition & 0 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    {"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}