ポケモンWikiでは記事の投稿、加筆、検証、修正等参加、協力してくださる方を必要としています。方法や詳細はポケモンWikiに投稿するにはをご覧ください。

利用者:Shadowtweaker/monobook.css

提供:ポケモンWiki
ナビゲーションに移動検索に移動

注意: 保存後、変更を確認するにはブラウザーのキャッシュを消去する必要がある場合があります。

  • Firefox / Safari: Shift を押しながら 再読み込み をクリックするか、Ctrl-F5 または Ctrl-R を押してください (Mac では ⌘-R)
  • Google Chrome: Ctrl-Shift-R を押してください (Mac では ⌘-Shift-R)
  • Internet Explorer / Microsoft Edge: Ctrl を押しながら 最新の情報に更新 をクリックするか、Ctrl-F5 を押してください
  • Opera: Ctrl-F5を押してください
body { background-image:url(http://files.homepagemodules.de/b59257/pictures_u443_e62d67.png) !important; background-repeat:repeat; }
#content { background-color:transparent !important;color:blue;border:none !important;box-shadow:0px 0px 10px blue inset;border-radius:10px; }
#bodyContent { color:blue; }
textarea {
background-color:rgba(0,0,0,0.3) !important;color:#04F;font-family:Arial;padding-left:5px;
outline:none;border:1px solid #06F;box-shadow:0px 0px 20px #06F;
}

/*>>>>>>>>>>  Links  <<<<<<<<<<*/

a,a:visited { color:#06F; }
a.new, a.new:visited { color:#008; }
a.external, a.interwiki, a.extiw { color:#0BF !important; }
a:active { color:#0BF !important; }
a:hover { color:#06F !important; text-shadow:0px 0px 1px #0BB, 0px 0px 3px #088;text-decoration:none; }
a.new:hover { color:blue !important;text-shadow:0px 0px 1px #00B, 0px 0px 3px #008;text-decoration:none; }
.selflink { color:#00F; }
code, pre { background:rgba(0,0,0,0.3) !important; color:blue !important; }
.usermessage {
padding:5px;border-radius:10px;-moz-border-radius:10px;border:2px solid blue;background-color:rgba(0,0,0,0.5);
color:blue;box-shadow:0px 0px 2px 2px rgba(0,0,0,0.3);text-align:center;
-webkit-animation: usermsg 250ms infinite linear;-moz-animation: usermessage_blinken 250ms infinite linear;
}

.usermessage a { -webkit-animation: usermsg 250ms infinite linear;-moz-animation: usermessage_blinken 250ms infinite linear; }
@-webkit-keyframes usermsg {
0%,100%  { color:blue; }
50% { color:#0FF; }
}
@-moz-keyframes usermsg {
0%,100%  { color:blue; }
50% { color:#0FF; }
}

ul { list-style-image: url(http://files.homepagemodules.de/b59257/pictures_u444_fe86c7.png); }

table { color:black; }

/*  Gallery  */
li.gallerybox { background:rgba(0,0,0,0.3) !important; }
.gallerytext { color:blue !important; }

h1, h2, h3, h4, h5 { color:blue;border-bottom:1px solid #008; }

h1.firstHeading {
color:blue; align:center;text-shadow:-2px -2px 2px #008, -4px -4px 2px #004; -6px -6px 2px #002, -8px -8px 2px #001;
text-align:center;border-bottom:1px solid #008;-webkit-animation: h 1s infinite linear !important;-moz-animation: h 1s infinite linear !important; }
@-webkit-keyframes h
{
0%,100%  { color:blue; }
50% { color:#0FF; }
}
@-moz-keyframes h
{
0%,100%  { color:blue; }
50% { color:#0FF; }
}

h1.firstHeading:before { content:"~ "; }
h1.firstHeading:after { content:" ~"; }

hr { background: #008; }

.toc, #toc {
border:1px solid black !important;
background:rgba(0,0,0,0.3) !important;
box-shadow:0px 0px 2px 2px rgba(0,0,0,0.2);
}

#footer { display:none; }
#column-content { background-color:transparent !important;background-image:none !important; }
/*  >>>>>Sidebar<<<<<  */
.portlet h5:before { content:"_";color:transparent; }
.portlet h5 { text-align:center !important;color: blue;border-bottom:0 !important; }
.portlet .pBody { background-color:rgba(0,0,0,0.3);border:1px solid rgba(0,0,0,0.4); }
.portlet .pBody ul { list-style-image: url(http://files.homepagemodules.de/b59257/pictures_u444_fe86c7.png); }
.portlet a { color:#00F !important; }
.portlet li:hover {
list-style-image: url(http://files.homepagemodules.de/b59257/pictures_u445_aaf288.png);
-webkit-animation:sidebar 700ms infinite linear;-moz-animation:sidebar 500ms infinite linear;
}
.portlet li:hover a { color:#06F !important;text-decoration:none;text-shadow:0px 0px 1px #0BB, 0px 0px 3px #088; }
@-webkit-keyframes sidebar {
0%,100% { -webkit-transform:translateX(0); }
50% { -webkit-transform:translateX(15px); }
}
@-moz-keyframes sidebar {
0%,100% { -moz-transform:translateX(0); }
50% { -moz-transform:translateX(15px); }
}

#siteNotice { display:none; }
#n-currentevents { display:none; }
#n-republic { display:none; }
.generated-sidebar:not([id="p-navigation"]) { display:none; }
#t-recentchangeslinked { display:none; }
#t-emailuser { display:none; }
#feedlinks { display:none; }
/*  Logo-Animation  */
#p-logo a {
height:155px; width:154px; -webkit-transform-style: preserve-3d;opacity:0.2; }
#p-logo:hover a {
height:155px; width:154px; -webkit-transform-style: preserve-3d;
-webkit-animation: logo_drehen 2s infinite linear;-moz-animation: logo_drehen 2s infinite linear; }

@-webkit-keyframes logo_drehen
{
0%,100% { -webkit-transform: rotateY(0); }
50% { -webkit-transform: rotateY(180deg); }
}
@-moz-keyframes logo_drehen
{
0%,100% { -moz-transform: rotateY(0); }
50% { -moz-transform: rotateY(180deg); }
}

/*  Search  */
#p-search .pBody { background-color:rgba(0,0,0,0.3) !important; border:1px solid rgba(0,0,0,0.4); }

#searchInput { -webkit-appearance: textfield;outline:none;background-color: #002 !important; color:blue; margin-bottom:3px; border-color:black !important; }

.searchButton { color:blue; background-color:rgba(0,0,0,0.3); border:1px solid black; border-radius:5px; cursor: pointer; }
.searchButton:hover { color:#06F !important;text-shadow:0px 0px 1px #0BB, 0px 0px 3px #088; }

/*  >>>>>Page Tabs<<<<<  */
#p-cactions li {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right:0.3em;
    padding-top:5px;
    border: none;
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5) 0%, transparent 80%, transparent 100%);
    background-color: transparent;
}
#p-cactions li.selected {
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,1), transparent);
    background-color: transparent;
    padding-top:5px;
}
#p-cactions li a { background-color: transparent !important;color:blue !important; }
#p-cactions li a:hover { color:#06F !important;text-shadow:0px 0px 1px #0BB, 0px 0px 3px #088; }

li#pt-userpage { background: none; }

li#pt-logout { display:none; }

#p-personal .pBody { background-color:transparent !important; }

#p-personal li a { color:blue !important; }

#p-personal li a:hover { color:#06F !important; background-color:transparent !important;text-shadow:0px 0px 1px #0BB, 0px 0px 3px #088; }

/*  >>>>>Editing<<<<<  */
/*  "Save page", "Show preview" and "Show changes"  */
#wpSave, #wpPreview, #wpDiff { color:blue; background-color:rgba(0,0,0,0.3); border:1px solid black; border-radius:5px; cursor: pointer; }
#wpSave { font-weight:normal; }
#wpSave:hover, #wpPreview:hover, #wpDiff:hover { color:#04F !important; text-shadow:0px 0px 1px #0BB, 0px 0px 3px #088; }
/*  Summary  */
#wpSummary { 
-webkit-appearance: textfield;outline:none;
background-color: #004 !important; color:blue; border:1px solid black !important;
padding-left:2px;padding-right:2px;margin-top:5px;
}
.mw-summary-preview, .mw-summary preview span { color:blue; }
/*  "Watch this page"  */
#wpWatchthis, .editOptions label[for="wpWatchthis"] { display:none; }
/*  "cancel" and "editing help"  */
.editHelp { display:none; }
/*  Warning at long pages  */
#mw-edit-longpagewarning { display:none; }
/*  Toolbar above textarea when editing  */
.toolbar, #toolbar { display:none; }
/*  copyright-warning */
#editpage-copywarn div:nth-child(2) { display:none; }
#editpage-copywarn > p { display:none; }
/*  previewnote */
.previewnote p { color:#04F !important; }
/*  double previewnote when editing css  */
body[class*="_Shadowtweaker_monobook_css"] #bodyContent > p,
body[class*="_Shadowtweaker_monobook_css"] #wikiPreview > p { display:none; }
.previewnote hr { display:none; }
/*  noarticletext  */
.noarticletext p, .noarticletext li {
background:rgba(0,0,0,0.3) !important;
border-radius:5px;
border:1px solid black;
color:blue;
}
/*  once deleted article  */
.mw-warning-with-logexcerpt p:empty { display:none; }
/*  editing new articles  */
.mw-newarticletext, #NewarticletextNS { display:none; }

/*  >>>>>history<<<<<  */
/*  search in history  */
#mw-history-searchform, #mw-history-search { display:none; }
/*  MediaWiki:Histlegend  */
.mw-history-legend { display:none; }
/*  button "compare seleceted revisions"  */
.historysubmit { color:blue; background-color:rgba(0,0,0,0.3); border:1px solid black; border-radius:5px; cursor: pointer; }

/*  >>>>>watching and watchlist<<<<< */
/*  message when (un)watching */
.mw-js-message-watch { display:none !important; }
/*  explanation bold articles */
#mw-watchlist-resetbutton ul { display:none; }
/*  legend  */
.page-特別_ウォッチリスト .mw-rc-label-legend { display:none; }

/*  >>>>>Spezial:Recent changes<<<<<  */
.page-特別_最近の更新 .special a { color:blue; }
.page-特別_最近の更新 .special a:visited { font-style:italic; }
.page-特別_最近の更新 .special a:active, .page-Spezial_Letzte_Änderungen .special a:hover {
  color:#06F;text-decoration:none !important;text-shadow:0px 0px 1px #0BB, 0px 0px 3px #088; }
.page-特別_最近の更新 .special a.new { text-decoration:line-through; }
.page-特別_最近の更新 .autocomment { color:blue; }

.page-特別_最近の更新 .special li:hover { background:rgba(0,0,0,0.2) !important; }

abbr.minor, abbr.newpage, abbr.bot, abbr.unpatrolled { color:blue !important; }

.page-特別_最近の更新 #bodyContent > p:nth-child(1) { display:none; }

.page-特別_最近の更新 .rcoptions legend { color:blue !important; }
.page-特別_最近の更新 .rcoptions { border:2px solid rgba(0,0,0,0.3) !important; }
.page-特別_最近の更新 .namespaceselector { background:black !important; color:blue; }
.page-特別_最近の更新 .mw-label label[for="namespace"] { color:blue !important; }
.page-特別_最近の更新 #nsinvert, .page-Spezial_Letzte_Änderungen label[for="nsinvert"] { display:none; }
.page-特別_最近の更新 input[value="Anwenden"] {
color:blue;
background-color:rgba(0,0,0,0.3);
border:1px solid black;
border-radius:5px;
cursor: pointer;
}
.page-特別_最近の更新 input[value="Anwenden"]:hover { color:#06F !important;text-shadow:0px 0px 1px #0BB, 0px 0px 3px #088; }
.page-特別_最近の更新 .mw-rc-label-legend abbr { color:blue !important; }

.page-特別_最近の更新 .special a[href="/wiki/%E5%88%A9%E7%94%A8%E8%80%85:Shadowtweaker"],
.page-特別_最近の更新 .special a[href="/w/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Shadowtweaker&amp;action=edit&amp;redlink=1"],
.page-特別_最近の更新 .special a[title="利用者:Shadowtweaker"],
.page-特別_最近の更新 .special a[title="利用者:Shadowtweaker (page does not exist)"]
{
  color: white !important; font-weight: bold; text-shadow:0px 0px 5px white, 0px 0px 10px white;
}

/*  >>>>>other special pages<<<<<  */
.ns-special .sp-cached { display:none; }

.page-特別_特別ページ一覧 .mw-specialpagesgroup { background:rgba(0,0,0,0.3) !important;border:1px solid black; }

.page-特別_検索 .mw-search-formheader { display:none; }

.page-特別_ページ一覧 legend { color:blue !important; }
.page-特別_ページ一覧 table#nsselect label { color:blue !important; }
.page-特別_ページ一覧 .mw-specialpage-summary { display:none; }
.page-特別_ページ一覧 .allpageslist { color:blue !important; }

.ns-special legend, .ns-special fieldset { color:blue; }

.page-特別_二重リダイレクト .mw-spcontent p { display:none; }