Skip to content

Instantly share code, notes, and snippets.

@sc0Vu
Forked from 350d/phpinfo.css
Last active August 26, 2015 08:05
Show Gist options
  • Select an option

  • Save sc0Vu/e934e2daabc0eb87c9d7 to your computer and use it in GitHub Desktop.

Select an option

Save sc0Vu/e934e2daabc0eb87c9d7 to your computer and use it in GitHub Desktop.

Revisions

  1. @350d 350d created this gist Mar 22, 2014.
    71 changes: 71 additions & 0 deletions phpinfo.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,71 @@
    html {
    background: #fff;
    margin:0;
    padding:0;
    }
    body {
    color: #233452;
    height: 100%;
    font-family: Verdana, Helvetica, sans-serif;
    margin: 20px 0;
    padding: 0;
    }

    table {
    width: 730px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 1px;
    }

    td, th {
    border: 1px solid #FFF;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    padding:4px 8px;
    }

    h1 {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 24px;
    margin: 10px;
    }

    h2 {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 22px;
    color: #0B5FB4;
    text-align: left;
    margin: 25px auto 5px auto;
    width: 724px;
    }

    hr {
    background-color: #A9A9A9;
    color: #A9A9A9;
    }

    .e, .v, .vr {
    color: #333;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    }
    .e {
    background-color: #eee;
    }
    .h {
    background-color: #0B5FB4;
    color: #fff;
    }
    .v {
    background-color: #F1F1F1;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    }
    img {
    display:none;
    }