ja du muß die nach der Anweisung erstellen https://www.deixu.net/forum/bo…rmatierte-themen-pr-fixe/
Beiträge von martinb7483
In den nächsten Tagen stehen größere Änderungen an die eine Aktivierung des Wartungsmodus notwendig machen.
-
-
hallo,
wie hast du die Sprachvariablen erstellt?
-
Hallo,
bei mir war der Punkt auch zusehen, komischer Weise ist er jetzt weg und es funktioniert ohne Probleme
schau aber nochmal hier... https://www.deixu.net/forum/bo…rmatierte-themen-pr-fixe/
-
Schwarz muß er sein, sonst ist es kein Kaffee
-
-
Hallo,
Anleitung wie man diese neuen "Sprachvariablen" erstellt. https://www.deixu.net/forum/bo…rmatierte-themen-pr-fixe/
-
-
-
ja, das ist zwar vom Plugin aber das css wurde geändert das es so aus sieht
obwohl man kann es auch ohne Plugin erstellen!ein Beispiel "rote prefix box"
CSS
Alles anzeigen.prefix-rot { display:inline-block; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background: rgb(195,0,39); background: -moz-linear-gradient(top, rgba(195,0,39,1) 0%, rgba(160,50,0,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(195,0,39,1)), color-stop(100%,rgba(160,50,0,1))); background: -webkit-linear-gradient(top, rgba(195,0,39,1) 0%,rgba(160,50,0,1) 100%); background: -o-linear-gradient(top, rgba(195,0,39,1) 0%,rgba(160,50,0,1) 100%); background: -ms-linear-gradient(top, rgba(195,0,39,1) 0%,rgba(160,50,0,1) 100%); background: linear-gradient(top, rgba(195,0,39,1) 0%,rgba(160,50,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E12D00', endColorstr='#C32700',GradientType=0 ); color: #ffffff; border:1px solid #870000; box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.15), 0 1px 0 0 rgba(255, 255, 255, 0.15) inset; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); padding: 0px 3px 0px 3px; }
ein Beispiel "orange prefix box"
CSS
Alles anzeigen.prefix-orange { display:inline-block; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background: rgb(242,130,91); background: -moz-linear-gradient(top, rgba(242,130,91,1) 0%, rgba(229,91,43,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242,130,91,1)), color-stop(100%, rgba(229,91,43,1))); background: -webkit-linear-gradient(top, rgba(242,130,91,1) 0%, rgba(229,91,43,1) 100%); background: -o-linear-gradient(top, rgba(242,130,91,1) 0%, rgba(229,91,43,1) 100%); background: -ms-linear-gradient(top, rgba(242,130,91,1) 0%, rgba(229,91,43,1) 100%); background: linear-gradient(top, rgba(242,130,91,1) 0%, rgba(229,91,43,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#e55b2b', GradientType=0 ); color: #FFFFFF; border: 1px solid #E14F00; box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.15), 0 1px 0 0 rgba(255, 255, 255, 0.15) inset; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); padding: 0px 3px 0px 3px; }
ein Beispiel "grüne prefix box"
CSS
Alles anzeigen.prefix-grün { display:inline-block; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background: rgb(114,186,69); background: -moz-linear-gradient(top, rgba(114,186,69,1) 0%, rgba(77,148,64,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(114,186,69,1)), color-stop(100%, rgba(77,148,64,1))); background: -webkit-linear-gradient(top, rgba(114,186,69,1) 0%, rgba(77,148,64,1) 100%); background: -o-linear-gradient(top, rgba(114,186,69,1) 0%, rgba(77,148,64,1) 100%); background: -ms-linear-gradient(top, rgba(114,186,69,1) 0%, rgba(77,148,64,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81c15e', endColorstr='#559e2d', GradientType=0 ); background: linear-gradient(top, rgba(114,186,69,1) 0%, rgba(77,148,64,1) 100%); color: #FFFFFF; border: 1px solid #4E9540; box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.15), 0 1px 0 0 rgba(255, 255, 255, 0.15) inset; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); padding: 0px 3px 0px 3px; }
ein Beispiel "blaue prefix box"
CSS
Alles anzeigen.prefix-blau { display:inline-block; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background: rgb(77,146,221); background: -moz-linear-gradient(top, rgba(77,146,221,1) 0%, rgba(34,90,137,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(77,146,221,1)), color-stop(100%,rgba(34,90,137,1))); background: -webkit-linear-gradient(top, rgba(77,146,221,1) 0%,rgba(34,90,137,1) 100%); background: -o-linear-gradient(top, rgba(77,146,221,1) 0%,rgba(34,90,137,1) 100%); background: -ms-linear-gradient(top, rgba(77,146,221,1) 0%,rgba(34,90,137,1) 100%); background: linear-gradient(top, rgba(77,146,221,1) 0%,rgba(34,90,137,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d92dd', endColorstr='#225a89',GradientType=0 ); color: #ffffff; border:1px solid #265F91; box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.15), 0 1px 0 0 rgba(255, 255, 255, 0.15) inset; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); padding: 0px 3px 0px 3px; }
-
Es gibt auch noch diese Möglichkeit