Anonymous

Site News
Warning: This wiki contains spoilers. Read at your own risk!

Social media: If you would like, please join our Discord server, and/or follow us on X (Twitter) or Tumblr!

MediaWiki:Common.css: Difference between revisions

From Fire Emblem Wiki, your source on Fire Emblem information. By fans, for fans.
m
no edit summary
m (Restoring in chapter unit enemy thing)
mNo edit summary
 
(15 intermediate revisions by 3 users not shown)
Line 182: Line 182:


/* Patrollers */
/* Patrollers */
a.mw-userlink[href$="User:Xamad"],
a.mw-userlink[href$="User:Xamad"]
a.mw-userlink[href$="User:Thecornerman"]
     {
     {
     color: #FF8C00;
     color: #FF8C00;
Line 191: Line 190:


/* Administrators */
/* Administrators */
a.mw-userlink[href$="User:L95"]
a.mw-userlink[href$="User:L95"],
a.mw-userlink[href$="User:Thecornerman"]
     {
     {
     color: #40E0D0;
     color: #40E0D0;
Line 207: Line 207:


/* Bishops */
/* Bishops */
a.mw-userlink[href$="User:Dkpat"],
a.mw-userlink[href$="User:Luke"],
a.mw-userlink[href$="User:Luke"],
a.mw-userlink[href$="User:SnorlaxMonster"],
a.mw-userlink[href$="User:SnorlaxMonster"],
Line 240: Line 241:
@font-face {
@font-face {
     font-family: "AncientTongue";
     font-family: "AncientTongue";
     src: url("https://cdn.fireemblemwiki.org/2/2d/FEPR_Ancient_Language.ttf") format("truetype");
     src: url("https://cdnassets.openwikiproject.org/FEPR_Ancient_Language.ttf") format("truetype");
}
}


Line 249: Line 250:


/* Lazy cellpadding replacement */
/* Lazy cellpadding replacement */
.cellpadding-0 td, .cellpadding-0 th {
    padding: 0;
}
.cellpadding-1 td, .cellpadding-1 th {
.cellpadding-1 td, .cellpadding-1 th {
     padding: 1px;
     padding: 1px;
Line 329: Line 334:
background-color: #232855; /*(color1)*/
background-color: #232855; /*(color1)*/
border: 1px solid #b0b0b0;
border: 1px solid #b0b0b0;
}
.chapter-table th > a:not(.new):not(.mw-selflink):not(.mw-collapsible-text) {
color: #b0b0b0;
}
}


Line 346: Line 355:
}
}


.basic caption {
font-weight: bold;
}


/*For item list templates, like WeaponStats or ItemData*/
/*For item list templates, like WeaponStats or ItemData*/
Line 352: Line 364:
background-color: #232855;
background-color: #232855;
border-radius: 20px;
border-radius: 20px;
overflow: hidden;
text-align: center;
text-align: center;
border-spacing: 0px;
border-spacing: 0px;
}
@media screen and (min-width: 851px){
table.item-list {
overflow: hidden;
}
}
@media screen and (max-width: 850px){
table.item-list {
overflow: auto;
}
}
}


Line 431: Line 453:
}
}


.unused td:last-child, .unused th:last-child {
.unused td:not(:first-child), .unused th:not(:first-child) {
background-color: #222;
background-color: #222;
padding: 10px;
padding: 10px;
Line 582: Line 604:
.niwa-columns {
.niwa-columns {
     column-count: 3;
     column-count: 3;
    width: 750px;
}
}


Line 596: Line 617:
body {
body {
     font-variant-numeric: proportional-nums;
     font-variant-numeric: proportional-nums;
}
/* class for FEH skill availability table; prevents links from wrapping */
.feh_avail td > a {
white-space: nowrap;
}
/*Fix new message notification, ported from monobook*/
@media screen {
  .usermessage {
    background-color: #000;
    border: 1px solid #fc3;
    /*color: #000;*/
    font-weight: bold;
    margin: 2em 0 1em;
    padding: 0.5em 1em;
    vertical-align: middle;
  }
}
/* Fix TRS portraits in galleries */
li.gallerybox div.thumb img[src*="Portrait_"][src*="trs01.png"] {
transform:scaleX(calc(32/35));
}
}