Changeset 31944


Ignore:
Timestamp:
Oct 25, 2018, 1:32:29 AM (5 years ago)
Author:
lexming
Message:

Added nicer warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Versa/theme.css

    r31872 r31944  
    402402        color: #EEEEEE;
    403403        background-color: #C84B4B;
    404         font-size: 1.2rem;
     404        font-size: 1.1rem;
    405405}
    406406
     
    409409        color: #DDDDDD;
    410410        background-color: #328F41;
    411         font-size: 1.2rem;
     411        font-size: 1.1rem;
    412412        font-weight: bold;
    413413}
     414
     415.warnings {
     416        padding: 2ex 2em;
     417        color: #333333;
     418        background-color: #e0e072;
     419        font-size: 1.0rem;
     420}
     421.warnings A { color: #333333; font-weight: bold }
     422
    414423
    415424#copyright { padding: 1ex 1em; font-size: 0.8rem; }
     
    458467.plupload_filelist { box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.5); }
    459468
    460 ### Simple Copyright
    461 #simplecr IMG { display: none; }
    462469
    463470/****************************************************************/
Note: See TracChangeset for help on using the changeset viewer.