Online PHP editor for testing your code. There is no isolation, do not make the web interface public!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
php-sandbox/styles.css

58 lines
747 B

body, textarea, input {
font: 12px monospace;
}
body {
background: #eee;
}
textarea {
width: 99%;
height: 400px;
margin: auto;
display: block;
}
input {
width: 99%;
margin: auto;
display: block;
height: 30px;
font-size: 20px;
}
a {
color: #88f;
}
.output {
padding: 5px 10px;
margin: 10px .4%;
}
.output img.loader {
margin-bottom: -4px;
}
.output, textarea {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #aaa;
background: #fff;
}
.help {
width: 33%;
float: left;
white-space: pre;
}
.footer {
width: 100%;
clear: left;
text-align: center;
color: #aaa;
}
.footer a {
color: #aaa;
}