104 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			104 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
| @charset "ISO-8859-1";
 | |
| /**
 | |
|  * @package    JEM
 | |
|  * @copyright  (C) 2013-2024 joomlaeventmanager.net
 | |
|  * @copyright  (C) 2005-2009 Christoph Lukes
 | |
|  * @license    https://www.gnu.org/licenses/gpl-3.0 GNU/GPL
 | |
|  */
 | |
| 
 | |
| #main a:link, #main a:visited {
 | |
|     text-decoration: none;
 | |
|     color: inherit;
 | |
| }
 | |
| 
 | |
| div#jem {
 | |
|     border: 0px;
 | |
|     background-color: #fff !important;
 | |
| }
 | |
| 
 | |
| div#jem h2 {
 | |
|     border: none;
 | |
| }
 | |
| 
 | |
| div#jem .flyerimage {
 | |
|     border: none !important;
 | |
| }
 | |
| 
 | |
| a[href]:after {
 | |
|     content: none !important;
 | |
| }
 | |
| 
 | |
| div#jem #jem_filter {
 | |
| 	background-color: transparent;
 | |
| 	border: none;
 | |
| }
 | |
| 
 | |
| div#jem #jem_filter .jem_fleft, div#jem #jem_filter .jem_fright label  {
 | |
| 	display: none;
 | |
| }
 | |
| 
 | |
| div#jem a {
 | |
| 	text-decoration: none !important;
 | |
| }
 | |
| 
 | |
| div#jem table,
 | |
| div#jem table.eventtable tr td,
 | |
| div#jem table.eventtable tr th,
 | |
| div#jem table.eventtable tr:hover td,
 | |
| div#jem table.eventtable tr.featured td {
 | |
|     background-color: #fff !important;
 | |
|     border-left: none;
 | |
|     border-right: none;
 | |
|     color: #000;
 | |
| }
 | |
| 
 | |
| div#jem table.eventtable th a {
 | |
|     color: #000}
 | |
| 
 | |
| #jem .eventlist li {
 | |
|     padding: 10px 0;
 | |
|     list-style: none;
 | |
|     background-color: #fff !important;
 | |
|     break-inside: avoid !important;
 | |
| }
 | |
| 
 | |
| #jem .jem-event {
 | |
|     cursor: pointer;
 | |
|     border-left: none;
 | |
|     border-right: none;
 | |
| }
 | |
| 
 | |
| @media print {
 | |
| 
 | |
|     div#jem .buttons {
 | |
|         display: none;
 | |
|     }
 | |
| 
 | |
|     a[href]:after {
 | |
|         content: none !important;
 | |
|     }
 | |
| 
 | |
|     abbr[title]:after {
 | |
|         content: none;
 | |
|     }
 | |
| 
 | |
|     .ir a:after,
 | |
|     a[href^="javascript:"]:after,
 | |
|     a[href^="#"]:after {
 | |
|         content: none;
 | |
|     }
 | |
| 
 | |
|     a:link:after, a:visited:after {
 | |
|         content: none;
 | |
|     }
 | |
| 
 | |
| 
 | |
|     div#jem .flyerimage {
 | |
|         border: none;
 | |
|     }
 | |
| 
 | |
|     div#jem #jem_filter {
 | |
| 	display: none;
 | |
| 	}
 | |
| }
 |