'action' => 'ls',
];
- public $colors = [
+ public $_colors = [
'body' => '#ddd',
'body-background' => '#009B9C',
'button-background' => '#aaa',
'button-border' => '#888',
];
+ public $colors = [
+ ];
public $css = '/default.css';
public $ext;
html {
font: 90% 'Trebuchet MS', sans-serif;
+ background-color: #eee;
}
body {
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
+ color: #444;
}
h1 {
textarea,
select,
input:not([type]),
-input[type='text']
-input[type='password']
-input[type='date']
-input[type='email']
-input[type='url']
-input[type=''], {
- box-shadow: 0 0 5px 0 #eee;
- border-radius: 4px;
- border: solid 1px #eee;
+input[type='text'],
+input[type='password'],
+input[type='date'],
+input[type='email'],
+input[type='url'],
+input[type=''] {
+ border-radius: 3px;
+ border: solid 1px #ddd;
+ padding: 0.3em 0.4em;
}
input[size] {
max-width: 70%;
.block,
object, iframe, pre
{
- border-radius: 2px;
+ border-radius: 4px;
border-collapse: separate;
border-spacing: 0;
padding: 0.5em 0.2em;
margin-bottom: 0.5em;
- border: solid 1px;
+ border: solid 1px #ccc;
}
table.rows { padding: 0; }
-table.rows th, table.rows td { border-bottom: solid 1px; }
+table.rows th, table.rows td { border-bottom: solid 1px #ccc; }
table.rows tr:last-child td { border-bottom: none; }
.menu, .nav, .rows,
box-sizing: border-box;
margin: 0;
padding: 0 0.2em;
- border: solid 1px;
+ border: solid 1px #aaa;
+ background-color: #ccc;
}
a:hover,