google styles
iNee Google Search by youheina
Details
Authoryouheina
LicenseNo License
Categorygoogle search
Created
Updated
Size6.9 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Google Search Tools Back
@version 20230829.00.48
@namespace ?
==/UserStyle== */
/**
* iNee Google Search
*
* @version 20230829
* @author iNee
* @license MIT License
* @homepage https://www.inee.me
*/
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("https?://(www|encrypted).google(.\\w+)(.\\w+)?/((\\?|#|search|webhp).*)?") {
/* 検索バーの固定 */
#searchform,
#hdtb,
.hdtb-mn-cont {
position: fixed !important;
}
/* 検索結果の通番表示 */
body {
counter-reset: result !important;
}
h3.r:before {
counter-increment: result !important;
content: counter(result)":" !important;
margin-right: 10px;
color: #999;
font-weight: bold;
text-decoration:none;
font-size: 14px;
}
/* はてブカウンターの表示位置調整 */
.hBookmark-widget-counter:before {
content: "\A ";
white-space: pre;
}
/* 広告の非表示 */
div.rc>div[jsl^="$t"],
div.exp-outline,
div#rhs_block,
div#bottomads,
div#tvcap {
display: none;
}
}
@-moz-document regexp("https?://(www|encrypted).google(.\\w+)(.\\w+)?/((\\?|#|search|webhp).*)?") {
/* 検索結果のデザイン調整 */
body,
div#extabar {
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serf !important;
background-color: #fafafa;
-webkit-font-smoothing: antialiased;
}
.g {
background: white !important;
border: 1px solid #dfdfdf;
border-radius: 2px;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
margin-bottom: 20px !important;
padding:15px;
width: 90%
}
#taw,
#rhs .g-blk.rhsvw {
display: none;
}
div#rso {
width: 115% !important;
}
h3.r {
border-bottom: 1px solid #f1f1f1;
padding: 10px 10px 0px 10px;
background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fff));
font-size: 12px !important;
}
div.s {
padding: 0 10px 10px 10px;
padding-left: 48px;
font-size: 92%;
width: 120% !important;
}
span.st em {
background-image: linear-gradient(transparent 40%, #FAFAD2 60%);
}
#extrares {
padding-left: 20px;
}
}
@-moz-document url("https?://(www|encrypted).google(.\\w+)(.\\w+)?/((\\?|#|search|webhp).*)?") {
/**
* Search tools - Move to left side.
#hdtb-tls {
display: none !important;
}
#hdtbMenus {
display: inline-block !important;
position: static !important;
float: left !important;
height: 0 !important;
overflow: visible !important;
background: transparent !important;
}
#hdtbMenus .hdtb-mn-cont {
height: 0 !important;
}
#hdtbMenus .hdtb-mn-hd,
#hdtbMenus .hdtbU {
display: block !important;
position: relative !important;
top: 0 !important;
width: 200px !important;
min-width: 200px !important;
max-width: 200px !important;
white-space: normal !important;
}
#hdtbMenus .hdtbU {
margin-bottom: 10px !important;
border: 0 !important;
box-shadow: none !important;
background: transparent !important;
}
/* Sub menu. */
#hdtbMenus span.tnv-lt-sm {
height: auto !important;
overflow: visible !important;
font-weight: normal !important;
white-space: nowrap !important;
}
#hdtbMenus .hdtb-mn-hd,
#hdtbMenus .hdtb-mn-hd .mn-dwn-arw {
display: none !important;
}
#hdtbMenus .hdtb-mn-hd .mn-hd-txt {
color: #DD4B39 !important;
white-space: normal !important;
}
#hdtbMenus .hdtb-mn-hd.hdtb-msel[aria-label*=" – "],
#hdtbMenus .hdtb-mn-hd.hdtb-msel[aria-label*="×"] {
display: block !important;
padding-left: 30px !important;
pointer-events: none !important;
}
#cdrlnk,
.exylnk {
background: transparent !important;
color: inherit !important;
}
/* Location form. */
#lc-input {
width: 100% !important;
max-width: 150px !important;
margin-right: 2px !important;
margin-bottom: 2px !important;
}
/* Reset button. */
#hdtb-rst.hdtb-mn-hd {
display: block !important;
padding: 0 30px !important;
}
#resultStats {
top: 0 !important;
opacity: 1 !important;
}
/* Align horizontal tabs and content. */
#hdtb-s {
margin-left: 15px !important;
}
#hdtb-msb > .hdtb-mitem:first-child,
#center_col,
#footcnt,
.ab_tnav_wrp {
margin-left: 200px !important;
}
#cnt,
#footcnt,
#footcnt .fbar {
background: transparent !important;
}
#footcnt ._hd,
#footcnt ._iq {
margin-left: 0 !important;
}
/* Align image search results. */
#irc_bg {
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
left: 0 !important;
background: transparent !important;
}
#irc_cl,
#irc_cc {
background-color: #222 !important;
}
#irc_cc {
margin-left: -200px !important;
}
/* Align Wikipedia block on right. */
#rhscol {
margin-left: 200px !important;
}
#rhs_block {
margin-left: -100px !important;
}
/* Align "People also search for..." banner. */
#botabar {
margin-left: 15px !important;
}
#kappbar {
margin-left: 200px !important;
}
#kappbar .klcar {
margin-left: 0 !important;
}
/* Align top search form. */
#gsr:not(.hp) #tsf .tsf-p {
padding-left: 0 !important;
}
#gsr:not(.hp) #tsf .tsf-p > div > table:first-child,
#gsr:not(.hp) #tsf .tsf-p > .sfbibbbc,
#gsr:not(.hp) #tsf .tsf-p > .sfibbbc {
margin-left: 200px !important;
padding-left: 10px !important;
}
#gsr:not(.hp) #gbq1 {
min-width: 200px !important;
max-width: 200px !important;
margin-right: 15px !important;
padding-right: 0 !important;
}
/**
* Checkmarks on Sidebar - Red highlight.
*/
#hdtbMenus .hdtbU .hdtbItm.hdtbSel {
background: transparent !important;
color: #DD4B39 !important;
font-weight: bold !important;
}
/**
* Action menu - Display all links.
*/
.action-menu .ab_button {
display: none !important;
}
.action-menu .action-menu-panel {
display: inline-block !important;
visibility: inherit !important;
position: relative !important;
top: 0 !important;
z-index: 0 !important;
border: 0 !important;
box-shadow: none !important;
background: transparent !important;
vertical-align: top !important;
}
.action-menu .action-menu-panel .action-menu-item {
display: inline-block !important;
margin: 0 2px !important;
padding: 0 5px !important;
background: #EEE !important;
font-size: 11px !important;
}
.action-menu .action-menu-panel .action-menu-item a.fl {
padding: 0 !important;
font-size: 11px !important;
}
.action-menu .action-menu-panel .action-menu-button {
padding: 0 !important;
}
/**
* Title links - Normal underline.
*/
/*#rcnt h3 a,
#rcnt span.tl a {
text-decoration: underline !important;
}*/
/**
* Keywords - Red highlight.
*/
/*
#rcnt h3.r em,
#rcnt span.tl em,
#rcnt span.st em {
color: #DD4B39 !important;
font-weight: bold !important;
}*/
}