Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Library card mini/style.css: Difference between revisions

Template page
No edit summary
(Blanked the page)
Tag: Blanking
 
(58 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* ----- flex styling ------ */
.library-container-mini{
display: flex;
flex-flow: row wrap;
justify-content:flex-start;
gap: 0px 20px;
}


/* ----- grid styling ------
.library-container-mini{
display: grid;
grid-template-columns: repeat(3, 1fr);
} */
.library-card-mini-container{
height:50px;
width:150px;
margin:20px;
}
.library-card-mini * {
display:inline;
}
.library-card-mini-image{
display:inline-block;
height:inherit;
}
.library-card-mini img{
height:35px;
width:35px;
vertical-align:middle;
object-fit:cover;
overflow:hidden;
border-radius:4px;
margin-right:5px;
}
.library-card-mini-title{
height:0;
width:0;
position:relative;
}
.library-card-mini-TOC{
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

Latest revision as of 13:39, 19 September 2023