view css/black-box.css @ 105:e309abd8ceca

css tweak
author Atul Varma <avarma@mozilla.com>
date Thu, 29 Apr 2010 10:41:59 -0700
parents e79a2dd66e25
children 9a524c01b0f1
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 {
    float: left;
}

#dashboard {
    width: 640px;
    height: 480px;
    border: none;
    margin-right: 1em;
}

.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;
}