Anonymous
×
Create a new article
Write your page title here:
We currently have 452 articles on Gachimuchi Wiki. Type your article name above or click on one of the titles below and start writing!



Gachimuchi Wiki

MediaWiki:Mobile.css

Revision as of 15:05, 9 October 2021 by Garco (talk | contribs)

Note: After saving, 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.
.mw-pt-languages {
    padding: 10px;
    padding-top: 1em;
    border: 1px solid #333333;
    margin-top: 2em;
    margin-bottom: 2em;
    clear: both;
    color: #d5d4d4;
    line-height: 1.8em;
    display: flex;
}

.mw-pt-languages-label {
    padding-right: 10px;
}

h3{
     margin-top: 10px;
}
.inverted{
     filter: invert(1);
}
.rail-module__list {
    grid-gap: 12px;
    display: grid;
    grid-template-columns: auto;
    line-height: 1.5;
}

.popular-pages__item {
    grid-column-gap: 12px;
    align-items: center;
    display: grid;
    grid-template-columns: 55px 1fr;
}

.popular-pages__image {
    -webkit-box-align: center;
    align-items: center;
    background: var(--theme-border-color);
    border: 1px solid var(--theme-border-color);
    border-radius: 3px;
    display: grid;
    height: 55px;
    justify-items: center;
    min-width: 55px;
    width: 55px;
}

#SliderView {
  background: transparent;
  width: 100%;  
  height: auto;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
}


.CosmosRail .module .pi-data-label {
    padding-top: 10px;
    font-size: 14px;
    -webkit-flex-basis: 88px;
    -moz-flex-basis: 88px;
    flex-basis: 200px;
    padding-right: 14px;
    color: inherit;
    -ms-flex-preferred-size: 88px;
}

.CosmosRail .module h2 {
    margin-bottom: 10px;
    font-size: 21px;
}

.CosmosRail .module h3 {
    border-bottom: 0;
    display: block;
    font-size: 1.17em;
    font-weight: bold;
    margin-block-end: 1em;
    margin-block-start: 1em;
    margin-inline-end: 0;
    margin-inline-start: 0
    margin-top: 10px;
}

.CosmosRail .pi-data {
    flex-basis: 20px;
	border-bottom: solid 1px #333333;
}
    
.CosmosRail .module .pi-data-value{
    font-size: 13px;
    margin: 0;
    flex-basis: 100px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
}

#cosmos-header-articleHeader {
    border-bottom: solid 1px #333333;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.