Difference between revisions of "MediaWiki:Jony.css"

From The iPhone Wiki
Jump to: navigation, search
(Created page with "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, #...")
 
(I missed these.)
Line 6: Line 6:
 
}
 
}
   
#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 {
+
#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;
 
font-size: 1.2em;
 
}
 
}

Revision as of 09:23, 24 June 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 {
		font-size: 1.2em;
    }

   #searchInput {
	max-width: 120px;
}
}