Template:Page warning/styles.css: Difference between revisions

From FHX Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 8: Line 8:
   padding: 2px 8px;
   padding: 2px 8px;
   border-radius: 4px;
   border-radius: 4px;
  background-image: url('https://upload.wikimedia.org/wikipedia/commons/f/f7/Loudspeaker.png');
}
}



Revision as of 16:30, 14 June 2024

.template_pageWarning {
  display: flex;
  justify-content: start;
  color: black;
  border: solid #f7ef59 2px;
  border-left-width: 8px;
  background-color: #ffffad;
  padding: 2px 8px;
  border-radius: 4px;
}

.template_pageWarning .icon {
  align-content: center;
  padding: 8px;
}

.template_pageWarning .icon img {
  height: 32px;
}

.template_pageWarning .content {
  flex-grow: 1;
  align-content: center;
}

.template_pageWarning .content .header {
  width: 100%;
  font-weight: bold;
  border-bottom: solid black 1px;
}

.template_pageWarning .content .message {
  text-align: justify;
}