「使用者:Xacid/monobook.css」修訂間的差異
出自 MozTW Wiki
小 |
小 |
||
行 31: | 行 31: | ||
margin:0; | margin:0; | ||
padding:0 0.2em 0.3em 0.5em; | padding:0 0.2em 0.3em 0.5em; | ||
− | font-size: | + | font-size:90%; |
} | } | ||
行 38: | 行 38: | ||
} | } | ||
+ | #mytabs ul li a{ | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | #mytabs ul li.selected{ | ||
+ | border:1px solid #fabd23; | ||
+ | } | ||
+ | |||
+ | #mytabs-ca-edit, #mytabs-ca-addsection{ | ||
+ | display:inline; | ||
+ | } | ||
+ | |||
+ | #mytabs-ca-addsection{ | ||
+ | position:relative; | ||
+ | top:-1.6em; | ||
+ | left:2.5em; | ||
+ | width:1.6em; | ||
+ | } | ||
+ | |||
+ | #mytabs-ca-addsection a{ | ||
+ | display:block; | ||
+ | width:1.6em; | ||
+ | border:1px solid Black; | ||
+ | text-align:center; | ||
+ | } | ||
/* | /* |
於 2005年3月28日 (一) 08:47 的修訂
#p-tb{ position:fixed; } #p-tb h5{ border:1px solid #aaaaaa; padding:0.1em; display:block; } #mytabs{ position:fixed; left:4em; width:7.6em; z-index:10; } #mytabs h5{ border:1px solid #aaaaaa; padding:0.1em; display:block; } #mytabs ul{ display:none; border:1px solid #AAAAAA; background:White; position:relative; list-style:none; margin:0; padding:0 0.2em 0.3em 0.5em; font-size:90%; } #mytabs:hover > ul{ display:block; } #mytabs ul li a{ text-decoration: none; } #mytabs ul li.selected{ border:1px solid #fabd23; } #mytabs-ca-edit, #mytabs-ca-addsection{ display:inline; } #mytabs-ca-addsection{ position:relative; top:-1.6em; left:2.5em; width:1.6em; } #mytabs-ca-addsection a{ display:block; width:1.6em; border:1px solid Black; text-align:center; } /* #f-copyrightico{ float:right; } */ #footer{ margin-left:12.2em; } /* Other personal prefs */ h1, h2, h3{ font-weight:bold; }