WebSite X5Help Center

 
Renate Brandes
Renate Brandes
User

Plugin für "Easy Language" bzw. "Leichte Sprache"  de

Автор: Renate Brandes
Просмотрено 224, Подписчики 1, Размещенный 0  

Hallo zusammen, 

gibt es ein Plugin für "leichte Sprache", um den Internetauftritt barrierefrei zu gestalten? Auf dem W5-Marktplatz kann ich nichts finden...

Danke für eine Rückmeldung/Hinweis und LG Renate

Размещено
14 Ответы - 1 Полезно - 1 Корректно
Incomedia
Elisa B.
Incomedia

Guten Tag Renate, 

wir haben solches Plugin leider nicht, es tut mir leid!

Ich stehe Ihnen zur Verfügung und wünsche Ihnen einen schönen Tag.

Читать больше
Размещено От Elisa B.
Renate Brandes
Renate Brandes
User
Автор

Hallo Elisa,

sehr, sehr schade, aber vielen Dank für die prompte Rückmeldung. Ich hoffe, Incommendia hat es NOCH nicht im Portfolio. Bisher ist die "leichte Sprache" ja nur für Behörden verpflichtend.

LG Renate

... bei wordpress wird das z.B. kostenlos angeboten.

Читать больше
Размещено От Renate Brandes
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Лучший пользователь месяца ESЛучший пользователь месяца PT
Renate Brandes
Hallo zusammen,  gibt es ein Plugin für "leichte Sprache", um den Internetauftritt barrierefrei zu gestalten? Auf dem W5-Marktplatz kann ich nichts finden... Danke für eine Rückmeldung/Hinweis und LG Renate

(It > De) ... ... wenn Sie Ihren LINK posten, bewerten wir möglicherweise ...
... aber vielleicht könnte meine exklusive Erfindung (Kopieren/Einfügen), die Sie zum Beispiel auch hier finden, auch für Sie funktionieren:
>> https://helpcenter.websitex5.com/ru/post/268140

.

ciao

.

Читать больше
Размещено От  ‪ KolAsim ‪ ‪
Renate Brandes
Renate Brandes
User
Автор
 ‪ KolAsim ‪ ‪
Renate Brandes Hallo zusammen, gibt es ein Plugin für „leichte Sprache“, um den Internetauftritt barrierefrei zu gestalten? Auf dem W5-Marktplatz kann ich nichts finden... Danke für eine Rückmeldung/Hinweis und LG Renate (It > De) ... ... wenn Sie Ihren LINK posten, bewerten wir möglicherweise ... ... aber vielleicht könnte meine exklusive Erfindung (Kopieren/Einfügen), die Sie zum Beispiel auch hier finden, auch für Sie funktionieren : >>  https://helpcenter.websitex5.com/ru/post/268140 . ciao .

danke für die Antwort, hier ist mein link: https://www.brandes-verlag.de/index.html

LG Renate

Читать больше
Размещено От Renate Brandes
Andreas S.
Andreas S.
Moderator
Лучший пользователь месяца DE

Wenn du "komplizierte" Texte hast, hilft dir so ein Plugin auch nicht! Ist ja im Prinzip nichts anderes als über eine KI durchlaufende Text"verstellung"!

Читать больше
Размещено От Andreas S.
Renate Brandes
Renate Brandes
User
Автор
Andreas S.
Wenn du „komplizierte“ Texte hast, hilft dir so ein Plugin auch nicht! Ist ja im Prinzip nichts anderes als über eine KI durchlaufende Textverstellung!

stimmt, einige Buchbeschreibungen kann man nur schwer vereinfachen. Aber es geht ja auch um die Lesbarkeit, große klare Schriftzeichen etc.

Читать больше
Размещено От Renate Brandes
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Лучший пользователь месяца ESЛучший пользователь месяца PT
Renate Brandes
‪  ... [ ... ] ... ... ...  danke für die Antwort, hier ist mein link: https://www.brandes-verlag.de/index.html LG Renate

... zuerst müssen Sie diese Textzeichenfolge löschen, die Sie versehentlich in den HEAD-Abschnitt des HOME eingefügt haben
SEITE:
Uunsere Neuerscheinungen, Romane, Kurzgeschichten, Graffiti, Biografien und Kunst im Verlag Renate Brandes

