My name is Cristi
Cristian by cristian
Details
Authorcristian
LicenseNo License
CategoryStylus/Stylish
Created
Updated
Size2.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
no
Source code
/* ==UserStyle==
@name Cristi
@namespace :(
@version 1.0.0
@description Stylus
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.google.com/"), url-prefix("https://www.google.com.tw/") {
/* 酷狗-2 */
/*#####--- 網頁文字 ---#####*/
* { font-family: "冬青黑體簡體中文 W3" !important; }
/*#####--- 上方搜尋欄輸入關鍵字的醒目顏色(亮黃色) ---#####*/
INPUT[class="gLFyf gsfi"][name="q"] { color: #f00 !important; padding-left: 5px !important; background: none !important; }
/*#####--- 上方搜尋欄彈跳出的下方延展框提供多選擇之搜尋關鍵字(背景顏色) ---#####*/
/* New dropdown */
.aajZCb { background-color: #ff1900 !important; } /* 霧玫瑰色 */
/* Dropdown Hover items */
.sbhl:hover { background-color: #a00000 !important; } /* 檸檬綢色 */
/*#####--- 工具->自訂日期範圍 ---#####*/
.J6UZg, .goog-date-picker-btn, .goog-date-picker-previousMonth { background-color: #a00000 !important; } /* 霧玫瑰色 */
.OouJcb, .rzG2be, .goog-date-picker-btn, .goog-date-picker-previousMonth { background-color: #f00 !important; } /* 背景水手藍 */
.UfY8P, .goog-date-picker { background-color: #4B0080 !important; color: #a00000 !important; } /* 背景靛色 */
/*#####--- 網址超連結顏色 ---#####*/
a, a *, a:link, a:link * {color: #a00000 !important;}
a:hover, a:hover * {color: #f00 !important;}
a:visited, a:visited * {color: #CCCCFF !important;}
cite {display: none !important;} /* 網頁的超連結網址取消不用*/
/*#####--- H3標題文字顏色(天空藍)
#res h3 { color: #00FFFF !important; }
#res h3:not(#logo):hover { color: #FFFF00 !important; }
#res h3:visited { color: #CCCCFF !important; }
---#####*/
/*#####--- 節錄內容片段文字顏色(淡雅黃) ---#####*/
.IsZvec { color: #a00000 !important; }
/*#####--- 節錄內容裡關鍵字的醒目顏色(亮鮮綠) ---#####*/
em { color: #ff3636 !important; }
/*#####--- 滑鼠選取區 ---#####*/
::selection { color: #FF00FF; background: #000000; }
/*#####--- 隱藏上方廣告方框 ---#####*/
DIV[id="taw"],DIV[class="Rn1jbe"] { display: none !important; }
/*#####--- Scroll Bar滾動條外觀 ---#####*/
::-webkit-scrollbar { width: 20px; }
::-webkit-scrollbar-track { box-shadow: inset 0 0 5px grey; border-radius: 10px; }
::-webkit-scrollbar-thumb { background: #a00000; border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: #f00; }