/* CSS */
button {
font-weight: bold;
}
.dialogheader-title {
margin: 5px;
padding: 5px 8px;
border: 1px solid hsl(210, 50%, 80%);
background-color: hsl(210, 50%, 50%);
color: hsl(210, 10%, 90%);
font-size: larger;
font-weight: bold;
}
/*
Dictionary
*/
.dictionary {
font-size: 18px;
font-weight: bold;
color: hsl(210, 50%, 50%);
}
.dic_text {
font-size: 18px;
color: hsl(210, 50%, 50%);
}
.align_right {
text-align: right;
}
/*
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;
}
.delete_entry {
color: hsl(0, 100%, 50%);
font-weight: bold;
}
/*
Lexicon tab
*/
#lexicon_table {
width: 600px;
height: 650px;
}
.listheader {
padding: 2px 0;
font-weight: bold;
background-color: hsl(0, 0%, 95%);
border-bottom: 1px solid hsl(0, 0%, 50%);
}
.info_label {
width: 120px;
}
.data {
width: 90px;
}
/*
Search tab
*/
#search_table {
width: 600px;
height: 650px;
}
.bold {
font-weight: bold;
}
description {
width: 200px;
}
/*
Informations tab
*/
#tags_table {
width: 600px;
height: 650px;
font-family: "Courier new", "Ubuntu Mono", Courier, Consolas, monospace;
}