Files
thrillwiki_django_no_react/staticfiles/silk/css/pages/request.css
pacnpal bead0654df Add JavaScript functionality for dynamic UI updates and filtering
- Implemented font color configuration based on numeric values in various sections.
- Added resizing functionality for input fields to accommodate text length.
- Initialized filters on document ready for improved user interaction.
- Created visualization for profile data using fetched dot format.
- Enhanced SQL detail page with click event handling for row navigation.
- Ensured consistent highlighting for code blocks across multiple pages.
2025-08-20 11:33:23 -04:00

65 lines
913 B
CSS

pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
/*noinspection CssInvalidElement*/
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.cell {
background-color: transparent;
margin-top: 15px;
}
div.wrapper {
width: 100%;
}
div.wrapper div#request-summary {
margin: auto;
text-align: center;
width: 100%;
}
div.wrapper div#request-info {
width: 960px;
margin: auto auto 20px;
}
a {
color: #45ADA8;
}
a:visited {
color: #45ADA8;
}
a:hover {
color: #547980;
}
a:active {
color: #594F4F;
}
.headers {
font-size: 12px;
font-family: Fantasque;
background-color: white;
width: 100%;
}
.headers tr:hover {
background-color: #f4f4f4;
}
.headers td {
padding-bottom: 5px;
padding-left: 5px;
}
.headers .key {
font-weight: bold;
}