The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "MediaWiki:Jony.css"
(More fixes for mobile.) |
m (minor tweak to font size of model number on key pages) |
||
(40 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | /* Make "Miscellaneous" in the sidebar a little smaller */ |
||
− | /* Mobile CSS. Created by iAdam1n */ |
||
+ | div#p-Miscellaneous h3 { font-size:0.9em; } |
||
− | @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; |
||
− | } |
||
+ | td.nobborderplz { border-bottom: 0px !important; } |
||
− | #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; |
||
− | } |
||
+ | .keypage-model { font-size: 80%; } |
||
− | #searchInput { |
||
− | max-width: 120px; |
||
− | } |
||
− | |||
− | .mw-input label { |
||
− | font-size: 0.8em; |
||
− | } |
||
− | |||
− | .mw-label.mw-namespace-label label { |
||
− | font-size: 1.3em; |
||
− | } |
||
− | } |
Latest revision as of 15:45, 24 April 2018
/* Make "Miscellaneous" in the sidebar a little smaller */
div#p-Miscellaneous h3 { font-size:0.9em; }
td.nobborderplz { border-bottom: 0px !important; }
.keypage-model { font-size: 80%; }