view css/black-box.css @ 107:9a524c01b0f1

better black-box css for iphone/ipad
author Atul Varma <avarma@mozilla.com>
date Fri, 30 Apr 2010 04:13:34 -0700
parents e309abd8ceca
children 4567dc69cb3e
line wrap: on
line source

body {
    background: black;
    color: white;
    font-family: Monaco, monospace;
    font-size: 9pt;
}

a {
    color: white;
    text-decoration: underline;
}

#dashboard-container {
    margin-right: 1em;
}

#dashboard {
    width: 640px;
    height: 480px;
    border: none;
}

.test-button:before {
    content: "Test ";
}

.test-button {
    display: block;
    margin: 1em;
    cursor: pointer;
}

.running:after {
    content: " (now running)";
    color: yellow;
}

span.test-button:hover {
    background: #404040;
}