diff --git a/config/custom-style.css b/config/custom-style.css deleted file mode 120000 index 7c08e63..0000000 --- a/config/custom-style.css +++ /dev/null @@ -1 +0,0 @@ -/home/roby/Scrivania/Dropbox/Documenti/Convegni e seminari/2024-05 Convegno Lengua Literatura E Historia del Mar Madrid/custom-style.css \ No newline at end of file diff --git a/config/custom-style.css b/config/custom-style.css new file mode 100644 index 0000000..3ea755d --- /dev/null +++ b/config/custom-style.css @@ -0,0 +1,67 @@ +/* ************************* */ + +/* EVT 2.0 CUSTOM STYLESHEET */ + +/* ***************************************************************** */ + +/* */ + +/* Add here your CSS to customize the style of the elements */ + +/* If you'll not see any changes, try adding !important to the rule */ + +/* */ + +/* For generic TEI elements, use the tagName as class */ + +/* e.g. => .del{ # your style goes here # } */ + +/* */ + +/* ***************************************************************** */ + +.diplomaticEdition .add[data-place="margin"], .add[data-place="margin-right"], .add[data-place="margin-left"] { + width:20% !important ; + float:right !important ; + padding-left:3% !important; + margin-right:3% !important; + text-align: left; + box-shadow: 10px 10px 5px grey; + border-radius: 5px; + background-color: beige !important; +} + +.add[data-place="margin-right"][data-type="integr"], .add[data-place="margin-left"][data-type="integr"] { + width:20% !important ; + float:right !important ; + padding-left:3% !important; + margin-right:3% !important; + text-align: left; + box-shadow: 10px 10px 5px grey; + border-radius: 5px; + background-color: lightgrey !important; +} + +.head { + text-align: center; + font-size: 120%; +} + +.figDesc { + display: block; + width:60% !important ; + border-left: 5px solid #b30000; + background-color: #ffe6e6; + padding: 5px 5px 5px 8px; + margin-bottom: 3%; + margin-left:3% !important; + text-align: left !important; + font-size: 90%; + font-style: italic; +} + +span.analogue span.analogue__text span.quote { + font-style: italic; +} + +