MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 115: Line 115:
     width:80% !important;  
     width:80% !important;  
     border-radius: 4px !important;
     border-radius: 4px !important;
}
/* for quoting non-scriptural sources */
.quote {
    font-family: Roboto Mono; !important /* Use a monospace font like <pre> */
    max-width: 80% !important;
    white-space: pre-wrap !important;  /* Preserve whitespace, wrap text */
    overflow-wrap: break-word !important;  /* Allow words to break to prevent overflow */
    margin: 5px 5px 5px 25px !important;
    padding: 15px !important; /* Add padding for better readability */
    background-color: #e6e6e6!important; /* Light background to mimic <pre> appearance */
    border: 1px solid #ccc !important;  /* Optional border for styling */
    border-radius: 4px !important; /* Optional rounded corners */
}
}