MediaWiki:Common.css: Difference between revisions
No edit summary |
(Fixed search box and 'Go' button on main page so Go button is on the same line as box.) |
||
Line 1: | Line 1: | ||
/* Set width of search box to 70%, so 'go' button stays inline. */ | |||
#bodySearchInputHomePageSearchBox { | |||
width: 70%; | |||
} | |||
/* change the box around the code feature */ | /* change the box around the code feature */ | ||
code { | code { |
Revision as of 22:39, 13 August 2019
/* Set width of search box to 70%, so 'go' button stays inline. */
#bodySearchInputHomePageSearchBox {
width: 70%;
}
/* change the box around the code feature */
code {
color: #000;
background-color: #f9f9f9;
border: 1px solid #ddd;
}
pre, code, tt, kbd, samp, .mw-code {
font-family: monospace,Courier;
}
/* make sure missing pages remain colored correctly after visiting */
a.new:visited, #p-personal a.new:visited {
color: #a55858 !important;
}
/* change border on input forms to be 1pm, instead of 2px, and grey instead of black */
form input {
/* border: 1px solid !important;*/
border-color: darkgrey !important;
}
#newHeading {
margin-top:0;}