Module:Message box/ambox.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Manual revert
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 5: Line 5:
  * @revision 2021-07-15
  * @revision 2021-07-15
  */
  */
table.ambox {
.ambox {
/* 10% = Will not overlap with other elements */
    margin: 0 10%;
margin: 0 10%;
/* Prevent overflow in narrow screens (<=850px) in the Timeless skin.
/* Prevent overflow in narrow screens (<=850px) in the Timeless skin.
  See [[Skin:Timeless#Less than 851 pixels]]
  See [[Skin:Timeless#Less than 851 pixels]]
  and https://phabricator.wikimedia.org/source/Timeless/browse/REL1_39/resources/screen-mobile.less$268 */
  and https://phabricator.wikimedia.org/source/Timeless/browse/REL1_39/resources/screen-mobile.less$268 */
width: unset;
border-left: 10px solid #969696;
border: 1px solid #96792d;
border-left: 10px solid #96792d;
background-color: #0c0c0c;
box-sizing: border-box;
box-sizing: border-box;
    color: #fff;
}
}
.ambox .mbox-image-div {
width: 40px;
}


/* Single border between stacked boxes. */
/* Single border between stacked boxes. */
Line 42: Line 42:
width: 100%;
width: 100%;
}
}


/* The left image cell */
/* The left image cell */
Line 48: Line 49:
/* @noflip */
/* @noflip */
padding: 2px 0 2px 0.5em;
padding: 2px 0 2px 0.5em;
text-align: center;
}
}


Line 55: Line 57:
/* @noflip */
/* @noflip */
padding: 2px 0.5em 2px 0;
padding: 2px 0.5em 2px 0;
text-align: center;
}
}


table.ambox-notice {
table.ambox-notice {
/* Yellow */
/* Grey*/
border-left-color: #190B04;
border-left-color: #969696;
}
 
table.ambox-speedy {
/* Pink */
background-color: #400805;
}
}


table.ambox-speedy,
table.ambox-delete {
table.ambox-delete {
/* Red */
/* Red */
border-left-color: #b50000;
border-left-color: #b50000;
}
table.ambox-disambig {
/* Grey*/
border-left-color: #969696;
}
}


Line 75: Line 79:
/* Orange */
/* Orange */
border-left-color: #de5f16;
border-left-color: #de5f16;
}
table.ambox-style {
/* Yellow*/
border-left-color: #f0c146;
}
}


Line 80: Line 89:
/* Gray-gold */
/* Gray-gold */
border-left-color: #4f4a39;
border-left-color: #4f4a39;
}
table.ambox-move {
border-left-color: #587cd1;
}
}


8,856
edits

Navigation menu