Sha256: 3c38b27e1aebbbff173d18781bce6ec1b9d3a48034d4dc7479c42331343fc062

Contents?: true

Size: 1.85 KB

Versions: 3

Compression:

Stored size: 1.85 KB

Contents

body {
    color: #000000;
    background-color: #cac3ec4f;
    overflow: hidden;
    font-size: 12px;
}

hr {
    color: #ffffff;
    background-color: #000000;
    height: 1px;
    /* 線の太さ */
    border: 1px;
    /* 枠の太さ */
    border-style: solid;
    /* 枠の種類 */
}

.error {
    color: red;
}

.outarea {
    background-color: #FFFFFF;
    margin: 5px;
    padding: 5px;
    width: 95vw;
    height: 50vh;
    overflow: auto;
}

.inarea {
    border: thin solid #000000;
    margin: 5px;
    padding: 5px;
    width: 95%;
}

input.long {
    width: 90%;
    background-color: #FAFAFA;
    margin: 5px;
    padding: 5px;
}

textarea.long {
    width: 95vw;
    height: 50vh;
}

.ui-widget {
    font-size: 12px;
}

.ui-autocomplete {
    max-height: 45vh;
    max-width: 90wh;
    overflow-y: auto;
    overflow-x: auto;
    padding-right: 10px;
}

#jquery-ui-autocomplete label {
    float: left;
    margin-right: 0.5em;
    color: black;
}

.ui-autocomplete.ui-front {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    z-index: 1000 !important;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.long {
    width: 90%;
}

#setting_dialog {
    color: #796fe9;
    background-color: #000000;
}

.setting_name {
    width: 200px;
    color: #796fe9;
    background-color: #000000;
}

.setting_value {
    width: 300px;
    color: #796fe9;
    background-color: #000000;
}

.setting_checkbox {
    color: #796fe9;
    background-color: #000000;
}

ul.log {
    list-style-type: decimal;
    font-size: 12px;
    color: #5d0a94;
}

input[type="search"] {
    -webkit-appearance: searchfield;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
browser_app_base-0.1.2 lib/template/css/index.css
browser_app_base-0.1.1 lib/template/css/index.css
browser_app_base-0.1.0 lib/template/css/index.css