Valider 93f04ace rédigé par pierrekuhn87's avatar pierrekuhn87
Parcourir les fichiers

Mise à jour de la librairie sur le dernier tag

parent 6f7bdd4c
Chargement en cours
Chargement en cours
Chargement en cours
Chargement en cours
+122 −11
Numéro de ligne d'origine Numéro de ligne de diff Ligne de diff
@@ -19,6 +19,10 @@
    text-align: initial;
    text-shadow: initial;
}

/* Animation */
#tarteaucitronRoot * {transition: border 300ms, background 300ms, opacity 200ms, box-shadow 400ms}

/* HTML5 display-role reset for older browsers */
#tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot details, #tarteaucitronRoot figcaption, #tarteaucitronRoot figure, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot section {
    display: block;
@@ -444,7 +448,8 @@ div#tarteaucitronServices {
    background-color: #1B870B;
    opacity: 1;
}
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected {
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected {
    background-color: #9C1A1A;
    opacity: 1;
}
@@ -492,11 +497,13 @@ div#tarteaucitronServices {
    box-sizing: content-box;
    z-index: 2147483645;
    text-align: center;
    padding: 10px;
    padding: 10px 0 10px 0;
    margin: auto;
    width: 100%;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    font: 15px verdana;
@@ -507,28 +514,41 @@ div#tarteaucitronServices {
    font-weight: 700;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {
    cursor: pointer;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitron #tarteaucitronPrivacyUrl {
#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
.tarteaucitronCTAButton,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
#tarteaucitronRoot .tarteaucitronDeny,
#tarteaucitronRoot .tarteaucitronAllow {
    background: #008300;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 16px!important;
    line-height: 1.2;
    padding: 5px 10px;
    text-decoration: none;
    margin-left: 7px;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl {
#tarteaucitronRoot .tarteaucitronDeny {
    background: #9C1A1A;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog {
    background: #fff;
    color: #333;
    font-size: 13px;
    margin-bottom: 3px;
    margin-left: 7px;
    padding: 4px 10px;
    padding: 5px 10px;
}

#tarteaucitronPercentage {
@@ -541,6 +561,81 @@ div#tarteaucitronServices {
    z-index: 2147483644;
}

/***
 * Icon
 */
.tarteaucitronIconBottomRight {
    bottom: 0;
    right: 0;
}
.tarteaucitronIconBottomLeft {
    bottom: 0;
    left: 0;
}
.tarteaucitronIconTopRight {
    top: 0;
    right: 0;
}
.tarteaucitronIconTopLeft {
    top: 0;
    left: 0;
}

.tarteaucitronIconTopLeft #tarteaucitronManager {
    border-radius: 2px 7px 7px 2px;
}

.tarteaucitronIconTopRight #tarteaucitronManager {
    border-radius: 7px 2px 2px 7px;
}

.tarteaucitronIconBottomLeft #tarteaucitronManager {
    border-radius: 7px 7px 2px 2px;
}

.tarteaucitronIconBottomRight #tarteaucitronManager {
    border-radius: 7px 7px 2px 2px;
}

#tarteaucitronIcon {
    background: transparent;
    position: fixed;
    display: none;
    width: auto;
    z-index: 2147483646;
}
#tarteaucitronIcon #tarteaucitronManager {
    color: transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 11px !important;
    padding: 8px 10px 8px;
    border: none;
}
#tarteaucitronIcon #tarteaucitronManager img {
    width: 50px;
    height: 50px;
}

#tarteaucitronRoot .tarteaucitronCross::before {
    content: '\2717';
    display: inline-block;
    color: white;
}

#tarteaucitronRoot .tarteaucitronCheck::before {
    content: '\2713';
    display: inline-block;
    color: white;
}

#tarteaucitronRoot .tarteaucitronPlus::before {
    content: '\271b';
    display: inline-block;
    color: white;
}


/***
 * Small alert
 */
@@ -739,10 +834,13 @@ div.amazon_product {
.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronDeny {
    opacity: 0.4;
}
#tarteaucitronServices_mandatory button.tarteaucitronAllow {
    opacity: 1;
}

