mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 10:56:26 +00:00
Empty commit
This commit is contained in:
parent
ef884a3426
commit
918a2b9a12
@ -481,9 +481,9 @@ ul.collage_images {
|
||||
width: 695px !important;
|
||||
}
|
||||
|
||||
|
||||
#user .main_column td img{max-width:130px !important; max-height:130px !important}
|
||||
#user .main_column td img:hover{max-width:300px !important; max-height:300px !important; width:300px !important; height:300px !important; margin:-75px; z-index:100}
|
||||
#user .recent td { text-align: center; }
|
||||
#user .recent td img{width:130px !important; height:130px !important}
|
||||
#user .recent td img:hover{max-width:300px !important; max-height:300px !important; width:300px !important; height:300px !important; margin:-75px; z-index:100}
|
||||
.collage_images{width:645px}
|
||||
|
||||
#requests .tags{color:#656565}
|
||||
|
@ -1222,17 +1222,22 @@ ul.collage_images {
|
||||
width: 695px !important;
|
||||
}
|
||||
|
||||
#user .main_column td img {
|
||||
max-height: 130px!important;
|
||||
max-width: 130px!important;
|
||||
#user .recent td img {
|
||||
height: 130px!important;
|
||||
width: 130px!important;
|
||||
}
|
||||
|
||||
#user .main_column td img:hover {
|
||||
#user .recent td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#user .recent td img:hover {
|
||||
max-height: 280px!important;
|
||||
height: 280px!important;
|
||||
max-width: 280px!important;
|
||||
width: 280px!important;
|
||||
z-index: 100;
|
||||
height: 280px!important;
|
||||
|
||||
z-index: 8;
|
||||
margin: -75px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user