MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 95: Line 95:


.bible {
.bible {
     font-family: Roboto Mono; /* Use a monospace font like <pre> */
     font-family: Roboto Mono; !important /* Use a monospace font like <pre> */
     max-width: 80%;
     max-width: 80% !important;
     overflow-wrap: break-word; /* Allow words to break to prevent overflow */
     overflow-wrap: break-word !important; /* Allow words to break to prevent overflow */
     margin: 5px 5px 5px 25px;
     margin: 5px 5px 5px 25px !important;
     padding: 5px; /* Add padding for better readability */
     padding: 5px !important; /* Add padding for better readability */
     background-color: #f5f5f5; /* Light background to mimic <pre> appearance */
     background-color: #f5f5f5 !important; /* Light background to mimic <pre> appearance */
     border: 1px solid #ccc; /* Optional border for styling */
     border: 1px solid #ccc !important; /* Optional border for styling */
     border-radius: 4px; /* Optional rounded corners */
     border-radius: 4px !important; /* Optional rounded corners */
}
}