Template:Figure/Styles.css: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
vertical-align: middle; |
vertical-align: middle; |
||
padding:10px; |
padding:10px; |
||
border: 1.5px solid black; |
|||
} |
} |
||
Line 24: | Line 25: | ||
font-family:'Rubik',sans-serif; |
font-family:'Rubik',sans-serif; |
||
text-shadow: 1px 1px 1px #333333; |
text-shadow: 1px 1px 1px #333333; |
||
border: 1.5px solid black; |
|||
} |
} |
||
Line 71: | Line 73: | ||
text-align:center; |
text-align:center; |
||
display:flex; |
display:flex; |
||
} |
|||
.boxAnchorLink { |
|||
display:inline-block; |
|||
float: right; |
|||
} |
} |
||
Revision as of 23:38, 11 November 2023
.figureBox {
font-size: 90%;
width:99.5%;
margin-bottom: 8px;
}
.figureBoxMain {
border: 2px solid black;
}
.figureImage {
display:table-cell;
vertical-align: middle;
padding:10px;
border: 1.5px solid black;
}
.figureBoxCell {
border: 1.5px solid black;
}
.figureBoxHeading {
font-size: 15px;
color:white;
font-family:'Rubik',sans-serif;
text-shadow: 1px 1px 1px #333333;
border: 1.5px solid black;
}
.figureBoxHeading2 {
font-size: 14px;
color:white;
font-family:'Rubik',sans-serif;
text-shadow: 1px 1px 1px #333333;
}
.figureTitle {
display: inline-block;
}
.figureBoxSub {
border: 1.5px solid black;
color: white;
text-shadow: 1px 1px 1px #333333;
}
.figureImage img {
border: 2px solid black;
}
.figureInner {
display: table;
width: 100%;
}
#figureColumn2 {
width: 80%;
display:table-cell;
}
.figureData {
display:table;
width:100%;
}
.figureJPN {
font-size:small;
padding-left:5px;
}
.figureBoxRow {
width:100%;
text-align:center;
display:flex;
}
.boxAnchorLink {
display:inline-block;
float: right;
}
@media only screen and (max-width: 800px) {
.figureImage {
display: block !important;
}
#figureColumn2 {
display: block !important;
width: 100% !important;
}
}