MediaWiki:Mobile.css: Difference between revisions

WikiAdmin (talk | contribs)
Created page with "CSS placed here will be applied to all skins: #mainpage h2 { background: none repeat scroll 0 0 #D8E8FF; border: 1px solid #8898BF; font-size: 1em; font-weig..."
 
WikiAdmin (talk | contribs)
m add numbered lists
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* don't show categories on main page */
body.page-main_Page #catlinks { display : none }


#mainpage h2 {
#mainpage h2 {
Line 95: Line 98:
max-width:100%;
max-width:100%;
height:auto;
height:auto;
}
/* numbered lists */
ol li > ol {
list-style-type: lower-alpha;
}
ol li > ol li > ol {
list-style-type: lower-roman;
}
}


<noinclude>[[de:MediaWiki:Common.css]]</nowiki>
<noinclude>[[de:MediaWiki:Common.css]]</nowiki>