@charset "UTF-8";
/*
 You may not change or alter any portion of this comment or credits
 of supporting developers from this source code or any supporting source code
 which is considered copyrighted (c) material of the original comment or credit authors.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/

/**
 * Trombinoscope module for xoops
 *
 * @copyright      2021 XOOPS Project (https://xoops.org)
 * @license        GPL 2.0 or later
 * @package        trombinoscope
 * @since          1.0
 * @min_xoops      2.5.9
 * @author         JJDai - Email:<jjdelalandre@orange.fr> - Website:<http://jubile.fr>
 */
ul.menu {
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

ul.menu > li {
    display: inline-block;
}

ul.menu > li + li:before {  
    content: "|\a0";
}

.printOnly {
    display: none;
}

img {
    max-width: 300px;
}

img[photos]{
    width:150px;
    box-shadow: 5px 5px 5px grey;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  -khtml-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
    opacity:0.8;
    filter:alpha(opacity=80);
    padding:0px;
    background-color:transparent;
}
img[photos]:hover{

    opacity:1;
    filter:alpha(opacity=100);
}

table[noborder]{
    border: 0px solid red;
}
table[noborder] td{
    border: 0px solid red;
}
div[photos]{
 background-color: transparent;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  -khtml-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}
