Template:Editnotice/styles.css

From Test Wiki
Revision as of 13:42, 18 January 2020 by Kazrok4545Bot (talk | contribs) (import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.ts-editnotice {

   padding: 1em 1.25em;
   margin-bottom: .25em;

}

.ts-editnotice .mbox-image {

   vertical-align: top;
   padding: 0 .5em 0 .25em;

}

.ts-editnotice .mbox-text {

   padding: 0;

}


.ts-editnotice-error {

   background: #fee7e6;
   border: 1px solid #d33;

}

.ts-editnotice-warning {

   background: #fef6e7;
   border: 1px solid #fc3;

}

.ts-editnotice-neutral {

   background: #eaecf0;
   border: 1px solid #c8ccd1;

}

.ts-editnotice-success {

   background: #d5fdf4;
   border: 1px solid #00af89;

}


.errorbox .ts-editnotice-error, .errorbox .ts-editnotice-warning, .errorbox .ts-editnotice-neutral, .errorbox .ts-editnotice-success, .ts-editnotice-included { border: 0; padding: 0; background: 0; }

.errorbox .ts-editnotice-error .mbox-image, .errorbox .ts-editnotice-warning .mbox-image, .errorbox .ts-editnotice-neutral .mbox-image, .errorbox .ts-editnotice-success .mbox-image, .ts-editnotice-included .mbox-image { padding: 0 .25em 0 0; vertical-align: top; }

.errorbox .ts-editnotice-error .mbox-text, .errorbox .ts-editnotice-warning .mbox-text, .errorbox .ts-editnotice-neutral .mbox-text, .errorbox .ts-editnotice-success .mbox-text, .ts-editnotice-included .mbox-text { padding: 0; }

.fmbox-editnotice h2 { margin: 0; padding: 0; border-bottom: 0; font-family: inherit; font-size: 115%; font-weight: bold; line-height: 1.6; }