Skip to content

Instantly share code, notes, and snippets.

@kyleledbetter
Created March 27, 2014 19:35
Show Gist options
  • Save kyleledbetter/9816292 to your computer and use it in GitHub Desktop.
Save kyleledbetter/9816292 to your computer and use it in GitHub Desktop.
Look at the crap in this guy's Joomla <head>
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" type="text/css" />
<link rel="stylesheet" href="/components/com_flexicontent/assets/css/flexicontent.css" type="text/css" />
<link rel="stylesheet" href="/components/com_flexicontent/assets/css/fcvote.css" type="text/css" />
<link rel="stylesheet" href="/components/com_flexicontent/templates/default/css/item.css" type="text/css" />
<link rel="stylesheet" href="/components/com_flexicontent/assets/css/tabber.css" type="text/css" />
<link rel="stylesheet" href="https://www.frisbeehunde.de/components/com_comprofiler/plugin/user/plug_cbconnect/css/buttons.css" type="text/css" />
<link rel="stylesheet" href="/media/system/css/calendar-jos.css" type="text/css" title="Grün" media="all" />
<link rel="stylesheet" href="/components/com_jevents/assets/css/jevcustom.css" type="text/css" />
<link rel="stylesheet" href="/components/com_jevents/views/map/assets/css/modstyle.css" type="text/css" />
<link rel="stylesheet" href="/plugins/jevents/jevrsvppro/rsvppro/rsvp.css" type="text/css" />
<link rel="stylesheet" href="/media/system/css/modal.css" type="text/css" />
<link rel="stylesheet" href="/components/com_flexicontent/librairies/select2/select2.css" type="text/css" />
<link rel="stylesheet" href="/modules/mod_flexicontent/tmpl/news/news.css" type="text/css" />
<link rel="stylesheet" href="/modules/mod_flexicontent/tmpl_common/module.css" type="text/css" />
<link rel="stylesheet" href="/components/com_virtuemart/assets/css/vmsite-ltr.css" type="text/css" />
<link rel="stylesheet" href="/components/com_virtuemart/assets/css/facebox.css" type="text/css" />
<link rel="stylesheet" href="https://www.frisbeehunde.de/modules/mod_jxtc_vmwall/css/wall.css" type="text/css" />
<link rel="stylesheet" href="/media/com_hwdmediashare/assets/css/lite.css" type="text/css" />
<link rel="stylesheet" href="/media/com_hwdmediashare/assets/css/joomla.css" type="text/css" />
<link rel="stylesheet" href="https://www.frisbeehunde.de/modules/mod_media_videos/css/sidebar-simple.css" type="text/css" />
<link rel="stylesheet" href="https://www.frisbeehunde.de/modules/mod_yjtt30/css/stylesheet.css" type="text/css" />
<style type="text/css">
.voting .fcvote {line-height:16px;}
.voting .fcvote-label {margin-right: 6px;}
.voting .fcvote ul {height:16px; position:relative !important; left:0px !important;}
.voting .fcvote ul, .voting .fcvote ul li a:hover, .voting .fcvote ul li.current-rating {background-image:url(/components/com_flexicontent/assets/images/star-small.png)!important;}
.voting .fcvote ul li a, .voting .fcvote ul li.current-rating {height:16px;line-height:16px;}
.fcvote li a.star1 { width: 20%; z-index: 6; }
.fcvote li a.star2 { width: 40%; z-index: 5; }
.fcvote li a.star3 { width: 60%; z-index: 4; }
.fcvote li a.star4 { width: 80%; z-index: 3; }
.fcvote li a.star5 { width: 100%; z-index: 2; }
.goog-tooltip {display: none !important;top: 0 !important;z-index: -100 !important;}.goog-tooltip:hover {display: none !important;top: 0 !important;z-index: -100 !important;}.goog-text-highlight {background-color: transparent !important;border: none !important; box-shadow: none !important;}
.jxtc_vmwall_tmp4 {
width: 330px;
height: 245px;
}
.jxtc_vmwall_tmp4 .mask,.jxtc_vmwall_tmp4 .content {
width: 330px;
height: 225px;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.jxtc_vmwall_tmp4 img {
display: block;
position: relative;
}
.jxtc_vmwall_tmp4 h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
padding: 10px;
background: rgba(0, 0, 0, 0.8);
margin: 20px 0 0 0;
}
.jxtc_vmwall_tmp4 p {
font-family: Georgia, serif;
font-style: italic;
font-size: 12px;
position: relative;
color: #fff;
padding: 10px 20px 20px;
text-align: center;
}
.jxtc_vmwall_tmp4 a.info {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
background: #000;
color: #fff;
text-transform: uppercase;
-webkit-box-shadow: 0 0 1px #000;
-moz-box-shadow: 0 0 1px #000;
box-shadow: 0 0 1px #000;
}
.jxtc_vmwall_tmp4 a.info: hover {
-webkit-box-shadow: 0 0 5px #000;
-moz-box-shadow: 0 0 5px #000;
box-shadow: 0 0 5px #000;
}
.jxtc_vmwall_tmp4 img {
-webkit-transition: all 0.4s ease-in-out 0.2s;
-moz-transition: all 0.4s ease-in-out 0.2s;
-o-transition: all 0.4s ease-in-out 0.2s;
-ms-transition: all 0.4s ease-in-out 0.2s;
transition: all 0.4s ease-in-out 0.2s;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
.jxtc_vmwall_tmp4 .mask{
background-color: rgba(0,0,0,0.8);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(0) rotate(-180deg);
-moz-transform: scale(0) rotate(-180deg);
-o-transform: scale(0) rotate(-180deg);
-ms-transform: scale(0) rotate(-180deg);
transform: scale(0) rotate(-180deg);
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.jxtc_vmwall_tmp4 h2 {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
background: transparent;
margin: 20px 40px 0px 0px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.jxtc_vmwall_tmp4 p {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.jxtc_vmwall_tmp4 a.info {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.jxtc_vmwall_tmp4:hover .mask{
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transform: scale(1) rotate(0deg);
-moz-transform: scale(1) rotate(0deg);
-o-transform: scale(1) rotate(0deg);
-ms-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
-ms-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.jxtc_vmwall_tmp4:hover img {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s;
}
.jxtc_vmwall_tmp4:hover h2,
.jxtc_vmwall_tmp4:hover p,
.jxtc_vmwall_tmp4:hover a.info {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
-o-transition-delay: 0.5s;
-ms-transition-delay: 0.5s;
transition-delay: 0.5s;
}
#hwd-container .media-respond { max-width:450px!important;}
</style>
<script src="/media/system/js/mootools-core.js" type="text/javascript"></script>
<script src="/media/system/js/core.js" type="text/javascript"></script>
<script src="/media/system/js/mootools-more.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js" type="text/javascript"></script>
<script src="/plugins/system/jqueryeasy/jquerynoconflict.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js" type="text/javascript"></script>
<script src="/components/com_flexicontent/assets/js/fcvote.js" type="text/javascript"></script>
<script src="/components/com_flexicontent/assets/js/fcfav.js" type="text/javascript"></script>
<script src="/components/com_flexicontent/assets/js/tabber-minimized.js" type="text/javascript"></script>
<script src="/media/system/js/validate.js" type="text/javascript"></script>
<script src="/media/system/js/calendar.js" type="text/javascript"></script>
<script src="/media/system/js/calendar-setup.js" type="text/javascript"></script>
<script src="/plugins/jevents/jevrsvppro/rsvppro/rsvp.js" type="text/javascript"></script>
<script src="http://maps.google.com/maps/api/js?sensor=false&hl=de" type="text/javascript"></script>
<script src="/media/system/js/modal.js" type="text/javascript"></script>
<script src="/components/com_flexicontent/librairies/select2/select2.js" type="text/javascript"></script>
<script src="/components/com_flexicontent/assets/js/tmpl-common.js" type="text/javascript"></script>
<script src="/components/com_virtuemart/assets/js/vmsite.js" type="text/javascript"></script>
<script src="/components/com_virtuemart/assets/js/facebox.js" type="text/javascript"></script>
<script src="/components/com_virtuemart/assets/js/vmprices.js" type="text/javascript"></script>
<script src="https://www.frisbeehunde.de/media/JoomlaXTC/showcaseFX.js" type="text/javascript"></script>
<script src="/media/com_hwdmediashare/assets/javascript/hwd.min.js" type="text/javascript"></script>
<script src="/plugins/content/hwdjwplayer/assets/jwplayer.js" type="text/javascript"></script>
<script src="https://www.frisbeehunde.de/modules/mod_yjtt30/src/titleslide.js" type="text/javascript"></script>
<script src="/modules/mod_virtuemart_s5_simple_cart/js/S5vmprices.js" type="text/javascript"></script>
<script src="https://www.frisbeehunde.de/modules/mod_s5_live_search/js/s5_ls_fade.js" type="text/javascript"></script>
<script type="text/javascript">
window.addEvent('domready', function() {
$$('.hasTip').each(function(el) {
var title = el.get('title');
if (title) {
var parts = title.split('::', 2);
el.store('tip:title', parts[0]);
el.store('tip:text', parts[1]);
}
});
var JTooltips = new Tips($$('.hasTip'), { maxTitleChars: 50, fixed: false});
});
var fcvote_rfolder = "";
var fcfav_rfolder = '';
var fcfav_text=Array(
'Ihr Browser unterstützt kein Ajax',
'laden',
'Zu den Favoriten hinzugefügt',
'Sie müssen sich einloggen, um diesen Beitrag zu den persönlichen Favoriten hinzuzufügen.',
'Von Ihren Favoriten entfernt.',
'Benutzer'
);
function keepAlive() { var myAjax = new Request({method: "get", url: "index.php"}).send();} window.addEvent("domready", function(){ keepAlive.periodical(2640000); });
Calendar._DN = new Array ("Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag", "Sonntag"); Calendar._SDN = new Array ("So", "Mo", "Di", "Mi", "Do", "Fr", "Sa", "So"); Calendar._FD = 0; Calendar._MN = new Array ("Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"); Calendar._SMN = new Array ("Jan", "Feb", "Mär", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez"); Calendar._TT = {};Calendar._TT["INFO"] = "Über den Kalender"; Calendar._TT["ABOUT"] =
"DHTML Date/Time Selector\n" +
"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" +
"For latest version visit: http://www.dynarch.com/projects/calendar/\n" +
"Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." +
"\n\n" +
"Datum Auswahl:\n" +
"- Die « und » Buttons nutzen, um das Jahr auszuwählen\n" +
"- Mit den Schaltflächen < und > den Monat auswählen\n" +
"- Zur schnelleren Auswahl, die Maustaste auf einen der obigen Schaltflächen halten.";
Calendar._TT["ABOUT_TIME"] = "\n\n" +
"Time selection:\n" +
"- Click on any of the time parts to increase it\n" +
"- or Shift-click to decrease it\n" +
"- or click and drag for faster selection.";
Calendar._TT["PREV_YEAR"] = "Klick wechselt zum Vorjahr. Klicken und festhalten für die Jahresliste."; Calendar._TT["PREV_MONTH"] = "Klick wechselt zum Vormonat. Klicken und festhalten für die Monatsliste."; Calendar._TT["GO_TODAY"] = "Heutiges Datum"; Calendar._TT["NEXT_MONTH"] = "Klick wechselt zum Folgemonat. Klicken und festhalten für die Monatsliste."; Calendar._TT["NEXT_YEAR"] = "Klick wechselt zum Folgejahr. Klicken und festhalten für die Jahresliste."; Calendar._TT["SEL_DATE"] = "Ein Datum auswählen."; Calendar._TT["DRAG_TO_MOVE"] = "Ziehen zum Verschieben"; Calendar._TT["PART_TODAY"] = "Heute"; Calendar._TT["DAY_FIRST"] = "Mit &bdquo;%s&ldquo; beginnen"; Calendar._TT["WEEKEND"] = "0,6"; Calendar._TT["CLOSE"] = "Schließen"; Calendar._TT["TODAY"] = "Heute"; Calendar._TT["TIME_PART"] = "(Shift-)Klicken oder Ziehen um den Wert zu ändern"; Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e"; Calendar._TT["WK"] = "KW"; Calendar._TT["TIME"] = "Zeit:";
function moneyFormat(amount) {
// ensure numerical input
amount = parseFloat(amount);
// format to the correct number of digits
// @todo prototype needs to implement toFixed() for browsers that don't support this.
amount = amount.toFixed(2);
// split into whole/partial for thousands separator
var dollars = amount.split('.')[0];
var cents = amount.split('.')[1];
// apply separator between every three digits
var rgx = /(\d+)(\d{3})/;
while (rgx.test(dollars)) {
dollars = dollars.replace(rgx, '$1' + ',' + '$2');
}
return '€' + dollars + '.' + cents;
}
function rsvpMoneyFormat(amount) {
// ensure numerical input
amount = parseFloat(amount);
// format to the correct number of digits
// @todo prototype needs to implement toFixed() for browsers that don't support this.
amount = amount.toFixed(2);
// split into whole/partial for thousands separator
var dollars = amount.split('.')[0];
var cents = amount.split('.')[1];
// apply separator between every three digits
var rgx = /(\d+)(\d{3})/;
while (rgx.test(dollars)) {
dollars = dollars.replace(rgx, '$1' + ',' + '$2');
}
return '€' + dollars + '.' + cents;
}
var mlmurlroot = '/media/com_jevlocations/images/';
var myMapMulti978 = false;
function addPoint978(lat, lon, evid, locid, loctitle, evttitle, icon, url){
// Create our "tiny" marker icon
var blueIcon = new google.maps.MarkerImage(mlmurlroot + icon,
// This marker is 32 pixels wide by 32 pixels tall.
new google.maps.Size(32, 32),
// The origin for this image is 0,0 within a sprite
new google.maps.Point(0,0),
// The anchor for this image is the base of the flagpole at 0,32.
new google.maps.Point(16, 32));
// Set up our GMarkerOptions object
var point = new google.maps.LatLng(lat,lon);
markerOptions = { icon:blueIcon, draggable:false , map:myMapMulti978, icon:blueIcon, position:point};
var myMarkerMulti = new google.maps.Marker(markerOptions);
var infowindow = new google.maps.InfoWindow({disableAutoPan:false, content: "<div style='color:rgb(134,152,150);font-weight: bold;max-width:300px!important;'>"+evttitle+"<br/><br/><span style='color:#454545;font-weight:normal'>"+loctitle+"<span></div>", disableAutoPan:true});
google.maps.event.addListener(myMarkerMulti, "mouseover", function(e) {
// infowindow.open(myMapMulti978,myMarkerMulti);
$('mapnodeinfo978').innerHTML = "<div style='color:rgb(134,152,150);font-weight: bold;border:solid 1px #222;padding:2px;'>"+evttitle+"<br/><br/><span style='color:#454545;font-weight:normal'>"+loctitle+"<span></div>";
});
google.maps.event.addListener(myMarkerMulti, "mouseout", function(e) {
//infowindow.close(myMapMulti978,myMarkerMulti);
$('mapnodeinfo978').innerHTML = "";
});
google.maps.event.addListener(myMarkerMulti, "click", function(e) {
// use for event detail page
document.location = url;
//document.location.replace("https://www.frisbeehunde.de//index.php?option=com_jevents&task=icalrepeat.detail&Itemid=1182&evid="+evid);
//document.location.replace("https://www.frisbeehunde.de/index.php?option=com_jevlocations&task=locations.detail&se=1&Itemid=1182&loc_id="+locid);
});
}
function myMaploadMulti978(){
var myOptions978 = {
center: new google.maps.LatLng(51.120838165,10.0931828),
mapTypeId: google.maps.MapTypeId.ROADMAP
}
myMapMulti978 = new google.maps.Map(document.getElementById("gmapMulti978"),myOptions978 );
var bounds978 = new google.maps.LatLngBounds(new google.maps.LatLng(48.55199051,6.87253332), new google.maps.LatLng(53.68968582,13.31383228));
addPoint978(50.90122223,6.87253332,29,18, 'Agility Team Cologne e.V.<br/>von&nbsp;Samstag, 12. April 2014&nbsp;-&nbsp; 10:00<br />bis&nbsp;Sonntag, 13. April 2014&nbsp;-&nbsp;17:00<br/>', 'Discrockers Dogfrisbee Seminar', 'semi-dot.png', '/training/seminare/eventeinzelheiten/29/-/discrockers-dogfrisbee-seminar.html');
addPoint978(48.55199051,10.20276928,26,15, 'Oberstorzinger Frisbeewiese<br/>von&nbsp;Samstag, 19. April 2014&nbsp;-&nbsp; 10:00<br />bis&nbsp;Sonntag, 20. April 2014&nbsp;-&nbsp;17:00<br/>', 'Discrockers Dogfrisbee Seminar', 'semi-dot.png', '/training/seminare/eventeinzelheiten/26/-/discrockers-dogfrisbee-seminar.html');
addPoint978(50.71723175,7.59905243,6,7, 'Neues Leben Zentrum<br/>von&nbsp;Samstag, 26. April 2014&nbsp;-&nbsp; 10:00<br />bis&nbsp;Sonntag, 27. April 2014&nbsp;-&nbsp;17:00<br/>', 'Westwood Open', 'jnp-dot.png', '/training/seminare/eventeinzelheiten/6/-/westwood-open.html');
addPoint978(49.74766922,8.17173576,11,10, 'Hundeschule - Frosties<br/>von&nbsp;Samstag, 3. Mai 2014&nbsp;-&nbsp; 10:00<br />bis&nbsp;Sonntag, 4. Mai 2014&nbsp;-&nbsp;17:00<br/>', 'Discrockers Dogfrisbee Seminar', 'semi-dot.png', '/training/seminare/eventeinzelheiten/11/-/discrockers-dogfrisbee-seminar.html');
addPoint978(51.32412720,13.31383228,25,14, 'HSV Röderau e.V.<br/>von&nbsp;Samstag, 10. Mai 2014&nbsp;-&nbsp; 10:00<br />bis&nbsp;Sonntag, 11. Mai 2014&nbsp;-&nbsp;17:00<br/>', 'Discrockers Dogfrisbee Seminar', 'semi-dot.png', '/training/seminare/eventeinzelheiten/25/-/discrockers-dogfrisbee-seminar.html');
addPoint978(52.11761856,12.89324570,5,4, 'TSV Treuenbrietzen<br/>von&nbsp;Samstag, 17. Mai 2014&nbsp;-&nbsp; 10:00<br />bis&nbsp;Sonntag, 18. Mai 2014&nbsp;-&nbsp;17:00<br/>', 'Spike Challenge', 'jnp-dot.png', '/training/seminare/eventeinzelheiten/5/-/spike-challenge.html');
addPoint978(49.66862488,8.06099701,22,11, 'Hundeschule - Sitz, Platz und mehr ...<br/>von&nbsp;Samstag, 31. Mai 2014&nbsp;-&nbsp; 10:00<br />bis&nbsp;Sonntag, 1. Juni 2014&nbsp;-&nbsp;17:00<br/>', 'Discrockers Dogfrisbee Seminar', 'semi-dot.png', '/training/seminare/eventeinzelheiten/22/-/discrockers-dogfrisbee-seminar.html');
addPoint978(53.61095047,10.18367004,7,3, 'Norddeutscher Windhunderennverein<br/>von&nbsp;Samstag, 7. Juni 2014&nbsp;-&nbsp; 10:00<br />bis&nbsp;Sonntag, 8. Juni 2014&nbsp;-&nbsp;17:00<br/>', 'Nordisch by Nature - Deutsche Dogfrisbee Meisterschaft', 'jnp-dot.png', '/training/seminare/eventeinzelheiten/7/-/nordisch-by-nature-deutsche-dogfrisbee-meisterschaft.html');
addPoint978(52.30677032,8.08388996,23,12, 'Familienhundeausbildung<br/>von&nbsp;Samstag, 14. Juni 2014&nbsp;-&nbsp; 10:00<br />bis&nbsp;Sonntag, 15. Juni 2014&nbsp;-&nbsp;17:00<br/>', 'Discrockers Dogfrisbee Seminar', 'semi-dot.png', '/training/seminare/eventeinzelheiten/23/-/discrockers-dogfrisbee-seminar.html');
addPoint978(53.36610031,8.68319988,30,19, 'Die Pfoten Hundeschule<br/>von&nbsp;Samstag, 21. Juni 2014&nbsp;-&nbsp; 10:00<br />bis&nbsp;Sonntag, 22. Juni 2014&nbsp;-&nbsp;17:00<br/>', 'Discrockers Dogfrisbee Seminar', 'semi-dot.png', '/training/seminare/eventeinzelheiten/30/-/discrockers-dogfrisbee-seminar.html');
addPoint978(49.54556656,7.91099310,10,8, 'JFC Gonbach<br/>von&nbsp;Samstag, 28. Juni 2014&nbsp;-&nbsp; 10:00<br />bis&nbsp;Sonntag, 29. Juni 2014&nbsp;-&nbsp;17:00<br/>', 'Thunder Moutain Cup', 'jnp-dot.png', '/training/seminare/eventeinzelheiten/10/-/thunder-moutain-cup.html');
addPoint978(53.55435562,9.46821117,24,13, 'Treffpunkt für Hunde<br/>von&nbsp;Samstag, 12. Juli 2014&nbsp;-&nbsp; 10:00<br />bis&nbsp;Sonntag, 13. Juli 2014&nbsp;-&nbsp;17:00<br/>', 'Discrockers Dogfrisbee Seminar', 'semi-dot.png', '/training/seminare/eventeinzelheiten/24/-/discrockers-dogfrisbee-seminar.html');
addPoint978(53.68968582,8.01816654,9,6, 'Schillig Beach<br/>von&nbsp;Samstag, 19. Juli 2014&nbsp;-&nbsp; 10:00<br />bis&nbsp;Sonntag, 20. Juli 2014&nbsp;-&nbsp;17:00<br/>', 'Schillig Beach Jam', 'jnp-dot.png', '/training/seminare/eventeinzelheiten/9/-/schillig-beach-jam.html');
addPoint978(48.98807526,13.29828930,8,5, 'TSV Frauenau<br/>von&nbsp;Samstag, 9. August 2014&nbsp;-&nbsp; 10:00<br />bis&nbsp;Sonntag, 10. August 2014&nbsp;-&nbsp;17:00<br/>', 'Outer Rim Cup', 'jnp-dot.png', '/training/seminare/eventeinzelheiten/8/-/outer-rim-cup.html');
addPoint978(50.09843826,11.59265995,27,16, 'Hundepower auf 4 Pfoten<br/>von&nbsp;Samstag, 16. August 2014&nbsp;-&nbsp; 10:00<br />bis&nbsp;Sonntag, 17. August 2014&nbsp;-&nbsp;17:00<br/>', 'Discrockers Dogfrisbee Seminar', 'semi-dot.png', '/training/seminare/eventeinzelheiten/27/-/discrockers-dogfrisbee-seminar.html');
myMapMulti978.fitBounds(bounds978);
};
window.addEvent("load",function (){window.setTimeout("myMaploadMulti978()",1000);});
window.addEvent('domready', function() {
SqueezeBox.initialize({});
SqueezeBox.assign($$('a.modal'), {
parse: 'rel'
});
});
jQuery(document).ready(function() {
jQuery('select.use_select2_lib').select2();
jQuery('div.use_select2_lib').each(function() {
var el_container = jQuery(this);
var el_select = el_container.next('select');
var fc_label_text = el_select.attr('fc_label_text');
if (fc_label_text) {
var _label = (fc_label_text.length >= 30) ? fc_label_text.substring(0, 28) + '...' : fc_label_text;
jQuery('<span/>', {
'class': 'fc_has_inner_label fc_has_inner_label_select2',
'text': _label
}).prependTo(el_container.find('.select2-search-field'));
}
var fc_prompt_text = el_select.attr('fc_prompt_text');
if (fc_prompt_text) {
var _prompt = (fc_prompt_text.length >= 30) ? fc_prompt_text.substring(0, 28) + '...' : fc_prompt_text;
jQuery('<span/>', {
'class': 'fc_has_inner_prompt fc_has_inner_prompt_select2',
'text': _prompt
}).prependTo(el_container.find('.select2-search-field')).hide();
}
if ( ! el_select.attr('multiple') ) {
var el = el_container.find('.select2-choice');
var val = el_select.val();
if (val === null) {
el.addClass('fc_highlight_disabled');
} else if (val.length) {
el.addClass('fc_highlight');
} else {
el.removeClass('fc_highlight');
}
}
});
jQuery('select.use_select2_lib').on('open', function() {
var el_container = jQuery(this).parent();
var el = jQuery(this).parent().find('.select2-input');
var el_label = el.prevAll('.fc_has_inner_label');
if (el_label) el_label.hide();
var el_prompt = el.prevAll('.fc_has_inner_prompt');
if (el_prompt) el_prompt.show();
if (jQuery(this).hasClass('select2_list_selected')) {
var els = jQuery('#select2-drop').find('.select2-selected');
els.addClass('select2-selected-highlight').addClass('select2-disabled').removeClass('select2-selected').removeClass('select2-result-selectable');
}
}).on('close', function() {
var el_container = jQuery(this).parent();
var el = jQuery(this).parent().find('.select2-input');
var el_label = el.prevAll('.fc_has_inner_label');
if (el_label) el_label.show();
var el_prompt = el.prevAll('.fc_has_inner_prompt');
if (el_prompt) el_prompt.hide();
if (jQuery(this).hasClass('select2_list_selected')) {
var els = jQuery('#select2-drop').find('.select2-selected-highlight');
els.removeClass('select2-selected-highlight').removeClass('select2-disabled').addClass('select2-result-selectable');
}
}).on
('change', function() {
var el_select = jQuery(this);
if ( ! el_select.attr('multiple') ) {
var el = jQuery(this).prev('div').find('.select2-choice');
var val = el_select.val();
if (val.length) {
el.addClass('fc_highlight');
} else {
el.removeClass('fc_highlight');
}
}
});
jQuery('div.use_select2_lib.select2-container-multi input').on('keydown', function() {
var el = jQuery(this);
setTimeout(function() {
if (el.val().length) {
var el_prompt = el.prevAll('.fc_has_inner_prompt');
if (el_prompt) el_prompt.hide();
} else {
var el_prompt = el.prevAll('.fc_has_inner_prompt');
if (el_prompt) el_prompt.show();
}
}, 0);
});
jQuery('select.use_select2_lib').on('loaded open', function() {
var ul = jQuery('#select2-drop ul.select2-results');
var needsScroll= ul.prop('scrollHeight') > ul.prop('clientHeight');
if (needsScroll) ul.css('overflow-y', 'scroll');
else ul.css('overflow-y', 'auto');
});
});
//<![CDATA[
vmSiteurl = '/' ;
vmLang = '&amp;lang=de' ;
Virtuemart.addtocart_popup = '1' ;
vmCartText = '%2$s x %1$s wurde Ihrem Warenkorb hinzugefügt.' ;
vmCartError = 'Beim Aktualisieren Ihres Warenkorbes ist ein Fehler aufgetreten.' ;
loadingImage = '/components/com_virtuemart/assets/images/facebox/loading.gif' ;
closeImage = '/components/com_virtuemart/assets/images/fancybox/fancy_close.png' ;
usefancy = false;
//]]>
window.addEvent('load', function(){ // 1040
var jxtc53347941216dbslidebox = new slidebox('jxtc53347941216db','LSI',{xi:0,xo:0,yi:0,yo:0},{fxtype:new Fx.Transition(Fx.Transitions.Bounce.easeIn),dura:800,frames:50});
var jxtc53347941216dbjxtcpops = new jxtcpops('jxtc53347941216db',{opacityin:0,opacityout:0,verticalin:0,verticalout:0,horizontalin:0,horizontalout:0,durationin:550,durationout:550,pause:1000,fxtype:new Fx.Transition(Fx.Transitions.Elastic.easeIn),centered:'1'});
var jxtc53347941216dbjxtctips = new jxtctips('jxtc53347941216db',{opacityin:0,opacityout:0,verticalin:0,verticalout:0,horizontalin:0,horizontalout:0,durationin:550,durationout:550,pause:1000,fxtype:new Fx.Transition(Fx.Transitions.Elastic.easeIn),centered:'1'});
var jxtc53347941216dbjxtchover = new jxtchover('jxtc53347941216db','CECECE','FFFFFF');
});
window.addEvent('load', function(){var jxtc53347941216db = new showcaseFX('jxtc53347941216db',{fxmode:'fade',fxflow:'0',fxpause:4500,fxspeed:3000,fxlayer:'0',fxtype:new Fx.Transition(Fx.Transitions.Bounce.easeInOut)});});
var hwdms_live_site = "https://www.frisbeehunde.de/index.php";
jQuery(document).ready(function(){
this.siteurl = "https://www.frisbeehunde.de/";
jQuery.fn.S5productSimpleCart(this);
return true;
});
</script>
<script type="text/javascript">
(function() {
var strings = {"FLEXI_APPLYING_FILTERING":"Filter anwenden","FLEXI_TYPE_TO_LIST":"... Typ f\u00fcr Liste","FLEXI_TYPE_TO_FILTER":" ... Typ f\u00fcr Filter"};
if (typeof Joomla == 'undefined') {
Joomla = {};
Joomla.JText = strings;
}
else {
Joomla.JText.load(strings);
}
})();
</script>
<!--[if IE]><style type="text/css">.floattext {zoom:1;}</style><![endif]-->
<meta property="og:description" content=" Wir sind die Discrockers! Willkommen auf unserer Webseite! Hier findet Ihr jede Menge Infos über unseren geliebten Disc Dog Sport und weitere spannende Infos rund um die fliegenden Scheiben. Hunde , Styles und Scheibenaction ! Wir verbinden diese tollen Elemente des Disc Dog Sports und präsentieren..." />
<script type="text/javascript"><!--
if ( typeof window.$ != 'undefined' ) {
window.cbjqldr_tmpsave$ = window.$;
}
if ( typeof window.jQuery != 'undefined' ) {
window.cbjqldr_tmpsavejquery = window.jQuery;
}
--></script><script type="text/javascript"><!--
var cbjQuery = jQuery.noConflict( true );
--></script>
<script type="text/javascript"><!--
window.$ = cbjQuery;
window.jQuery = cbjQuery;
--></script><script type="text/javascript" src="https://www.frisbeehunde.de/components/com_comprofiler/js/tabpane.min.js?v=d150a2c46a364bbf"></script>
<script type="text/javascript"><!--
cbjQuery( document ).ready( function( $ ) {
var jQuery = $;
var cbshowtabsArray = new Array();
function showCBTab( sName ) {
if ( typeof(sName) == 'string' ) {
sName = sName.toLowerCase();
}
for (var i=0;i<cbshowtabsArray.length;i++) {
for (var j=0;j<cbshowtabsArray[i][0].length;j++) {
if (cbshowtabsArray[i][0][j] == sName) {
eval(cbshowtabsArray[i][1]);
return;
}
}
}
}
});
if ( typeof window.cbjqldr_tmpsave$ != 'undefined' ) {
window.$ = window.cbjqldr_tmpsave$;
}
if ( typeof window.cbjqldr_tmpsavejquery != 'undefined' ) {
window.jQuery = window.cbjqldr_tmpsavejquery;
}
--></script>
<style type="text/css">.s5boxhidden{display:none;} </style>
<script language="javascript" type="text/javascript" >var s5_boxeffect = "fade";</script>
<script src="https://www.frisbeehunde.de/modules/mod_s5_box/js/jquery.colorbox.js" type="text/javascript"></script>
<link rel="stylesheet" href="https://www.frisbeehunde.de/modules/mod_s5_box/css/s5box.css" type="text/css" />
<script type="text/javascript">jQuery(document).ready(function(){ jQuery(".s5box_register").colorbox({width:"38%", inline:true, href:"#s5box_register"});jQuery(".s5box_login").colorbox({width:"25%", inline:true, href:"#s5box_login"});jQuery(".s5box_one").colorbox({width:"35%", inline:true, href:"#s5box_one"});jQuery(".s5box_two").colorbox({width:"35%", inline:true, href:"#s5box_two"});jQuery(".s5box_three").colorbox({width:"35%", inline:true, href:"#s5box_three"});jQuery(".s5box_four").colorbox({width:"35%", inline:true, href:"#s5box_four"});jQuery(".s5box_five").colorbox({width:"35%", inline:true, href:"#s5box_five"});jQuery(".s5box_six").colorbox({width:"35%", inline:true, href:"#s5box_six"});jQuery(".s5box_seven").colorbox({width:"35%", inline:true, href:"#s5box_seven"});jQuery(".s5box_eight").colorbox({width:"35%", inline:true, href:"#s5box_eight"});jQuery(".s5box_nine").colorbox({width:"35%", inline:true, href:"#s5box_nine"});jQuery(".s5box_ten").colorbox({width:"35%", inline:true, href:"#s5box_ten"});});</script>
<script type="text/javascript"><!--
if ( typeof window.$ != 'undefined' ) {
window.cbjqldr_tmpsave$ = window.$;
}
if ( typeof window.jQuery != 'undefined' ) {
window.cbjqldr_tmpsavejquery = window.jQuery;
}window.$ = cbjQuery;
window.jQuery = cbjQuery;
--></script><script type="text/javascript" src="https://www.frisbeehunde.de/components/com_comprofiler/plugin/user/plug_cbconnect/js/jquery.oauthpopup.min.js"></script>
<script type="text/javascript"><!--
cbjQuery( document ).ready( function( $ ) {
var jQuery = $;
$( '.facebook_button,.facebook_button_small' ).oauthpopup({url: 'https://www.facebook.com/dialog/oauth?response_type=code&client_id=509840059082893&redirect_uri=https%3A%2F%2Fwww.frisbeehunde.de%2Findex.php%3Foption%3Dcom_comprofiler%26task%3Dpluginclass%26plugin%3Dcbconnect%26action%3Dfacebook%26func%3Daccesstoken%26format%3Draw&scope=email&state=a50c048038a391705d2f7b629cadcf06&display=popup',name: 'facebook_oAuthLogin',callback: function( success, error, oAuthWindow ) {if ( success == true ) {window.location = 'https://www.frisbeehunde.de/profile-view/pluginclass.html?plugin=cbconnect&action=facebook&return=aHR0cHM6Ly93d3cuZnJpc2JlZWh1bmRlLmRlLw..';} else {window.location.reload();}}});$( '.facebook_unlink' ).live( 'click', function() {if ( confirm( 'Are you sure you want to unjoin https://www.frisbeehunde.de?' ) ) {$.ajax({url: 'https://graph.facebook.com/me/permissions?method=delete&access_token='}).complete( function( jqXHR, textStatus ) {$.ajax({url: 'https://www.frisbeehunde.de/index.php?option=com_comprofiler&task=pluginclass&plugin=cbconnect&action=facebook&func=reset&format=raw'}).complete( function( jqXHR, textStatus ) {window.location.reload();});});}});$( '.facebook_invite' ).oauthpopup({url: 'https://www.facebook.com/dialog/send?response_type=code&client_id=509840059082893&redirect_uri=https%3A%2F%2Fwww.frisbeehunde.de%2Findex.php%3Foption%3Dcom_comprofiler%26task%3Dpluginclass%26plugin%3Dcbconnect%26action%3Dclosewindow%26format%3Draw&link=http%3A%2F%2Fwww.discrockers.com&display=popup&name=discrockers',name: 'facebook_oAuthInvite',callback: function() {}});
});
if ( typeof window.cbjqldr_tmpsave$ != 'undefined' ) {
window.$ = window.cbjqldr_tmpsave$;
}
if ( typeof window.cbjqldr_tmpsavejquery != 'undefined' ) {
window.jQuery = window.cbjqldr_tmpsavejquery;
}
--></script>
<script type="text/javascript" src="https://translate.google.com/translate_a/element.js?cb=googletranslate_loadapi"></script><script type="text/javascript"><!--
function googletranslate_loadapi() {if ( window.google ) {new google.translate.TranslateElement({pageLanguage: 'de'});}};
--></script>
<link rel="stylesheet" href="https://www.frisbeehunde.de/modules/mod_s5_register/css/s5_register.css" type="text/css" />
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
<script type="text/javascript">
//<![CDATA[
window.addEvent('domready', function() {
var myMenu = new MenuMatic({
tabletWidth:1400,
effect:"slide & fade",
duration:1000,
physics: Fx.Transitions.Pow.easeOut,
hideDelay:500,
orientation:"horizontal",
tweakInitial:{x:0, y:0},
direction:{ x: 'right', y: 'down' },
opacity:100 });
});
//]]>
</script>
<!-- Css and js addons for vertex features -->
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Exo" />
<style type="text/css">
.module_round_box_outer, #s5_above_body, #s5_below_body {
font-size:1em !important;
}
#s5_component_wrap {
font-size:1em !important;
}
/* MAX IMAGE WIDTH */
img {
height:auto !important;
max-width:100% !important;
-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box !important; /* Firefox, other Gecko */
box-sizing: border-box !important; /* Opera/IE 8+ */
}
.full_width {
width:100% !important;
-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box !important; /* Firefox, other Gecko */
box-sizing: border-box !important; /* Opera/IE 8+ */
}
.S5_submenu_itemTablet{
background:none !important;
}
#s5_right_wrap, #s5_left_wrap, #s5_right_inset_wrap, #s5_left_inset_wrap, #s5_right_top_wrap, #s5_left_top_wrap, #s5_right_bottom_wrap, #s5_left_bottom_wrap {
width:100% !important;
}
#s5_right_column_wrap {
width:15% !important;
margin-left:-50% !important;
}
#s5_left_column_wrap {
width:35% !important;
}
#s5_center_column_wrap_inner {
margin-right:30% !important;
margin-left:70% !important;
}
#s5_responsive_modile_drop_down_wrap input {
width:96% !important;
}
#s5_responsive_mobile_drop_down_search input {
width:100% !important;
}
@media screen and (max-width: 750px){
body {
height:100% !important;
position:relative !important;
padding-bottom:48px !important;
}
}
@media screen and (max-width: 970px){
#subMenusContainer .S5_subtext {
width:85%;
}
}
#s5_responsive_mobile_bottom_bar, #s5_responsive_mobile_top_bar {
background:#0B0B0B;
background: -moz-linear-gradient(top, #272727 0%, #0B0B0B 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#272727), color-stop(100%,#0B0B0B)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #272727 0%,#0B0B0B 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #272727 0%,#0B0B0B 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #272727 0%,#0B0B0B 100%); /* IE10+ */
background: linear-gradient(top, #272727 0%,#0B0B0B 100%); /* W3C */
font-family: Exo !important;
}
.s5_responsive_mobile_drop_down_inner, .s5_responsive_mobile_drop_down_inner input, .s5_responsive_mobile_drop_down_inner button, .s5_responsive_mobile_drop_down_inner .button, #s5_responsive_mobile_drop_down_search .validate {
font-family: Exo !important;
}
.s5_responsive_mobile_drop_down_inner button:hover, .s5_responsive_mobile_drop_down_inner .button:hover {
background:#0B0B0B !important;
}
#s5_responsive_mobile_drop_down_menu, #s5_responsive_mobile_drop_down_menu a, #s5_responsive_mobile_drop_down_login a {
font-family: Exo !important;
color:#FFFFFF !important;
}
#s5_responsive_mobile_bar_active, #s5_responsive_mobile_drop_down_menu .current a, .s5_responsive_mobile_drop_down_inner .s5_mod_h3, .s5_responsive_mobile_drop_down_inner .s5_h3_first {
color:#FA9635 !important;
}
.s5_responsive_mobile_drop_down_inner button, .s5_responsive_mobile_drop_down_inner .button {
background:#FA9635 !important;
}
#s5_responsive_mobile_drop_down_menu .active ul li, #s5_responsive_mobile_drop_down_menu .current ul li a, #s5_responsive_switch_mobile a, #s5_responsive_switch_desktop a, #s5_responsive_modile_drop_down_wrap {
color:#FFFFFF !important;
}
#s5_responsive_mobile_toggle_click_menu span {
border-right:solid 1px #272727;
}
#s5_responsive_mobile_toggle_click_menu {
border-right:solid 1px #0B0B0B;
}
#s5_responsive_mobile_toggle_click_search span, #s5_responsive_mobile_toggle_click_register span, #s5_responsive_mobile_toggle_click_login span, #s5_responsive_mobile_scroll a {
border-left:solid 1px #272727;
}
#s5_responsive_mobile_toggle_click_search, #s5_responsive_mobile_toggle_click_register, #s5_responsive_mobile_toggle_click_login, #s5_responsive_mobile_scroll {
border-left:solid 1px #0B0B0B;
}
.s5_responsive_mobile_open, .s5_responsive_mobile_closed:hover, #s5_responsive_mobile_scroll:hover {
background:#272727;
}
#s5_responsive_mobile_drop_down_menu .s5_responsive_mobile_drop_down_inner, #s5_responsive_mobile_drop_down_register .s5_responsive_mobile_drop_down_inner, #s5_responsive_mobile_drop_down_login .s5_responsive_mobile_drop_down_inner, #s5_responsive_mobile_drop_down_search .s5_responsive_mobile_drop_down_inner {
background:#272727;
}
@media screen and (min-width:580px) and (max-width: 970px){
#s5_custom_1 {
display:none;
}
}
@media screen and (max-width: 579px){
#s5_custom_1 {
display:none;
}
}
.s5_wrap {
max-width:1080px !important;
}
@media screen and (min-width:580px) and (max-width: 850px){
#s5_top_row1 .s5_float_left {
float:left !important;
width:50% !important;
}
}
@media screen and (min-width:580px) and (max-width: 800px){
#s5_above_columns_inner .s5_float_left {
width:100% !important;
}
}
@media screen and (min-width:580px) and (max-width: 900px){
#s5_bottom_row2 .s5_float_left {
float:left !important;
width:50% !important;
}
}
@media screen and (min-width:580px) and (max-width: 950px){
#s5_bottom_row3 .s5_float_left {
float:left !important;
width:50% !important;
}
}
</style><script type="text/javascript">//<![CDATA[
window.addEvent('domready', function() {
function s5_register_url() {
window.location = "https://www.discrockers.com/registration/registers.html";
}
if (document.getElementById("s5_register")) {
document.getElementById("s5_register").className = "";
document.getElementById("s5_register").onclick = s5_register_url;
if (document.getElementById("s5_register").href) {
document.getElementById("s5_register").href = "javascript:;";
}
}
});
//]]></script>
<script type="text/javascript" src="https://www.frisbeehunde.de/templates/traction/js/s5_flex_menu.js"></script>
<link rel="stylesheet" href="https://www.frisbeehunde.de/templates/traction/css/s5_flex_menu.css" type="text/css" />
<link rel="stylesheet" href="https://www.frisbeehunde.de/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="https://www.frisbeehunde.de/templates/system/css/general.css" type="text/css" />
<link href="https://www.frisbeehunde.de/templates/traction/css/template_default.css" rel="stylesheet" type="text/css" />
<link href="https://www.frisbeehunde.de/templates/traction/css/template.css" rel="stylesheet" type="text/css" />
<link href="https://www.frisbeehunde.de/templates/traction/css/com_content.css" rel="stylesheet" type="text/css" />
<link href="https://www.frisbeehunde.de/templates/traction/css/editor.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=ABeeZee" />
<link href="https://www.frisbeehunde.de/templates/traction/css/multibox/multibox.css" rel="stylesheet" type="text/css" />
<link href="https://www.frisbeehunde.de/templates/traction/css/multibox/ajax.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="https://www.frisbeehunde.de/templates/traction/js/multibox/overlay.js"></script>
<script type="text/javascript" src="https://www.frisbeehunde.de/templates/traction/js/multibox/multibox.js"></script>
<link href="https://www.frisbeehunde.de/templates/traction/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<script type="text/javascript" src="https://www.frisbeehunde.de/templates/traction/js/s5_font_adjuster.js"></script>
<link rel="stylesheet" type="text/css" href="https://www.frisbeehunde.de/templates/traction/css/s5_responsive_bars.css" />
<link href="https://www.frisbeehunde.de/templates/traction/css/s5_responsive_hide_classes.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="https://www.frisbeehunde.de/templates/traction/css/s5_responsive.css" />
<link rel="stylesheet" type="text/css" href="https://www.frisbeehunde.de/templates/traction/css/custom.css" />
<!-- Info Slide Script - Called in header so css validates -->
<link href="https://www.frisbeehunde.de/templates/traction/css/s5_info_slide.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="https://www.frisbeehunde.de/templates/traction/js/s5_info_slide.js"></script>
<!-- File compression. Needs to be called last on this file -->
<!-- The excluded files, listed below the compressed php files, are excluded because their calls vary per device or per browser. Included compression files are only ones that have no conditions and are included on all devices and browsers. Otherwise unwanted css will compile in the compressed files. -->
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Exo:800,600,400" />
<style type="text/css">
body {font-family: 'ABeeZee',Helvetica,Arial,Sans-Serif ;}
.inputbox, .registration input, .login input, .contact-form input, #jform_contact_message, #mod-search-searchword, input, textarea, #s5_breadcrumb_font_wrap, .font_normal {
font-family: Exo;
font-weight: 400 !important;
}
#s5_nav li a, #subMenusContainer a, #s5_nav li li a, #s5_login, #s5_register, .pagenav a, label {
font-family: Exo;
font-weight: 600 !important;
}
.jdGallery .slideInfoZone h2, .button, #s5_responsive_modile_drop_down_wrap .button, div.catItemReadMore, .userItemReadMore, div.catItemCommentsLink, .userItemCommentsLink, a.readmore-link, a.comments-link, div.itemCommentsForm form input#submitCommentButton, .s5_mod_h3_outer, #s5_button_frame ul li a, h1, h2, h3, h4, h5, .black_bg, .font_bold, #s5_drop_down_button, #s5_responsive_mobile_drop_down_menu, #s5_responsive_mobile_drop_down_menu a, #s5_responsive_mobile_bar_active span {
font-family: Exo;
font-weight: 800 !important;
}
#s5_accordion_menu #current a, #s5_accordion_menu a:hover, #s5_accordion_menu h3.s5_am_toggler:hover a.mainlevel, ul.menu .current a, .btn-link, .jdGallery .slideInfoZone p a, .highlight, #s5_bottom_menu_wrap a, p.readmore a:hover, a.readon:hover {
color:#FA9635 !important;
}
#s5_nav li.active a, a {
color:#FA9635;
}
#s5_nav li.active:hover a, #s5_nav li.mainMenuParentBtnFocused {
color:#FFFFFF !important;
}
#s5_nav li.mainMenuParentBtnFocused, #subMenusContainer div ul, #s5_nav li:hover, .button, .module_round_box-dark_highlight .s5_mod_h3_outer, .s5_ts_active, .s5_is_display h3, .s5_is_slide, .module_round_box-highlight {
background:#FA9635 !important;
}
.jdGallery a.right, .jdGallery a.left, .jdGallery a.right:hover, .jdGallery a.left:hover, .s5_scrolltotop:hover, .pagenav a {
background-color:#FA9635 !important;
}
.module_round_box-highlight {
border:solid 1px #FA9635;
}
.jdGallery .slideInfoZone h2, #s5_bars_wrap, h1, h2, h3, h4, h5, #s5_menu_wrap li a, .S5_submenu_item a, .button, label, li.s5_am_inner_li span.s5_accordion_menu_left a.mainlevel, #s5_button_frame ul li a, .btn, #s5_login, #s5_register, .pagenav a, #s5_drop_down_button, .uppercase, #s5_responsive_mobile_drop_down_menu, #s5_responsive_mobile_drop_down_menu a, #s5_responsive_mobile_bar_active span {
text-transform:uppercase;
}
body {
background:#292507 url(https://www.frisbeehunde.de/images/background.jpg) no-repeat top center;
background-size: 100%;
}
body {
background-attachment:fixed;
}
.s5_mod_h3_outer {
float:none;
margin-right:-19px;
}
.S5_parent_subtext {
display:none;
}
#s5_nav li .s5_level1_span1 {
padding-top:17px;
}
#s5_nav li .s5_level1_span2 {
height:35px;
}
#s5_nav li.mainMenuParentBtnFocused .s5_level1_span2 {
height:35px !important;
}
.s5_wrap{width:100%;}
</style>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment