Grammalecte  Artifact [acf1557d56]

Artifact acf1557d56d970215e4dcce19e3624320a7865539c01b865ebca5bd1523bfd31:


/* CSS */

/*
    Dictionary
*/ 
.dictionary {
    font-size: 18px;
    font-weight: bold;
    color: hsl(210, 50%, 50%);
    width: 220px;
}
.dic_text {
    font-size: 18px;
    color: hsl(210, 50%, 50%);
}
.dic_saved_date_label {
    width: 120px;
    text-align: right;
}
.dic_saved_date {
    width: 180px;
}
.dic_num_entries {
    width: 60px;
    text-align: right;
}
.dic_num_entries_label {
    width: 100px;
}


/*
    Add new words
*/
.section {
    font-size: 16px;
    font-weight: bold;
    color: hsl(210, 50%, 50%);
}

.subsection {
    font-size: 14px;
    font-weight: bold;
    color: hsl(210, 50%, 50%);
}

.option {
    width: 120px;
    font-size: 12px;
}

.m_left {
    margin-left: 20px;
}

.m_left2 {
    margin-left: 40px;
}

.v_usage {
    width: 150px;
}
.v_textbox {
    width: 200px;
}

.other_label {
    width: 80px;
}
.other_textbox {
    width: 250px;
}

#generated_words_table {
    width: 400px;
    height: 600px;
}


/*
    Lexicon tab
*/

#lexicon_table {
    width: 600px;
    height: 650px;
}

.info_label {
    width: 120px;
}
.data {
    width: 90px;
}