mNo edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 104: | Line 104: | ||
.framedata-glossary p { | .framedata-glossary p { | ||
margin-top: | margin-top: 0rem; | ||
margin-bottom: | margin-bottom: 0rem; | ||
} | } | ||
Line 119: | Line 119: | ||
*/ | */ | ||
table.noprint { | table.noprint { | ||
border-color: #1d81af; | |||
border- | |||
} | } | ||
table.noprint tr:nth-child(2n+1) { | table.noprint tr:nth-child(2n+1) { | ||
background: none !important; | background: none !important; | ||
} | } | ||
table.noprint tr:nth-child(2n) { | table.noprint tr:nth-child(2n) { | ||
background-color: #353535 !important; | background-color: #353535 !important; | ||
} | } | ||
/* | /* | ||
NavBox End | NavBox End | ||
*/ | */ |
Latest revision as of 03:41, 15 July 2023
h2, h3{ border-bottom: 1px solid #1d81af; } hr { height: 1px; background-color: #1d81af; border: none; } b { color: #1d81af; } i { color: #dddddd; } a.image { vertical-align: unset; } /* Overview */ .content-box { margin: 0px 10px 20px 10px; padding: 2px; border-radius: 4px; box-shadow: rgba(0, 0, 0, .14) 0px 2px 2px 0px, rgba(0, 0, 0, .12) 0px 3px 1px -2px, rgba(0, 0, 0, .20) 0px 1px 5px 0px; } .content-box .contentheading { border-bottom: 1px solid #1d81af; margin: 0 0 10px 0; padding: 0 0 5px 0; font-weight: 600; text-align: center; font-size: 22px; } .content-box > img { max-width: 100%; } .box-container{ width: 100%; display: inline-block; overflow: visible !important; z-index: 1; } @media (min-width: 990px) { .box-container { padding-right: 350px; width: calc(100% - 360px); box-sizing: content-box; }} @media (min-width: 990px) { #container-topsection { float: left; width: 100%; }} @media (min-width: 990px) { #container-flexsection { float: right; width: 350px; margin-right: -350px; }} .info-label { text-align: right; width: 50%; } .info-label a { color: #1d81af; } table.stripe tr:nth-child(2n+1) { background-color: transparent; } table.stripe tr:nth-child(2n) { background-color: #303030; } .pros { border-right: 1px solid #1d81af; } /* Overview End */ .framedata-glossary { display:table; border-collapse:separate; border-spacing:0; border:1px solid #1d81af; background:none; } .framedata-glossary p { margin-top: 0rem; margin-bottom: 0rem; } .content-box .matchup-heading { border-bottom: 1px solid #1d81af; padding: 0 0 5px 10px; font-weight: 500; font-size: 18px; } /* NavBox aka .noprint */ table.noprint { border-color: #1d81af; } table.noprint tr:nth-child(2n+1) { background: none !important; } table.noprint tr:nth-child(2n) { background-color: #353535 !important; } /* NavBox End */