Jump to content

User:Spangineer/monobook.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m change link color to midnight blue
m rm
Tag: Blanking
 
Line 1: Line 1:
a { color: #003366 }

#BoardCandidateNotice { display: none; }

/* add underlining to diffs */
span.diffchange { text-decoration: underline; }

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
}
#content {
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
}
div.pBody {
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
}

/* strikeout Upload File link as a reminder to upload to Commons instead */
li#t-upload { text-decoration: line-through; }

/* suppress the person icon by your username */
li#pt-userpage { background: none }

/* Dont need this copyright notice on every page */

li#f-copyright,
li#f-lastmod,
#editpage-copywarn { display: none; }

/* The 'Edit summary' box is way to crammed in the textarea box by default */
textarea { margin-bottom: 4px; }

/* Nice borders for (almost) all boxes */
input[type="radio"],
input[type="checkbox"] { border:none; }
input[type="text"], input[type="submit"], textarea {
border: 1px solid #aaa !important;

/* Make borders a little better */

#searchInput {
border: 1px solid #aaa;
background-color: #eee;
}
/* Mozilla.org-like input box focus */
#p-search input:focus, #p-search input:hover {
background-color: #fff;
}

#searchInput {
border-top: 1px inset;
border-left: 1px inset;
border-right: 10px inset;
}

Latest revision as of 04:09, 17 December 2022