primo commit
This commit is contained in:
1355
media/com_jem/css/backend-responsive.css
Normal file
1355
media/com_jem/css/backend-responsive.css
Normal file
File diff suppressed because it is too large
Load Diff
1398
media/com_jem/css/backend.css
Normal file
1398
media/com_jem/css/backend.css
Normal file
File diff suppressed because it is too large
Load Diff
407
media/com_jem/css/calendar-responsive.css
Normal file
407
media/com_jem/css/calendar-responsive.css
Normal file
@ -0,0 +1,407 @@
|
||||
/**
|
||||
* @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
|
||||
*/
|
||||
|
||||
.jem_calendar th,
|
||||
.jem_calendar td {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
table.month, table.week {
|
||||
background-color: #fff;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 801px) {
|
||||
table.month, table.week {
|
||||
border: 1px solid #000;
|
||||
}
|
||||
}
|
||||
|
||||
table.month {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.monthname {
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.daynamesRow,
|
||||
.daynamesRow td {
|
||||
background-color: #4C4C4C;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.dayname {
|
||||
color: #FFF;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.daysRow {
|
||||
color: #433D27;
|
||||
height: 88px;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.daynum,
|
||||
td.today div.daynum::before,
|
||||
td.today div.daynum::after {
|
||||
background-color: #e0e0e0; /*#A2A3AE;*/
|
||||
color: #000; /*#FBFCEF;*/
|
||||
font-weight: bold;
|
||||
margin: 0px;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.daynum {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.daynum a {
|
||||
color: #000; /*#FBFCEF;*/
|
||||
text-decoration: none;
|
||||
/*background-color: #e0e0e0; /*inherit !important;*/
|
||||
}
|
||||
|
||||
.daynum a::after {
|
||||
font-size: 10px;
|
||||
padding-left: 5px;
|
||||
font-family:var(--fa-style-family,"Font Awesome 6 Free", "Font Awesome 5 Free");
|
||||
font-weight:var(--fa-style,900);
|
||||
content: "\f35d";
|
||||
}
|
||||
|
||||
|
||||
.selectedday .daynum {
|
||||
background-color: #31528E;
|
||||
}
|
||||
|
||||
.nomonthday {
|
||||
background-color: #EEEEEE;
|
||||
height: 88px;
|
||||
}
|
||||
|
||||
.eventcontent,
|
||||
div[id^=catz],
|
||||
div[id^='venuez'],
|
||||
div[id^='scat'] {
|
||||
border: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.eventcontentinner {
|
||||
cursor: pointer;
|
||||
background-color: yellow;
|
||||
border-radius: 5px;
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
overflow: hidden;
|
||||
word-break: break-word;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
.borderfeatured {
|
||||
border-width: 3px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
div#jem .eventcontentinner a {
|
||||
color: #333;
|
||||
/* text-decoration:none; */
|
||||
}
|
||||
|
||||
/* *** CALENDAR WEEK ADDITIONS START *** */
|
||||
div#jem a .eventcontenttop {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
div#jem .eventcontenttop {
|
||||
height: 16px;
|
||||
min-height: 16px;
|
||||
text-align: left;
|
||||
padding-left: 4px;
|
||||
padding-top: 2px;
|
||||
top: 60px;
|
||||
}
|
||||
|
||||
div#jem .eventtitle {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
div#jem .rowcolor {
|
||||
height: 10px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
div#jem .eventtitle {
|
||||
min-height: 30px;
|
||||
word-wrap: break-word;
|
||||
margin-right: 2px;
|
||||
margin-left: 2px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
/* *** CALENDAR WEEK ADDITIONS END *** */
|
||||
|
||||
.eventandmore {
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
border-radius: 5px;
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.eventandmore a::after {
|
||||
font-family: FontAwesome;
|
||||
content: "\f08e";
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
/* for the tooltip */
|
||||
.custom-tip {
|
||||
color: #000;
|
||||
width: 200px;
|
||||
z-index: 13000;
|
||||
border: 1px solid lightgrey;
|
||||
}
|
||||
|
||||
.custom-title {
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
margin: 10px;
|
||||
color: white;
|
||||
padding: 2px 5px 1px;
|
||||
background: #7598FF;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.custom-text {
|
||||
font-size: 11px;
|
||||
padding: 2px 2px 2px;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.custom-tip .eventName {
|
||||
text-align: left;
|
||||
background: lightgrey;
|
||||
margin: 5px 0px 5px;
|
||||
}
|
||||
|
||||
.custom-tip .location {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.custom-tip .location .legend {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.colorpic {
|
||||
padding: 0 4px;
|
||||
margin: 0 2px;
|
||||
}
|
||||
|
||||
#jlcalendarlegend {
|
||||
clear: both;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
#jlcalendarlegend .calendarButtons, #jlcalendarlegend .calendarLegends {
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
#jlcalendarlegend .eventCat {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#jlcalendarlegend .legendb {
|
||||
display: inline-block;
|
||||
background-color: green;
|
||||
line-height: 10px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
#jlcalendarlegend .eventCat.catoff {
|
||||
color: lightgrey;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#buttonshowall,
|
||||
#buttonhideall {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
div#jem td {
|
||||
border: 1px solid #cacaca;
|
||||
}
|
||||
|
||||
/* *** CALENDAR WEEK ADDITIONS START *** */
|
||||
|
||||
/* set week column to a minimal width */
|
||||
#jem table.week .weeknumtitle,
|
||||
#jem table.week .weeknum {
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
width: 1%;
|
||||
}
|
||||
|
||||
.weeknumtitle {
|
||||
text-align: center;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
color: #FFF; /* calendarweek: #667171 */
|
||||
border-style: none;
|
||||
border-width: 1px;
|
||||
padding: 2px 3px;
|
||||
}
|
||||
|
||||
.weeknum {
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
padding: 2px 3px;
|
||||
color: #CD5C5C;
|
||||
background-color: #FAEBD7;
|
||||
}
|
||||
|
||||
.week {
|
||||
border-style: none;
|
||||
background-color: #EEDFCC;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.monthweek {
|
||||
text-align: left;
|
||||
padding: 3px;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
color: #667171;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
.monthday {
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
background-color: #FFF;
|
||||
color: #000;
|
||||
height: 90px;
|
||||
width: 90px;
|
||||
}
|
||||
|
||||
div#jem .monthnavigation { /* delete complete construct */
|
||||
font-size: 18pt;
|
||||
font-weight: bold;
|
||||
border: 0px;
|
||||
padding-bottom: 10px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
div#jem .monthnavigation a {text-decoration: none;}
|
||||
|
||||
div#jem .monthname { /*delete complete construct */
|
||||
border: 0px;
|
||||
font-size: 16pt;
|
||||
padding-bottom: 10px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.saturday, .sunday {
|
||||
background-color: #fcfcfc; /* background-color:#D4D4D4; */
|
||||
color: #667171;
|
||||
}
|
||||
|
||||
.sunday a, .saturday a {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.today {
|
||||
background-color: #fefff2;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.today .daynum a {
|
||||
color: #FFF;
|
||||
/* calendarweek: vertical-align: top; */
|
||||
}
|
||||
|
||||
.selectedday {
|
||||
border-width: 1px;
|
||||
border-style: outset;
|
||||
background-color: #FFF;
|
||||
}
|
||||
|
||||
/* *** CALENDAR WEEK ADDITIONS END *** */
|
||||
|
||||
|
||||
@media not print {
|
||||
@media only all and (max-width: 30rem), screen and (max-device-width: 30rem) and (orientation: landscape) {
|
||||
/* Force table to not be like tables anymore */
|
||||
div#jem table, div#jem thead, div#jem tbody, div#jem th, div#jem td, div#jem tr {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
/* Nobody needs the Row with the daynames anymore */
|
||||
div#jem tr.daynamesRow {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Save place for the important information */
|
||||
div#jem td.nomonthday {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div#jem .daynum {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
div#jem .eventcontentinner, .eventandmore {
|
||||
width: 90%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
/* Otherwhise there are some little borders */
|
||||
div#jem td {
|
||||
border: none;;
|
||||
}
|
||||
|
||||
div#jem .daynum a::after {
|
||||
padding-left: 0px;
|
||||
content: "";
|
||||
}
|
||||
|
||||
div#jem .newMonthRow, div#jem .weeknum {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div#jem td.monthday div.daynum::after {
|
||||
content: ". " attr(jem-monthname);
|
||||
}
|
||||
|
||||
div#jem .today .daynum a {
|
||||
color: #000
|
||||
}
|
||||
|
||||
div#jem td.today div.daynum::after {
|
||||
/*color: #FFF;*/
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
div#jem td.monthday div.daynum::before {
|
||||
margin-left: 5px;
|
||||
content: attr(jem-dayname) ", ";
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
380
media/com_jem/css/calendar.css
Normal file
380
media/com_jem/css/calendar.css
Normal file
@ -0,0 +1,380 @@
|
||||
/**
|
||||
* @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
|
||||
*/
|
||||
|
||||
.jem_calendar th,
|
||||
.jem_calendar td {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
table.month, table.week {
|
||||
background-color: #FFFFFF;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 801px) {
|
||||
table.month, table.week {
|
||||
border: 1px solid #000;
|
||||
}
|
||||
}
|
||||
|
||||
table.month {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.monthname {
|
||||
color: #355881;
|
||||
font-family: Geneva, Verdana, Arial, sans-serif;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.daynamesRow,
|
||||
.daynamesRow td {
|
||||
background-color: #455678;
|
||||
height: 20px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.dayname {
|
||||
color: #FFFFFF; /* calendarweek: #667171 */
|
||||
font-family: Geneva, Verdana, Arial, sans-serif;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.daysRow {
|
||||
color: #433D27;
|
||||
font-family: Arial, Geneva, Verdana, sans-serif;
|
||||
font-size: 10px;
|
||||
height: 88px;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.daynum {
|
||||
background-color: #A2A3AE;
|
||||
color: #FBFCEF;
|
||||
font-family: Geneva, Verdana, Arial, sans-serif;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
margin: 0px;
|
||||
padding: 2px;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
border-top: 1px solid black;
|
||||
border-bottom: 1px solid black;
|
||||
}
|
||||
|
||||
.selectedday .daynum {
|
||||
background-color: #31528E;
|
||||
}
|
||||
|
||||
.nomonthday {
|
||||
background-color: #EEEEEE;
|
||||
height: 88px;
|
||||
}
|
||||
|
||||
div#jem .monthnavigation a {text-decoration: none;}
|
||||
|
||||
.eventcontent,
|
||||
div[id^=catz],
|
||||
div[id^='venuez'],
|
||||
div[id^='scat'] {
|
||||
border: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.eventcontentinner {
|
||||
background-color: yellow;
|
||||
border: 1px solid grey;
|
||||
border-radius: 2px;
|
||||
padding: 5px;
|
||||
margin: 2px;
|
||||
overflow: hidden;
|
||||
/* use this only if you really want a break at any position
|
||||
-ms-word-break: break-all;
|
||||
word-break: break-all;
|
||||
*/
|
||||
/* Non standard for webkit */
|
||||
word-break: break-word;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
.borderfeatured {
|
||||
border-width: 3px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
div#jem .eventcontentinner a {
|
||||
color: #333;
|
||||
/* text-decoration:none; */
|
||||
}
|
||||
|
||||
/* *** CALENDAR WEEK ADDITIONS START *** */
|
||||
div#jem a .eventcontenttop {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
div#jem .eventcontenttop {
|
||||
border-bottom: solid 1px black;
|
||||
height: 16px;
|
||||
min-height: 16px;
|
||||
text-align: left;
|
||||
padding-left: 4px;
|
||||
padding-top: 2px;
|
||||
top: 60px;
|
||||
}
|
||||
|
||||
div#jem .eventtitle {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
div#jem .rowcolor {
|
||||
border-top: solid 1px black;
|
||||
height: 10px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
div#jem .eventtitle {
|
||||
min-height: 30px;
|
||||
word-wrap: break-word;
|
||||
margin-right: 2px;
|
||||
margin-left: 2px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
/* *** CALENDAR WEEK ADDITIONS END *** */
|
||||
|
||||
.eventandmore {
|
||||
background-color: yellow;
|
||||
margin: 1px;
|
||||
overflow: hidden;
|
||||
padding: 1px;
|
||||
border: 1px solid grey;
|
||||
border-radius: 2px;
|
||||
padding: 5px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
/* for the tooltip */
|
||||
.custom-tip {
|
||||
color: #000;
|
||||
width: 200px;
|
||||
z-index: 13000;
|
||||
border: 1px solid lightgrey;
|
||||
}
|
||||
|
||||
.custom-title {
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
margin: 10px;
|
||||
color: white;
|
||||
padding: 2px 5px 1px;
|
||||
background: #7598FF;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.custom-text {
|
||||
font-size: 11px;
|
||||
padding: 2px 2px 2px;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.custom-tip .eventName {
|
||||
text-align: left;
|
||||
background: lightgrey;
|
||||
margin: 5px 0px 5px;
|
||||
}
|
||||
|
||||
.custom-tip .location {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.custom-tip .location .legend {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.colorpic {
|
||||
padding: 0 4px;
|
||||
margin: 0 2px;
|
||||
}
|
||||
|
||||
#jlcalendarlegend {
|
||||
clear: both;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
#jlcalendarlegend .calendarButtons {
|
||||
margin-top: 8px;
|
||||
margin-bottom: 4px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
#jlcalendarlegend .calendarButtonsToggle {
|
||||
display: inline-flex;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#jlcalendarlegend .calendarLegends {
|
||||
|
||||
}
|
||||
|
||||
#jlcalendarlegend .eventCat {
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
box-shadow: 2px 2px 2px #888888;
|
||||
padding: 2px 10px;
|
||||
border: 1px solid black;
|
||||
margin-right: 5px;
|
||||
margin-bottom: 5px;
|
||||
line-height: 40px;
|
||||
}
|
||||
|
||||
#jlcalendarlegend .legendb {
|
||||
display: inline-block;
|
||||
background-color: green;
|
||||
line-height: 10px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
#jlcalendarlegend .eventCat.catoff {
|
||||
color: lightgrey;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
div#buttonshowall,
|
||||
div#buttonhideall {
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
border: 1px solid black;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.daynum a {
|
||||
color: #FBFCEF !important;
|
||||
text-decoration: none;
|
||||
background-color: inherit !important;
|
||||
}
|
||||
|
||||
.today .daynum a {
|
||||
color: #FFFFFF;
|
||||
background-color: red;
|
||||
/* calendarweek: vertical-align: top; */
|
||||
}
|
||||
|
||||
div#jem td {
|
||||
border: 1px dotted black;
|
||||
}
|
||||
|
||||
/* *** CALENDAR WEEK ADDITIONS START *** */
|
||||
|
||||
/* set week column to a minimal width */
|
||||
#jem table.week .weeknumtitle,
|
||||
#jem table.week .weeknum {
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
width: 1%;
|
||||
}
|
||||
|
||||
.weeknumtitle {
|
||||
text-align: center;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
color: #ffffff; /* calendarweek: #667171 */
|
||||
border-style: none;
|
||||
border-width: 1px;
|
||||
padding: 2px 3px;
|
||||
}
|
||||
|
||||
.weeknum {
|
||||
text-align: center;
|
||||
/* vertical-align:middle;*/
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
padding: 2px 3px;
|
||||
color: #CD5C5C;
|
||||
background-color: #FAEBD7;
|
||||
}
|
||||
|
||||
.week {
|
||||
border-style: none;
|
||||
background-color: #EEDFCC;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.monthweek {
|
||||
text-align: left;
|
||||
padding: 3px;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
color: #667171;
|
||||
border-style: solid;
|
||||
border-width: 1px
|
||||
}
|
||||
|
||||
.monthday {
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
background-color: #ffffff;
|
||||
color: #000000;
|
||||
height: 90px;
|
||||
width: 90px;
|
||||
}
|
||||
|
||||
.saturday, .sunday {
|
||||
background-color: #D4D4D4;
|
||||
color: #667171;
|
||||
}
|
||||
|
||||
.sunday a, .saturday a {
|
||||
color: #667171;
|
||||
}
|
||||
|
||||
.today {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
background-color: #BBCCFF;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.selectedday {
|
||||
border-width: 1px;
|
||||
border-style: outset;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
/* *** CALENDAR WEEK ADDITIONS END *** */
|
||||
|
||||
|
||||
.calendarButton {
|
||||
/* background-image: linear-gradient(top, rgba(230,230,230,1) 0%,rgba(200,200,200,1) 100%);
|
||||
box-shadow: 0px 0px 2px 0px rgba(0,0,0,1);
|
||||
border: solid 2px rgba(31,31,31,1);
|
||||
border-radius: 6px;
|
||||
width: 48px;
|
||||
height: 20px;
|
||||
margin: 1px;
|
||||
padding: 1px; */
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
color: rgba(0, 0, 0, 1);
|
||||
margin-right: 5px;
|
||||
box-shadow: 2px 2px 2px #888888;
|
||||
}
|
||||
|
||||
.calendarButton:hover {
|
||||
}
|
||||
|
||||
.calendarButton:active {
|
||||
}
|
||||
58
media/com_jem/css/colorpicker-responsive.css
Normal file
58
media/com_jem/css/colorpicker-responsive.css
Normal file
@ -0,0 +1,58 @@
|
||||
/**
|
||||
* @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
|
||||
*/
|
||||
|
||||
.picker_layer {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
text-decoration: none;
|
||||
background-color: #d4d0c8;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #666666;
|
||||
overflow: visible;
|
||||
height: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.picker_buttons {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
background-color: #d4d0c8;
|
||||
border-style: solid;
|
||||
border-color: #666666;
|
||||
border-width: 1px;
|
||||
padding: 1px;
|
||||
cursor: pointer;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.cell_color {
|
||||
cursor: pointer;
|
||||
width: 9px;
|
||||
height: 9px;
|
||||
}
|
||||
|
||||
.color_table {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.choosed_color_cell {
|
||||
border-style: solid;
|
||||
border-color: #000000;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
.default_color_btn {
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
background-image: url(../images/defaultcolor.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
51
media/com_jem/css/colorpicker.css
Normal file
51
media/com_jem/css/colorpicker.css
Normal file
@ -0,0 +1,51 @@
|
||||
.picker_layer {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
text-decoration: none;
|
||||
background-color: #d4d0c8;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #666666;
|
||||
overflow: visible;
|
||||
height: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.picker_buttons {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
background-color: #d4d0c8;
|
||||
border-style: solid;
|
||||
border-color: #666666;
|
||||
border-width: 1px;
|
||||
padding: 1px;
|
||||
cursor: pointer;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.cell_color {
|
||||
cursor: pointer;
|
||||
width: 9px;
|
||||
height: 9px;
|
||||
}
|
||||
|
||||
.color_table {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.choosed_color_cell {
|
||||
border-style: solid;
|
||||
border-color: #000000;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
.default_color_btn {
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
background-image: url(../images/defaultcolor.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
770
media/com_jem/css/custom/backend2.css
Normal file
770
media/com_jem/css/custom/backend2.css
Normal file
@ -0,0 +1,770 @@
|
||||
/**
|
||||
* @version 1.9.7
|
||||
* @package JEM
|
||||
* @copyright (C) 2013-2014 joomlaeventmanager.net
|
||||
* @copyright (C) 2005-2009 Christoph Lukes
|
||||
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
|
||||
*/
|
||||
|
||||
/** header icons **/
|
||||
.icon-48-archive { background-image: url(../images/icon-48-archive.png); }
|
||||
.icon-48-elcategories { background-image: url(../images/icon-48-categories.png); }
|
||||
.icon-48-categoriesedit { background-image: url(../images/icon-48-categoriesedit.png); }
|
||||
.icon-48-eventedit { background-image: url(../images/icon-48-eventedit.png); }
|
||||
.icon-48-events { background-image: url(../images/icon-48-events.png); }
|
||||
.icon-48-groups { background-image: url(../images/icon-48-groups.png); }
|
||||
.icon-48-groupedit { background-image: url(../images/icon-48-groupedit.png); }
|
||||
.icon-48-help { background-image: url(../images/icon-48-help.png); }
|
||||
.icon-48-home { background-image: url(../images/icon-48-home.png); }
|
||||
.icon-48-settings { background-image: url(../images/icon-48-settings.png); }
|
||||
.icon-48-tableexport { background-image: url(../images/icon-48-tableexport.png); }
|
||||
.icon-48-tableimport { background-image: url(../images/icon-48-tableimport.png); }
|
||||
.icon-48-update { background-image: url(../images/icon-48-update.png); }
|
||||
.icon-48-users { background-image: url(../images/icon-48-users.png); }
|
||||
.icon-48-venues { background-image: url(../images/icon-48-venues.png); }
|
||||
.icon-48-venuesedit { background-image: url(../images/icon-48-venuesedit.png); }
|
||||
.icon-48-housekeeping { background-image: url(../images/icon-48-housekeeping.png); }
|
||||
.icon-48-plugins { background-image: url(../images/icon-48-plugins.png); }
|
||||
|
||||
/** linkicons **/
|
||||
div.linkicon {
|
||||
text-align:center;
|
||||
margin:0px 5px 5px 0px;
|
||||
}
|
||||
|
||||
|
||||
input.button {
|
||||
/*background-color:#......;*/
|
||||
cursor:pointer;
|
||||
color:black;
|
||||
border:1px solid black;
|
||||
}
|
||||
|
||||
input.button:focus {
|
||||
/*background-color:#......;*/
|
||||
}
|
||||
|
||||
|
||||
input#clear {
|
||||
background: url('../images/clear.png') no-repeat scroll left center #CCC;
|
||||
border: 1px solid #808080;
|
||||
cursor: pointer;
|
||||
padding-right:10px;
|
||||
}
|
||||
|
||||
input#clear:focus {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.colorpicker{
|
||||
border:1px solid grey;
|
||||
}
|
||||
|
||||
|
||||
div.linkicon a {
|
||||
display:block;
|
||||
border:1px solid #F0F0F0;
|
||||
height:97px;
|
||||
width:108px;
|
||||
color:#666666;
|
||||
vertical-align: middle;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
div.linkicon a:hover {
|
||||
border-left:1px solid #EEEEEE;
|
||||
border-top:1px solid #EEEEEE;
|
||||
border-right:1px solid #CCCCCC;
|
||||
border-bottom:1px solid #CCCCCC;
|
||||
background-color:#F9F9F9;
|
||||
color:#0B55C4;
|
||||
}
|
||||
|
||||
div.linkicon img {
|
||||
padding:10px 0;
|
||||
margin:0 auto;
|
||||
}
|
||||
|
||||
div.linkicon span {
|
||||
display:block;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
/**
|
||||
* imageselect
|
||||
*/
|
||||
|
||||
div.item {
|
||||
float:left;
|
||||
border:1px solid #CCCCCC;
|
||||
margin:3px;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
div.imgBorder {
|
||||
height:72px;
|
||||
vertical-align:middle;
|
||||
width:88px;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
div.imgBorder a {
|
||||
height:72px;
|
||||
width:88px;
|
||||
display:block;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
div.imgBorder a:hover {
|
||||
height:72px;
|
||||
width:88px;
|
||||
background-color:#F0F0F0;
|
||||
color:#FF6600;
|
||||
}
|
||||
|
||||
div.controls {
|
||||
text-align:center;
|
||||
height:20px;
|
||||
line-height:20px;
|
||||
background-color:#F9FCF9;
|
||||
border-top:1px solid #DDDDDD;
|
||||
}
|
||||
|
||||
div.controls img {
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
div.imageinfo {
|
||||
background:#F9F9F9;
|
||||
font-family:Arial, Helvetica, sans-serif;
|
||||
font-size:10px;
|
||||
width:88px;
|
||||
height:15px;
|
||||
vertical-align:middle;
|
||||
text-align:center;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
div.pnav {
|
||||
padding:5px;
|
||||
text-align:center;
|
||||
background: #F3F3F3;
|
||||
border:1px solid #CCCCCC;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
div.imghead {
|
||||
padding:3px;
|
||||
border:1px solid #CCCCCC;
|
||||
}
|
||||
|
||||
/* Form validation */
|
||||
.invalid {
|
||||
border-color:#FF0000;
|
||||
}
|
||||
|
||||
label.invalid {
|
||||
color:#FF0000;
|
||||
}
|
||||
|
||||
|
||||
div.copyright {
|
||||
font-size:0.85em;
|
||||
text-align:center;
|
||||
margin:1em 0;
|
||||
color:#AAAAAA;
|
||||
}
|
||||
|
||||
input#jform_title {
|
||||
font-size:0.909em !important;
|
||||
}
|
||||
|
||||
div.clear {
|
||||
border:0;
|
||||
clear:both;
|
||||
float:none;
|
||||
height:1px;
|
||||
line-height:1px;
|
||||
}
|
||||
|
||||
.jem_centering {
|
||||
text-align:center;
|
||||
margin-top:0px;
|
||||
margin-bottom:0px;
|
||||
padding:0px;
|
||||
}
|
||||
|
||||
div#page-parameters fieldset.adminform .el-spacer {
|
||||
background-color:#D3D3D3;
|
||||
padding:5px 0px;
|
||||
}
|
||||
|
||||
/* align radio buttons horizontally */
|
||||
.inputbox {
|
||||
margin:5px;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
|
||||
/* align radio buttons on import page */
|
||||
label#replace_events0-lbl, label#replace_events1-lbl, label#replace_venues0-lbl, label#replace_venues1-lbl, label#replace_categories0-lbl, label#replace_categories1-lbl, label#replace_catevents0-lbl, label#replace_catevents1-lbl {
|
||||
float:none;
|
||||
display:inline;
|
||||
}
|
||||
|
||||
input#replace_events0.inputbox, input#replace_events1.inputbox, input#replace_venues0.inputbox, input#replace_venues1.inputbox, input#replace_categories0.inputbox, input#replace_categories1.inputbox, input#replace_catevents0.inputbox, input#replace_catevents1.inputbox {
|
||||
float:none;
|
||||
display:inline;
|
||||
}
|
||||
|
||||
table#el-attachments td {
|
||||
padding:0 5px;
|
||||
}
|
||||
|
||||
table#el-attachments img {
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
div#jembackend fieldset.adminform label.hasTip
|
||||
{
|
||||
min-width:200px;
|
||||
}
|
||||
|
||||
/* -------------------
|
||||
General Pagination
|
||||
--------------------- */
|
||||
div.pagination {
|
||||
clear:inherit;
|
||||
float:both;
|
||||
text-align:center !important;
|
||||
margin:15px 0 0 0 !important;
|
||||
}
|
||||
|
||||
div.pagination p.counter {
|
||||
font-style:italic;
|
||||
}
|
||||
|
||||
div.pagination ul {
|
||||
list-style:none;
|
||||
text-align:center !important;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
div.pagination ul li {
|
||||
list-style:none;
|
||||
display:inline;
|
||||
padding:0 5px 0 5px;
|
||||
}
|
||||
|
||||
/* -- CONTROL PANEL STYLES ----------------------------- */
|
||||
/* ---bluestork template, J2.5-------------------------- */
|
||||
.cpanel div.icon, #cpanel div.icon {
|
||||
text-align:center;
|
||||
margin-right:15px;
|
||||
float:left;
|
||||
margin-bottom:15px;
|
||||
}
|
||||
|
||||
.cpanel div.icon a, #cpanel div.icon a {
|
||||
background-color:#FFFFFF;
|
||||
background-position:-30px;
|
||||
display:block;
|
||||
float:left;
|
||||
height:97px;
|
||||
width:108px;
|
||||
color:#565656;
|
||||
vertical-align:middle;
|
||||
text-decoration:none;
|
||||
border:1px solid #CCCCCC;
|
||||
-webkit-border-radius:5px;
|
||||
-moz-border-radius:5px;
|
||||
border-radius:5px;
|
||||
-webkit-transition-property:background-position, -webkit-border-bottom-left-radius, -webkit-box-shadow;
|
||||
-moz-transition-property:background-position, -moz-border-radius-bottomleft, -moz-box-shadow;
|
||||
-webkit-transition-duration:0.8s;
|
||||
-moz-transition-duration:0.8s;
|
||||
}
|
||||
|
||||
#cpanel div.icon a:hover,
|
||||
#cpanel div.icon a:focus,
|
||||
#cpanel div.icon a:active,
|
||||
.cpanel div.icon a:hover,
|
||||
.cpanel div.icon a:focus,
|
||||
.cpanel div.icon a:active {
|
||||
background-position:0;
|
||||
-webkit-border-bottom-left-radius:50% 20px;
|
||||
-moz-border-radius-bottomleft:50% 20px;
|
||||
border-bottom-left-radius:50% 20px;
|
||||
-webkit-box-shadow:-5px 10px 15px rgba(0, 0, 0, 0.25);
|
||||
-moz-box-shadow:-5px 10px 15px rgba(0, 0, 0, 0.25);
|
||||
box-shadow:-5px 10px 15px rgba(0, 0, 0, 0.25);
|
||||
position:relative;
|
||||
z-index:10;
|
||||
}
|
||||
|
||||
#cpanel img,
|
||||
.cpanel img {
|
||||
padding:10px 0;
|
||||
margin:0 auto;
|
||||
}
|
||||
|
||||
#cpanel span,
|
||||
.cpanel span {
|
||||
display:block;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
div.cpanel-left {
|
||||
width:54%;
|
||||
float:left;
|
||||
}
|
||||
|
||||
div.cpanel-right {
|
||||
width:45%;
|
||||
float:right;
|
||||
}
|
||||
|
||||
img#imagelib {
|
||||
max-width:80px;
|
||||
max-height:80px;
|
||||
display:block;
|
||||
clear:left;
|
||||
}
|
||||
|
||||
/* -----------ZEBRA STRIPES, J3+ Isis template -------------- */
|
||||
.table-striped tbody tr:nth-child(odd) td,
|
||||
.table-striped tbody tr:nth-child(odd) th {
|
||||
background-color:#F9F9F9;
|
||||
}
|
||||
|
||||
.table-striped tbody tr.row0:hover td,
|
||||
.table-striped tbody tr.row1:hover td {
|
||||
background-color:#E8F6FE;
|
||||
}
|
||||
|
||||
/* ---------- TABLE, J3 Isis template -------------------------- */
|
||||
table {
|
||||
max-width:100%;
|
||||
background-color:transparent;
|
||||
border-collapse:seperate;
|
||||
border-spacing:0;
|
||||
}
|
||||
|
||||
.table {
|
||||
width:100%;
|
||||
margin-bottom:18px;
|
||||
}
|
||||
|
||||
.table th,
|
||||
.table td {
|
||||
padding:8px;
|
||||
line-height:18px;
|
||||
text-align:left;
|
||||
vertical-align:top;
|
||||
border-top:1px solid #DDDDDD;
|
||||
}
|
||||
|
||||
.table th {
|
||||
font-weight:bold;
|
||||
background:#E3E0D5;
|
||||
}
|
||||
|
||||
.table thead th {
|
||||
vertical-align:bottom;
|
||||
}
|
||||
|
||||
.table caption + thead tr:first-child th,
|
||||
.table caption + thead tr:first-child td,
|
||||
.table colgroup + thead tr:first-child th,
|
||||
.table colgroup + thead tr:first-child td,
|
||||
.table thead:first-child tr:first-child th,
|
||||
.table thead:first-child tr:first-child td {
|
||||
border-top:1px solid #999999;
|
||||
border-bottom:1px solid #999999;
|
||||
}
|
||||
|
||||
.table tbody + tbody {
|
||||
border-top:2px solid #DDDDDD;
|
||||
}
|
||||
|
||||
.table-condensed th,
|
||||
.table-condensed td {
|
||||
padding:4px 5px;
|
||||
}
|
||||
|
||||
.table-bordered {
|
||||
border:1px solid #DDDDDD;
|
||||
border-collapse:separate;
|
||||
*border-collapse:collapse;
|
||||
border-left:0;
|
||||
-webkit-border-radius:4px;
|
||||
-moz-border-radius:4px;
|
||||
border-radius:4px;
|
||||
}
|
||||
|
||||
.table-bordered th,
|
||||
.table-bordered td {
|
||||
border-left:1px solid #DDDDDD;
|
||||
}
|
||||
|
||||
.table-bordered caption + thead tr:first-child th,
|
||||
.table-bordered caption + tbody tr:first-child th,
|
||||
.table-bordered caption + tbody tr:first-child td,
|
||||
.table-bordered colgroup + thead tr:first-child th,
|
||||
.table-bordered colgroup + tbody tr:first-child th,
|
||||
.table-bordered colgroup + tbody tr:first-child td,
|
||||
.table-bordered thead:first-child tr:first-child th,
|
||||
.table-bordered tbody:first-child tr:first-child th,
|
||||
.table-bordered tbody:first-child tr:first-child td {
|
||||
border-top:0;
|
||||
}
|
||||
|
||||
.table-bordered thead:first-child tr:first-child th:first-child,
|
||||
.table-bordered tbody:first-child tr:first-child td:first-child {
|
||||
-webkit-border-top-left-radius:4px;
|
||||
border-top-left-radius:4px;
|
||||
-moz-border-radius-topleft:4px;
|
||||
}
|
||||
|
||||
.table-bordered thead:first-child tr:first-child th:last-child,
|
||||
.table-bordered tbody:first-child tr:first-child td:last-child {
|
||||
-webkit-border-top-right-radius:4px;
|
||||
border-top-right-radius:4px;
|
||||
-moz-border-radius-topright:4px;
|
||||
}
|
||||
|
||||
.table-bordered thead:last-child tr:last-child th:first-child,
|
||||
.table-bordered tbody:last-child tr:last-child td:first-child,
|
||||
.table-bordered tfoot:last-child tr:last-child td:first-child {
|
||||
-webkit-border-radius:0 0 0 4px;
|
||||
-moz-border-radius:0 0 0 4px;
|
||||
border-radius:0 0 0 4px;
|
||||
-webkit-border-bottom-left-radius:4px;
|
||||
border-bottom-left-radius:4px;
|
||||
-moz-border-radius-bottomleft:4px;
|
||||
}
|
||||
|
||||
.table-bordered thead:last-child tr:last-child th:last-child,
|
||||
.table-bordered tbody:last-child tr:last-child td:last-child,
|
||||
.table-bordered tfoot:last-child tr:last-child td:last-child {
|
||||
-webkit-border-bottom-right-radius:4px;
|
||||
border-bottom-right-radius:4px;
|
||||
-moz-border-radius-bottomright:4px;
|
||||
}
|
||||
|
||||
.table-bordered caption + thead tr:first-child th:first-child,
|
||||
.table-bordered caption + tbody tr:first-child td:first-child,
|
||||
.table-bordered colgroup + thead tr:first-child th:first-child,
|
||||
.table-bordered colgroup + tbody tr:first-child td:first-child {
|
||||
-webkit-border-top-left-radius:4px;
|
||||
border-top-left-radius:4px;
|
||||
-moz-border-radius-topleft:4px;
|
||||
}
|
||||
|
||||
.table-bordered caption + thead tr:first-child th:last-child,
|
||||
.table-bordered caption + tbody tr:first-child td:last-child,
|
||||
.table-bordered colgroup + thead tr:first-child th:last-child,
|
||||
.table-bordered colgroup + tbody tr:first-child td:last-child {
|
||||
-webkit-border-top-right-radius:4px;
|
||||
border-top-right-radius:4px;
|
||||
-moz-border-right-topleft:4px;
|
||||
}
|
||||
|
||||
.table-striped tbody tr:nth-child(odd) td,
|
||||
.table-striped tbody tr:nth-child(odd) th {
|
||||
background-color:#F9F9F9;
|
||||
}
|
||||
|
||||
.table-hover tbody tr:hover td,
|
||||
.table-hover tbody tr:hover th {
|
||||
background-color:#F5F5F5;
|
||||
}
|
||||
|
||||
table [class*=span],
|
||||
.row-fluid table [class*=span] {
|
||||
display:table-cell;
|
||||
float:none;
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
table .span1 {
|
||||
float:none;
|
||||
width:44px;
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
table .span2 {
|
||||
float:none;
|
||||
width:124px;
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
table .span3 {
|
||||
float:none;
|
||||
width:204px;
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
table .span4 {
|
||||
float: none;
|
||||
width: 284px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
table .span5 {
|
||||
float:none;
|
||||
width:364px;
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
table .span6 {
|
||||
float:none;
|
||||
width:444px;
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
table .span7 {
|
||||
float:none;
|
||||
width:524px;
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
table .span8 {
|
||||
float:none;
|
||||
width:604px;
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
table .span9 {
|
||||
float:none;
|
||||
width:684px;
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
table .span10 {
|
||||
float:none;
|
||||
width:764px;
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
table .span11 {
|
||||
float:none;
|
||||
width:844px;
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
table .span12 {
|
||||
float:none;
|
||||
width:924px;
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
table .span13 {
|
||||
float:none;
|
||||
width:1004px;
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
table .span14 {
|
||||
float:none;
|
||||
width:1084px;
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
table .span15 {
|
||||
float:none;
|
||||
width:1164px;
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
table .span16 {
|
||||
float:none;
|
||||
width:1244px;
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
table .span17 {
|
||||
float:none;
|
||||
width:1324px;
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
table .span18 {
|
||||
float:none;
|
||||
width:1404px;
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
table .span19 {
|
||||
float:none;
|
||||
width:1484px;
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
table .span20 {
|
||||
float:none;
|
||||
width:1564px;
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
table .span21 {
|
||||
float:none;
|
||||
width:1644px;
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
table .span22 {
|
||||
float:none;
|
||||
width:1724px;
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
table .span23 {
|
||||
float:none;
|
||||
width:1804px;
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
table .span24 {
|
||||
float:none;
|
||||
width:1884px;
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
.table tbody tr.success td {
|
||||
background-color:#DFF0D8;
|
||||
}
|
||||
|
||||
.table tbody tr.error td {
|
||||
background-color:#F2DEDE;
|
||||
}
|
||||
|
||||
.table tbody tr.info td {
|
||||
background-color:#D9EDF7;
|
||||
}
|
||||
|
||||
table.table tfoot tr {
|
||||
text-align:center;
|
||||
color:#333333;
|
||||
}
|
||||
|
||||
table.table tfoot tr {
|
||||
text-align:center;
|
||||
color:#333333;
|
||||
}
|
||||
|
||||
table.table tfoot td,table.table tfoot th {
|
||||
background-color:#F7F7F7;
|
||||
border-top:1px solid #999999;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
table.table .pagination {
|
||||
display:inline-block;
|
||||
padding:0;
|
||||
margin:0 auto;
|
||||
}
|
||||
|
||||
.center,
|
||||
.table td.center,
|
||||
.table th.center {
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.table td.order {
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.table td.order span {
|
||||
float: left;
|
||||
width: 20px;
|
||||
text-align: center;
|
||||
background-repeat: no-repeat;
|
||||
height: 13px;
|
||||
}
|
||||
|
||||
|
||||
.highlight {
|
||||
background:none repeat scroll 0 0 #FFFF00;
|
||||
}
|
||||
|
||||
|
||||
th img
|
||||
{
|
||||
margin-left:3px;
|
||||
}
|
||||
|
||||
img.calendar
|
||||
{
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
table.adminlist
|
||||
{
|
||||
border:1px solid #999999;
|
||||
}
|
||||
|
||||
input#csvexport{
|
||||
background:#CCCCCC url('../images/export_excel.png') no-repeat left;
|
||||
padding-left:20px;
|
||||
border:1px solid #808080;
|
||||
height:20px;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.select_country
|
||||
{
|
||||
max-width:210px;
|
||||
}
|
||||
|
||||
/* scale icon to fit text height */
|
||||
.icon-inline {
|
||||
height: 1.2em;
|
||||
margin-left: 0.3em;
|
||||
}
|
||||
|
||||
/* prevent problem with Bluestork */
|
||||
#recurrence_output select,
|
||||
select#jform_recurrence_type {
|
||||
float: none;
|
||||
}
|
||||
input#jform_recurrence_limit_date {
|
||||
margin-left: 0;
|
||||
}
|
||||
@media only screen and (max-width: 768px) {
|
||||
/* Force table to not be like tables anymore */
|
||||
table, thead, tbody, th, td,tr {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
/* Nobody needs the Row with the daynames anymore */
|
||||
tr.daynamesRow {
|
||||
display:none;
|
||||
}
|
||||
|
||||
/* Save place for the important information */
|
||||
td.nomonthday {
|
||||
display:none;
|
||||
}
|
||||
|
||||
/* Otherwhise there are some litle borders */
|
||||
div#jem td {
|
||||
border: 0px solid #cacaca;
|
||||
}
|
||||
|
||||
/* This runs only if you change somethin in the calendar.class.php
|
||||
* change line 643 from:
|
||||
* $out = "<td class=\"".implode(' ', $cssClass)."\"><div class=\"daynum\">".$linktext.'</div>'.$eventContent."</td>";
|
||||
* to:
|
||||
* $out = "<td class=\"".implode(' ', $cssClass)."\"><div class=\"daynum\" eemonthname=\"".$this->getMonthName()."\" eedayname=\"".$this->getDayName($this->getWeekday($var))."\">".$linktext.'</div>'.$eventContent."</td>";
|
||||
* after this you will see the days like "Mo, 2. August" instead of only the daynumber */
|
||||
td.monthday div.daynum::after {
|
||||
content: ". " attr(eemonthname);
|
||||
}
|
||||
|
||||
td.monthday div.daynum::before {
|
||||
content: attr(eedayname) ", ";
|
||||
}
|
||||
}
|
||||
402
media/com_jem/css/custom/calendar2.css
Normal file
402
media/com_jem/css/custom/calendar2.css
Normal file
@ -0,0 +1,402 @@
|
||||
/**
|
||||
* @version 1.9.8
|
||||
* @package JEM
|
||||
* @copyright (C) 2013-2014 joomlaeventmanager.net
|
||||
* @copyright (C) 2005-2009 Christoph Lukes
|
||||
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
|
||||
*/
|
||||
|
||||
table.month, table.week {
|
||||
background-color:#FFFFFF;
|
||||
border:2px solid #000000;
|
||||
width:100%;
|
||||
}
|
||||
table.month {
|
||||
table-layout:fixed;
|
||||
}
|
||||
|
||||
.monthname {
|
||||
color:#355881;
|
||||
font-family:Geneva,Verdana,Arial,sans-serif;
|
||||
font-size:18px;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.daynamesRow {
|
||||
background-color:#455678;
|
||||
height:20px;
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
.dayname {
|
||||
color:#FFFFFF; /* calendarweek: #667171 */
|
||||
font-family:Geneva,Verdana,Arial,sans-serif;
|
||||
font-size:10px;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.daysRow {
|
||||
color:#433D27;
|
||||
font-family:Arial,Geneva,Verdana,sans-serif;
|
||||
font-size:10px;
|
||||
height:88px;
|
||||
text-align:left;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
.daynum {
|
||||
background-color:#A2A3AE;
|
||||
color:#FBFCEF;
|
||||
font-family:Geneva,Verdana,Arial,sans-serif;
|
||||
font-size:11px;
|
||||
font-weight:bold;
|
||||
margin:0px;
|
||||
padding:2px;
|
||||
text-align:left;
|
||||
vertical-align:top;
|
||||
border-top: 1px solid black;
|
||||
border-bottom: 1px solid black;
|
||||
}
|
||||
|
||||
.selectedday .daynum {
|
||||
background-color:#31528E;
|
||||
}
|
||||
|
||||
.nomonthday {
|
||||
background-color:#EEEEEE;
|
||||
height:88px;
|
||||
}
|
||||
|
||||
.eventcontent,
|
||||
div[id^=catz],
|
||||
div[id^='venuez'],
|
||||
div[id^='scat'] {
|
||||
border: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.eventcontentinner {
|
||||
background-color:yellow;
|
||||
border: 1px solid grey;
|
||||
border-radius: 2px;
|
||||
padding: 5px;
|
||||
margin: 2px;
|
||||
overflow:hidden;
|
||||
/* use this onlyif you eally want a break at any position
|
||||
-ms-word-break: break-all;
|
||||
word-break: break-all;
|
||||
*/
|
||||
/* Non standard for webkit */
|
||||
word-break: break-word;
|
||||
|
||||
-webkit-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
-ms-hyphens: auto;
|
||||
hyphens: auto;
|
||||
|
||||
}
|
||||
|
||||
div#jem .eventcontentinner a {
|
||||
color: #333;
|
||||
/* text-decoration:none; */
|
||||
}
|
||||
|
||||
/* *** CALENDAR WEEK ADDITIONS START *** */
|
||||
div#jem a .eventcontenttop {
|
||||
text-decoration:none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
div#jem .eventcontenttop {
|
||||
border-bottom: solid 1px black;
|
||||
height: 16px;
|
||||
minheight:16px;
|
||||
text-align:left;
|
||||
padding-left: 4px;
|
||||
padding-top:2px;
|
||||
top:60px;
|
||||
}
|
||||
|
||||
div#jem .eventtitle
|
||||
{
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
div#jem .rowcolor {
|
||||
border-top: solid 1px black;
|
||||
height: 10px;
|
||||
text-aling:right;
|
||||
}
|
||||
|
||||
div#jem .eventtitle {
|
||||
min-height: 30px;
|
||||
word-wrap: break-word;
|
||||
margin-right: 2px;
|
||||
margin-left:2px;
|
||||
margin-top:2px;
|
||||
}
|
||||
/* *** CALENDAR WEEK ADDITIONS END *** */
|
||||
|
||||
.eventandmore {
|
||||
background-color:yellow;
|
||||
margin:1px;
|
||||
overflow:hidden;
|
||||
padding:1px;
|
||||
border: 1px solid grey;
|
||||
border-radius: 2px;
|
||||
padding: 5px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
/* for the tooltip */
|
||||
.custom-tip {
|
||||
color: #000;
|
||||
width: 200px;
|
||||
z-index: 13000;
|
||||
border: 1px solid lightgrey;
|
||||
}
|
||||
|
||||
.custom-title {
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
margin: 10;
|
||||
color: white;
|
||||
padding: 2px 5px 1px;
|
||||
background: #7598FF;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.custom-text {
|
||||
font-size: 11px;
|
||||
padding: 2px 2px 2px;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.custom-tip .eventName {
|
||||
text-align:left;
|
||||
background: lightgrey;
|
||||
margin: 5px 0px 5px;
|
||||
}
|
||||
|
||||
.custom-tip .location {
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.custom-tip .location .legend {
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
|
||||
.colorpic {
|
||||
padding: 0 4px;
|
||||
margin: 0 2px;
|
||||
}
|
||||
|
||||
#jlcalendarlegend {
|
||||
clear: both;
|
||||
margin-top:4px;
|
||||
}
|
||||
|
||||
#jlcalendarlegend .calendarButtons {
|
||||
margin-top:8px;
|
||||
margin-left:2px;
|
||||
margin-bottom:4px;
|
||||
height:30px;
|
||||
}
|
||||
|
||||
#jlcalendarlegend .calendarButtonsToggle{
|
||||
display:inline-flex;
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
#jlcalendarlegend .calendarLegends {
|
||||
|
||||
}
|
||||
|
||||
#jlcalendarlegend .eventCat {
|
||||
float: left;
|
||||
padding: 1px 5px;
|
||||
cursor: pointer;
|
||||
box-shadow: 2px 2px 2px #888888;
|
||||
border: 1px solid black;
|
||||
margin-left:4px;
|
||||
margin-right:4px;
|
||||
margin-bottom:6px;
|
||||
line-height:20px;
|
||||
}
|
||||
|
||||
#jlcalendarlegend .legendb {
|
||||
display:inline-block;
|
||||
background-color:green;
|
||||
line-height:10px;
|
||||
margin-right:4px;
|
||||
}
|
||||
|
||||
#jlcalendarlegend .eventCat.catoff {
|
||||
color: lightgrey;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
div#buttonshowall,
|
||||
div#buttonhideall {
|
||||
float: left;
|
||||
padding-top:3px;
|
||||
padding-left:4px;
|
||||
padding-right:4px;
|
||||
margin-right: 6px;
|
||||
cursor: pointer;
|
||||
border:1px solid black;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.daynum a {
|
||||
color: #FBFCEF !important;
|
||||
text-decoration:none;
|
||||
background-color:inherit !important;
|
||||
}
|
||||
|
||||
.today .daynum a {
|
||||
color:#FFFFFF;
|
||||
background-color:red;
|
||||
/* calendarweek: vertical-align: top; */
|
||||
}
|
||||
|
||||
div#jem td {
|
||||
border: 1px dotted black;
|
||||
}
|
||||
|
||||
/* *** CALENDAR WEEK ADDITIONS START *** */
|
||||
.weeknumtitle {
|
||||
text-align: center;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
color: #ffffff; /* calendarweek: #667171 */
|
||||
border-style: none;
|
||||
border-width:1px;
|
||||
padding: 2px 3px;
|
||||
}
|
||||
|
||||
.weeknum {
|
||||
text-align: center;
|
||||
/* vertical-align:middle;*/
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
padding: 2px 3px;
|
||||
color: #CD5C5C;
|
||||
background-color: #FAEBD7;
|
||||
}
|
||||
|
||||
.week {
|
||||
border-style: none;
|
||||
background-color: #EEDFCC;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.monthweek {
|
||||
text-align: left;
|
||||
padding: 3px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
color: #667171;
|
||||
border-style: solid;
|
||||
border-width:1px
|
||||
}
|
||||
|
||||
.monthday {
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
background-color: #ffffff;
|
||||
color: #000000;
|
||||
height:90px;
|
||||
width:90px;
|
||||
}
|
||||
|
||||
.saturday, .sunday {
|
||||
background-color:#D4D4D4;
|
||||
color: #667171;
|
||||
}
|
||||
|
||||
.sunday a, .saturday a {
|
||||
color: #667171;
|
||||
}
|
||||
|
||||
.today {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
background-color: #BBCCFF;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.selectedday {
|
||||
border-width: 1px;
|
||||
border-style: outset;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
/* *** CALENDAR WEEK ADDITIONS END *** */
|
||||
|
||||
|
||||
.calendarButton {
|
||||
background-image: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(200,200,200,1) 100%);
|
||||
background-image: -moz-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(200,200,200,1) 100%);
|
||||
background-image: -ms-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(200,200,200,1) 100%);
|
||||
background-image: -o-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(200,200,200,1) 100%);
|
||||
background-image: linear-gradient(top, rgba(230,230,230,1) 0%,rgba(200,200,200,1) 100%);
|
||||
-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,1);
|
||||
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,1);
|
||||
box-shadow: 0px 0px 2px 0px rgba(0,0,0,1);
|
||||
border: solid 2px rgba(31,31,31,1);
|
||||
-webkit-border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
width: 48px;
|
||||
height: 20px;
|
||||
margin: 1px;
|
||||
padding: 1px;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
color: rgba(0,0,0,1);
|
||||
}
|
||||
.calendarButton:hover {
|
||||
}
|
||||
.calendarButton:active {
|
||||
}
|
||||
@media only screen and (max-width: 768px) {
|
||||
/* Force table to not be like tables anymore */
|
||||
table, thead, tbody, th, td,tr {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
/* Nobody needs the Row with the daynames anymore */
|
||||
tr.daynamesRow {
|
||||
display:none;
|
||||
}
|
||||
|
||||
/* Save place for the important information */
|
||||
td.nomonthday {
|
||||
display:none;
|
||||
}
|
||||
|
||||
/* Otherwhise there are some litle borders */
|
||||
div#jem td {
|
||||
border: 0px solid #cacaca;
|
||||
}
|
||||
|
||||
/* This runs only if you change somethin in the calendar.class.php
|
||||
* change line 643 from:
|
||||
* $out = "<td class=\"".implode(' ', $cssClass)."\"><div class=\"daynum\">".$linktext.'</div>'.$eventContent."</td>";
|
||||
* to:
|
||||
* $out = "<td class=\"".implode(' ', $cssClass)."\"><div class=\"daynum\" eemonthname=\"".$this->getMonthName()."\" eedayname=\"".$this->getDayName($this->getWeekday($var))."\">".$linktext.'</div>'.$eventContent."</td>";
|
||||
* after this you will see the days like "Mo, 2. August" instead of only the daynumber */
|
||||
td.monthday div.daynum::after {
|
||||
content: ". " attr(eemonthname);
|
||||
}
|
||||
|
||||
td.monthday div.daynum::before {
|
||||
content: attr(eedayname) ", ";
|
||||
}
|
||||
}
|
||||
50
media/com_jem/css/custom/colorpicker2.css
Normal file
50
media/com_jem/css/custom/colorpicker2.css
Normal file
@ -0,0 +1,50 @@
|
||||
.picker_layer {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
text-decoration: none;
|
||||
background-color: #d4d0c8;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #666666;
|
||||
overflow: visible;
|
||||
height: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.picker_buttons {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
background-color:#d4d0c8;
|
||||
border-style:solid;
|
||||
border-color:#666666;
|
||||
border-width:1px;
|
||||
padding:1px;
|
||||
cursor:pointer;
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
.cell_color {
|
||||
cursor:pointer;
|
||||
width:9px;
|
||||
height:9px;
|
||||
}
|
||||
|
||||
.color_table {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.choosed_color_cell {
|
||||
border-style:solid;
|
||||
border-color:#000000;
|
||||
border-width:1px;
|
||||
}
|
||||
|
||||
.default_color_btn {
|
||||
width:17px;
|
||||
height:17px;
|
||||
background-image:url(../images/defaultcolor.jpg);
|
||||
background-repeat:no-repeat;
|
||||
background-position:center;
|
||||
}
|
||||
24
media/com_jem/css/custom/geostyle2.css
Normal file
24
media/com_jem/css/custom/geostyle2.css
Normal file
@ -0,0 +1,24 @@
|
||||
/**
|
||||
* @version 1.9.7
|
||||
* @package JEM
|
||||
* @copyright (C) 2013-2014 joomlaeventmanager.net
|
||||
* @copyright (C) 2005-2009 Christoph Lukes
|
||||
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
|
||||
*/
|
||||
|
||||
#geocomplete {
|
||||
}
|
||||
|
||||
input#geocomplete {
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
input.geobutton {
|
||||
height: 24px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.map_canvas {
|
||||
height: 250px;
|
||||
margin: 10px 20px 10px 0px;
|
||||
}
|
||||
11
media/com_jem/css/custom/googlemap2.css
Normal file
11
media/com_jem/css/custom/googlemap2.css
Normal file
@ -0,0 +1,11 @@
|
||||
@CHARSET "ISO-8859-1";
|
||||
|
||||
html { height: 100% }
|
||||
|
||||
body { height: 100%; margin: 0; padding: 0 }
|
||||
|
||||
.map_canvas {
|
||||
height: 250px;
|
||||
margin: 10px 0px 10px 0px;
|
||||
border: 1px solid grey;
|
||||
}
|
||||
1
media/com_jem/css/custom/index.html
Normal file
1
media/com_jem/css/custom/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><title></title>
|
||||
1021
media/com_jem/css/custom/jem.css
Normal file
1021
media/com_jem/css/custom/jem.css
Normal file
File diff suppressed because it is too large
Load Diff
1079
media/com_jem/css/custom/jem2.css
Normal file
1079
media/com_jem/css/custom/jem2.css
Normal file
File diff suppressed because it is too large
Load Diff
65
media/com_jem/css/custom/print2.css
Normal file
65
media/com_jem/css/custom/print2.css
Normal file
@ -0,0 +1,65 @@
|
||||
/**
|
||||
* @version 1.9.7
|
||||
* @package JEM
|
||||
* @copyright (C) 2013-2014 joomlaeventmanager.net
|
||||
* @copyright (C) 2005-2009 Christoph Lukes
|
||||
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
|
||||
*/
|
||||
|
||||
|
||||
@CHARSET "ISO-8859-1";
|
||||
|
||||
#main a:link, #main a:visited {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
div#jem {
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
div#jem h2 {
|
||||
border: none;
|
||||
}
|
||||
|
||||
div#jem .flyerimage {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
a[href]:after {
|
||||
content: none !important;
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
||||
div#jem .buttons {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div#jem #jem_filter {
|
||||
display: none !important;
|
||||
}
|
||||
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;
|
||||
}
|
||||
|
||||
}
|
||||
28
media/com_jem/css/geostyle-responsive.css
Normal file
28
media/com_jem/css/geostyle-responsive.css
Normal file
@ -0,0 +1,28 @@
|
||||
/**
|
||||
* @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
|
||||
*/
|
||||
|
||||
#geocomplete {
|
||||
width: 88%;
|
||||
}
|
||||
|
||||
/**
|
||||
input#geocomplete {
|
||||
height: 20px;
|
||||
}
|
||||
*/
|
||||
input.geobutton {
|
||||
height: 27px; /* maybe 24px ? */
|
||||
padding: 0 4px;
|
||||
cursor: pointer;
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
|
||||
.map_canvas {
|
||||
width: 100%;
|
||||
height: 250px;
|
||||
margin: 10px 20px 10px 0px;
|
||||
}
|
||||
28
media/com_jem/css/geostyle.css
Normal file
28
media/com_jem/css/geostyle.css
Normal file
@ -0,0 +1,28 @@
|
||||
/**
|
||||
* @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
|
||||
*/
|
||||
|
||||
#geocomplete {
|
||||
width: 88%;
|
||||
}
|
||||
|
||||
/**
|
||||
input#geocomplete {
|
||||
height: 20px;
|
||||
}
|
||||
*/
|
||||
input.geobutton {
|
||||
height: 27px; /* maybe 24px ? */
|
||||
padding: 0 4px;
|
||||
cursor: pointer;
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
|
||||
.map_canvas {
|
||||
width: 100%;
|
||||
height: 250px;
|
||||
margin: 10px 20px 10px 0px;
|
||||
}
|
||||
16
media/com_jem/css/googlemap-responsive.css
Normal file
16
media/com_jem/css/googlemap-responsive.css
Normal file
@ -0,0 +1,16 @@
|
||||
@charset "ISO-8859-1";
|
||||
|
||||
html {
|
||||
height: 100%
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0
|
||||
}
|
||||
|
||||
.map_canvas {
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
}
|
||||
17
media/com_jem/css/googlemap.css
Normal file
17
media/com_jem/css/googlemap.css
Normal file
@ -0,0 +1,17 @@
|
||||
@charset "ISO-8859-1";
|
||||
|
||||
html {
|
||||
height: 100%
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0
|
||||
}
|
||||
|
||||
.map_canvas {
|
||||
height: 250px;
|
||||
margin: 10px 0px 10px 0px;
|
||||
border: 1px solid grey;
|
||||
}
|
||||
1
media/com_jem/css/index.html
Normal file
1
media/com_jem/css/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><title></title>
|
||||
1600
media/com_jem/css/jem-alternative.css
Normal file
1600
media/com_jem/css/jem-alternative.css
Normal file
File diff suppressed because it is too large
Load Diff
117
media/com_jem/css/jem-icon-font.css
Normal file
117
media/com_jem/css/jem-icon-font.css
Normal file
@ -0,0 +1,117 @@
|
||||
/* List of all buttons:
|
||||
jem-submitbutton
|
||||
jem-addvenuebutton
|
||||
jem-addusersbutton
|
||||
jem-removebutton
|
||||
jem-archivebutton
|
||||
jem-archivebutton-return
|
||||
jem-editbutton
|
||||
jem-copybutton
|
||||
jem-printbutton
|
||||
jem-mailbutton
|
||||
jem-icalbutton
|
||||
jem-publishbutton
|
||||
jem-trashbutton
|
||||
jem-unpublishbutton
|
||||
jem-exportbutton
|
||||
jem-backbutton
|
||||
jem-recurrenceicon
|
||||
jem-publishstateicon-trashed
|
||||
jem-publishstateicon-unpublished
|
||||
jem-publishstateicon-published
|
||||
jem-publishstateicon-archived
|
||||
jem-attendance-status-fa-circle-o
|
||||
jem-attendance-status-fa-times-circle
|
||||
jem-attendance-status-fa-question-circle
|
||||
jem-attendance-status-fa-check-circle
|
||||
//jem-attendance-status-fa-exclamation-circle
|
||||
jem-attendance-status-fa-hourglass-half
|
||||
jem-unregisterbutton
|
||||
jem-registerbutton
|
||||
jem-featured-fa-star-o
|
||||
jem-featured-fa-star
|
||||
jem-mapicon
|
||||
|
||||
jem-dateicon
|
||||
jem-clockicon
|
||||
jem-venueicon
|
||||
jem-categoryicon
|
||||
jem-sorticon
|
||||
jem-titleicon
|
||||
jem-cityicon
|
||||
jem-stateicon
|
||||
jem-attendeesicon
|
||||
jem-featuredicon
|
||||
*/
|
||||
|
||||
#jem .jem-submitbutton,
|
||||
#jem .jem-addvenuebutton,
|
||||
#jem .jem-addusersbutton,
|
||||
#jem .jem-archivebutton,
|
||||
#jem .jem-archivebutton-return,
|
||||
#jem .jem-editbutton,
|
||||
#jem .jem-copybutton,
|
||||
#jem .jem-printbutton,
|
||||
#jem .jem-mailbutton,
|
||||
#jem .jem-icalbutton,
|
||||
#jem .jem-exportbutton {
|
||||
color: initial;
|
||||
}
|
||||
|
||||
#jem .jem-publishbutton,
|
||||
#jem .jem-publishstateicon-published,
|
||||
#jem .jem-attendance-status-fa-check-circle,
|
||||
#jem .jem-registerbutton {
|
||||
color: #03b903;
|
||||
}
|
||||
|
||||
#jem .jem-unpublishbutton,
|
||||
#jem .jem-publishstateicon-unpublished,
|
||||
#jem .jem-attendance-status-fa-times-circle,
|
||||
#jem .jem-removebutton,
|
||||
#jem .jem-unregisterbutton {
|
||||
color: #f30000;
|
||||
}
|
||||
|
||||
#jem .jem-trashbutton,
|
||||
#jem .jem-publishstateicon-trashed,
|
||||
#jem .jem-attendance-status-fa-circle-o {
|
||||
color: #6f6f6f;
|
||||
}
|
||||
|
||||
#jem .jem-attendance-status-fa-question-circle {
|
||||
color: #0377cc;
|
||||
}
|
||||
|
||||
#jem .jem-publishstateicon-archived,
|
||||
#jem .jem-featured-fa-star-o, /*not featured*/
|
||||
#jem .jem-featured-fa-star, /*featured*/
|
||||
#jem .jem-attendance-status-fa-exclamation-circle,
|
||||
#jem .jem-attendance-status-fa-hourglass-half {
|
||||
color: #da8812;
|
||||
}
|
||||
|
||||
#jem .jem-backbutton {
|
||||
color: #03b903;
|
||||
}
|
||||
|
||||
#jem .jem-recurrenceicon {
|
||||
color: #da8812;
|
||||
}
|
||||
|
||||
#jem .jem-recurrencefirsticon {
|
||||
color: #f30000;
|
||||
}
|
||||
|
||||
/*
|
||||
#jem .jem-recurrencefirsticon {
|
||||
margin-left: 0.4em;
|
||||
}
|
||||
#jem .jem-recurrencefirsticon:after {
|
||||
content:"\f12a";
|
||||
color: #f30000;
|
||||
margin-left: -0.6em;
|
||||
vertical-align: 0.2em;
|
||||
margin-right: 0.6em;
|
||||
}
|
||||
*/
|
||||
697
media/com_jem/css/jem-responsive.css
Normal file
697
media/com_jem/css/jem-responsive.css
Normal file
@ -0,0 +1,697 @@
|
||||
/**
|
||||
* @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
|
||||
*/
|
||||
|
||||
/* Hoftix for SqueezeBox Modal overlay destroying images on mobile phones */
|
||||
|
||||
body.com_jem #sbox-overlay {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
body.com_jem #sbox-window {
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
body.com_jem #sbox-content {
|
||||
height: auto !important;
|
||||
width: auto !important;
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
body.com_jem.body-overlayed {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/* ----- */
|
||||
|
||||
#jem h1.componentheading i.fa,
|
||||
#jem h1.componentheading i.fas {
|
||||
font-size: 1.332rem;
|
||||
}
|
||||
|
||||
#jem .buttons {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#jem .buttons a{
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
#jem .buttons::after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#jem .jem-removebutton {cursor: pointer; color: red;}
|
||||
|
||||
#jem .jem-row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
align-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#jem .jem-wrap-reverse {
|
||||
flex-wrap: wrap-reverse;
|
||||
}
|
||||
|
||||
#jem .jem-nowrap {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
#jem .jem-justify-start {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
#jem .jem-justify-center {
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
#jem .jem-justify-end {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
#jem .valign-baseline {
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
#jem .jem-dl:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#jem .jem-dl,
|
||||
#jem .jem-dl-long {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#jem .jem-dl dt,
|
||||
#jem .jem-dl-long dt {
|
||||
float: left;
|
||||
width: 275px;
|
||||
overflow: hidden;
|
||||
clear: left;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
#jem .jem-dl-long dt {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
#jem .jem-dl dt label,
|
||||
#jem .jem-dl-long dt label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#jem .jem-dl dt label span,
|
||||
#jem .jem-dl-long dt label span {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#jem .row-month {
|
||||
font-weight: bold;
|
||||
padding: 5px;
|
||||
font-size: 1.332rem;
|
||||
}
|
||||
|
||||
/*Special for the description lable in editevent and editvenue*/
|
||||
|
||||
#jem #jform_articletext-lbl,
|
||||
#jem #jform_locdescription-lbl {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#jem .jem-dl dd,
|
||||
#jem .jem-dl-long dd {
|
||||
margin-left: 240px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
display: flow-root;
|
||||
}
|
||||
|
||||
#jem .jem-dl-long dd {
|
||||
margin-left: 210px;
|
||||
}
|
||||
|
||||
#jem .jem-img {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#jem .jem-img img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
#jem .jem-registered-list {
|
||||
margin-left: calc(2.14285714em / 1.5);
|
||||
}
|
||||
|
||||
#jem .jem-registered-list img {
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
#jem .jem-catimg {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#jem .jem-clear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#jem .jem-readmore {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#jem .copyright {
|
||||
font-size: 0.9em;
|
||||
text-align: right;
|
||||
color: #808080;
|
||||
}
|
||||
|
||||
#jem .jem-hr {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#jem .clr {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#jem .jem-date .input-append {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
#jem .jem-limit-smallist {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: flex-end;
|
||||
margin-left: 20px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#jem .jem_limit {
|
||||
justify-content: flex-end;
|
||||
flex-wrap: nowrap;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
#jem .input-mini {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
#jem .pagination {
|
||||
text-align: center;
|
||||
float: none !important;
|
||||
}
|
||||
|
||||
#jem_filter {
|
||||
padding: 10px 5px 5px 10px;
|
||||
align-items: baseline;
|
||||
background-color: #ffa500;
|
||||
}
|
||||
|
||||
#jem_filter div {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
#jem_filter label,
|
||||
#jem_filter select,
|
||||
#jem_filter input,
|
||||
#status-lbl {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.jem_search .jem-row {
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
#jem_filter button {
|
||||
margin-right: 5px;
|
||||
--btn-padding-x: 0.8rem;
|
||||
--btn-padding-y: 0.4rem;
|
||||
}
|
||||
|
||||
#jem_filter #filter_continent,
|
||||
#jem_filter #filter_country,
|
||||
#jem_filter #filter_city {min-width: 250px;}
|
||||
|
||||
#jem .jem-misc {
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
#jem .jem-sort {
|
||||
flex: 1;
|
||||
align-items: baseline;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
#jem .jem-sort-small {
|
||||
font-weight: bold;
|
||||
border-left: 1px solid transparent;
|
||||
}
|
||||
|
||||
#jem .jem-sort-icon {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#jem .icon-arrow-up-3,
|
||||
#jem .icon-arrow-down-3 {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#jem .icon-arrow-up-3::before {
|
||||
/* font-family: FontAwesome !important; */
|
||||
/* content: "\00a0\f0de" !important; */
|
||||
content: "\f0de" !important;
|
||||
}
|
||||
|
||||
#jem .icon-arrow-down-3::before {
|
||||
/* font-family: FontAwesome !important; */
|
||||
/* content: "\00a0\f0dd" !important; */
|
||||
content: "\f0dd" !important;
|
||||
}
|
||||
|
||||
#jem img.icon-inline {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#jem select,
|
||||
#jem input,
|
||||
.buttonfilter {
|
||||
margin-top: 0 !important;
|
||||
/* margin-bottom: 0 !important; */
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
#jem select,
|
||||
#jem input {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#jem #starthours,
|
||||
#jem #startminutes,
|
||||
#jem #endhours,
|
||||
#jem #endminutes,
|
||||
#jem #jform_locid_name {
|
||||
padding: .6rem 1rem;
|
||||
border-color: #ced4da;
|
||||
}
|
||||
|
||||
#jem form input::-webkit-outer-spin-button,
|
||||
#jem form input::-webkit-inner-spin-button {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#jem .choose-status {padding-right: 30px;}
|
||||
#jem .choose-status select#status {display: inline;}
|
||||
#jem .choose-places {padding-right: 30px;}
|
||||
|
||||
#jem .jem-sort-parts div::after {
|
||||
content: "";
|
||||
border-right: 1px solid #333;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#jem .jem-sort-parts div:last-child::after {
|
||||
border: none;
|
||||
}
|
||||
|
||||
#jem .jem-event {
|
||||
cursor: pointer;
|
||||
border-bottom: 1px solid #ddd;
|
||||
border-left: 1px solid #ddd;
|
||||
border-right: 1px solid #ddd;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#jem .jem-event:first-child {
|
||||
border-top: 1px solid #ddd;
|
||||
}
|
||||
|
||||
#jem .jem-event.jem-nopointer {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#jem .jem-list-img {
|
||||
flex-shrink: 1;
|
||||
margin-right: 15px;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#jem .jem-list-img .flyerimage {
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
#jem .jem-event-details {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
#jem .jem-event-details h4 {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 10px;
|
||||
line-height: 110%;
|
||||
}
|
||||
|
||||
#jem .jem-event-details h4 a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#jem .jem-list-row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
/* flex-wrap: wrap; */
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
#jem .jem-small-list {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#jem .jem-event-info {
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
#jem .jem-event-info:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
#jem .jem-event-info-small {
|
||||
word-break: keep-all;
|
||||
}
|
||||
|
||||
#jem .jem-event-info-small h4 {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#jem .jem-event-info-small:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
#jem .eventlist {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
#jem .eventlist li {
|
||||
padding: 10px;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#jem .eventlist li:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
||||
#jem .eventlist li:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#jem .eventlist li:not(.jem-nohover):hover {
|
||||
background-color: #e0e0e0;
|
||||
}
|
||||
|
||||
#jem #reg_comment {
|
||||
box-sizing: border-box;
|
||||
min-width: 200px;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
#jem .jem-register-button {
|
||||
margin-top: 10px !important;
|
||||
}
|
||||
|
||||
#jem.jem_attendees .jem-event {
|
||||
cursor: auto;
|
||||
}
|
||||
|
||||
#jem.jem_attendees .jem-attendee-number {
|
||||
flex: 1 2%;
|
||||
}
|
||||
|
||||
#jem.jem_attendees .jem-attendee-name {
|
||||
flex: 1 20%;
|
||||
}
|
||||
|
||||
#jem.jem_attendees .jem-attendee-email {
|
||||
flex: 1 22%;
|
||||
}
|
||||
|
||||
#jem.jem_attendees .jem-attendee-regdate {
|
||||
flex: 1 22%;
|
||||
}
|
||||
|
||||
#jem.jem_attendees .jem-attendee-status {
|
||||
flex: 1 4%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#jem.jem_attendees .jem-attendee-places {
|
||||
flex: 1 4%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#jem.jem_attendees .jem-attendee-comment {
|
||||
flex: 1 22%;
|
||||
}
|
||||
|
||||
#jem.jem_attendees .jem-attendee-remove {
|
||||
flex: 1 4%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#jem #addplaces, #jem #cancelplaces {
|
||||
text-align: center;
|
||||
display:inline;
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
#jem div.jem-map {
|
||||
padding-top: 15px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
#jem div.jem-map iframe {
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
#jem.jem_myevents .jem-event,
|
||||
#jem.jem_myvenues .jem-event,
|
||||
#jem.jem_myattendances .jem-event {
|
||||
cursor: auto;
|
||||
}
|
||||
|
||||
#jem dl.tabs dt.tabs {
|
||||
float: left;
|
||||
margin-left: 0;
|
||||
margin-right: 3px;
|
||||
padding: 4px 10px;
|
||||
background-color: #eeeeee;
|
||||
border-top: 1px solid #CCC;
|
||||
border-left: 1px solid #CCC;
|
||||
border-right: 1px solid #CCC;
|
||||
}
|
||||
|
||||
#jem dl.tabs dt.open {
|
||||
background-color: #ffffff;
|
||||
border-bottom: 1px solid #ffffff;
|
||||
}
|
||||
|
||||
#jem div.current dd.tabs {
|
||||
clear: both;
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
border: 1px solid #CCC;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
#jem .warningrecurrence {
|
||||
padding: 10px;
|
||||
border: 1px solid #fbeed5;
|
||||
background-color: #fcf8e3;
|
||||
}
|
||||
|
||||
#jem.jem_select_contact .jem-event,
|
||||
#jem.jem_select_venue .jem-event {
|
||||
cursor: auto;
|
||||
}
|
||||
|
||||
#jem.jem_select_contact .selectcontact,
|
||||
#jem.jem_select_venue .selectvenue {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#jem.jem_select_contact .jem-contact-number {
|
||||
flex: 1 6%;
|
||||
}
|
||||
|
||||
#jem.jem_select_contact .jem-contact-name {
|
||||
flex: 1 50%;
|
||||
}
|
||||
|
||||
#jem.jem_select_contact .jem-contact-city,
|
||||
#jem.jem_select_contact .jem-contact-state {
|
||||
flex: 1 20%;
|
||||
}
|
||||
|
||||
#jem.jem_select_venue .jem-venue-number {
|
||||
flex: 1 6%;
|
||||
}
|
||||
|
||||
#jem.jem_select_venue .jem-venue-name {
|
||||
flex: 1 44%;
|
||||
}
|
||||
|
||||
#jem.jem_select_venue .jem-venue-city {
|
||||
flex: 1 20%;
|
||||
}
|
||||
|
||||
#jem.jem_select_venue .jem-venue-state {
|
||||
flex: 1 14%;
|
||||
}
|
||||
|
||||
#jem.jem_select_venue .jem-venue-country {
|
||||
flex: 1 10%;
|
||||
}
|
||||
|
||||
#jem.jem_select_users .jem-users-number {
|
||||
flex: 1 6%;
|
||||
}
|
||||
|
||||
#jem.jem_select_users .jem-users-checkall {
|
||||
flex: 1 4%;
|
||||
}
|
||||
|
||||
#jem.jem_select_users .jem-users-name {
|
||||
flex: 1 70%;
|
||||
}
|
||||
|
||||
#jem.jem_select_users .jem-users-state {
|
||||
flex: 1 14%;
|
||||
}
|
||||
|
||||
@media only all and (max-width: 59.938rem) and (min-width: 48rem) {
|
||||
/*#jem .jem-event-info-small {
|
||||
flex-basis: 45% !important;
|
||||
}*/
|
||||
}
|
||||
|
||||
@media not print {
|
||||
@media only all and (max-width: 47.938rem) {
|
||||
#jem .jem-dl dt, #jem .jem-dl-long dt {
|
||||
float: none;
|
||||
width: auto;
|
||||
clear: none;
|
||||
text-align: left;
|
||||
margin-top: 5px;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
#jem .jem-dl dt:first-child,
|
||||
#jem .jem-dl-long dt:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#jem .jem-dl dd,
|
||||
#jem .jem-dl-long dd {
|
||||
margin-left: 0;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
#jem .jem_limit {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
#jem .jem-event-details {
|
||||
order: -1;
|
||||
flex-basis: 100%
|
||||
}
|
||||
|
||||
#jem .jem-list-img {
|
||||
margin-right: 0;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#jem .jem-catimg {
|
||||
float: none;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#jem .jem-sort-small .jem-small-list div {
|
||||
flex-basis: 30%;
|
||||
}
|
||||
|
||||
#jem .jem-event-info-small {
|
||||
flex-basis: 100% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only all and (max-width: 30rem) {
|
||||
}
|
||||
|
||||
@media only all and (max-width: 74.938rem) and (min-width: 60rem) {
|
||||
}
|
||||
|
||||
@media only all and (min-width: 75rem) {
|
||||
}
|
||||
|
||||
#jem .form-check-input {
|
||||
width: 1em !important;
|
||||
}
|
||||
|
||||
.jem-readmore .btn, #find-left.btn {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
.jem-registered-user-owner {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#table-series {
|
||||
border-collapse: collapse;
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
#table-series th {
|
||||
padding: 12px;
|
||||
text-align: center;
|
||||
background-color: #04AA6D;
|
||||
color: white;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
#table-series td {
|
||||
border: 1px solid #ddd;
|
||||
padding: 8px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#table-series tr:nth-child(even){
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
||||
#table-series tr:nth-child(odd){
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
1322
media/com_jem/css/jem.css
Normal file
1322
media/com_jem/css/jem.css
Normal file
File diff suppressed because it is too large
Load Diff
1
media/com_jem/css/lightbox.min.css
vendored
Normal file
1
media/com_jem/css/lightbox.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
:root{--lightbox-overlay-bg:rgba(0, 0, 0, 0.8);--lightbox-content-bg:#fff;--lightbox-border-radius:4px;--lightbox-border:4px solid #fff;--lightbox-text-color:#ccc;--lightbox-secondary-color:#999;--lightbox-link-color:#4ae;--lightbox-transition:0.3s ease;--lightbox-z-index-base:9999}.lb-outerContainer,.lightbox .lb-image{max-height:80vh;border-radius:var(--lightbox-border-radius)}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:fixed;inset:0;z-index:var(--lightbox-z-index-base);background-color:var(--lightbox-overlay-bg);display:none}.lightbox{position:fixed;inset:0;z-index:calc(var(--lightbox-z-index-base) + 1);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}.lb-outerContainer{position:relative;max-width:90vw;background-color:var(--lightbox-content-bg);display:flex;align-items:center;justify-content:center}.lightbox .lb-image{display:block;max-width:100%;height:auto;border:var(--lightbox-border);object-fit:contain}.lb-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lb-loader::after{content:"";display:block;width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--lightbox-link-color);border-radius:50%;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.lb-nav{position:absolute;inset:0;display:flex;justify-content:space-between;align-items:center;padding:0 1rem}.lb-next,.lb-prev{width:48px;height:48px;border-radius:50%;background-color:rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color var(--lightbox-transition)}.lb-next::before,.lb-prev::before{content:"";width:12px;height:12px;border-style:solid;border-width:2px 2px 0 0;display:inline-block}.lb-prev::before{transform:rotate(-135deg);margin-left:5px}.lb-close::before,.lb-next::before{transform:rotate(45deg)}.lb-next::before{margin-right:5px}.lb-next:hover,.lb-prev:hover{background-color:rgba(255,255,255,.5)}.lb-dataContainer{width:100%;max-width:90vw;margin-top:1rem;color:var(--lightbox-text-color)}.lb-data{display:grid;grid-template-columns:1fr auto;gap:1rem;padding:.5rem 1rem}.lb-details{display:flex;flex-direction:column;gap:.5rem}.lb-caption{font-size:.9rem;font-weight:700}.lb-number{font-size:.8rem;color:var(--lightbox-secondary-color)}.lb-close{width:32px;height:32px;position:relative;cursor:pointer;transition:transform var(--lightbox-transition)}.lb-close::after,.lb-close::before{content:"";position:absolute;width:100%;height:2px;background-color:var(--lightbox-text-color);top:50%;left:0}.lb-close::after{transform:rotate(-45deg)}.lb-close:hover{transform:scale(1.1)}.lightbox[data-state=opening]{animation:.3s fadeIn}.lightbox[data-state=closing]{animation:.3s fadeOut}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@media (max-width:768px){.lb-outerContainer{width:100%;margin:0}.lb-data{grid-template-columns:1fr;text-align:center}.lb-close{margin:0 auto}.lb-next,.lb-prev{width:36px;height:36px}}@media (prefers-color-scheme:dark){:root{--lightbox-content-bg:#222;--lightbox-border:4px solid #333;--lightbox-text-color:#eee;--lightbox-secondary-color:#bbb}}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}
|
||||
90
media/com_jem/css/print-responsive.css
Normal file
90
media/com_jem/css/print-responsive.css
Normal file
@ -0,0 +1,90 @@
|
||||
@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;
|
||||
}
|
||||
|
||||
div#jem h2 {
|
||||
border: none;
|
||||
}
|
||||
|
||||
div#jem .flyerimage {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
a[href]:after {
|
||||
content: none !important;
|
||||
}
|
||||
|
||||
div#jem #jem_filter {
|
||||
background-color: transparent;
|
||||
float:right;
|
||||
}
|
||||
|
||||
div#jem #jem_filter div.jem-limit-smallist {
|
||||
display:block;
|
||||
}
|
||||
|
||||
div#jem #jem_filter div, div#jem #jem_filter div label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div#jem a {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
}
|
||||
103
media/com_jem/css/print.css
Normal file
103
media/com_jem/css/print.css
Normal file
@ -0,0 +1,103 @@
|
||||
@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;
|
||||
}
|
||||
}
|
||||
62
media/com_jem/css/print.css.bak
Normal file
62
media/com_jem/css/print.css.bak
Normal file
@ -0,0 +1,62 @@
|
||||
/**
|
||||
* @version 2.0.0
|
||||
* @package JEM
|
||||
* @copyright (C) 2013-2014 joomlaeventmanager.net
|
||||
* @copyright (C) 2005-2009 Christoph Lukes
|
||||
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
|
||||
*/
|
||||
|
||||
|
||||
@CHARSET "ISO-8859-1";
|
||||
|
||||
#main a:link, #main a:visited {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
div#jem {
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
div#jem h2 {
|
||||
border: none;
|
||||
}
|
||||
|
||||
div#jem .flyerimage {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
a[href]:after {
|
||||
content: none !important;
|
||||
}
|
||||
|
||||
@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;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user