Template:Ambox/styles.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
imported>Compooper
(Undo revision 455353 by Compooper (talk))
imported>Compooper
No edit summary
Line 2: Line 2:
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;
/* @noflip */
/* @noflip */
border-left: 10px solid #36c;  /* Default "notice" blue */
border-left: 25px  solid #0c62da;  /* Standard AVID blue */
background-color: #fbfbfb;
background-color: #fcfcfc;
box-sizing: border-box;
box-sizing: border-box;
}
}
Line 28: Line 28:
table.ambox-notice {
table.ambox-notice {
/* @noflip */
/* @noflip */
border-left: 10px solid #36c;       /* Blue */
border-left: 25px  solid #0c62da; /* Standard AVID blue */
}
}
table.ambox-speedy {
table.ambox-speedy {
/* @noflip */
/* @noflip */
border-left: 10px solid #b32424;    /* Red */
border-left: 25px solid #ffffff;    /* White */
background-color: #fee7e6;          /* Pink */
background-color: #da0c3f;          /* AVID red */
}
}
table.ambox-delete {
table.ambox-delete {
/* @noflip */
/* @noflip */
border-left: 10px solid #b32424;    /* Red */
border-left: 25px solid #da0c3f;    /* AVID red */
}
}
table.ambox-content {
table.ambox-content {
/* @noflip */
/* @noflip */
border-left: 10px solid #f28500;    /* Orange */
border-left: 25px solid #ffa800;    /* AVID yellow */
}
}
table.ambox-style {
table.ambox-style {
/* @noflip */
/* @noflip */
border-left: 10px solid #fc3;       /* Yellow */
border-left: 25px solid #ffa800;   /* AVID yellow */
}
}
table.ambox-move {
table.ambox-move {
Anonymous user

Navigation menu