liens transversaux: wysiwyg linkit + wysiwyg style + css
This commit is contained in:
@@ -48,5 +48,11 @@ settings:
|
|||||||
-
|
-
|
||||||
label: mathallo
|
label: mathallo
|
||||||
element: '<span class="mathallo-site-name">'
|
element: '<span class="mathallo-site-name">'
|
||||||
|
-
|
||||||
|
label: 'Lien transversal'
|
||||||
|
element: '<p class="lien-transversal">'
|
||||||
|
linkit_extension:
|
||||||
|
linkit_enabled: true
|
||||||
|
linkit_profile: default
|
||||||
image_upload:
|
image_upload:
|
||||||
status: false
|
status: false
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ filters:
|
|||||||
status: false
|
status: false
|
||||||
weight: -44
|
weight: -44
|
||||||
settings:
|
settings:
|
||||||
allowed_html: '<span class="mathallo-site-name">'
|
allowed_html: '<span class="mathallo-site-name"> <p class="lien-transversal">'
|
||||||
filter_html_help: true
|
filter_html_help: true
|
||||||
filter_html_nofollow: false
|
filter_html_nofollow: false
|
||||||
filter_html_escape:
|
filter_html_escape:
|
||||||
@@ -105,7 +105,7 @@ filters:
|
|||||||
linkit:
|
linkit:
|
||||||
id: linkit
|
id: linkit
|
||||||
provider: linkit
|
provider: linkit
|
||||||
status: false
|
status: true
|
||||||
weight: -40
|
weight: -40
|
||||||
settings:
|
settings:
|
||||||
title: true
|
title: true
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -1,6 +1,7 @@
|
|||||||
@import "partials/colors";
|
@import "partials/colors";
|
||||||
@import "partials/fonts";
|
@import "partials/fonts";
|
||||||
@import "partials/mixins";
|
@import "partials/mixins";
|
||||||
|
@import "wysiwyg";
|
||||||
|
|
||||||
a, a:visited{
|
a, a:visited{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|||||||
@@ -12,3 +12,10 @@ span.mathallo-site-name{
|
|||||||
span.footnotes-preview{
|
span.footnotes-preview{
|
||||||
background-color: $rose;
|
background-color: $rose;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p.lien-transversal a{
|
||||||
|
border: 1px dashed $bleu_site;
|
||||||
|
padding: 0.6em 0.8em;
|
||||||
|
border-radius: 7px;
|
||||||
|
color: $bleu_site;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user