Template:Tracked/styles.css: Difference between revisions
Template page
More actions
←Created page with '.tracked { float: right; clear: right; border: 1px solid #999; border-radius: 0.5em; background-color: #eee; background-image: linear-gradient(to bottom, #ddd,#eee); font-size: 85%; text-align: center; padding: 0.5em; margin-left: 1em; margin-bottom: 1em; width: 12em; color: black; } .tracked-url { font-weight: bold; } .tracked-status { font-weight: bold; text-transform: uppercase; } .tracked-resolved { color: green; } .tracked-critic...' |
somehow a <p> appears within the box, at least get rid of its visual effect |
||
| Line 13: | Line 13: | ||
width: 12em; | width: 12em; | ||
color: black; | color: black; | ||
} | |||
.tracked p { | |||
margin: 0; | |||
} | } | ||
Revision as of 19:50, 19 July 2021
.tracked {
float: right;
clear: right;
border: 1px solid #999;
border-radius: 0.5em;
background-color: #eee;
background-image: linear-gradient(to bottom, #ddd,#eee);
font-size: 85%;
text-align: center;
padding: 0.5em;
margin-left: 1em;
margin-bottom: 1em;
width: 12em;
color: black;
}
.tracked p {
margin: 0;
}
.tracked-url {
font-weight: bold;
}
.tracked-status {
font-weight: bold;
text-transform: uppercase;
}
.tracked-resolved {
color: green;
}
.tracked-critical {
color: red;
font-size: 1.5em;
}