利用者:Nickshanks/monobook.css
表示
お知らせ: 保存した後、ブラウザのキャッシュをクリアしてページを再読み込みする必要があります。
多くの Windows や Linux のブラウザ
- Ctrl を押しながら F5 を押す。
Mac における Safari
Mac における Chrome や Firefox
- ⌘ Cmd と ⇧ Shift を押しながら R を押す。
詳細についてはWikipedia:キャッシュを消すをご覧ください。
/* global */
h1, h2 { text-shadow: 2px 2px 3px #CCC; }
h4 { color: #666; }
textarea { font-family: monospace; font-size: 9pt; }
a:link,
a:visited { text-decoration: none; }
a:hover,
a:visited:hover { text-decoration: underline; }
tt, pre, code, samp, kbd { font-size: larger; }
/* classes */
.editsection { position: relative; top: 1ex; }
span.texhtml { font-family: inherit; }
/*.sampa { display: none; }
.ipa { color: #033; }*/
.IPA { color: #033; }
.IPA-SAMPA .SAMPA { display: none; }
/* page-specific divs */
#ipa-table tr { display: none; }
#ipa-table tr.gb,
#ipa-table tr:first-child { display: table-row; }
/* specific divs */
h3#siteSub,
div#siteNotice,
div#editpage-specialchars,
div#editpage-copywarn,
div#editpage-copywarn2,
div#footer, .printfooter { display: none; }
div#p-cactions li,
div#content { background: white; }
div#bodyContent p { font-family: "Gentium", serif; /*font-size: 1.15em;*/ }
div#bodyContent div,
div#bodyContent blockquote,
div#bodyContent ul,
div#bodyContent ol,
div#bodyContent li { font-size: inherit; }
#toc { border-color: #8A8; background-color: #F8FFF8; margin-left: auto; margin-right: auto; }
/* toolbars */
div#column-one { padding-top: 1.68em; }
div#p-logo, li#pt-logout,
li#n-help, li#n-sitesupport,
div#p-search { display: none; }
div#p-personal a:hover,
div#p-personal a:visited:hover { background-color: transparent; text-decoration: underline; }
li#pt-userpage { text-transform: lowercase; }
#p-cactions li { background-color: white; }
#p-cactions li.selected { border-color: #AAA; }
#p-cactions ul li, #p-cactions ul li a
{
border-radius-topleft: 4px;
border-radius-topright: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-khtml-border-radius-topleft: 4px;
-khtml-border-radius-topright: 4px;
}
#content
{
border-radius-topleft: 4px;
border-radius-bottomleft: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
-khtml-border-radius-topleft: 4px;
-khtml-border-radius-bottomleft: 4px;
}
.pBody
{
border-radius-topright: 4px;
border-radius-bottomright: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
-khtml-border-radius-topright: 4px;
-khtml-border-radius-bottomright: 4px;
}
/* remove link icons */
div#bodyContent a[href^="http:"],
div#bodyContent a[href^="https:"],
div#bodyContent a[href^="mailto:"],
div#bodyContent a[href^="news:"],
div#bodyContent a[href^="gopher:"] { background: none; padding-right: 0px; }
/* english only */
#lang-100 { display: none; }