Mercurial > piecrust2
view piecrust/resources/server/piecrust-debug-info.css @ 723:606f6d57b5df
routing: Cleanup URL routing and improve page matching.
* Add new types of route parameters for integers (int4, int2, int).
* Remove hard-coded hacks around converting year/month/day values.
* Make the blog post routes use the new typed parameters.
* Fix problems with matching routes with integer parameters when they can
get confused with a sub-page number.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 29 May 2016 20:19:28 -0700 |
parents | 9428bd0025eb |
children |
line wrap: on
line source
/*****************************************************************************/ @keyframes slideNotification { 0% { opacity: 1; } 100% { opacity: 0; right: -11em; } } .piecrust-debug-notifications { font-size: 1rem; } .piecrust-debug-notification { padding: 0.5em; position: fixed; bottom: 0.5em; right: 0.5em; width: 30%; min-width: 10em; border-radius: 5px; animation-name: slideNotification; animation-delay: 1s; animation-duration: 1s; } .piecrust-debug-notification-success { background-color: #4BB025; border: 2px solid #3AA014; } .piecrust-debug-notification-error { background-color: #920C0C; border: 2px solid #810B0B; } /*****************************************************************************/ .piecrust-debug-window { padding: 1em; text-align: left; font-family: sans-serif; font-style: normal; font-size: 14px; font-weight: normal; background: #a42; color: #fff; position: fixed; width: 50%; bottom: 0; right: 0; overflow: auto; max-height: 50%; box-shadow: 0 0 10px #633; } .piecrust-debug-info { } .piecrust-debug-info a { color: #fff; text-decoration: none; } .piecrust-debug-icon { height: 2em; } .piecrust-debug-info-header1 { margin: 0.5em 0; font-weight: bold; } .piecrust-debug-info-header2 { margin: 0.5em 0; font-weight: bold; } .piecrust-debug-info-data { font-family: Courier, sans-serif; font-size: 0.9em; } .piecrust-debug-info-datablock { margin-left: 2em; } .piecrust-debug-info-datavalue { color: #fca; } .piecrust-debug-info-doc { color: #fa8; font-size: 0.9em; } /*****************************************************************************/