MediaWiki:Common.css: Difference between revisions
From Obsidian Scheduler
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 46: | Line 46: | ||
select, textarea, input[type="text"], input[type="password"], input[type="email"], input[type="search"] { | select, textarea, input[type="text"], input[type="password"], input[type="email"], input[type="search"] { | ||
border: 1px solid #BBB; | |||
-webkit-border-radius: 4px; | -webkit-border-radius: 4px; | ||
-moz-border-radius: 4px; | -moz-border-radius: 4px; | ||
border-radius: 4px; | border-radius: 4px; | ||
} | } | ||
Revision as of 18:51, 6 January 2013
/* CSS placed here will be applied to all skins */
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
pre, code {
font-family: "Courier New",Courier,monospace;
font-size: 12px;
}
code {
padding: 1px 2px;
border: 1px solid #BBB;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
pre {
border: 1px solid #BBB;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
#p-cactions li, #p-cactions li a {
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
#content, .toc {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
#p-navigation .pBody, #p-search .pBody, #p-tb .pBody {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
select, textarea, input[type="text"], input[type="password"], input[type="email"], input[type="search"] {
border: 1px solid #BBB;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}