Template:TechCard/styles.css: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Gammaton32 (talk | contribs) No edit summary |
Gammaton32 (talk | contribs) changed text aling to middle |
||
| Line 56: | Line 56: | ||
color: #FFEFD7; | color: #FFEFD7; | ||
padding-left: 2px; | padding-left: 2px; | ||
vertical-align: | vertical-align: middle; | ||
} | } | ||
Revision as of 15:06, 12 May 2026
.techcard-wrapper {
clear: both;
}
.techcard {
float: right;
font-family: Retail Demo Medium, Open Sans, PT Serif;
width: 300px;
padding: 10px;
background-color: #2F2F2F;
color: #FFEFD7;
margin: 0 0 1em 1em;
border-radius: 10px;
}
.techcard-header {
color: #FFEFD7;
background-color: #2F2F2F;
font-size: 30px;
font-family: Valve Occult, Retail Demo, Open Sans, PT Serif;
font-weight: bold;
text-align: center;
padding: 6px;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.techcard-image {
text-align: center;
border: none;
padding: 6px;
}
.techcard-label {
font-size: 15px;
text-shadow: 1.5px 1.5px 0.8px rgba(0, 0, 0, 0.8);
text-align: right;
color: #afafaf;
background-color: #2F2F2F;
height: 29.5px;
width: 124px;
padding-right: 0.5em;
}
.techcard-value {
font-size: 15px;
text-shadow: 1.5px 1.5px 0.8px rgba(0, 0, 0, 0.8);
text-align: left;
color: #FFEFD7;
padding-left: 2px;
}
.techcard-value-bottom {
font-size: 15px;
text-shadow: 1.5px 1.5px 0.8px rgba(0, 0, 0, 0.8);
text-align: left;
color: #FFEFD7;
padding-left: 2px;
vertical-align: middle;
}
.techcard-row {
vertical-align: top;
}