.

Читать больше
Размещено От  ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Лучший пользователь месяца ESЛучший пользователь месяца PT

... um meinen Code zu testen, fügen Sie den Code in diesen Abschnitt ein:
>> Schritt 1 - Einstellungen>Statistiken und Code > Funktionen im BereichCode >
Benutzerdefinierter Code: > 3. (dritte) Option >Vor dem </HEAD> Tag

... Hier ist der Code für Sie:

<script>
$(document).ready(function(){//K>;
/** -- altocontrasto e incremento font - by KolAsim -- **/
maxfsK = 46; // maximum font size;
minfsK = 18; // minimum font size;
fsK = 6; // px font-size increment;
ritardoK = 3; // seconds delay for code start on page load;
//-----------------------------------------------------------------------------
setTimeout(function(){ //K1>;
font_sizeK = minfsK;
styleK='<style> #cacK{position:fixed;top:60px; left:260px;width:180px !important; height:auto !important;border-radius: 50px; !important;border:solid 4px Gray !important;'+
'background-color:Beige !important;text-align:center !important;z-index:1000000;}'+
' #contrastoK, #reloadK , #piuK, #menoK{position:relative;width:22% !important;'+
'border-radius:50% !important;border:solid 2px silver;background-color:lavender !important;cursor:pointer} '+
'#contrastoK:hover, #reloadK:hover , #piuK:hover, #menoK:hover {border:solid 2px Green }</style>';
$("head").append(styleK);
altocontrastoK = '<div id = "cacK" >'+
'<img id="contrastoK" src="https://www.svgrepo.com/show/436702/circle-lefthalf-fill.svg" title="hoher Kontrast\nschwarz ◑ weiß" >'+
'<img id="piuK" src="https://www.svgrepo.com/show/459979/increase-circle.svg" onclick="piuK()" title="Plus (A+)" >'+
'<img id="menoK" src="https://www.svgrepo.com/show/459914/decrease-circle.svg" onclick="menoK()" title="Minus A(-)" >'+
'<img id="reloadK" src="https://www.svgrepo.com/show/495633/refresh-circle.svg" onclick="location.reload()" title="auf Standard zurücksetzen" >'+
'</div>';
$("body").append(altocontrastoK)
nK = 1;
$("#contrastoK").click(function(){//K>2;
if(nK !=1 ) {//K3>;
$(this).val("BIANCO/nero");
$("body *:not(#cacK)").css("background-color", "white").css("color", "black").css("font-size",font_sizeK+"px").css("line-height", line_heightK+"px");
$("body .text-inner:not(#cacK), body .text-inner *:not(#cacK)").css("height","auto")
nK=1;
} else {//K3<<+K4>;
$(this).val("NERO/bianco");
$("body *").css("background-color", "black").css("color", "white").css("font-size",font_sizeK).css("line-height",line_heightK+"px");
$("body .text-inner, body .text-inner *").css("height","auto")
nK=2;
};//K4<<;
});//K2<<;
$("#contrastoK").hover(function(){//K5>;
$(this).attr("src","https://www.svgrepo.com/show/436703/circle-righthalf-fill.svg")
}, function(){//K6>;
$(this).attr("src","https://www.svgrepo.com/show/436702/circle-lefthalf-fill.svg")
});//K5+K6<<;
$("#reloadK").hover(function(){//K7>;
$(this).attr("src","https://www.svgrepo.com/show/495638/repeat-circle.svg")
}, function(){//K8>;
$(this).attr("src","https://www.svgrepo.com/show/495633/refresh-circle.svg")
});//K7+K8<<;
}, ritardoK*1000); //K1<<;
});//K<<;
//------------------ f 9 -------------------------
function piuK(){//K9>;
if(font_sizeK < maxfsK){//K10>;
font_sizeK = font_sizeK + fsK;
line_heightK = font_sizeK+2;
$("#piuK").css("opacity",1)
$("#menoK").css("opacity",1).css("cursor","pointer")
$("body *:not(#cacK)").css("font-size",font_sizeK).css("line-height",line_heightK+"px");
} else {//K10<< + //K11>;
$("#piuK").css("opacity",0.2).css("cursor","not-allowed")
};//K11<<;
};//K9<<;
//------------------ f 12 ------------------------
function menoK(){//K12>;
if(font_sizeK > minfsK){//K13;
font_sizeK = font_sizeK- fsK;
line_heightK = font_sizeK + 2;;
$("#menoK").css("opacity",1)
$("#piuK").css("opacity",1).css("cursor","pointer")
$("body *:not(#cacK)").css("font-size",font_sizeK).css("line-height",line_heightK+"px");
} else {//K13<< + K14>;
$("#menoK").css("opacity",0.2).css("cursor","not-allowed")
};//K14<<;
};//K12<<;
</script>

