Template:TechCard/styles.cssGive feedback
Jump to navigation
Jump to search
.techcard-wrapper {
clear: both;
}
.techcard {
float: right;
font-family: Retail Demo, Open Sans, PT Serif;
width: 300px;
padding: 10px;
background-color: #2F2F2F;
color: #FFEFD7;
font-weight: bold;
margin: 0 0 1em 1em;
border-collapse: collapse;
}
.techcard-header {
color: #FFEFD7;
background-color: #2F2F2F;
font-size: 30px;
font-family: 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;
}
.techcard-row {
vertical-align: top;
}
.techcard-value-text {
margin-left: 2px;
}