Skip to content

Instantly share code, notes, and snippets.

Created May 18, 2012 06:47
Show Gist options
  • Save anonymous/2723613 to your computer and use it in GitHub Desktop.
Save anonymous/2723613 to your computer and use it in GitHub Desktop.

Revisions

  1. @invalid-email-address Anonymous created this gist May 18, 2012.
    37 changes: 37 additions & 0 deletions dabblet.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,37 @@
    /**
    * Goodfilms New Header
    */

    /* Rectangle 4: */
    .box {
    background: #FFA700;

    width: 960px;
    height: 100px;

    background-image: -o-radial-gradient(100% 173%, rgba(0,0,0,0.50) 0%, #009D91 100%);
    background-image: -moz-radial-gradient(100% 173%, rgba(0,0,0,0.50) 0%, #009D91 100%);
    background-image: -webkit-radial-gradient(100% 173%, rgba(0,0,0,0.50) 0%, #009D91 100%);
    background-image: -ms-radial-gradient(100% 173%, rgba(0,0,0,0.50) 0%, #009D91 100%);
    background-image: radial-gradient(100% 173%, rgba(0,0,0,0.50) 0%, #009D91 100%);

    border-style: 1px solid #979797;

    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.50);
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.50);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.50);
    }

    .box h1 {
    line-height: 100px;
    padding-left: 15px;
    /* Goodfil.ms: */

    color: #FFA700;
    font-family: "Arial Black";

    -moz-text-shadow: 3px 4px 4px #0B3D02;
    -webkit-text-shadow: 3px 4px 4px #0B3D02;
    text-shadow: 3px 4px 4px #0B3D02;

    }
    2 changes: 2 additions & 0 deletions dabblet.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    <!-- content to be placed inside <body>…</body> -->
    <div class="box"><h1>Goodfil.ms</h1></div>
    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"}