V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
爱意满满的作品展示区。
c4f36e5766583218
V2EX  ›  分享创造

可否```分享```余额好让我可以```创造```点回复?怎样,这分词和造句?

  •  
  •   c4f36e5766583218 · 2019-06-14 19:09:45 +08:00 · 573 次点击
    这是一个创建于 1748 天前的主题,其中的信息可能已经有所发展或是发生改变。

    • 用户样式扩展程序 https://add0n.com/stylus.html

    • 以下是一些强迫症 css 片段

      • readonly 与 disabled 区分不明显
      input:not([type]), input[type=text], input[type=password], select {
          color: black;
          background-color: #fff;
      }
      input[readonly]:not([type]), input[type=text][readonly], input[type=password][readonly], select[readonly] {
          background-color: #ccc;
      }
      input:disabled:not([type]), input[type=text]:disabled, input[type=password]:disabled, select:disabled {
          background-color: #999;
      }
      
      • 输入框不明显
      input:not([type]):not(:focus), input[type=text]:not(:focus), input[type=password]:not(:focus), select:not(:focus) {
          outline: #ccc dotted 1px !important;
          outline-offset: -1px;
      }
      
      • 我发现 v2 的不换行 code 无标识(加颜色) 以及 网站可能 1l 0O 区分不明显(换字体)
      `*3 不换行`*3
      `*3
      换一行
      `*3
      
      换一行 1l 0O <pre><code>xxx</code></pre> 有背景色标识
      

      不换行 1l 0O <code>xxx</code> 看不出来它是个 code 块

      code, pre {
          font-family: "Monaco" !important;
          overflow-x: auto;
          color: black;
          background-color: #f5f5f5;
      }
      
      • V 站回复与消息提醒都要等宽字体
      div.reply_content, div.payload {
          font-family: "Monaco" !important;
      }
      
    • https://necolas.github.io/normalize.css/

    2 条回复    2019-07-10 01:57:38 +08:00
    c4f36e5766583218
        1
    c4f36e5766583218  
    OP
       2019-06-30 20:38:09 +08:00
    code, pre {
    font-family: "Monaco" !important;
    font-size: 13px !important;
    color: black;
    background-color: #f5f5f5;
    }
    gIrl1990
        2
    gIrl1990  
       2019-07-10 01:57:38 +08:00
    code {
    font-family: "Monaco" !important;
    font-size: 0.99em !important;
    color: black;
    background-color: #f5f5f5;
    }
    pre {
    font-family: "Monaco" !important;
    color: black;
    background-color: #f5f5f5;
    }
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5474 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 08:15 · PVG 16:15 · LAX 01:15 · JFK 04:15
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.