The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
MediaWiki:Jony.css
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.
/* Mobile CSS. Created by iAdam1n */
@media only screen and (max-device-width: 600px) {
/*Making some text bigger in order to make it easier to read.*/
#pt-userpage, #pt-mytalk, #pt-preferences, #pt-watchlist, #pt-mycontris, #pt-logout {
font-size: 1.2em;
}
#n-mainpage-description, #n-portal, #n-currentevents,#n-recentchanges, #n-randompage, #n-help, #n-Ground-rules, #n-Timeline, #t-whatlinkshere, #t-recentchangeslinked,#t-upload, #t-specialpages, #t-info, #t-print, #t-permalink {
font-size: 1.2em;
}
#searchInput {
max-width: 120px;
}
}