Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoRDT committed May 7, 2024
1 parent a5cd2ff commit 4367669
Showing 1 changed file with 67 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/custom-style.css

This file was deleted.

67 changes: 67 additions & 0 deletions config/custom-style.css
Original file line number Diff line number Diff line change
@@ -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/> => .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;
}


0 comments on commit 4367669

Please sign in to comment.