div#tarteaucitronInfo {
    display: block!important;
    position: relative;
    position: relative !important;
    text-align: center!important;
    max-width: 80%!important;
    padding: 15px 0!important;
@@ -769,3 +867,16 @@ a.tarteaucitronSelfLink {
span.tarteaucitronTitle.tarteaucitronH3 {
    margin-top: 12px!important;
}

.spacer-20 {
    height: 20px;
    display: block;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}
+5 −1
Numéro de ligne d'origine Numéro de ligne de diff Ligne de diff
/*global tarteaucitron */
tarteaucitron.lang = {
    "middleBarHead": "☝ 🍪",
    "adblock": "Здравей! Този сайт позволяа включването на бисквитки по избор.",
    "adblock_call": "Моля изключете вашият adblocker и изберете бисквитките които искате, или спрете всички.",
    "reload": "Презареди",
@@ -71,5 +72,8 @@ tarteaucitron.lang = {
    "other": {
        "title": "Други",
        "details": "Services to display web content."
    }
    },
    
    "mandatoryTitle": "Mandatory cookies",
    "mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated."
};
+77 −0
Numéro de ligne d'origine Numéro de ligne de diff Ligne de diff
/*global tarteaucitron */
tarteaucitron.lang = {
    "adblock": "您好!这是一个透明的网站,您可以选择激活不同的第三方服务。",
    "adblock_call": "感谢您停用广告拦截功能并开始个性化设置。",
    "reload": "重新加载页面",

    "alertBigScroll": "继续划屏,",
    "alertBigClick": "继续浏览,",
    "alertBig": "即表示您同意第三方服务安装cookie",

    "alertBigPrivacy": "这个网站使用cookie, 并让您可以控制想要激活的内容。",
    "alertSmall": "服务管理",
    "acceptAll": "好的,全部接受",
    "personalize": "个性化",
    "close": "关闭",

    "privacyUrl": "保密政策",

    "all": "所有服务的偏好设置",

    "disclaimer": "通过授权这些第三方服务,您同意存储和读取cookie,并使用其正常运行所需的跟踪技术。",
    "allow": "允许",
    "deny": "禁用",
    "noCookie": "此服务不存储任何cookie。",
    "useCookie": "此服务可以存储",
    "useCookieCurrent": "此服务已存储",
    "useNoCookie": "此服务未存储任何cookie。",
    "more": "了解更多",
    "source": "查看官网",
    "credit": "通过tarteaucitron.js管理cookie",

    "toggleInfoBox": "显示/隐藏cookie存储信息。",
    "title": "Cookie管理面板",
    "cookieDetail": "Cookie详情",
    "ourSite": "显示在我们的网站上",
    "newWindow": "(新建窗口)",
    "allowAll": "允许",
    "denyAll": "禁用",

    "fallback": "已禁用。",

    "ads": {
        "title": "广告组",
        "details": "广告组通过营销网站上的广告空间来产生收入."
    },
    "analytic": {
        "title": "受众测量",
        "details": "受众测量服务可以生成对站点改进有用的访问统计数据。"
    },
    "social": {
        "title": "社交网络",
        "details": "社交网络有助于提高网站的用户友好性,并通过分享帮助推广。"
    },
    "video": {
        "title": "视频",
        "details": "视频共享服务丰富网站的多媒体内容,提高网站知名度。"
    },
    "comment": {
        "title": "评论",
        "details": "评论管理器使您的评论更容易提交,并避免垃圾邮件。"
    },
    "support": {
        "title": "支持",
        "details": "支持服务使您能够与网站团队联系并帮助改进网站."
    },
    "api": {
        "title": "API",
        "details": "API允许加载脚本:地理位置、搜索引擎、翻译……"
    },
    "other": {
        "title": "其他",
        "details": "旨在显示网页内容的服务。"
    },
    
    "mandatoryTitle": "Mandatory cookies",
    "mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated."
};
+5 −1
Numéro de ligne d'origine Numéro de ligne de diff Ligne de diff
/*global tarteaucitron */
tarteaucitron.lang = {
    "middleBarHead": "☝ 🍪",
    "adblock": "Ahoj! Tato stránka je transparetní a umožňuje ti si přímo vybrat, jaké služby třetích stran chceš povolit.",
    "adblock_call": "Pro úpravu osobních preferencí si, prosím, vypni adblock.",
    "reload": "Načíst stránku znovu",
@@ -71,5 +72,8 @@ tarteaucitron.lang = {
    "other": {
        "title": "Jiný",
        "details": "Služby pro zobrazení webového obsahu."
    }
    },
    
    "mandatoryTitle": "Mandatory cookies",
    "mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated."
};
+80 −0
Numéro de ligne d'origine Numéro de ligne de diff Ligne de diff
/*global tarteaucitron */
tarteaucitron.lang = {
    "middleBarHead": "☝ 🍪",
    "adblock": "Hej! Dette sted er gennemsigtigt og giver dig mulighed for at vælge de tredjeparts tjenester, du vil tillade.",
    "adblock_call": "Deaktiver venligst din adblocker for at begynde tilpasningen.",
    "reload": "Opdater siden",

    "alertBigScroll": "Ved at fortsætte med at scrolle,",
    "alertBigClick": "Hvis du fortsætter med at bruge dette websted,",
    "alertBig": "tillader du alle tredjeparts tjenester",

    "alertBigPrivacy": "Dette websted bruger cookies og giver dig kontrol over, hvad du vil aktivere",
    "alertSmall": "Administrer tjenester",
    "personalize": "Tilpas",
    "acceptAll": "OK, accepter alle",
    "close": "Luk",

    "privacyUrl": "Fortrolighedspolitik",

    "all": "Præference for alle tjenester",

    "info": "Beskyttelse af dit privatliv",
    "disclaimer": "Ved at tillade disse tredjeparts tjenester accepterer du deres cookies og brugen af sporingsteknologier, der er nødvendige for, at de fungerer korrekt.",
    "allow": "Tillad",
    "deny": "Afvis ",
    "noCookie": "Denne service bruger ikke cookies",
    "useCookie": "Denne service kan installere",
    "useCookieCurrent": "Denne service er installeret",
    "useNoCookie": "Denne service har ikke installeret nogen cookie.",
    "more": "Læs mere",
    "source": "Se det officielle websted",
    "credit": "Cookies manager af tarteaucitron.js",
    "noServices": "Dette websted bruger ikke nogen cookie, der kræver dit samtykke.",

    "toggleInfoBox": "Vis / skjul informationer om opbevaring af cookies",
    "title": "CCookie-styringspanel",
    "cookieDetail": "Cookie detaljer for",
    "ourSite": "på vores side",
    "newWindow": "(nyt vindue)",
    "allowAll": "Tillad alle cookies",
    "denyAll": "Afvis alle cookies",

    "fallback": "er deaktiveret.",

    "ads": {
        "title": "Annonceringsnetværk",
        "details": "Annoncenetværk kan generere indtægter ved at sælge annonceplads på webstedet."
    },
    "analytic": {
        "title": "Måling af målgruppen",
        "details": "Målingstjenesterne bruges til at generere nyttig statistisk til at forbedre webstedet."
    },
    "social": {
        "title": "Sociale netværk",
        "details": "Sociale netværk kan forbedre anvendeligheden af webstedet og hjælpe med at markedsføre det via aktierne."
    },
    "video": {
        "title": "Videoer",
        "details": "Videodelingstjenester hjælper med at tilføje rige medier på webstedet og øger dets synlighed."
    },
    "comment": {
        "title": "Kommentarer",
        "details": "Kommentarledere letter arkiveringen af kommentarer og bekæmper spam."
    },
    "support": {
        "title": "Support",
        "details": "Supporttjenester giver dig mulighed for at komme i kontakt med webstedsteamet og hjælpe med at forbedre det."
    },
    "api": {
        "title": "APIer",
        "details": "AAPI'er bruges til at indlæse scripts: geolokalisation, søgemaskiner, oversættelser, ..."
    },
    "other": {
        "title": "Andet",
        "details": "Tjenester til visning af webindhold."
    },
    
    "mandatoryTitle": "Mandatory cookies",
    "mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated."
};
Chargement en cours