/**
 * Tatoeba Project, free collaborative creation of multilingual corpuses project
 * Copyright (C) 2010  HO Ngoc Phuong Trang <tranglich@gmail.com>
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */


/*
 * Sentence
 */
@import url(../elements/sentences_group.css);


/*
 * Glyphs
 */
div.glyph {
    display: inline;
    font-size: 2em;
}

div.glyph:hover {
    background-color: #E55F0E;
    color: white;
    cursor: pointer; 
}

a.radical {
    font-size: 2em;
}

a.radical:hover {
    background-color: #FFA800;
    color: white;
}

#sinogramGlyph {
    font-size: 5em;
}

.radicalStrokesNumber {  
    padding-right: 5px;
    padding-left: 5px; 
    font-size: 1.5em;
}

p.introduction {
    font-size: 1em;
    text-align: justify;    
}

p#stillBetaText {
    text-align: justify;
}

#search_form {
    border: 1px solid #C1C1C1;
    background: #F1F1F1;
    padding: 10px;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 40px;
}

#searchResults {
    padding-top: 20px;
}

#noGlyphFound {
    color: #EC8383;
}

#SinogramSearchForm div {
    display: inline;
}
