diff options
author | B. Stack <bgstack15@gmail.com> | 2022-02-11 19:30:19 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-02-11 19:30:19 -0500 |
commit | 4cd7dfecfbe0d9d5cc5db944e47da8c058e55166 (patch) | |
tree | f7145e18cf45646b750c025bcfb591612cb40aa0 /static/style.css | |
parent | update style to mine (diff) | |
download | stackbin-4cd7dfecfbe0d9d5cc5db944e47da8c058e55166.tar.gz stackbin-4cd7dfecfbe0d9d5cc5db944e47da8c058e55166.tar.bz2 stackbin-4cd7dfecfbe0d9d5cc5db944e47da8c058e55166.zip |
add support for title, and ensure no js
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 8a7a7c0..1fc54ce 100644 --- a/static/style.css +++ b/static/style.css @@ -7,16 +7,17 @@ a:hover { color: #c00; } .nav { margin: 0 0 15px 0; font-size: 14px; list-style: none; padding: 0 10px; } .nav li { display: inline; } .nav li + li:before { content: " // "; } -h2 { font-weight: normal; color: #999; margin-bottom: 10px; padding-left: 10px} +h2 { font-weight: normal; color: #222; margin-bottom: 10px; padding-left: 10px} .chk-private { float: right; font-size: 12px; margin-top: 12px} dl { overflow: auto; font-size: 14px; padding: 0 10px} dl dt { font-weight: bold; min-width: 70px; float: left; padding-right: 15px; clear: left; } dl dd { float: left; margin: 0; padding: 0; } -pre, textarea { font-family: 'Consolas', monospace; font-size: 14px; +pre, div.code textarea { font-family: 'Consolas', monospace; font-size: 14px; background: #f4f4f4; padding: 10px; margin: 0; line-height: 1.4em; word-break: break-word; white-space: pre-wrap;} textarea { border: none; width: 780px; } +.pastetitle textarea { font-family: "sans-serif"; font-size: 24px; margin: 0; } .code, .flash { background: #f4f4f4; padding: 0; } .pagination strong, .pagination span.ellipsis, |