User:Coring/common.css

From Team Fortress Wiki
< User:Coring
Revision as of 15:12, 12 September 2023 by Coring (talk | contribs) (Coring moved page User:Coring/styles.css to User:Coring/common.css)
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.
.falling { animation: fall 20s normal linear infinite; position: absolute; }

.pwr {
background-color:red;
color:white;
font-size:175%;
display:inline-block;
z-index:9;
line-height:1;
padding:0px 3px;
}

.ten {
background-color:blue;
color:white;
font-size:150%;
display:inline-block;
z-index:9;
line-height:1;
padding:2px;
}

@keyframes fall { from { top: 0; } to { top: 100%; } }