Difference between revisions of "User:Loch210/Rufus style.css"
Jump to navigation
Jump to search
(Created page with ".large-header { position: relative; width: 100%; background: #111; overflow: hidden; background-size: cover; background-position: center center; z-...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | . | + | /***** HEADERS AND TRIANGLES *****/ |
− | + | div.sheet-header { | |
− | + | display: inline-flex; | |
− | + | float: right; | |
− | + | height: 20px; } | |
− | |||
− | |||
− | |||
− | |||
− | + | div.sheet-triangle, | |
− | + | div.sheet-right-tri { | |
− | + | border-top: 20px solid transparent; } | |
− | + | div.sheet-triangle { | |
− | + | border-right: 30px solid #afd3e2; } | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | div.sheet-right-tri { | |
− | + | border-left: 30px solid #afd3e2; } | |
− | |||
− | |||
− | |||
− | + | div.sheet-right-header { | |
− | + | margin-right: -8%; | |
− | + | float: left; } | |
− | + | /***** BOXES FOR DIFFERENT PC SECTIONS *****/ | |
− | + | .sheet-pc-box { | |
− | + | background-color: #e7e6e5; | |
− | + | margin-left: 1.5px; | |
− | + | margin-right: 1.5px; | |
+ | padding-left: 5px; | ||
+ | padding-right: 5px; | ||
+ | height: auto; } | ||
+ | |||
+ | .sheet-small-box { | ||
+ | min-height: 150px; } | ||
+ | |||
+ | .sheet-medium-box { | ||
+ | min-height: 330px; } |
Latest revision as of 13:18, 4 August 2020
/***** HEADERS AND TRIANGLES *****/ div.sheet-header { display: inline-flex; float: right; height: 20px; } div.sheet-triangle, div.sheet-right-tri { border-top: 20px solid transparent; } div.sheet-triangle { border-right: 30px solid #afd3e2; } div.sheet-right-tri { border-left: 30px solid #afd3e2; } div.sheet-right-header { margin-right: -8%; float: left; } /***** BOXES FOR DIFFERENT PC SECTIONS *****/ .sheet-pc-box { background-color: #e7e6e5; margin-left: 1.5px; margin-right: 1.5px; padding-left: 5px; padding-right: 5px; height: auto; } .sheet-small-box { min-height: 150px; } .sheet-medium-box { min-height: 330px; }