.

ciao

.

Читать больше
Размещено От  ‪ KolAsim ‪ ‪
Renate Brandes
Renate Brandes
User
Автор
 ‪ KolAsim ‪ ‪
... um meinen Code zu testen, fügen Sie den Code in diesen Abschnitt ein: >> Schritt 1 - Einstellungen>Statistiken und Code > Funktionen im BereichCode > ▪Benutzerdefinierter Code: > 3. (dritte) Option >Vor dem </HEAD> Tag ... Hier ist der Code für Sie: <script> $(document).ready(function(){//K>; /** -- altocontrasto e incremento font - by KolAsim -- **/ maxfsK = 46; // maximum font size; minfsK = 18; // minimum font size; fsK = 6; // px font-size increment; ritardoK = 3; // seconds delay for code start on page load; //----------------------------------------------------------------------------- setTimeout(function(){ //K1>; font_sizeK = minfsK; styleK='<style> #cacK{position:fixed;top:60px; left:260px;width:180px !important; height:auto !important;border-radius: 50px; !important;border:solid 4px Gray !important;'+ 'background-color:Beige !important;text-align:center !important;z-index:1000000;}'+ ' #contrastoK, #reloadK , #piuK, #menoK{position:relative;width:22% !important;'+ 'border-radius:50% !important;border:solid 2px silver;background-color:lavender !important;cursor:pointer} '+ '#contrastoK:hover, #reloadK:hover , #piuK:hover, #menoK:hover {border:solid 2px Green }</style>'; $("head").append(styleK); altocontrastoK = '<div id = "cacK" >'+ '<img id="contrastoK" src="https://www.svgrepo.com/show/436702/circle-lefthalf-fill.svg" title="hoher Kontrast\nschwarz ◑ weiß" >'+ '<img id="piuK" src="https://www.svgrepo.com/show/459979/increase-circle.svg" onclick="piuK()" title="Plus (A+)" >'+ '<img id="menoK" src="https://www.svgrepo.com/show/459914/decrease-circle.svg" onclick="menoK()" title="Minus A(-)" >'+ '<img id="reloadK" src="https://www.svgrepo.com/show/495633/refresh-circle.svg" onclick="location.reload()" title="auf Standard zurücksetzen" >'+ '</div>'; $("body").append(altocontrastoK) nK = 1; $("#contrastoK").click(function(){//K>2; if(nK !=1 ) {//K3>; $(this).val("BIANCO/nero"); $("body *:not(#cacK)").css("background-color", "white").css("color", "black").css("font-size",font_sizeK+"px").css("line-height", line_heightK+"px"); $("body .text-inner:not(#cacK), body .text-inner *:not(#cacK)").css("height","auto") nK=1; } else {//K3<<+K4>; $(this).val("NERO/bianco"); $("body *").css("background-color", "black").css("color", "white").css("font-size",font_sizeK).css("line-height",line_heightK+"px"); $("body .text-inner, body .text-inner *").css("height","auto") nK=2; };//K4<<; });//K2<<; $("#contrastoK").hover(function(){//K5>; $(this).attr("src","https://www.svgrepo.com/show/436703/circle-righthalf-fill.svg") }, function(){//K6>; $(this).attr("src","https://www.svgrepo.com/show/436702/circle-lefthalf-fill.svg") });//K5+K6<<; $("#reloadK").hover(function(){//K7>; $(this).attr("src","https://www.svgrepo.com/show/495638/repeat-circle.svg") }, function(){//K8>; $(this).attr("src","https://www.svgrepo.com/show/495633/refresh-circle.svg") });//K7+K8<<; }, ritardoK*1000); //K1<<; });//K<<; //------------------ f 9 ------------------------- function piuK(){//K9>; if(font_sizeK < maxfsK){//K10>; font_sizeK = font_sizeK + fsK; line_heightK = font_sizeK+2; $("#piuK").css("opacity",1) $("#menoK").css("opacity",1).css("cursor","pointer") $("body *:not(#cacK)").css("font-size",font_sizeK).css("line-height",line_heightK+"px"); } else {//K10<< + //K11>; $("#piuK").css("opacity",0.2).css("cursor","not-allowed") };//K11<<; };//K9<<; //------------------ f 12 ------------------------ function menoK(){//K12>; if(font_sizeK > minfsK){//K13; font_sizeK = font_sizeK- fsK; line_heightK = font_sizeK + 2;; $("#menoK").css("opacity",1) $("#piuK").css("opacity",1).css("cursor","pointer") $("body *:not(#cacK)").css("font-size",font_sizeK).css("line-height",line_heightK+"px"); } else {//K13<< + K14>; $("#menoK").css("opacity",0.2).css("cursor","not-allowed") };//K14<<; };//K12<<; </script> . ciao .

Guten Morgen, KolAsim,

vielen Dank für den Code, es funktioniert wunderbar! Aber eine Frage habe ich noch: Kann man das Feld/den Buttom auf mittig und etwas höher platzieren? So überdeckt es Menüfelder...

Читать больше
Размещено От Renate Brandes
Renate Brandes
Renate Brandes
User
Автор
Renate Brandes
 ‪ KolAsim ‪ ‪ ... um meinen Code zu testen, fügen Sie den Code in diesen Abschnitt ein: >> Schritt 1 - Einstellungen>Statistiken und Code > Funktionen im BereichCode > ▪Benutzerdefinierter Code: > 3. (dritte) Option >Vor dem </HEAD> Tag ... Hier ist der Code für Sie: <script> $(document).ready(function(){//K>; /** -- altocontrasto e incremento font - by KolAsim -- **/ maxfsK = 46; // maximum font size; minfsK = 18; // minimum font size; fsK = 6; // px font-size increment; ritardoK = 3; // seconds delay for code start on page load; //----------------------------------------------------------------------------- setTimeout(function(){ //K1>; font_sizeK = minfsK; styleK='<style> #cacK{position:fixed;top:60px; left:260px;width:180px !important; height:auto !important;border-radius: 50px; !important;border:solid 4px Gray !important;'+ 'background-color:Beige !important;text-align:center !important;z-index:1000000;}'+ ' #contrastoK, #reloadK , #piuK, #menoK{position:relative;width:22% !important;'+ 'border-radius:50% !important;border:solid 2px silver;background-color:lavender !important;cursor:pointer} '+ '#contrastoK:hover, #reloadK:hover , #piuK:hover, #menoK:hover {border:solid 2px Green }</style>'; $("head").append(styleK); altocontrastoK = '<div id = "cacK" >'+ '<img id="contrastoK" src="https://www.svgrepo.com/show/436702/circle-lefthalf-fill.svg" title="hoher Kontrast\nschwarz ◑ weiß" >'+ '<img id="piuK" src="https://www.svgrepo.com/show/459979/increase-circle.svg" onclick="piuK()" title="Plus (A+)" >'+ '<img id="menoK" src="https://www.svgrepo.com/show/459914/decrease-circle.svg" onclick="menoK()" title="Minus A(-)" >'+ '<img id="reloadK" src="https://www.svgrepo.com/show/495633/refresh-circle.svg" onclick="location.reload()" title="auf Standard zurücksetzen" >'+ '</div>'; $("body").append(altocontrastoK) nK = 1; $("#contrastoK").click(function(){//K>2; if(nK !=1 ) {//K3>; $(this).val("BIANCO/nero"); $("body *:not(#cacK)").css("background-color", "white").css("color", "black").css("font-size",font_sizeK+"px").css("line-height", line_heightK+"px"); $("body .text-inner:not(#cacK), body .text-inner *:not(#cacK)").css("height","auto") nK=1; } else {//K3<<+K4>; $(this).val("NERO/bianco"); $("body *").css("background-color", "black").css("color", "white").css("font-size",font_sizeK).css("line-height",line_heightK+"px"); $("body .text-inner, body .text-inner *").css("height","auto") nK=2; };//K4<<; });//K2<<; $("#contrastoK").hover(function(){//K5>; $(this).attr("src","https://www.svgrepo.com/show/436703/circle-righthalf-fill.svg") }, function(){//K6>; $(this).attr("src","https://www.svgrepo.com/show/436702/circle-lefthalf-fill.svg") });//K5+K6<<; $("#reloadK").hover(function(){//K7>; $(this).attr("src","https://www.svgrepo.com/show/495638/repeat-circle.svg") }, function(){//K8>; $(this).attr("src","https://www.svgrepo.com/show/495633/refresh-circle.svg") });//K7+K8<<; }, ritardoK*1000); //K1<<; });//K<<; //------------------ f 9 ------------------------- function piuK(){//K9>; if(font_sizeK < maxfsK){//K10>; font_sizeK = font_sizeK + fsK; line_heightK = font_sizeK+2; $("#piuK").css("opacity",1) $("#menoK").css("opacity",1).css("cursor","pointer") $("body *:not(#cacK)").css("font-size",font_sizeK).css("line-height",line_heightK+"px"); } else {//K10<< + //K11>; $("#piuK").css("opacity",0.2).css("cursor","not-allowed") };//K11<<; };//K9<<; //------------------ f 12 ------------------------ function menoK(){//K12>; if(font_sizeK > minfsK){//K13; font_sizeK = font_sizeK- fsK; line_heightK = font_sizeK + 2;; $("#menoK").css("opacity",1) $("#piuK").css("opacity",1).css("cursor","pointer") $("body *:not(#cacK)").css("font-size",font_sizeK).css("line-height",line_heightK+"px"); } else {//K13<< + K14>; $("#menoK").css("opacity",0.2).css("cursor","not-allowed") };//K14<<; };//K12<<; </script> . ciao . Guten Morgen, KolAsim, vielen Dank für den Code, es funktioniert wunderbar! Aber eine Frage habe ich noch: Kann man das Feld/den Buttom auf mittig und etwas höher platzieren? So überdeckt es Menüfelder...

und auf dem Handy ist das rechte Feld außerhalb des Sichtbereichs. Man sieht nur die ersten drei Felder Kontrast, Plus, Minus

Читать больше
Размещено От Renate Brandes
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Лучший пользователь месяца ESЛучший пользователь месяца PT

.

.

Читать больше
Размещено От  ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Лучший пользователь месяца ESЛучший пользователь месяца PT

... ... neuer Code:

<script>
$(document).ready(function(){//K>;
/** -- altocontrasto e incremento font - by KolAsim -- **/
maxfsK = 46; // maximum font size;
minfsK = 18; // minimum font size;
fsK = 6; // px font-size increment;
ritardoK = 3; // seconds delay for code start on page load;
//-----------------------------------------------------------------------------
setTimeout(function(){ //K1>;
font_sizeK = minfsK;
line_heightK = font_sizeK+2;
styleK='<style> body,#imStickyBarContainer{margin-top:50px!important;} '+
' #cacK{position:fixed !important;top:0px !important; leftX:260px;width:100% !important; height:auto !important;'+
'background-image: linear-gradient(silver,white,silver);text-align:center !important;z-index:1000000;}'+
' #cacK2{width:180px;margin:auto;border-radius: 50px; !important;border:solid 4px Gray !important;background-color:beige !important}'+
' #contrastoK, #reloadK , #piuK, #menoK{position:relative;width:22% !important;'+
'border-radius:50% !important;border:solid 2px silver;background-color:lavender !important;cursor:pointer} '+
'#contrastoK:hover, #reloadK:hover , #piuK:hover, #menoK:hover {border:solid 2px Green }</style>';
$("head").append(styleK);
altocontrastoK = '<div id = "cacK" ><div id = "cacK2" style=" ">'+
'<img id="contrastoK" src="https://www.svgrepo.com/show/436702/circle-lefthalf-fill.svg" title="hoher Kontrast\nschwarz ◑ weiß" >'+
'<img id="piuK" src="https://www.svgrepo.com/show/459979/increase-circle.svg" onclick="piuK()" title="Plus (A+)" >'+
'<img id="menoK" src="https://www.svgrepo.com/show/459914/decrease-circle.svg" onclick="menoK()" title="Minus A(-)" >'+
'<img id="reloadK" src="https://www.svgrepo.com/show/495633/refresh-circle.svg" onclick="location.reload()" title="auf Standard zurücksetzen" >'+
'</div></div>';
$("body").prepend(altocontrastoK)
nK = 1;
$("#contrastoK").click(function(){//K>2;
if(nK !=1 ) {//K3>;
$(this).val("BIANCO/nero");
$("body *:not(#cacK)").css("background-color", "white").css("color", "black").css("font-size",font_sizeK+"px").css("line-height", line_heightK+"px");
$("body .text-inner:not(#cacK), body .text-inner *:not(#cacK)").css("height","auto")
nK=1;
} else {//K3<<+K4>;
$(this).val("NERO/bianco");
$("body *").css("background-color", "black").css("color", "white").css("font-size",font_sizeK).css("line-height",line_heightK+"px");
$("body .text-inner, body .text-inner *").css("height","auto")
nK=2;
};//K4<<;
});//K2<<;
$("#contrastoK").hover(function(){//K5>;
$(this).attr("src","https://www.svgrepo.com/show/436703/circle-righthalf-fill.svg")
}, function(){//K6>;
$(this).attr("src","https://www.svgrepo.com/show/436702/circle-lefthalf-fill.svg")
});//K5+K6<<;
$("#reloadK").hover(function(){//K7>;
$(this).attr("src","https://www.svgrepo.com/show/495638/repeat-circle.svg")
}, function(){//K8>;
$(this).attr("src","https://www.svgrepo.com/show/495633/refresh-circle.svg")
});//K7+K8<<;
}, ritardoK*1000); //K1<<;
});//K<<;
//------------------ f 9 -------------------------
function piuK(){//K9>;
if(font_sizeK < maxfsK){//K10>;
font_sizeK = font_sizeK + fsK;
line_heightK = font_sizeK+2;
$("#piuK").css("opacity",1)
$("#menoK").css("opacity",1).css("cursor","pointer")
$("body *:not(#cacK)").css("font-size",font_sizeK).css("line-height",line_heightK+"px");
} else {//K10<< + //K11>;
$("#piuK").css("opacity",0.2).css("cursor","not-allowed")
};//K11<<;
};//K9<<;
//------------------ f 12 ------------------------
function menoK(){//K12>;
if(font_sizeK > minfsK){//K13;
font_sizeK = font_sizeK- fsK;
line_heightK = font_sizeK + 2;;
$("#menoK").css("opacity",1)
$("#piuK").css("opacity",1).css("cursor","pointer")
$("body *:not(#cacK)").css("font-size",font_sizeK).css("line-height",line_heightK+"px");
} else {//K13<< + K14>;
$("#menoK").css("opacity",0.2).css("cursor","not-allowed")
};//K14<<;
};//K12<<;
</script>

.......................................................

ciao

.

Читать больше
Размещено От  ‪ KolAsim ‪ ‪
Renate Brandes
Renate Brandes
User
Автор

PERFEKT! Jetzt ist es sowohl am PC als auch auf dem Handy immer oben mittig! Das ist eine sehr gute Lösung! Danke!

PS: Liest Du gerne Bücher ;-)?

 ‪ KolAsim ‪ ‪
... ... neuer Code: <script> $(document).ready(function(){//K>; /** -- altocontrasto e incremento font - by KolAsim -- **/ maxfsK = 46; // maximum font size; minfsK = 18; // minimum font size; fsK = 6; // px font-size increment; ritardoK = 3; // seconds delay for code start on page load; //----------------------------------------------------------------------------- setTimeout(function(){ //K1>; font_sizeK = minfsK; line_heightK = font_sizeK+2; styleK='<style> body,#imStickyBarContainer{margin-top:50px!important;} '+ ' #cacK{position:fixed !important;top:0px !important; leftX:260px;width:100% !important; height:auto !important;'+ 'background-image: linear-gradient(silver,white,silver);text-align:center !important;z-index:1000000;}'+ ' #cacK2{width:180px;margin:auto;border-radius: 50px; !important;border:solid 4px Gray !important;background-color:beige !important}'+ ' #contrastoK, #reloadK , #piuK, #menoK{position:relative;width:22% !important;'+ 'border-radius:50% !important;border:solid 2px silver;background-color:lavender !important;cursor:pointer} '+ '#contrastoK:hover, #reloadK:hover , #piuK:hover, #menoK:hover {border:solid 2px Green }</style>'; $("head").append(styleK); altocontrastoK = '<div id = "cacK" ><div id = "cacK2" style=" ">'+ '<img id="contrastoK" src="https://www.svgrepo.com/show/436702/circle-lefthalf-fill.svg" title="hoher Kontrast\nschwarz ◑ weiß" >'+ '<img id="piuK" src="https://www.svgrepo.com/show/459979/increase-circle.svg" onclick="piuK()" title="Plus (A+)" >'+ '<img id="menoK" src="https://www.svgrepo.com/show/459914/decrease-circle.svg" onclick="menoK()" title="Minus A(-)" >'+ '<img id="reloadK" src="https://www.svgrepo.com/show/495633/refresh-circle.svg" onclick="location.reload()" title="auf Standard zurücksetzen" >'+ '</div></div>'; $("body").prepend(altocontrastoK) nK = 1; $("#contrastoK").click(function(){//K>2; if(nK !=1 ) {//K3>; $(this).val("BIANCO/nero"); $("body *:not(#cacK)").css("background-color", "white").css("color", "black").css("font-size",font_sizeK+"px").css("line-height", line_heightK+"px"); $("body .text-inner:not(#cacK), body .text-inner *:not(#cacK)").css("height","auto") nK=1; } else {//K3<<+K4>; $(this).val("NERO/bianco"); $("body *").css("background-color", "black").css("color", "white").css("font-size",font_sizeK).css("line-height",line_heightK+"px"); $("body .text-inner, body .text-inner *").css("height","auto") nK=2; };//K4<<; });//K2<<; $("#contrastoK").hover(function(){//K5>; $(this).attr("src","https://www.svgrepo.com/show/436703/circle-righthalf-fill.svg") }, function(){//K6>; $(this).attr("src","https://www.svgrepo.com/show/436702/circle-lefthalf-fill.svg") });//K5+K6<<; $("#reloadK").hover(function(){//K7>; $(this).attr("src","https://www.svgrepo.com/show/495638/repeat-circle.svg") }, function(){//K8>; $(this).attr("src","https://www.svgrepo.com/show/495633/refresh-circle.svg") });//K7+K8<<; }, ritardoK*1000); //K1<<; });//K<<; //------------------ f 9 ------------------------- function piuK(){//K9>; if(font_sizeK < maxfsK){//K10>; font_sizeK = font_sizeK + fsK; line_heightK = font_sizeK+2; $("#piuK").css("opacity",1) $("#menoK").css("opacity",1).css("cursor","pointer") $("body *:not(#cacK)").css("font-size",font_sizeK).css("line-height",line_heightK+"px"); } else {//K10<< + //K11>; $("#piuK").css("opacity",0.2).css("cursor","not-allowed") };//K11<<; };//K9<<; //------------------ f 12 ------------------------ function menoK(){//K12>; if(font_sizeK > minfsK){//K13; font_sizeK = font_sizeK- fsK; line_heightK = font_sizeK + 2;; $("#menoK").css("opacity",1) $("#piuK").css("opacity",1).css("cursor","pointer") $("body *:not(#cacK)").css("font-size",font_sizeK).css("line-height",line_heightK+"px"); } else {//K13<< + K14>; $("#menoK").css("opacity",0.2).css("cursor","not-allowed") };//K14<<; };//K12<<; </script> ....................................................... ciao .
Читать больше
Размещено От Renate Brandes
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Лучший пользователь месяца ESЛучший пользователь месяца PT

... OK ... ich habe gesehen ... es funktioniert gut ... Danke, dass du es wertschätzt...smile
... Apropos Bücher, die Möwe erinnerte mich an das, was ich gelesen hatte: „Jonathan Livingston die Möwe“...wink...

.

ciao

.

Читать больше
Размещено От  ‪ KolAsim ‪ ‪