Skip to content

Instantly share code, notes, and snippets.

@web20opensource
Last active March 3, 2016 20:33
Show Gist options
  • Select an option

  • Save web20opensource/d7dc05d0d73152fedf8b to your computer and use it in GitHub Desktop.

Select an option

Save web20opensource/d7dc05d0d73152fedf8b to your computer and use it in GitHub Desktop.

Revisions

  1. web20opensource revised this gist Mar 3, 2016. 1 changed file with 10 additions and 1 deletion.
    11 changes: 10 additions & 1 deletion stylefortemplate.css
    Original file line number Diff line number Diff line change
    @@ -34,4 +34,13 @@
    }




    .vertical-container {
    height: 300px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    }
  2. web20opensource revised this gist Mar 3, 2016. 1 changed file with 37 additions and 10 deletions.
    47 changes: 37 additions & 10 deletions stylefortemplate.css
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,37 @@
    table[class="pickMyTable"]{
    font-size:500%;
    font-weight:bold;
    }

    .pickMyTable{
    font-size:500%;
    font-weight:bold;
    }

    /* Client-specific Styles */
    #outlook a {padding:0;} /* Force Outlook to provide a "view in browser" message */
    .ReadMsgBody {width:100%;} .ExternalClass {width:100%;} /* Force Hotmail to display emails at full width */
    body{width:100% !important; max-width: 640px !important; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; -webkit-font-smoothing: antialiased; margin: 0 auto; padding:0; background-color: #DFDDDB;}

    /* Prevent Webkit and Windows Mobile platforms from changing default font sizes, while not breaking desktop design. */
    #backgroundTable {margin:0; padding:0; width:100% !important; line-height: 100% !important;}
    img {outline:none; text-decoration:none;border:none; -ms-interpolation-mode: bicubic;}
    a img {border:none;}
    p {margin: 0px 0px !important;}
    table td {border-collapse: collapse; padding:0}
    table { border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt; }

    /*STYLES*/


    /*IPAD STYLES*/
    @media only screen and (max-width: 640px) {

    }
    /*IPHONE STYLES*/
    @media only screen and (max-width: 480px) {

    }

    table[class="pickMyTable"]{
    font-size:500%;
    font-weight:bold;
    }

    .pickMyTable{
    font-size:500%;
    font-weight:bold;
    }



  3. web20opensource revised this gist Mar 3, 2016. 1 changed file with 8 additions and 2 deletions.
    10 changes: 8 additions & 2 deletions stylefortemplate.css
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,10 @@
    body{
    table[class="pickMyTable"]{
    font-size:500%;
    font-weight:bold;
    }
    }

    .pickMyTable{
    font-size:500%;
    font-weight:bold;
    }

  4. web20opensource created this gist Mar 3, 2016.
    4 changes: 4 additions & 0 deletions stylefortemplate.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    body{
    font-size:500%;
    font-weight:bold;
    }