MediaWiki:Common.css
From Metabolonote
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Konqueror: Click Reload or press F5
- Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */ body.page-Main_Page h1.firstHeading{display:none;} body.page-Main_Page_ja h1.firstHeading{display:none;} /* body.page-Main_Page #contentSub {display:none;} */ body.page-Help h1.firstHeading{display:none;} .mn_strong { font-size: 1.3em; font-weight: bold; } .mn_strong_red { font-weight: bold; color: red; } .mn_button { background-color: #eef; border-left: 1px solid #99c; border-top: 1px solid #99c; border-right: 1px solid #336; border-bottom: 1px solid #336; padding: 0 5px 0 5px; margin: 0 5px 0 5px; white-space: nowrap; } .mn_button_red { background-color: #fcc; border-left: 1px solid #daa; border-top: 1px solid #daa; border-right: 1px solid #c99; border-bottom: 1px solid #c99; padding: 0 5px 0 5px; margin: 0 5px 0 5px; white-space: nowrap; } .help_title { margin-left: 0px; font-size: 18pt; font-style: italic; font-weight: bold; } /* no toc headings */ .mn_h1, .mn_h2, .mn_h3, .mn_h4, .mn_h5, .mn_h6 { color: black; background: none; font-weight: normal; margin: 0; overflow: hidden; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa; width: auto; } .mn_h3, .mn_h4, .mn_h5, .mn_h6 { border-bottom: none; font-weight: bold; } .mn_h1 { font-size: 188%; margin: 5px 5px 5px 0px; } .mn_h2 { font-size: 150%; margin: 5px 5px 5px 3px; } .mn_h3 { font-size: 132%; margin: 5px 5px 5px 6px; } .mn_h4 { font-size: 116%; margin: 5px 5px 5px 9px; } .mn_h5 { font-size: 100%; margin: 5px 5px 5px 12px; } .mn_h6 { font-size: 80%; margin: 5px 5px 5px 15px; } .mn_h5 { text-decoration: underline; } .mn_h6 { text-decoration: underline; } .mn_readmore, .mn_readmore a, .mn_readmore a:link, .mn_readmore a:visited, .mn_readmore a:hover, .mn_readmore a:active{ white-space: nowrap; margin: 0px 5px 0px 5px; font-size: 0.8em; /* font-weight: bold; */ background-color: #c95b12; color: #fff; /* text-shadow: 1px 1px 1px #dff; */ border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; } .mn_readmore a:hover { color: #ff8; } .mn_readmore a:active{ color: #dd8; } .mn_help_link, .mn_help_link a, .mn_help_link a:link, .mn_help_link a:visited, .mn_help_link a:hover, .mn_help_link a:active{ white-space: nowrap; margin: 0px 3px 0px 3px; font-size: 0.95em; /* font-weight: bold; */ background-color: #dde; color: #00f; /* text-shadow: 1px 1px 1px #dff; */ border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; } .mn_help_link a:hover { } .mn_help_link a:active{ } .mn_help_keyword { color: #090; font-weight: bold; } .top_page_title { margin-left: 0px; font-size: 20pt; font-style: italic; font-weight: bold; } .top_page_icons { width: 110px; height: 110px; padding: 3px; } .top_page_icons img{ border: 5px solid #eee; } .top_page_icons a img{ border: 5px solid #eee; } .top_page_icons a:link img{ border: 5px solid #eee; } .top_page_icons a:visited img{ border: 5px solid #eee; } .top_page_icons a:hover img{ border: 5px solid #ccf; background-color: #ccf; } .top_page_icons a:active img{ border: 5px solid #cc7; background-color: #cc7; } .top_page_icon_title { font-size: 1.5em; font-weight: bold; } td.top_page_icon_td_icon { width: 10px; border: 5px solid #eee; background-color: #eee; } td.top_page_icon_td_desc { width: 300px; border: 5px solid #eee; vertical-align: top; padding: 10px; } td.top_page_icon_td_desc p{ margin-left: 5px; margin-right: 5px; } .inner_body ul, .inner_body li { margin-left: 18px; } .mn_pre { font-family: monospace; /* border: 1px dotted #99c; */ /* background-color: #eee; */ padding: 10px; margin-left: 22px; margin-right: 20px; } /* basic settings */ body { font-family: メイリオ,Arial, Helvetica, Sans-Serif; font-style: normal; font-weight: normal; font-size: 12pt; } p { margin-left: 18px; margin-right: 20px; } h1 { margin-left: 0px; } h2 { margin-left: 3px; } h3 { margin-left: 6px; } h4 { margin-left: 9px; } h5 { margin-left: 12px; } h6 { margin-left: 15px; } table.prettytable { margin-left: 22px; margin-right: 20px; } table.wikitable { margin-left: 22px; } table.wikitable td p { margin-left: 0px; } pre { margin-left: 22px; margin-right: 20px; } a { color: #00a; text-decoration: none; } a:link { color: #00a; } a:visited { color: #00a; } a:hover { color: #00f; text-decoration: underline; } a:active { color: #90f; /* border: 1px dotted #ccc; */ } div.mn_tree ul { list-style: none none; margin-left: 18px; }