more people mugshots and tess

This commit is contained in:
2024-07-22 13:41:50 +02:00
committed by Expo on server
parent 20730463b6
commit 8c244ab2be
5 changed files with 39 additions and 3 deletions

View File

@@ -138,6 +138,41 @@ figure {font-weight: bold;
font-variant-caps: small-caps;
}
figcaption {text-align: center}
/* POPUP IMG */
/*HOVER POPUP LINKS*/
/*hoverpopups type 1*/
popup { color: #000; background-color: #c0c0c0; }
popup:hover {
color: red;
background-color: #e9e9e2;
}
popup img {
display: none;
}
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;
}
/*Menu*/
.menu,
ul#menulinks {
@@ -284,6 +319,7 @@ table.fancy { /*For the members list in ../folk/index.htm*/
font-size: 85%;
text-align: center;
}
/*SPECIAL PAGES*/
/*homepage*/
#homepage h1 {