123
为【谷歌自定义引擎】修改样式 by hanshou101
Details
Authorhanshou101
LicenseNo License
Category123
Created
Updated
Size601 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name cse.google.com - 2022/8/28 08:09:04
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://cse.google.com") {
/* 在此插入代码... */
.gsc-cursor-box {
/*此处,因为盒子模型特殊,所以值偏大*/
margin: 5em 0 !important;
}
.gsc-cursor div.gsc-cursor-page {
font-size: 36px !important;
/* margin-right: 1.5em !important; */
padding: 1em;
/* */
border: 1px solid #FF780022;
border-radius: calc( 0.25em * 2);
}
}