4,595
edits
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
.action.action-5:before { | .action.action-5:before { | ||
content: '5'; | content: '5'; | ||
} | |||
.card { | |||
padding: 1rem; | |||
} | |||
.card.pfFeat { | |||
background-color: antiquewhite; | |||
} | |||
.pfHeader { | |||
border-bottom: 1px solid black; | |||
text-transform: uppercase; | |||
} | |||
.clearfix:after { | |||
content: "\00A0"; | |||
display: block; | |||
clear: both; | |||
visibility: hidden; | |||
line-height: 0; | |||
height: 0; | |||
} | |||
.pfName { | |||
float: left; | |||
} | |||
.pfLevel { | |||
float: right; | |||
} | |||
.pfTags { | |||
color: white; | |||
display: inline-block; | |||
background-color: maroon; | |||
border: 1px solid yellow; | |||
text-transform: uppercase; | |||
padding: 0.15em 0.3em; | |||
} | |||
.pfPrereq { | |||
border-bottom: 1px solid black; | |||
} | } | ||