Difference between revisions of "MediaWiki:Mobile.css"
From Akvopedia
(Created page with "→CSS placed here will affect users of the mobile site: .RSSReader-head h3 { font-size: 100%; } →Link colors: div#mw-panel div.portal div.body ul li a, div#mw-pane...") |
(Tag: Mobile edit) |
||
Line 11: | Line 11: | ||
} | } | ||
− | div# | + | div#content a { |
color: #BE499B; | color: #BE499B; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
− | div# | + | div#content a:visited { |
color: #995e8c; | color: #995e8c; | ||
} | } |
Revision as of 09:15, 20 February 2014
/* CSS placed here will affect users of the mobile site */ .RSSReader-head h3 { font-size: 100%; } /* Link colors */ div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:visited { color: #434343; } div#content a { color: #BE499B; font-weight: bold; } div#content a:visited { color: #995e8c; } /* Hide table of contents */ .toc, #toc { display: none; } /* Reduce size of title. */ #firstHeading { font-size: 130%; font-weight: bold; }