Link to article: Picture Frame Component.
img{
max-width:300px
}
/* Frame Base (NOTE: Black is Default) */
.queerframe {
pointer-events: none;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25) inset, 0 5px 10px 5px rgba(0,0,0,.25);
box-sizing: border-box;
display: inline-block;
margin:10px 10px;
padding:5vmin;
position: relative;
text-align: center;
max-width: 700px;
background-color: var(--frame-bg-color, #373737);
border: solid 5vmin var(--frame-border-color, #2e2e2e);
border-radius:2px;
border-top-color: var(--frame-top, #000);
border-left-color: var(--frame-sides, #191919);
border-right-color: var(--frame-sides, #191919);
border-bottom-color: var(--frame-bottom, #202020);
}
/* Frame Moulding */
.queerframe::before{
pointer-events: none;
border-radius:2px;
bottom:-2vmin;
box-shadow:0 2px 5px 0 rgba(0,0,0,.4) inset;
content:"";
left:-2vmin;
position: absolute;
right:-2vmin;
top:-2vmin;
}
.queerframe::after{
pointer-events: none;
border-radius:2px;
bottom:-2.5vmin;
box-shadow: 0 2px 5px 0 rgba(0,0,0,.4);
content:"";
left:-2.5vmin;
position: absolute;
right:-2.5vmin;
top:-2.5vmin;
}
/* Picture Edges */
.queerframe > img {
border:solid 2px;
border-bottom-color:#ffe;
border-left-color:#eed;
border-right-color:#eed;
border-top-color:#ccb;
max-height:100%;
}
/* Color Schemes */
.white{
--frame-bg-color: #ddc;
--frame-border-color: eee;
--frame-bottom: #fff;
--frame-sides: #eee;
--frame-top: #ddd;
}
.black {
--frame-bg-color: #373737;
--frame-border-color: #2e2e2e;
--frame-bottom: #202020;
--frame-sides: #191919;
--frame-top: #000;
}
.wood {
--frame-bg-color: #665;
--frame-border-color: #4f3b1b;
--frame-bottom: #553e22;
--frame-sides: #473216;
--frame-top: #39280e;
}
.gold {
--frame-bg-color: #ccb;
--frame-border-color: #CFB53B;
--frame-bottom: #e5ca46;
--frame-sides: #CFB53B;
--frame-top: #ad9525;
}
.silver {
--frame-bg-color: #575757;
--frame-border-color: #C0C0C0;
--frame-bottom: #cfcfcf;
--frame-sides: #C0C0C0;
--frame-top: #a1a1a1;
}
blockquote
blockquote
code
blockquote
code
blockquote
code
queerframe
{$style}