includes/clientside/css/enano-shared.css
changeset 84 f99fb84bd959
parent 83 80facec76d9f
child 87 570f68c3fe36
equal deleted inserted replaced
83:80facec76d9f 84:f99fb84bd959
     1 /*
     1 /*
     2  * Shared stuff that all Enano themes (should) use
     2  * Shared stuff that all Enano themes (should) use
     3  */
     3  */
     4 
     4  
     5 /* Information, warning, question, error, and wait boxes */
     5 /* Information, warning, question, error, and wait boxes */
     6 div.error-box                     { background-image: url(../../../images/error.png);    background-position: 8px 8px; background-repeat: no-repeat; background-color: #FFF4F4; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 0; min-height: 25px; }
     6 div.error-box                     { background-image: url(../../../images/error.png);    background-position: 8px 8px; background-repeat: no-repeat; background-color: #FFF4F4; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 0; min-height: 25px; }
     7 div.info-box                      { background-image: url(../../../images/info.png);     background-position: 8px 8px; background-repeat: no-repeat; background-color: #F4F4FF; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 0; min-height: 25px; }
     7 div.info-box                      { background-image: url(../../../images/info.png);     background-position: 8px 8px; background-repeat: no-repeat; background-color: #F4F4FF; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 0; min-height: 25px; }
     8 div.warning-box                   { background-image: url(../../../images/warning.png);  background-position: 8px 8px; background-repeat: no-repeat; background-color: #FFFFF4; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 0; min-height: 25px; }
     8 div.warning-box                   { background-image: url(../../../images/warning.png);  background-position: 8px 8px; background-repeat: no-repeat; background-color: #FFFFF4; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 0; min-height: 25px; }
     9 div.question-box                  { background-image: url(../../../images/question.png); background-position: 8px 8px; background-repeat: no-repeat; background-color: #F4FFF4; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 0; min-height: 25px; }
     9 div.question-box                  { background-image: url(../../../images/question.png); background-position: 8px 8px; background-repeat: no-repeat; background-color: #F4FFF4; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 0; min-height: 25px; }
    10 div.wait-box                      { background-image: url(../../../images/wait.png);     background-position: 8px 8px; background-repeat: no-repeat; background-color: #FFF4FF; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 0; min-height: 25px; }
    10 div.wait-box                      { background-image: url(../../../images/wait.png);     background-position: 8px 8px; background-repeat: no-repeat; background-color: #FFF4FF; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 0; min-height: 25px; }
       
    11 
       
    12 /* IE-only stylesheet \*/
       
    13 @import url("enano-shared-ie.css");
       
    14 /* End IE-only stylesheet */
    11 
    15 
    12 div.error-box-mini                { background-image: url(../../../images/mini-error.png);    background-position: 5px center; background-repeat: no-repeat; background-color: #FFF4F4; border: 1px solid #406080; padding: 4px 4px 4px 26px; margin: 1em 0; min-height: 17px; }
    16 div.error-box-mini                { background-image: url(../../../images/mini-error.png);    background-position: 5px center; background-repeat: no-repeat; background-color: #FFF4F4; border: 1px solid #406080; padding: 4px 4px 4px 26px; margin: 1em 0; min-height: 17px; }
    13 div.info-box-mini                 { background-image: url(../../../images/mini-info.png);     background-position: 5px center; background-repeat: no-repeat; background-color: #F4F4FF; border: 1px solid #406080; padding: 4px 4px 4px 26px; margin: 1em 0; min-height: 17px; }
    17 div.info-box-mini                 { background-image: url(../../../images/mini-info.png);     background-position: 5px center; background-repeat: no-repeat; background-color: #F4F4FF; border: 1px solid #406080; padding: 4px 4px 4px 26px; margin: 1em 0; min-height: 17px; }
    14 div.warning-box-mini              { background-image: url(../../../images/mini-warning.png);  background-position: 5px center; background-repeat: no-repeat; background-color: #FFFFF4; border: 1px solid #406080; padding: 4px 4px 4px 26px; margin: 1em 0; min-height: 17px; }
    18 div.warning-box-mini              { background-image: url(../../../images/mini-warning.png);  background-position: 5px center; background-repeat: no-repeat; background-color: #FFFFF4; border: 1px solid #406080; padding: 4px 4px 4px 26px; margin: 1em 0; min-height: 17px; }
    15 div.question-box-mini             { background-image: url(../../../images/mini-question.png); background-position: 5px center; background-repeat: no-repeat; background-color: #F4FFF4; border: 1px solid #406080; padding: 4px 4px 4px 26px; margin: 1em 0; min-height: 17px; }
    19 div.question-box-mini             { background-image: url(../../../images/mini-question.png); background-position: 5px center; background-repeat: no-repeat; background-color: #F4FFF4; border: 1px solid #406080; padding: 4px 4px 4px 26px; margin: 1em 0; min-height: 17px; }
   430   padding: 4px 4px 4px 4px;
   434   padding: 4px 4px 4px 4px;
   431 }
   435 }
   432 span.tc_word_small {
   436 span.tc_word_small {
   433   font-family: Arial, helvetica, sans-serif;
   437   font-family: Arial, helvetica, sans-serif;
   434   font-size: 8pt;
   438   font-size: 8pt;
       
   439   color: #000;
   435 }
   440 }
   436 span.tc_word_normal a, span.tc_word_small a {
   441 span.tc_word_normal a, span.tc_word_small a {
   437   color: inherit !important;
   442   color: inherit !important;
   438   text-decoration: none !important;
   443   text-decoration: none !important;
   439 }
   444 }
   469 span.tc_normal_index_8 {
   474 span.tc_normal_index_8 {
   470   color: #ddd;
   475   color: #ddd;
   471   font-size: 0.8em;
   476   font-size: 0.8em;
   472 }
   477 }
   473 span.tc_small_index_1 {
   478 span.tc_small_index_1 {
   474   color: #000;
   479   opacity: 1;
   475   font-size: 1.4em;
   480   font-size: 1.4em;
   476 }
   481 }
   477 span.tc_small_index_2 {
   482 span.tc_small_index_2 {
   478   color: #333;
   483   opacity: 0.8;
   479   font-size: 1.3em;
   484   font-size: 1.3em;
   480 }
   485 }
   481 span.tc_small_index_3 {
   486 span.tc_small_index_3 {
   482   color: #666;
   487   opacity: 0.6;
   483   font-size: 1.2em;
   488   font-size: 1.2em;
   484 }
   489 }
   485 span.tc_small_index_4 {
   490 span.tc_small_index_4 {
   486   color: #999;
   491   opacity: 0.5;
   487   font-size: 1em;
   492   font-size: 1em;
   488 }
   493 }
   489 span.tc_small_index_5 {
   494 span.tc_small_index_5 {
   490   color: #aaa;
   495   opacity: 0.45;
   491   font-size: 1.3em;
   496   font-size: 1.3em;
   492 }
   497 }
   493 span.tc_small_index_6 {
   498 span.tc_small_index_6 {
   494   color: #bbb;
   499   opacity: 0.4;
   495   font-size: 1.1em;
   500   font-size: 1.1em;
   496 }
   501 }
   497 span.tc_small_index_7 {
   502 span.tc_small_index_7 {
   498   color: #ccc;
   503   opacity: 0.35;
   499   font-size: 0.9em;
   504   font-size: 0.9em;
   500 }
   505 }
   501 span.tc_small_index_8 {
   506 span.tc_small_index_8 {
   502   color: #ddd;
   507   opacity: 0.3;
   503   font-size: 0.7em;
   508   font-size: 0.7em;
   504 }
   509 }
       
   510