Template:Tech/styles.css
Jump to navigation
Jump to search
.techBox {
border: 2px ridge;
}
.techTable {
display: table;
width: 100%;
}
.techTitle {
text-align:center;
padding:5px;
}
.techName {
font-size:15.5px;
font-weight:bold;
letter-spacing:2px;
}
.techJPN {
font-size:small;
padding-left:10px;
}
.techBox .fadeinimg {
float: right;
}
.techRow {
border-bottom: 1px solid #aaa;
text-align:center;
font-size:85%;
}
.techImage {
text-align:center;
display:table-cell;
vertical-align:middle;
border: 1px solid #aaa;
border-style:ridge;
width: 250px;
margin-left: auto;
margin-right: auto;
}
body.skin-minerva .techImage {
width: 100% !important;
}
.techColumn2 {
display:table-cell;
padding:1%;
background-color: #f7f7f7;
}
.tech2Column2 {
display:table-cell;
background-color: #f7f7f7;
vertical-align: top;
}
@media only screen and (max-width: 850px) {
.tech2Column2 {
display: table-row !important;
}
}
.techDescription {
padding:5px;
}
.tech2Description {
padding:1%;
height: 48px;
}
.techImage .frameless {
margin-left: auto;
margin-right: auto;
}
.tech2FrameData {
display: table;
width: 100%;
}
.tech2FrameDataRow {
display: table-row;
}
.tech2LMH {
display: table-cell;
vertical-align: middle;
text-align: center;
border: 1px solid gray;
}
.tech2FrameDataTable {
display: table-cell;
}