The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "MediaWiki:Jony.css"
(Actually, I'll remove it for now and then once Jony is updated, can always add what is needed) |
(Just checked and it should all work actually) |
||
Line 6: | Line 6: | ||
/* Make "Miscellaneous" in the sidebar a little smaller */ |
/* Make "Miscellaneous" in the sidebar a little smaller */ |
||
div#p-Miscellaneous h3 {font-size:0.9em;} |
div#p-Miscellaneous h3 {font-size:0.9em;} |
||
+ | |||
+ | /* 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; |
||
+ | } |
||
+ | |||
+ | #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; |
||
+ | } |
||
+ | |||
+ | body:not(.ns-special) #mw-panel { |
||
+ | font-size: 0.6em; |
||
+ | } |
||
+ | |||
+ | body:not(.ns-special) #mw-panel li { |
||
+ | font-size: 1.2em; |
||
+ | } |
||
+ | |||
+ | .ns-special #mw-panel h3 { |
||
+ | font-size: 0.6em; |
||
+ | } |
||
+ | |||
+ | .ns-special #mw-panel li { |
||
+ | font-size: 0.7em; |
||
+ | } |
||
+ | } |
Revision as of 11:59, 24 October 2017
/*Fix for thousand numbers list hiding some of the number*/
.mw-spcontent .special {
margin-left: 35px;
}
/* Make "Miscellaneous" in the sidebar a little smaller */
div#p-Miscellaneous h3 {font-size:0.9em;}
/* 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;
}
#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;
}
body:not(.ns-special) #mw-panel {
font-size: 0.6em;
}
body:not(.ns-special) #mw-panel li {
font-size: 1.2em;
}
.ns-special #mw-panel h3 {
font-size: 0.6em;
}
.ns-special #mw-panel li {
font-size: 0.7em;
}
}