MediaWiki:Themes.css

From Equestripedia, the Archives of Equestria!
Revision as of 20:00, 2 February 2020 by Amelia (talk | contribs) (Created page with "→‎===============: →‎Tabs - Default colors: →‎===============: .article-tabs { border: 0; margin: 0; overflow: hidden; padding: 0; text-align: center;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*===============*/
/*Tabs - Default colors*/
/*===============*/
 
.article-tabs {
    border: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 100%
}
.article-tabs a:hover {
    text-decoration: none;
}
.article-tabs-active, .article-tabs-inactive {
    border-color: #362668;
    border-radius: 0.5em 0.5em 0 0;
    border-style: solid;
    border-width: 2px 2px 0;
    float: left;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 5px 0 0;
    min-width: 110px;
    padding: 0.5em;
    text-align: center;
}
.article-tabs-active {
    background-color: #362668;
    color: #eee;
}
.article-tabs-inactive{
    background-color: #6153A2;
    }
    
.article-tabs-inactive a {
    color: #eee !important;
    display: block;
    outline: 0;
}

.article-tabs-inactive a:hover {
    text-decoration: none;
}

.article-tabs-bottomline {
    border-top: 2px solid #6153A2;
    margin: -2px 0 5px 0;
    width: 100%;
}

.article-tabs-active.article-tabs-article::before, .article-tabs-active.article-tabs-gallery::before, .article-tabs-active.article-tabs-history::before, .article-tabs-inactive.article-tabs-article a::before, .article-tabs-inactive.article-tabs-gallery a::before, .article-tabs-inactive.article-tabs-history a::before {
    background-position: left center;
    background-repeat: no-repeat;
    content: "";
    padding-left: 23px;
}

.article-tabs-active.article-tabs-article::before, .article-tabs-inactive.article-tabs-article a::before {
    background-image: url("https://vignette.wikia.nocookie.net/shingekinokyojin/images/c/c4/Article.png/revision/latest?cb=20160615105236");
    padding-left: 19px;
}

.synopsis-tabs-active.synopsis-tabs-synopsis::before, .synopsis-tabs-inactive.synopsis-tabs-synopsis a::before {
    background-image: url("https://vignette.wikia.nocookie.net/shingekinokyojin/images/c/c4/Article.png/revision/latest?cb=20160615105236");
    padding-left: 19px;
}

.article-tabs-active.article-tabs-gallery::before, .article-tabs-inactive.article-tabs-gallery a::before {
    background-image: url("https://vignette.wikia.nocookie.net/shingekinokyojin/images/a/a3/Gallery.png/revision/latest?cb=20160615105324");
}

.article-tabs-active.article-tabs-videos::before, .article-tabs-inactive.article-tabs-videos a::before {
    background-image: url("https://vignette.wikia.nocookie.net/shingekinokyojin/images/e/ec/Videos.png/revision/latest?cb=20160615105415");
}

.article-tabs-active.article-tabs-history::before, .article-tabs-inactive.article-tabs-history a::before {
    background-image: url(https://www.ponywiki.mlpwiki.net/wiki/images/d/d2/History_icon.png);
}

/*===============*/
/*  Media icons - Default  */
/*===============*/
 
#media-icons {
    margin-bottom: 1em;
    overflow: hidden;
}
#media-icons ul {
    float: right;
    margin: 0;
}
#media-icons li {
    float: left;
    line-height: 0;
    list-style-type: none;
    margin: 0 5px 0 0;
}
.mi-current a, .mi-other a {
    border: 2px solid #6153A2;
    border-radius: 0.5em;
    display: inline-block;
    height: 50px;
    opacity: 0.5;
    overflow: hidden;
    position: relative;
    width: 50px;
}
.mi-current a, .mi-other a:hover {
    opacity: 1;
}
.mi-mobile {
    display: none;
}