User:FanCyy/Page.css

From Team Fortress Wiki
Jump to: navigation, search

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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
#content.mw-body {
    background: url(https://i.imgur.com/kdA5MjL.gif) !important;
    background-attachment: fixed !important;
    padding-bottom: 0 !important;
}

#userpage-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 5em;
    border: 10px solid #69402E;
    background-image: url(https://imgur.com/TX0yzSF.png);
}

#userpage-wrapper div > p {
    padding: 1em;
    line-height: 2.5em !important;
}

#userpage-wrapper, #firstHeading {
    color: #fff;
}

.menu-nav {
    width: 100%;
    margin-bottom: 5em;
    padding: 1em;
    border: 2px solid #69402E;
    background-color: #CD8E5B;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
}

.menu-nav a, .menu-nav a.external {
    color: #fff;
}

.info-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.title-heading {
    display: inherit;
    padding: 2px;
    background-color: #CD8E5B;
    font-size: 17px;
    font-family: 'TF2 Build';
    text-align: center;
}

.wikichievement-container {
    height: 15em;
    overflow-y: scroll;
}

.window-div {
    width: 20em;
    border: 5px outset #CD8E5B;
    border-bottom: 10px outset #CD8E5B;
    background-color: #000;
    background-image: url(https://imgur.com/ctDjRbV.png);
    background-size: cover;
    overflow: hidden;
}

.window-div ul {
    padding: 10px 0 10px;
    font-family: 'TF2 secondary';
    font-size: 1rem;
}

.window-div:nth-child(3) {
    width: 50em;
    margin: auto;
}

@media (max-width: 1024px) {

.window-div:nth-child(3) {
    margin: 2em;
  }
}