Template:Main/style.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
[checked revision][checked revision]
(Created page with ".wrapper { padding: 20px; background: #eaeaea; max-width: 400px; margin: 50px auto; } .cut { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width: 150px; } .mp-box { border: 1px solid #aaa; →‎all border colors overriden on specific elements: padding: 0 0 0; margin-top: 4px; } .mp-h2, body.skin-timeless .mp-h2 { →‎Timeless needs a higher specificity: border-bottom: 1px solid; /* all border colors overriden on specific elem...")
 
No edit summary
Line 1: Line 1:
input[type="text"] {
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #ffffff !important;
  outline: none;
  height: 24px;
  width: 120px;
  color: #cccccc;
  font-size: 11px;
  font-family: Tahoma;
}
.wrapper {
.wrapper {
   padding: 20px;
   padding: 20px;

Navigation menu