src/pyams_skin/resources/css/myams.css
changeset 185 583ee50d8ee3
parent 172 cbf2ef06ee85
child 192 b92cfa6a598d
equal deleted inserted replaced
184:c9495342d92c 185:583ee50d8ee3
     1 /*
     1 /*
     2  * MyAMS
     2  * MyAMS
     3  * « My Application Management Skin »
     3  * « My Application Management Skin »
     4  *
     4  *
     5  * $Tag$ (rev. 16)
     5  * $Tag$ (rev. 1)
     6  * A bootstrap based application/administration skin
     6  * A bootstrap based application/administration skin
     7  *
     7  *
     8  * Custom administration and application skin tools
     8  * Custom administration and application skin tools
     9  * Released under Zope Public License ZPL 1.1
     9  * Released under Zope Public License ZPL 1.1
    10  * ©2014-2016 Thierry Florac <tflorac@ulthar.net>
    10  * ©2014-2016 Thierry Florac <tflorac@ulthar.net>
    11  */
    11  */
       
    12 html {
       
    13   /* */
       
    14 }
    12 /*
    15 /*
    13  * Colors variations
    16  * Colors variations
    14  */
    17  */
    15 .txt-color-danger {
    18 .txt-color-danger {
    16   color: #a94442 !important;
    19   color: #a94442 !important;
  3412   max-width: 400px;
  3415   max-width: 400px;
  3413 }
  3416 }
  3414 .width-500 {
  3417 .width-500 {
  3415   width: 500px;
  3418   width: 500px;
  3416   max-width: 500px;
  3419   max-width: 500px;
       
  3420 }
       
  3421 .height-nomin {
       
  3422   min-height: 0!important;
       
  3423 }
       
  3424 .height-20 {
       
  3425   height: 20px;
       
  3426   max-height: 20px;
       
  3427 }
       
  3428 .height-40 {
       
  3429   height: 40px;
       
  3430   max-height: 40px;
       
  3431 }
       
  3432 .height-50 {
       
  3433   height: 50px;
       
  3434   max-height: 50px;
       
  3435 }
       
  3436 .height-60 {
       
  3437   height: 60px;
       
  3438   max-height: 60px;
       
  3439 }
       
  3440 .height-80 {
       
  3441   height: 80px;
       
  3442   max-height: 80px;
       
  3443 }
       
  3444 .height-100 {
       
  3445   height: 100px;
       
  3446   max-height: 100px;
       
  3447 }
       
  3448 .height-200 {
       
  3449   height: 200px;
       
  3450   max-height: 200px;
       
  3451 }
       
  3452 .height-300 {
       
  3453   height: 300px;
       
  3454   max-height: 300px;
       
  3455 }
       
  3456 .height-400 {
       
  3457   height: 400px;
       
  3458   max-height: 400px;
       
  3459 }
       
  3460 .height-500 {
       
  3461   height: 500px;
       
  3462   max-height: 500px;
  3417 }
  3463 }
  3418 .padding-5 {
  3464 .padding-5 {
  3419   padding: 5px!important;
  3465   padding: 5px!important;
  3420 }
  3466 }
  3421 .padding-7 {
  3467 .padding-7 {
 10696 .mce-container *,
 10742 .mce-container *,
 10697 .mce-widget,
 10743 .mce-widget,
 10698 .mce-widget *,
 10744 .mce-widget *,
 10699 .mce-reset {
 10745 .mce-reset {
 10700   font-family: Ubuntu, Arial, Helvetica, sans-serif !important;
 10746   font-family: Ubuntu, Arial, Helvetica, sans-serif !important;
 10701   font-size: 13px;
 10747   font-size: 13px!important;
 10702 }
 10748 }
 10703 .mce-container button,
 10749 .mce-container button,
 10704 .mce-container * button,
 10750 .mce-container * button,
 10705 .mce-widget button,
 10751 .mce-widget button,
 10706 .mce-widget * button,
 10752 .mce-widget * button,
 12303   display: none;
 12349   display: none;
 12304 }
 12350 }
 12305 .select2-container.select2-container-disabled .select2-choice abbr {
 12351 .select2-container.select2-container-disabled .select2-choice abbr {
 12306   display: none;
 12352   display: none;
 12307 }
 12353 }
       
 12354 .select2-container.select2-container-disabled .select2-choices .select2-search-field {
       
 12355   display: none;
       
 12356 }
 12308 .select2-container-multi.select2-container-active .select2-choices {
 12357 .select2-container-multi.select2-container-active .select2-choices {
 12309   border: 1px solid rgba(82, 168, 236, 0.7);
 12358   border: 1px solid rgba(82, 168, 236, 0.7);
 12310   outline: 0;
 12359   outline: 0;
 12311 }
 12360 }
 12312 .select2-container-multi .select2-choices {
 12361 .select2-container-multi .select2-choices {