Skip to content

Instantly share code, notes, and snippets.

@350d
Created March 22, 2014 08:20
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save 350d/9703098 to your computer and use it in GitHub Desktop.
Save 350d/9703098 to your computer and use it in GitHub Desktop.
Styles for phpinfo();
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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment