Template:Knowledge Base/styles.css: Difference between revisions
Template page
More actions
No edit summary |
Updated General Info Images |
||
(One intermediate revision by one other user not shown) | |||
Line 13: | Line 13: | ||
text-align: left; | text-align: left; | ||
} | } | ||
b | |||
.grid-item h3 { | .grid-item h3 { | ||
min-height: 50px; | min-height: 50px; | ||
Line 28: | Line 28: | ||
width: 100%; | width: 100%; | ||
height: 180px; | height: 180px; | ||
background-size: | background-size: contain; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: center; | background-position: center; | ||
Line 159: | Line 159: | ||
.empty { | .empty { | ||
background-image: url('https://upload.wikimedia.org/wikipedia/commons/0/0e/DefaultImage.png'); | background-image: url('https://upload.wikimedia.org/wikipedia/commons/0/0e/DefaultImage.png'); | ||
} | |||
.toolrec { | |||
background-image: url('https://upload.wikimedia.org/wikipedia/commons/0/0e/DefaultImage.png'); | |||
} | |||
.batteries { | |||
background-image: url('https://hacksguidewiki.sfo3.digitaloceanspaces.com/hardwarewiki/Battery-Icon.jpg'); | |||
} | |||
.screws { | |||
background-image: url('https://hacksguidewiki.sfo3.digitaloceanspaces.com/hardwarewiki/Screws-Icon.jpg'); | |||
} | } |