`

谷歌浏览器开发工具调试样式

    博客分类:
  • Css
阅读更多
谷歌浏览器开发工具调试样式
使用样式,让结构更清晰,易读!
文件名:Custom.css
文件路径:Google\Chrome\User Data\Default\User StyleSheets
下载见附件!!
/**********************************************/
/*
/* Tomorrow Skin by Ben Truyman - 2011
/*
/* Based on Chris Kempson's Tomorrow Theme:
/* https://github.com/ChrisKempson/Tomorrow-Theme
/*
/* Inspired by Darcy Clarke's blog post:
/* http://darcyclarke.me/design/skin-your-chrome-inspector/
/*
/**********************************************/

/**********************************************/
/* Toolbar
/**********************************************/

#-webkit-web-inspector.compact #toolbar {
  background-image: -webkit-linear-gradient(#555, #333) !important;
  border-bottom: 1px solid #444 !important;
  border-top: 5px solid #C96666 !important;
  padding-top: 5px !important;
  height: 50px !important;
}

#-webkit-web-inspector.compact #toolbar .toolbar-item {
/*  height: 32px !important;*/
}

#-webkit-web-inspector.compact #toolbar .toolbar-label {
  color: #aaa !important;
}

#-webkit-web-inspector.compact #toolbar .toggled-on .toolbar-label {
  color: #eee !important;
}

#-webkit-web-inspector.compact #toolbar .toolbar-item.toggleable.toggled-on {
  background-image: -webkit-linear-gradient(#333, #555) !important;
}

#-webkit-web-inspector.compact #toolbar-controls {
  margin-top: -5px !important;
}

#-webkit-web-inspector.compact #main {
  top: 50px !important;
}

#-webkit-web-inspector.compact #search-results-matches {
  color: #eee !important;
  text-shadow: none !important;
}

#-webkit-web-inspector.compact #search {
  background: #333 !important;
}

/**********************************************/
/* Console
/**********************************************/

  /**********************************************/
  /* Messages
  /**********************************************/
 
  #-webkit-web-inspector #console-messages {
    font-family: 'DroidSansMono', Menlo, monospace !important;
    background: #1C1E21;
  }
  #-webkit-web-inspector #console-messages a {
    color: #666 !important;

  }
  
  #-webkit-web-inspector #console-messages a:hover {
    color: #999 !important;
  }
  
  #-webkit-web-inspector .console-message {
    color: #F1F1F1 !important;
  }

  }
  
  #-webkit-web-inspector .console-message, .console-user-command {
    border-bottom: 1px solid #444 !important;
  }
  .console-message,.console-user-command{
   border-top: 1px solid rgba(255,255,255,.1) !important;
 }

    #-webkit-web-inspector .console-message:hover{
    background:rgba(255,255,255,0) !important
    }
  #-webkit-web-inspector .console-user-command > .console-message-text {
    color: #C4C7C6 !important;

  }
  
  #-webkit-web-inspector .console-formatted-number {
    color: #EEC574 !important;
  }
  
  #-webkit-web-inspector .console-formatted-string {
    color: #B5BC67 !important;

  }
  
  #-webkit-web-inspector .console-formatted-object {
    color: #7C7C7C !important;
  }
  
  #-webkit-web-inspector .console-formatted-function {
    color: #FFF !important;
  }
  
  #-webkit-web-inspector .console-formatted-regexp {
    color: #C96666 !important;
  }
  
  #-webkit-web-inspector .console-group-messages .section .header .title {
    color: #F1F1F1 !important;
  }
  
  #-webkit-web-inspector .console-group-messages .section .header::before,
  #-webkit-web-inspector .properties-tree li.parent::before {
    content: url(chrome-devtools://devtools/Images/treeRightTriangleWhite.png) !important;

  }
  
  #-webkit-web-inspector .console-group-messages .section.expanded .header::before,
  #-webkit-web-inspector .properties-tree li.parent.expanded::before {
    content: url(chrome-devtools://devtools/Images/treeDownTriangleWhite.png) !important;
  }
  
  @-webkit-keyframes webkit-error-level {
    0%   { color: #f77; !important }
    50%  { color: #f22; !important }
    100% { color: #f77; !important }
  }
  
  #-webkit-web-inspector .console-error-level .console-message-text .title {
    color: #f66 !important;
    -webkit-animation-name: webkit-error-level;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-timing-function: ease-in-out;
  }
  
  #-webkit-web-inspector .console-user-command::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTMzNzdGNUZDMTA1MTFFMDgwRUZGQ0JCMjgzMzU0MTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTMzNzdGNjBDMTA1MTFFMDgwRUZGQ0JCMjgzMzU0MTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MzM3N0Y1REMxMDUxMUUwODBFRkZDQkIyODMzNTQxNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MzM3N0Y1RUMxMDUxMUUwODBFRkZDQkIyODMzNTQxNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pia6udAAAAB5SURBVHjaYvz//z8DMYAFxli9ejWI6oByK5AVhYaGIhRCgQsQGwOxIFTxe5gEE5pCVyA+C8RpQLwbqgmrwvdQxauhis6AbMamEASUkEwCabyHTWE51BQlqBNMoDSKQhckX3dCFd3DCB4g2AP16VkoGwUwEhvgAAEGAAzQHBRSxqPRAAAAAElFTkSuQmCC) !important;

  }
  
  /**********************************************/
  /* Prompt
  /**********************************************/
  
  #-webkit-web-inspector #console-prompt {
    color: #F1F1F1 !important; 
    border-top:1px solid rgba(255,255,255,.1) !important
  }
  
  #-webkit-web-inspector #console-prompt::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjRGNTc2MTZDMTA2MTFFMDgwRUZGQ0JCMjgzMzU0MTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjRGNTc2MTdDMTA2MTFFMDgwRUZGQ0JCMjgzMzU0MTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MzM3N0Y2MUMxMDUxMUUwODBFRkZDQkIyODMzNTQxNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MzM3N0Y2MkMxMDUxMUUwODBFRkZDQkIyODMzNTQxNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plf0eOsAAAB4SURBVHjaYvz//z8DMYAFxph+BqyhA8qtQFaUacKIUAgFLkBsDMSCUMXvYRJMaApdgfgsEKcB8W6oJqwK30MVr4YqOgPEodgUgoASkkkgjfewKSyHmqIEdYIJlEZR6ILk606oonsYwQMEe6A+PQtlowBGYgMcIMAAF2wcFPVNZx8AAAAASUVORK5CYII=) !important;
    color: #FFF !important;

  }

/**********************************************/
/* Elements/Network/Scripts
/**********************************************/

  /**********************************************/
  /* Layout
  /**********************************************/
  
  #-webkit-web-inspector .script-view,
  #-webkit-web-inspector .properties-tree,
  #-webkit-web-inspector .pane,
  #-webkit-web-inspector .breakpoint-list li,
  #-webkit-web-inspector .pane > .body .info {
    color: #CCC !important;
  }
  
  #-webkit-web-inspector .script-view,
  #-webkit-web-inspector .text-editor-contents,
  #-webkit-web-inspector .pane.expanded,
  #-webkit-web-inspector #elements-content,
  #-webkit-web-inspector .resource-view.json {
    background: #1C1E21 !important;
    font-size: 12px !important;

  }
  
  #-webkit-web-inspector .highlight {
    color: #F1F1F1;

  }
  
  #-webkit-web-inspector li.hovered:not(.selected) .selection {
    background: rgba(255, 255, 255, .2) !important;
  }
  
  #-webkit-web-inspector #elements-content .selected {
    background-color: #373B41 !important;
  }
  
  #-webkit-web-inspector .parent::before {
    content: url(chrome-devtools://devtools/Images/treeRightTriangleWhite.png) !important;
    position: relative;
    z-index: 999;
  }
  
  #-webkit-web-inspector .parent.expanded::before {
    content: url(chrome-devtools://devtools/Images/treeDownTriangleWhite.png) !important;
  }
  
  /**********************************************/
  /* HTML
  /**********************************************/
  
  #-webkit-web-inspector .webkit-html-comment {
    color: #7C7C7C !important;
    
  }
  
  #-webkit-web-inspector .webkit-html-tag {
    color: #C96666 !important;
  }
  
  #-webkit-web-inspector .webkit-html-attribute-name {
    color: #C96666 !important;
  }
  
  #-webkit-web-inspector .webkit-html-attribute-value {
    color: #B5BC67 !important;
  }
  
  #-webkit-web-inspector .webkit-html-text-node
  #-webkit-web-inspector .webkit-html-css-node {
    color: #C2C3C3 !important;
  }
  
  #-webkit-web-inspector .webkit-html-js-node {
    color: #C2C3C3 !important;
  }
  
  #-webkit-web-inspector .webkit-html-resource-link,
  #-webkit-web-inspector .webkit-html-external-link {
    color: #EEC574 !important;
  }
  
  /**********************************************/
  /* CSS
  /**********************************************/
  
  #-webkit-web-inspector .webkit-css-comment {
    color: #7C7C7C !important;
  }
  
  #-webkit-web-inspector .webkit-css-selector,
  #-webkit-web-inspector .styles-selector {
    color: #C96666 !important;
  }
  
  #-webkit-web-inspector .webkit-css-property {
    color: #EEC574 !important;
  }
  
  #-webkit-web-inspector .webkit-css-keyword {
    color: #DB925F !important;
  }
  
  #-webkit-web-inspector .webkit-css-number,
  #-webkit-web-inspector .properties-tree .value {
    color: #DB925F !important;
  }
  
  #-webkit-web-inspector .webkit-css-important,
  #-webkit-web-inspector .webkit-css-at-rule {
    color: #B094BB !important;
  }
  
  #-webkit-web-inspector .webkit-css-string {
    color: #B5BC67 !important;
  }
  
  #-webkit-web-inspector .webkit-css-url {
    color: #EEC574 !important;
  }
  
  /**********************************************/
  /* JavaScript
  /**********************************************/
  
  #-webkit-web-inspector .webkit-line-content,
  #-webkit-web-inspector .webkit-javascript-ident {
    color: #FFF !important;
  }
  
  #-webkit-web-inspector .webkit-javascript-keyword {
    color: #DB925F !important;
  }
  
  #-webkit-web-inspector .webkit-javascript-comment {
    color: #7C7C7C !important;
  }
  
  #-webkit-web-inspector .webkit-javascript-string {
    color: #B5BC67 !important;
  }
  
  #-webkit-web-inspector .webkit-javascript-number {
    color: #DB925F !important;
  }
  
  #-webkit-web-inspector .webkit-javascript-regexp {
    color: #C96666 !important;
  }
  
  #-webkit-web-inspector .section .properties .name,
  #-webkit-web-inspector .event-properties .name {
    color: #82A1BE !important;
  }
  
  /**********************************************/
  /* Everything Else
  /**********************************************/
  
  #-webkit-web-inspector .editing {
    color: #fff !important;
    background-color: #000 !important;
  }
  
  #-webkit-web-inspector .styles-section.read-only {
    background: #373B41 !important;
  }
  
  #-webkit-web-inspector .styles-section,
  #-webkit-web-inspector .subtitle {
    color: #7C7C7C !important;
  }
  
  #-webkit-web-inspector .styles-sidebar-separator,
  #-webkit-web-inspector .pane > .title {
    background-image: -webkit-linear-gradient(#555, #333) !important;
    border-top-color: #666 !important;
    border-bottom-color: #333 !important;
    color: #bbb !important;
    text-shadow: black 0 1px 0 !important;
    text-overflow: ellipsis !important;
  }
  
  #-webkit-web-inspector .pane > .title > button,
  #-webkit-web-inspector .pane > .title > select {
    -webkit-filter: invert(1);
  }
  
  #-webkit-web-inspector .split-view-sidebar-right {
    background: #222 !important;
  }
  
  #-webkit-web-inspector .styles-section .properties li.parent::before,
  #-webkit-web-inspector .section > .header::before,
  #-webkit-web-inspector .properties-tree li.parent::before,
  #-webkit-web-inspector .event-bars .event-bar .header::before,
  #-webkit-web-inspector .outline-disclosure li.parent::before {
    content: url(chrome-devtools://devtools/Images/treeRightTriangleWhite.png) !important;
  }
  
  #-webkit-web-inspector .styles-section .properties li.parent.expanded::before,
  #-webkit-web-inspector .section.expanded > .header::before,
  #-webkit-web-inspector .properties-tree li.parent.expanded::before,
  #-webkit-web-inspector .event-bars .event-bar.expanded .header::before,
  #-webkit-web-inspector .outline-disclosure li.parent.expanded::before {
    content: url(chrome-devtools://devtools/Images/treeDownTriangleWhite.png) !important;
  }
  
  #-webkit-web-inspector .child-editing {
    color: #fff !important;
  }
  
  #-webkit-web-inspector .section .properties .name,
  #-webkit-web-inspector .event-properties .name {
    color: #82A1BE !important;
  }
  
  #-webkit-web-inspector .styles-selector {
    color: #C96666 !important;
  }
  
  #-webkit-web-inspector .section .header {
    color: #CCC !important;
  }
  
  #-webkit-web-inspector .properties .value {
    color: #C2C3C3 !important;
  }
  
  #-webkit-web-inspector .metrics {
    color: #333 !important;
  }
  
  #-webkit-web-inspector .metrics .border {
    border-color: #FFF !important;
  }
  
  #-webkit-web-inspector .event-bars .event-bar .header .title {
    color: #969796 !important;
    text-shadow: none !important;
  }
  
  #-webkit-web-inspector .console-formatted-number {
    color: #EEC574 !important;
  }
  
  #-webkit-web-inspector .console-formatted-string {
    color: #B5BC67 !important;
  }
  
  #-webkit-web-inspector .console-formatted-object,
  #-webkit-web-inspector .console-formatted-node,
  #-webkit-web-inspector .console-formatted-array {
    color: #7C7C7C !important;
  }
  
  #-webkit-web-inspector .console-formatted-function {
    color: #FFF !important;
  }
  
  #-webkit-web-inspector .console-formatted-regexp {
    color: #C96666 !important;
  }
  
  #-webkit-web-inspector .styles-element-state-pane {
    background: #373B41 !important;
  }


0
0
分享到:
评论

相关推荐

    谷歌浏览器网页元素分析工具+Chrome_SPY+元素捕获+PRA

    标题中的“谷歌浏览器网页元素分析工具+Chrome_SPY+元素捕获+PRA”涉及到的是在Web开发和调试过程中常用的一些技术与工具。下面将详细解释这些概念。 1. **谷歌浏览器**(Google Chrome):这是一款由谷歌公司开发...

    谷歌浏览器-最好用的调试工具.rar

    总的来说,谷歌浏览器的开发者工具是一套全面的web开发和调试解决方案,无论你是前端开发者还是后端开发者,都能从中受益。通过深入理解和熟练运用这些工具,可以提高工作效率,提升网页质量和用户体验。因此,如果...

    前端谷歌浏览器最全调试工具解析

    ### 前端谷歌浏览器最全调试工具解析 在当今前端开发领域中,谷歌浏览器(Google Chrome)作为一款集高效性、灵活性与强大功能性于一身的网页浏览器,已经成为Web开发者们的首选工具。随着其每六周一次的更新周期...

    谷歌浏览器console调试

    谷歌浏览器console调试是前端开发中一个重要的工具和技能,它能显著提升开发效率,帮助开发者快速定位和修复问题。Chrome浏览器作为目前流行的浏览器之一,其提供的调试工具非常强大,使得开发者能够方便地查看页面...

    谷歌浏览器 fehelper 前端助手 全工具包

    【谷歌浏览器 fehelper 前端助手 全工具包】是一款专为前端开发者设计的高效辅助工具,它在Chrome浏览器上运行,极大地提升了前端工程师的工作效率。FeHelper集成了多种实用功能,帮助开发者快速解决在网页开发过程...

    谷歌浏览器Chrome资源嗅探插件.rar

    总之,"谷歌浏览器Chrome资源嗅探插件"——Chrono,是Chrome用户的一个强大工具,它使资源管理变得更加便捷,无论是开发调试还是日常使用,都能带来极大的便利。只需简单的几步操作,就能开启高效、便捷的资源探索之...

    谷歌浏览器怎么调试js.docx

    谷歌浏览器(Chrome)是开发者们调试JavaScript代码的重要工具,其内置的开发者工具提供了丰富的功能,让调试过程更加高效便捷。以下是对标题和描述中涉及知识点的详细说明: 1. **开发者工具的开启方式**: - ...

    谷歌浏览器插件_Save All Resources

    【谷歌浏览器插件_Save All Resources】是一款专为谷歌浏览器(Chrome)设计的实用工具,它允许用户方便地下载开发者工具(F12模式)中显示的所有资源。这款插件对于前端开发者、网页设计师以及网络资源收集者来说...

    LiveReload谷歌浏览器插件

    在标题中提到的"LiveReload谷歌浏览器插件",指的是将LiveReload集成到谷歌浏览器(Google Chrome)中的一种方式,使得开发者无需手动刷新页面就能看到代码变动的效果。 描述中提到了LiveReload的功能,它能够监控...

    web前端开发工具代码编辑器、浏览器(谷歌、火狐)等

    本篇文章将深入探讨标题和描述中提及的关键工具,包括代码编辑器、Adobe Photoshop(简称PS)以及主流浏览器——Google Chrome和Firefox,这些都是前端开发者不可或缺的工具。 **代码编辑器** 代码编辑器是程序员...

    【 插件助手 】 JsonVue:谷歌浏览器json格式化插件

    实时格式化:安装JsonVue后,当你在谷歌浏览器中请求包含JSON数据的接口时,该插件会自动识别并格式化返回的JSON数据,使其以结构化的方式呈现在开发者工具的控制台中。 易于阅读:JsonVue将原本紧凑的JSON数据展开...

    模仿谷歌浏览器的简单界面

    “谷歌浏览器”意味着项目的目标是复制其视觉样式和用户体验,这涉及到窗口布局、控件设计、颜色方案等方面。这不仅是对设计的模仿,也是对用户交互逻辑的理解和实现。 【压缩包子文件的文件名称列表】:H_ultimate...

    vue3开发者工具vue-devtools

    Chrome DevTools 是 Google Chrome 浏览器内置的一套强大的 Web 开发和调试工具,它允许开发者检查网页的结构、样式、网络请求、性能等各个方面,对网页进行实时修改并查看效果。Vue DevTools 就是基于 Chrome ...

    谷歌浏览器安装包——官网下载

    总的来说,谷歌浏览器凭借其高效、安全和易用性,在IT行业中占据了重要的地位,尤其在前端开发领域,其强大的开发者工具是许多开发者不可或缺的工具箱。同时,通过持续的更新和优化,Chrome始终保持着对最新Web技术...

    详解谷歌浏览器 performance 选项卡

    - 在谷歌浏览器的开发者工具中,你可以通过按下`Ctrl + Shift + E`快捷键或直接在调试模式下切换到 performance 选项卡。 - 点击刷新图标开始性能分析,此时会显示一个进度条,表示分析过程。 - 分析完成后,系统...

    谷歌浏览器xpath-helper

    【谷歌浏览器xpath-helper】是一款强大的开发者工具,专为在谷歌浏览器(Chrome)中方便地使用XPath查询和调试网页元素而设计。XPath是一种在XML文档中查找信息的语言,它被广泛应用于网页抓取、自动化测试以及网页...

    谷歌浏览器中的几个插件

    谷歌浏览器(Chrome)因其强大的扩展性而广受欢迎,其中的插件系统是其一大亮点。在标题和描述中提到了几个常用的Chrome插件,包括Postman、Aure、LiveReload和IP。接下来,我们将深入探讨这些插件的功能、用途以及...

    解决inspect调试空白页问题

    在IT行业中,尤其是在Web开发领域,开发者经常遇到各种调试问题,其中之一就是Chrome DevTools的WebView Inspector出现空白页的情况。这可能会极大地影响开发进度和效率。本文将深入探讨这个问题,提供解决方案,并...

Global site tag (gtag.js) - Google Analytics