mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-12 19:16:25 +00:00
link to mugshots
This commit is contained in:
@@ -677,3 +677,60 @@ a.deletelink:link, a.deletelink:visited {
|
||||
a.deletelink:hover {
|
||||
color: #993333;
|
||||
}
|
||||
|
||||
/* POPUP IMG */
|
||||
/*HOVER POPUP LINKS*/
|
||||
|
||||
/*hoverpopups type 1*/
|
||||
/*
|
||||
<a href="/folk/i/2022/philip_balister.jpg">
|
||||
<popup><td align=right>😃<img src='/folk/i/2022/philip_balister.jpg'></td></popup>
|
||||
</a>
|
||||
*/
|
||||
|
||||
popup { color: #000; }
|
||||
|
||||
popup:hover {
|
||||
color: blue;
|
||||
background-color: #e9e9e2;
|
||||
}
|
||||
|
||||
table td popup:hover {
|
||||
color: blue;
|
||||
background-color: #e9e9e2;
|
||||
}
|
||||
|
||||
popup img {
|
||||
display: none;
|
||||
}
|
||||
|
||||
table td popup:hover img {
|
||||
display: flex;
|
||||
position: absolute;
|
||||
top: 10%;
|
||||
left: 50%;
|
||||
float: right;
|
||||
margin: 0px;
|
||||
padding: 10px;
|
||||
color: #335500;
|
||||
font-weight: normal;
|
||||
background: #e5e5e5;
|
||||
text-align: left;
|
||||
border: 1px solid #666;
|
||||
}
|
||||
|
||||
popup:hover img {
|
||||
display: flex;
|
||||
position: relative;
|
||||
float: right;
|
||||
top: 0px;
|
||||
/*left: 170px;*/
|
||||
width: 15%;
|
||||
margin: 0px;
|
||||
padding: 10px;
|
||||
color: #335500;
|
||||
font-weight: normal;
|
||||
background: #e5e5e5;
|
||||
text-align: left;
|
||||
border: 1px solid #666;
|
||||
}
|
||||
Reference in New Issue
Block a user