The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "MediaWiki:Jony.css"
(This was bugging me so I made it bigger.) |
m (that was too ;p) |
||
Line 7: | Line 7: | ||
#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, #feedlinks { |
#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, #feedlinks { |
||
− | + | font-size: 1.2em; |
|
} |
} |
||
Line 15: | Line 15: | ||
.mw-input label { |
.mw-input label { |
||
− | + | font-size: 0.8em; |
|
} |
} |
||
.mw-label.mw-namespace-label label, .mw-specialpage-summary { |
.mw-label.mw-namespace-label label, .mw-specialpage-summary { |
||
− | + | font-size: 1.3em; |
|
} |
} |
||
} |
} |
Revision as of 11:21, 21 July 2015
/* 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, #feedlinks {
font-size: 1.2em;
}
#searchInput {
max-width: 120px;
}
.mw-input label {
font-size: 0.8em;
}
.mw-label.mw-namespace-label label, .mw-specialpage-summary {
font-size: 1.3em;
}
}