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 8: | Line 8: | ||
width: 300px; | width: 300px; | ||
padding: 10px; | padding: 10px; | ||
background-color: | background-color: #2F2F2F; | ||
color: | color: #FFEFD7; | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
border-radius: 10px; | border-radius: 10px; | ||
| Line 15: | Line 15: | ||
.techcard-header { | .techcard-header { | ||
color: | color: #FFEFD7; | ||
background-color: | background-color: #2F2F2F; | ||
font-size: 30px; | font-size: 30px; | ||
font-family: Valve Occult, Retail Demo, Open Sans, PT Serif; | font-family: Valve Occult, Retail Demo, Open Sans, PT Serif; | ||
| Line 22: | Line 22: | ||
text-align: center; | text-align: center; | ||
padding: 6px; | padding: 6px; | ||
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); | |||
} | } | ||
| Line 32: | Line 33: | ||
.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 44: | ||
.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; | ||
padding-left: 2px; | padding-left: 2px; | ||
} | } | ||
| Line 49: | Line 52: | ||
.techcard-value-bottom { | .techcard-value-bottom { | ||
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; | ||
padding-left: 2px; | padding-left: 2px; | ||
vertical-align: middle; | vertical-align: middle; | ||