modified.
This commit is contained in:
parent
ae6c6bac60
commit
d11874caa8
1 changed files with 10 additions and 8 deletions
|
@ -2560,17 +2560,18 @@ a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
.photoname {
|
.photoname {
|
||||||
background-color: #ffffff;
|
background-color: #000000;
|
||||||
color: #000000;
|
color: #ffffff;
|
||||||
font-family: cursive;
|
font-family: cursive;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
opacity: 0.7;
|
opacity: 0.8;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 9px;
|
top: 4px;
|
||||||
left: 17px;
|
left: 4px;
|
||||||
width: 280px;
|
width: 301px;
|
||||||
height: 25px;
|
height: 41px;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.like {
|
.like {
|
||||||
|
@ -2726,3 +2727,4 @@ a:hover {
|
||||||
display: block;
|
display: block;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue