aboutsummaryrefslogtreecommitdiff
path: root/assets/css/home.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/home.css')
-rw-r--r--assets/css/home.css20
1 files changed, 19 insertions, 1 deletions
diff --git a/assets/css/home.css b/assets/css/home.css
index 61fb100..3c1f31b 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -197,6 +197,24 @@ section.info article code i {
}
+section.media table#medialist img {
+ display: none;
+ position: absolute;
+ max-width: 400px;
+ max-height: 200px;
+ margin-left: 80px;
+ background-color: white;
+ padding: 1%;
+}
+
+section.media table#medialist .thumbnail:hover img {
+ display: block;
+}
+
+
+section.media form {
+ margin: 1%;
+}
@media (max-width: 600px) {
section.home .summary, section.home .linkfrom, section.home .linkto, section.home .delete, section.home .datecreation, section.home .date, section.home .log, section.home .secure, section.home .tag {
@@ -207,4 +225,4 @@ section.info article code i {
position: relative;
}
-} \ No newline at end of file
+}