Template:Note/styles.css: Difference between revisions
Appearance
| [checked revision] | [checked revision] |
Content deleted Content added
Caleb Cooper (talk | contribs) No edit summary |
Caleb Cooper (talk | contribs) No edit summary |
||
| Line 15: | Line 15: | ||
.yellow { |
.yellow { |
||
background-position: left 7px top 50%; |
background-position: left 7px top 50%; |
||
padding: 0.5em; |
padding: 0.5em 0.5em 0.5em 40px; |
||
margin: 0.5em 0; |
margin: 0.5em 0; |
||
overflow: hidden; |
overflow: hidden; |
||
background-color: # |
background-color: #f8f9fa; |
||
background-repeat: no-repeat; |
background-repeat: no-repeat; |
||
border: 1px solid #ddd; |
|||
background-color: #fff9ea; |
|||
background-size: 25px; |
background-size: 25px; |
||
border-color: #fc3; |
border-color: #fc3; |
||
min-height: 28px; |
min-height: 28px; |
||
display: inline-block; |
|||
vertical-align: middle; |
|||
} |
} |
||
Revision as of 22:39, 4 March 2020
.note {
background-position: left 7px top 50%;
padding: 0.5em;
margin: 0.5em 0;
overflow: hidden;
background-color: #f2f9f8;
background-repeat: no-repeat;
background-size: 25px;
border: 1px solid #ddd;
border-color: #a7d7f9;
min-height: 28px;
display: inline-block;
vertical-align: middle;
}
.yellow {
background-position: left 7px top 50%;
padding: 0.5em 0.5em 0.5em 40px;
margin: 0.5em 0;
overflow: hidden;
background-color: #f8f9fa;
background-repeat: no-repeat;
border: 1px solid #ddd;
background-color: #fff9ea;
background-size: 25px;
border-color: #fc3;
min-height: 28px;
}