aboutsummaryrefslogblamecommitdiff
path: root/static/style.css
blob: 8721461fa1a239d56ed9eaa1d09316324c093ac9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13

                
                          

 







                        



                   

                       
                    
















                     


                       
                      

 

                    
 












                                  
a {
    color: blue;
    text-decoration: none;
}

tr:hover {
    background: #EEE;
}

td {
    vertical-align: top;
}

.chars {
    color: #007700;
}

.ja {
    text-align: center;
    font-size: 2rem;
}

.ja:hover .char_cur {
    color: red;
}

.ja:hover .char_p1 {
    color: magenta;
}

.ja:hover .char_p2 {
    color: blue;
}

.ja:hover .char_bad {
    color: grey;
}

.en {
    text-align: center;
    font-size: 1.2rem;
}

details .chars {
    font-size: 3rem;
}

.about_page, .batch_page {
    max-width: 800px;
    margin: auto;
    text-align: justify;
}

.about_page h2 {
    border-bottom: 1px solid #aaa;
}
.about_page h3:before {
    content: "➤ ";
}