Skip to content

Instantly share code, notes, and snippets.

View asuna's full-sized avatar
🏠
Working from home

asuna asuna

🏠
Working from home
View GitHub Profile
@asuna
asuna / gist:3847888
Created October 7, 2012 11:08
书签栏悬停
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#PersonalToolbar{
position:fixed;
margin-top:45px !important;
border:1px solid #BBB !important;
visibility:hidden !important;
opacity:0;
-moz-transition-property: margin,opacity;
-moz-transition-duration: 0.5s;
-moz-transition-delay: 0s;
@asuna
asuna / gist:3878473
Created October 12, 2012 09:57
Noe132灰色样式,異次元の鎖个人修改版の修改版
@namespace url(http://www.w3.org/1999/xhtml);
/*屏蔽没兴趣的功能*/
@-moz-document domain("tieba.baidu.com"){
/*字体锁定*/
*{
font-family:Myriad Web Pro,"微软雅黑" !important;
}
/*签名*/
@asuna
asuna / gist:3883389
Created October 13, 2012 05:44
Snow Leopard sidebar - 侧边栏悬浮
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.sidebar-placesTree{ /*面板颜色*/
background:rgba(255,255,255,1) !important;
}
#history-panel > #sidebar-search-container{
margin-top:-4px !important;
margin-right:-2px !important;
}
#historyTree{
@asuna
asuna / gist:3884431
Created October 13, 2012 12:22
附加组件栏悬停
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#browser-bottombox{
-moz-transition: 0.3s ease all !important;
background:-moz-repeating-linear-gradient(45deg,#EEE 0px,#EEE 1.8px,#FFF 1.8px,#FFF 3.6px)!important;
border: 1px solid gray !important;
border-bottom: none !important;
border-radius:4px 4px 0 0 !important;
bottom: -30px !important;
box-shadow: 0 0 3px #999 !important;
right: 30px !important;
@asuna
asuna / gist:3884441
Created October 13, 2012 12:24
侧边栏悬停
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.sidebar-placesTree{ /*面板颜色*/
background:rgba(255,255,255,1) !important;
}
#history-panel > #sidebar-search-container{
margin-top:-4px !important;
margin-right:-2px !important;
}
#historyTree{
@asuna
asuna / gist:3884491
Created October 13, 2012 12:34
滚动条
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
scrollbar {
-moz-appearance: none !important;
border: none !important;
background: transparent !important;
}
scrollbar[orient="vertical"] { width: 9px !important; }
@asuna
asuna / gist:3884511
Created October 13, 2012 12:37
多列书签
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document url(chrome://browser/content/browser.xul) {
.bookmark-item[container="true"]:-moz-any(
/*需要多列显示的书签文件夹名,多个用(,)分割,
格式如下所示。下面的如此类推。跟第一个相同。
在userchorme.css中,中文注意编码,
改为UTF8,stylish扩展可无视*/
@asuna
asuna / gist:3911763
Created October 18, 2012 13:17
右键菜单样式
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/*清除右键ABP过滤*/
#contentAreaContextMenu .abp-contextmenuitem{display:none;}
#abppa-block-popup{display:none;}
/*清除右键菜单*/
#context-forward, /*前进*/
#context-back, /*后退*/
#context-stop, /*停止*/
#context-sep-stop, /*停止下面的分割线*/
@asuna
asuna / gist:3963983
Created October 27, 2012 10:16
最大化最小化按钮mac
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#titlebar-buttonbox{
position:fixed !important;
left:5px !important;
top:5px !important;
z-index:100;
}
#main-window[sizemode="maximized"] #titlebar-buttonbox{
position:fixed !important;
@asuna
asuna / gist:4054709
Created November 11, 2012 12:05
Tieba.baidu.com-Fresh
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("tieba.baidu.com"),
domain("tieba.baidu.com.cn"){
*{font-family:"Microsoft Yahei" !important;}
body{background-image:none !important;background-color:rgba(255,255,255,0) !important;}
/*列表字体色彩*/
#contet_wrap a{color:black !important;}
#contet_wrap a:visited{color:#555 !important;}