The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "MediaWiki:Jony.css"
m (Applying the fixed width font for textareas to affect all skins.) |
(Attempt to fix huge font on special pages.) |
||
Line 9: | Line 9: | ||
#pt-userpage, #pt-mytalk, #pt-preferences, #pt-watchlist, #pt-mycontris, #pt-logout { |
#pt-userpage, #pt-mytalk, #pt-preferences, #pt-watchlist, #pt-mycontris, #pt-logout { |
||
font-size: 1.2em; |
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, #t-contributions, #t-log, #t-blockip, #t-emailuser { |
+ | body:not(.ns-special) #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, #t-contributions, #t-log, #t-blockip, #t-emailuser { |
font-size: 1.2em; |
font-size: 1.2em; |
||
− | + | } |
|
#searchInput { |
#searchInput { |
||
max-width: 120px; |
max-width: 120px; |
||
− | } |
+ | } |
.mw-input label { |
.mw-input label { |
||
font-size: 0.8em; |
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; |
font-size: 1.3em; |
||
− | } |
+ | } |
#ca-view, #ca-edit, #ca-history { |
#ca-view, #ca-edit, #ca-history { |
||
font-size: 9pt; |
font-size: 9pt; |
||
− | } |
+ | } |
} |
} |
Revision as of 09:36, 27 June 2017
/*Fix for thousand numbers list hiding some of the number*/
.mw-spcontent .special {
margin-left: 35px;
}
/* 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;
}
body:not(.ns-special) #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, #t-contributions, #t-log, #t-blockip, #t-emailuser {
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;
}
#ca-view, #ca-edit, #ca-history {
font-size: 9pt;
}
}