Editing Template:TechCard/styles.cssGive feedback
Jump to navigation
Jump to search
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 5: | Line 5: | ||
.techcard { | .techcard { | ||
float: right; | float: right; | ||
font-family: Retail Demo | font-family: Retail Demo, Open Sans, PT Serif; | ||
width: 300px; | width: 300px; | ||
padding: 10px; | padding: 10px; | ||
background-color: | background-color: #2F2F2F; | ||
color: | color: #FFEFD7; | ||
font-weight: bold; | |||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
border- | border-collapse: collapse; | ||
} | } | ||
.techcard-header { | .techcard-header { | ||
color: | color: #FFEFD7; | ||
background-color: | background-color: #2F2F2F; | ||
font-size: 30px; | font-size: 30px; | ||
font-family: | font-family: Retail Demo, Open Sans, PT Serif; | ||
font-weight: bold; | font-weight: bold; | ||
text-align: center; | text-align: center; | ||
padding: 6px; | padding: 6px; | ||
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); | |||
} | } | ||
| Line 32: | Line 34: | ||
.techcard-label { | .techcard-label { | ||
font-size: 15px; | font-size: 15px; | ||
text-shadow: 1.5px 1.5px 0.8px rgba(0, 0, 0, 0.8); | |||
text-align: right; | text-align: right; | ||
color: | color: #afafaf; | ||
background-color: | background-color: #2F2F2F; | ||
height: 29.5px; | height: 29.5px; | ||
width: 124px; | width: 124px; | ||
| Line 42: | Line 45: | ||
.techcard-value { | .techcard-value { | ||
font-size: 15px; | font-size: 15px; | ||
text-shadow: 1.5px 1.5px 0.8px rgba(0, 0, 0, 0.8); | |||
text-align: left; | text-align: left; | ||
color: | color: #FFEFD7; | ||
} | } | ||
.techcard- | .techcard-row { | ||
vertical-align: top; | |||
vertical-align: | |||
} | } | ||
.techcard- | .techcard-value-text { | ||
margin-left: 2px; | |||
} | } | ||