Making WordPress.org

Changeset 6604


Ignore:
Timestamp:
02/12/2018 05:40:19 PM (7 years ago)
Author:
iandunn
Message:

WordCamp Central: Add styles for success/error notices.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/style.css

    r6086 r6604  
    550550}
    551551
     552.notice {
     553    background: #fff;
     554    border-left: 4px solid #fff;
     555    -webkit-box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
     556    box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
     557    margin: 5px 15px 2px;
     558    padding: 1px 12px;
     559}
     560
     561.notice p {
     562    margin: 0.5em 0;
     563    padding: 2px;
     564}
     565
     566.notice-large {
     567    padding: 10px 20px;
     568}
     569
     570.notice-success {
     571    border-left-color: #46b450;
     572    color: #46b450;
     573}
     574
     575.notice-error {
     576    border-left-color: #dc3232;
     577    color: #dc3232;
     578}
     579
     580
    552581/* !01f. Header & Footer */
    553582/* ------------------------------------- */
Note: See TracChangeset for help on using the changeset viewer.