mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 14:54:28 +00:00
more people mugshots and tess
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user