D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
home
/
markniuj
/
bazmeasar.com
/
css
/
Filename :
books.css
back
Copy
body{ } p{ font-size: 13px; font-family: Arial, Helvetica, sans-serif; } a { text-decoration: none; color: #edffb0; } a:hover { color: #ff00a6; } .thumbnail { width: 230px; height: 300px; } .pdf-item { border: solid #777777 6px; position: relative; display: inline-block; margin: 10px; text-decoration: none; } .pdf-details { position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.7); color: #fff; padding: 5px; width: 100%; height: 90%; padding: 2px; opacity: 0; transition: opacity 0.3s; } .pdf-item:hover .pdf-details { opacity: 1; } .book-title { font-weight: bold; margin: 0; } .book-description { margin: 0; } .gallery-iteam{ height: 100%; width: 1350px; height: 90%; display: inline-flex; flex-wrap: wrap; display: inline-flex; } @media only screen and (max-width: 600px) { body { background-color: lightblue; } .thumbnail { width: 140px; height: 210px; } .gallery-iteam{ height: 100%; width: 100%; height: 90%; display: inline-flex; flex-wrap: wrap; display: inline-flex; } }