User talk:Porplemontage: Difference between revisions

Line 61: Line 61:
:Are you on the mobile site by chance? [http://www.ssbwiki.com/index.php?title=Main_Page&mobileaction=toggle_view_desktop Try clicking this] --[[User:Porplemontage|Porplemontage]] ([[User talk:Porplemontage#top|talk]]) 22:40, 9 August 2016 (EDT)
:Are you on the mobile site by chance? [http://www.ssbwiki.com/index.php?title=Main_Page&mobileaction=toggle_view_desktop Try clicking this] --[[User:Porplemontage|Porplemontage]] ([[User talk:Porplemontage#top|talk]]) 22:40, 9 August 2016 (EDT)
::The latter worked, thanks. [[User:Ganonmew|<span style="color: green;">'''Ganonmew'''</span>]], [[User talk:Ganonmew|<span style="color: green;">'''The Evil Clone'''</span>]] 06:18, 10 August 2016 (EDT)
::The latter worked, thanks. [[User:Ganonmew|<span style="color: green;">'''Ganonmew'''</span>]], [[User talk:Ganonmew|<span style="color: green;">'''The Evil Clone'''</span>]] 06:18, 10 August 2016 (EDT)
== ArticleIcons CSS edit request ==
I'm working on a rewrite of [[Template:ArticleIcons]] as a list instead of a table, at [[User:Rigel Kent/ArticleIcons draft]]. Since it's transcluded on so many pages, some skin-specific CSS should save some bandwidth, while improving display in Vector and Minerva. Would this be okay?
<dl><dt>[[Mediawiki:Monobook.css]]</dt>
<dd><pre>#ArticleIcons {
    position: absolute;
    z-index: 100;
    right: .6em;
    top: -2.4em;
}
#ArticleIcons ul {
    margin: 0;
}
#ArticleIcons li {
    display: inline;
    margin: 0 1px 0 0;
}</pre></dd>
<dt>[[Mediawiki:Vector.css]]</dt>
<dd><pre>#ArticleIcons {
    position: absolute;
    z-index: 100;
    right: .6em;
    top: -2.8em;
}
#ArticleIcons ul {
    margin: 0;
}
#ArticleIcons li {
    display: inline;
    margin: 0 1px 0 0;
}</pre></dd>
<dt>[[Mediawiki:Mobile.css]]</dt>
<dd><pre>#ArticleIcons {
    position: absolute;
    right: .6em;
    top: .9em;
}
#ArticleIcons li {
    display: inline;
    margin: 0 1px 0 0;
}
.overlay-enabled #ArticleIcons {
    display: none;
}</pre></dd></dl>
[[User:Rigel Kent|<ruby lang="ja">ライケン<rp>&nbsp;</rp><rt lang="en">Rigel Kent</rt></ruby>]]&nbsp;([[User talk:Rigel Kent|talk]]) 15:14, 16 August 2016 (EDT)
703

edits