<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home
{
/*
    border-top: 10px solid #771111;
*/
}

.home_search_buffer
{
    visibility: hidden;
}

.home_search_input
{
    text-align: center;
    background-color: #BBBBBB;
    position: fixed;
    z-index: 1;
    transition: height 0.5s;
    overflow: hidden;
    color: #000000;
}

.home_search_input_contents
{
    max-width: 1000px;
    margin: 0px auto;
}

.home_search_input, .home_search_output
{
    width: 100vw;
    clear: both;
}

.home_search_output
{
    border-top: 1px solid #000000;
    margin-bottom: 200px;
}

.home_add_note
{
    border-radius: 50%;
    border: 1px solid #b1b1b1;
    background-color: #FFFFFF;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 40px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    box-shadow: 0px 0px 20px;
    color: #000000;
}

.home_input_name, .home_input_field
{
    float: left;
    width: 25%;
    margin-top: 10px;
}

.home_input_name
{
/*
    clear: left;
*/
    text-align: right;
}

.home_input_field
{
    text-align: left;
}

.home_input_field input
{
    width: 100%;
}

.home_note
{
    clear: both;
    border: 1px solid #b0b0b0;
    overflow: hidden;
    font-size: 14px;
    width: 75%;
    max-width: 800px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

.home_note_body
{
    color: #000000;
    cursor: pointer;
}

.home_note_header
{
    font-size: 20px;
    color: #FFFFFF;
    background-color: #444444;
    background: repeating-linear-gradient(
        135deg,
        #222222,
        #222222 4px,
        #444444 4px,
        #444444 6px
    );
    font-weight: bold;
    overflow: inherit;
}

.home_form_score_2 .home_note_header
{
    background: repeating-linear-gradient(
        135deg,
        #C99410,
        #C99410 4px,
        #DAA520 4px,
        #DAA520 6px
    );
}

.home_form_score_1 .home_note_header
{
    background: repeating-linear-gradient(
        135deg,
        #444444,
        #444444 4px,
        #666666 4px,
        #666666 6px
    );
}

.home_form_score_0 .home_note_header
{
    background: repeating-linear-gradient(
        135deg,
        #8B4513,
        #8B4513 4px,
        #C99410 4px,
        #C99410 6px
    );
}

.home_note_header_left
{
    background-image: url('SmashBrosSymbol.svg');
    background-size: 48px 48px;
    background-repeat: no-repeat;
    text-align: left;
    width: 10%;
    float: left;
    padding: 0px;
    height: 48px;
}

.home_note_header_center
{
    text-align: center;
    padding: 5px 0px 10px 0px;
    width: 80%;
    float: left;
}

.home_note_header_right
{
    text-align: left;
    padding: 5px 0px 10px 0px;
    width: 10%;
    float: left;
}

.home_note_holder
{
    font-size: 20px;
    padding: 5px;
}

.home_note_media
{
    padding: 0px;
}

.home_note_unfold
{
    height: 0px;
    transition: height 0.8s;
}

.ts_canvas_container
{
    width: 100vw;
    height: 25vh;
    margin: 0px;
    background-color: #FFFFFF;
}

.home_search_output
{
    color: #FFFFFF;
}

.home_note
{
    color: #000000;
}

/* floating undoes the unfold magic
.home_note_date
{
    float: left;
    width: calc(50% - 10px);
}

.home_note_edit
{
    float: right;
    width: calc(50% - 10px);
    text-align: right;
}
*/

.home_note_holder a
{
    color: #444444;
}

.home_category_box
{
    width: 180px;
    max-width: 40%;
    float: left;
    text-align: center;
/*
    border: 5px solid #000000;
*/
    background-color: #DDDDDD;
    background: repeating-linear-gradient(
        135deg,
        #BBBBBB,
        #BBBBBB 2px,
        #DDDDDD 2px,
        #DDDDDD 6px
    );
    margin: 10px;
    cursor: pointer;
}

.home_category_checked
{
    background-color: #000000;
    background: #000000;
    color: #FFFFFF;
    font-weight: bold;
}

.home_categories
{
    width: 50%;
    margin-left: 50%;
}

.home_category_checkbox
{
    display: none;
}

.home_note_text
{
    white-space: pre-wrap;
}

.home_search_character_help
{
    overflow-y: scroll;
    background-color: #FFFFFF;
    position: absolute;
    cursor: pointer;
}

.home_load_more
{
    text-align: center;
}

.home_search_input_note
{
    background-color: #FFFFFF;
    cursor: text;
}

.home_note table
{
    color: #000000;
}

.home_form_field_box_results
{
    margin-bottom: 50px;
}

.home_form_field_box_half
{
    width: 50%;
    float: left;
}

.home_form_field_box_media iframe
{
    width: 100% !important;
}

.tools_submit_button
{
    margin-top: 10px;
}

.home_form_field_box_bar_chart
{
    border: 1px solid #000000;
    width: calc(50% - 2px);
    float: left;
}

.tools_form_bar_chart_line
{
    clear: both;
}

.tools_form_field_bar_holder
{
    width: calc(50% - 2px);
    height: 15px;
    border: 1px solid #000000;
    float: left;
}

.tools_form_field_bar_contents
{
    height: 100%;
    background-color: #000000;
}

.home_form_field_box_character,
.home_form_field_box_string,
.home_form_field_box_int
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.home_form_field_box_character .tools_form_field_name,
.home_form_field_box_string .tools_form_field_name,
.home_form_field_box_int .tools_form_field_name
{
    text-align: right;
    width: calc(50% - 10px);
    padding-right: 10px;
}

.home_form .home_note_unfold_inner
{
    padding: 20px;
}

.home_form_field_box_readonly .tools_form_field_input
{
    white-space: pre-wrap;
}

/****************/
/* mobile stuff */
/****************/

@media (max-width: 1024px)
{

    .home_note_header, .home_note_holder
    {
        font-size: 16px;
    }

    .home_note_header_left
    {
        height: 37px;
        background-size: 37px 37px;
    }

    .home_note
    {
        width: 100%;
    }

}
</pre></body></html>