MediaWiki:Mobile.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 205: Line 205:
body.page-Dreamlight_Valley_Wiki .mw-body .firstHeading {
body.page-Dreamlight_Valley_Wiki .mw-body .firstHeading {
     display: none;
     display: none;
}
/* Templates */
span#nametemplate img {
  margin-top: -7px;
}
td#time-table-left-text {
  text-align:left;
}
td#time-table-active {
  font-weight: bold;
}
td#time-table-inactive {
  color: #b1b1b1;
}
/* Fish Pools */
span#pool-gold {
    font-weight: bold;
    color: #b18303;
}
span#pool-blue {
    font-weight: bold;
    color: #4444f3;
}
span#pool-white {
    font-weight: bold;
    color: white;
    text-shadow: 0 1px 5px black;
}
/* Alert Template */
table.alert {
    margin: auto;
    max-width: 700px;
    background-color: #ffffff7a;
    padding: 5px;
    border-radius: 30px;
    border: solid #2d308d7d;
    box-shadow: 0px 5px 3px #00000030;
}
table.alert img {
    margin: 15px;
}
/* Tag Template */
div.tag-box {
    background: #757cdc;
    display: inline-block;
    border-radius: 8px;
    padding: 1px 10px;
    color: white;
    font-weight: bold;
    margin: 1px;
}
div.tag-box a, div.tag-box a.visited, div.tag-box a.new {
    color: white;
}
div#tag-room {
    background: #354569;
}
}