MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
imported>Hb1290
No edit summary
imported>Compooper
No edit summary
Line 78: Line 78:
table.ambox {
table.ambox {
     margin: 0 10%;  /* 10% = Will not overlap with other elements */
     margin: 0 10%;  /* 10% = Will not overlap with other elements */
     border: 1px solid #a2a9b1;
     border: 0px solid #a2a9b1;
    border-left: 10px solid #36c;   /* Default "notice" blue */
/* @noflip */
    background: #fbfbfb;
border-left: 25px  solid #0c62da; /* Standard AVID blue */
background-color: #fcfcfc;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
}
table.ambox + table.ambox {  /* Single border between stacked boxes. */
table.ambox + table.ambox {  /* Single border between stacked boxes. */
Line 97: Line 99:


table.ambox-notice {
table.ambox-notice {
     border-left: 10px solid #36c;    /* Blue */
     border-left: 25px solid #0c62da;    /* AVID Blue */
}
}
table.ambox-speedy {
table.ambox-speedy {
     border-left: 10px solid #b32424;    /* Red */
     border-left: 25px solid #b32424;    /* White color */
     background: #fee7e6;                  /* Pink */
     background: #da0c3f;                  /* AVID Red */
}
}
table.ambox-delete {
table.ambox-delete {
     border-left: 10px solid #b32424;    /* Red */
     border-left: 25px solid #da0c3f;    /* AVID Red */
}
}
table.ambox-content {
table.ambox-content {
     border-left: 10px solid #f28500;    /* Orange */
     border-left: 25px solid #ffa800;    /* AVID Yellow */
}
}
table.ambox-style {
table.ambox-style {
Anonymous user

Navigation menu