drime

French rhyme dictionary with web and CLI interface
git clone https://a3nm.net/git/drime/
Log | Files | Refs | README

main.css (1604B)


      1 h1 {
      2   background: #040;
      3   float: left;
      4   margin: 0;
      5   margin-right: 0.3em;
      6   font-size: 100%;
      7   padding: 0.2em;
      8 }
      9 
     10 h1 a, #about {
     11   color: white;
     12   text-decoration: none;
     13 }
     14 
     15 .darklink{
     16   color: white;
     17 }
     18 
     19 header {
     20   background: black;
     21   overflow: auto;
     22   color: white;
     23   width: 100%;
     24   position: fixed;
     25   top: 0;
     26 }
     27 
     28 #about a {
     29   float: right;
     30   color: #0c0;
     31 }
     32 
     33 body {
     34   margin: 0;
     35   padding: 0;
     36 }
     37 
     38 .redundant {
     39   display: none;
     40 }
     41 
     42 .num {
     43   text-align: center;
     44 }
     45 
     46 table, .faketable {
     47   width: 100%;
     48   margin: 0;
     49   padding: 0;
     50 }
     51 
     52 .odd {
     53   background: #dfd;
     54 }
     55 
     56 .help {
     57   vertical-align: super;
     58 }
     59 
     60 header #nsyl {
     61   width: 6em;
     62 }
     63 
     64 header #query {
     65   width: 15em;
     66 }
     67 
     68 .ellipsis {
     69   text-overflow: ellipsis;
     70 }
     71 
     72 .faketable {
     73   display: table;
     74 }
     75 
     76 #disambig a {
     77   text-decoration: none;
     78   color: black;
     79 }
     80 
     81 #disambig li {
     82   padding: 0.3em;
     83 }
     84 
     85 #result_header {
     86   clear: both;
     87   text-align: center;
     88   margin: 0;
     89 }
     90 
     91 #body {
     92   margin-top: 3.5em;
     93   padding-left: 0.5em;
     94   padding-right: 0.5em;
     95 }
     96 
     97 header form {
     98   float: right;
     99 }
    100 
    101 .page {
    102   text-align: center;
    103 }
    104 
    105 /*#col_word {
    106   width: 10%;
    107 }
    108 #col_pron {
    109   width: 10%;
    110 }
    111 #col_derivations {
    112   width: 30%;
    113 }
    114 #col_freq {
    115   width: 15%;
    116 }
    117 #col_phon {
    118   width: 7%;
    119 }
    120 #col_eye {
    121   width: 7%;
    122 }*/
    123 
    124 #bigform {
    125   max-width: 25em;
    126   border: 3px outset #040;
    127   padding: 1em;
    128   background: #040;
    129   color: white;
    130   margin: auto;
    131   margin-top: 4em;
    132   overflow: auto;
    133 }
    134 
    135 #bigform input[type=text] {
    136   margin-bottom: 0.7em;
    137   width: 50%;
    138 }
    139 
    140 #bigform label {
    141 }
    142 
    143 #bigform #submit {
    144   float: right;
    145   margin-top: 0.3em;
    146   margin-bottom: 0;
    147   width: 7em;
    148 }
    149 
    150 .warning {
    151   font-style: italic;
    152 }