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 {
|
||||
background-color: #ffffff;
|
||||
color: #000000;
|
||||
background-color: #000000;
|
||||
color: #ffffff;
|
||||
font-family: cursive;
|
||||
font-size: 13px;
|
||||
padding-left: 8px;
|
||||
opacity: 0.7;
|
||||
opacity: 0.8;
|
||||
position: absolute;
|
||||
top: 9px;
|
||||
left: 17px;
|
||||
width: 280px;
|
||||
height: 25px;
|
||||
top: 4px;
|
||||
left: 4px;
|
||||
width: 301px;
|
||||
height: 41px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.like {
|
||||
|
@ -2726,3 +2727,4 @@ a:hover {
|
|||
display: block;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue