V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
ErZhou
V2EX  ›  问与答

为什么有些帖子里的背景色是蓝的, 这个有地方设置吗

  •  
  •   ErZhou · 44 天前 · 2063 次点击
    这是一个创建于 44 天前的主题,其中的信息可能已经有所发展或是发生改变。
    https://mjj.today/i/Oo1hM9
    15 条回复    2024-03-14 11:20:56 +08:00
    a1b2c3T
        1
    a1b2c3T  
       44 天前
    这个怎么感觉像是随机的
    lichao
        2
    lichao  
       44 天前
    你的个人设置里,可以设置自定义 CSS
    ErZhou
        3
    ErZhou  
    OP
       44 天前
    @lichao 好了
    crocoBaby
        4
    crocoBaby  
       44 天前
    分类的吧,招聘帖必定黄色
    theprimone
        5
    theprimone  
       44 天前
    @lichao #2 才知道还有这功能 😂
    theprimone
        6
    theprimone  
       44 天前
    @ErZhou #3 OP 分享一下现在的样式?
    v21984
        7
    v21984  
       44 天前
    有些主题节点是吧
    sdjl
        8
    sdjl  
       44 天前   ❤️ 1
    别问,一问就是蓝色的
    xiri
        9
    xiri  
       44 天前 via Android
    帖子的背景是特定节点设置的,有些节点就是不一样,自定义 CSS 应该影响不到其他人看帖子的效果
    xiri
        10
    xiri  
       44 天前 via Android
    比如这个音乐节点:
    /go/music
    xiri
        11
    xiri  
       44 天前 via Android
    问与答整个节点都是蓝色的,并不只是那一个帖子:
    /go/qna
    me1ons
        12
    me1ons  
       44 天前
    // ==UserScript==
    // @name V2EX 去除背景
    // @namespace http://tampermonkey.net/
    // @version 0.1
    // @description try to take over the world!
    // @author You
    // @match *://v2ex.com/*
    // @match *://*.v2ex.com/*
    // @match *://www.sov2ex.com/*
    // @icon https://www.google.com/s2/favicons?sz=64&domain=v2ex.com
    // @grant none
    // ==/UserScript==

    (function() {
    'use strict';
    document.querySelector('#Wrapper').style.backgroundImage="url(..)"
    document.querySelector('#Wrapper').style.backgroundColor='#f5f5f5'
    // Your code here...
    })();
    PerFectTime
        13
    PerFectTime  
       44 天前   ❤️ 2
    与节点有关系

    如果想去掉,可以在右上角设置->自定义 CSS 中填入下面的内容:

    /*去除背景*/
    #Wrapper{background-color:#E2E2E2!important;background-image:none!important}
    shzbkzo
        14
    shzbkzo  
       44 天前   ❤️ 1
    ErZhou
        15
    ErZhou  
    OP
       44 天前
    谢谢大家, 已经设置好了
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1529 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 16:50 · PVG 00:50 · LAX 09:50 · JFK 12:50
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.