Guild Wars 2 Wiki:Projects/CSS documentation/template notices- common
From Guild Wars 2 Wiki
Jump to navigationJump to search
/* Notices (e.g. historical content) */
.notice {
margin: 10px auto;
padding-left: 10px;
width: 60%;
min-width: 500px;
}
.notice.static {
width: 500px;
}
/* For narrow screens up to 720px wide */
@media (max-width: 720px) {
.notice,
.notice.static {
width: unset;
min-width: unset;
}
.notice .notice-icon {
display: none;
}
}