(This site is at a very early stage, so lots of missing stuff! See Joystick_Directory:About for more.)
Common.css
From Joystick Directory
Note: After publishing, 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.
/* CSS placed here will be applied to all skins */ #firstHeading{ font:bold 30px; font-family:'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif; border-bottom: solid 4px red;} .mw-body-content h2 { font:italic bold 12px/30px; font-family:'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif; } #ca-talk { display: none !important; } #ca-history { display: none !important;} #ca-nstab-main { display: none !important; } #ca-viewsource { display: none !important; } #mw-content-container {background:black !important;background-image:none !important;} .pi-theme-default { border-radius:10px; border:1px solid red; } .pi-border-color{ border-top:1px solid red !important; border-bottom:none; }