Changeset 144 in code for trunk


Ignore:
Timestamp:
Aug 26, 2023, 1:35:02 PM (22 months ago)
Author:
Izuru Yakumo
Message:

Use better coloring [2/2]

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yukari.go

    r143 r144  
    106106        []byte("canvas"),
    107107        []byte("embed"),
    108         //[]byte("iframe"),
    109108        []byte("math"),
    110109        []byte("script"),
     
    176175        []byte("last-modified"),
    177176        []byte("refresh"), // URL rewrite
    178         // []byte("location"), TODO URL rewrite
    179177        []byte("content-language"),
    180178}
     
    225223    <style>
    226224      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;
    228226      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; }
    230228      input[placeholder] { width:80%; }
    231       a { text-decoration: none; #2980b9; }
     229      a { text-decoration: none; #9529B9; }
    232230      h1, h2 { font-weight: 200; margin-bottom: 2rem; }
    233231      h1 { font-size: 3em; }
     
    276274<style>
    277275body{ 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; }
    279277#yukariheader * { padding: 0; margin: 0; }
    280278#yukariheader p { padding: 0 0 0.7em 0; display: block; }
Note: See TracChangeset for help on using the changeset viewer.