Changeset 144 in code for trunk/yukari.go
- Timestamp:
- Aug 26, 2023, 1:35:02 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yukari.go
r143 r144 106 106 []byte("canvas"), 107 107 []byte("embed"), 108 //[]byte("iframe"),109 108 []byte("math"), 110 109 []byte("script"), … … 176 175 []byte("last-modified"), 177 176 []byte("refresh"), // URL rewrite 178 // []byte("location"), TODO URL rewrite179 177 []byte("content-language"), 180 178 } … … 225 223 <style> 226 224 html { height: 100%; } 227 body { min-height : 100%; display: flex; flex-direction:column; font-family: 'Garamond', 'Georgia', serif; text-align: center; color: #BC4BFC; background: # FAFAFA; margin: 0;225 body { min-height : 100%; display: flex; flex-direction:column; font-family: 'Garamond', 'Georgia', serif; text-align: center; color: #BC4BFC; background: #240039; margin: 0; 228 226 padding: 0; font-size: 1.1em; } 229 input { border: 1px solid #888; padding: 0.3em; color: #BC4BFC; background: # FFF; font-size: 1.1em; }227 input { border: 1px solid #888; padding: 0.3em; color: #BC4BFC; background: #202020; font-size: 1.1em; } 230 228 input[placeholder] { width:80%; } 231 a { text-decoration: none; # 2980b9; }229 a { text-decoration: none; #9529B9; } 232 230 h1, h2 { font-weight: 200; margin-bottom: 2rem; } 233 231 h1 { font-size: 3em; } … … 276 274 <style> 277 275 body{ position: absolute !important; top: 42px !important; left: 0 !important; right: 0 !important; bottom: 0 !important; } 278 #yukariheader { position: fixed; margin: 0; box-sizing: border-box; -webkit-box-sizing: border-box; top: 0; left: 0; right: 0; z-index: 2147483647 !important; font-size: 12px; line-height: normal; border-width: 0px 0px 2px 0; border-style: solid; border-color: # AAAAAA; background: #FFF; padding: 4px; color: #444; height: 42px; }276 #yukariheader { position: fixed; margin: 0; box-sizing: border-box; -webkit-box-sizing: border-box; top: 0; left: 0; right: 0; z-index: 2147483647 !important; font-size: 12px; line-height: normal; border-width: 0px 0px 2px 0; border-style: solid; border-color: #9826FF; background: #33004A; padding: 4px; color: #D881FF; height: 42px; } 279 277 #yukariheader * { padding: 0; margin: 0; } 280 278 #yukariheader p { padding: 0 0 0.7em 0; display: block; }
Note:
See TracChangeset
for help on using the changeset viewer.