User:Barek-public/nostalgia.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
Documentation for this user script can be added at User:Barek-public/nostalgia. This user script seems to have an accompanying .js page at User:Barek-public/nostalgia.js. |
/* Customize "Save page" button to be another color. */
/* This acts as a visual confirmation that I am logged in. */
/* If logged in, the button is a custom color; */
/* if not logged in, then it's the default gray color */
INPUT#wpSave {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 2px solid #C0C0C0;
padding:0 3px 0 3px;
display:inline-block;
text-decoration:none;
background:#ffaaaa;
background-color:#88ff88;
cursor:pointer;
}
INPUT#wpSave:hover {
cursor:pointer;
border:2px solid #003300;
}
INPUT#wpPreview {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 2px solid #C0C0C0;
padding:0 3px 0 3px;
display:inline-block;
text-decoration:none;
background:#ffaaaa;
background-color:#ffff88;
cursor:pointer;
}
INPUT#wpPreview:hover {
cursor:pointer;
border:2px solid #883300;
}
INPUT#wpDiff {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 2px solid #C0C0C0;
padding:0 3px 0 3px;
display:inline-block;
text-decoration:none;
background:#ffaaaa;
background-color:#ffff88;
cursor:pointer;
}
INPUT#wpDiff:hover {
cursor:pointer;
border:2px solid #883300;
}
/* Customize box color alert for new user-talk messages. */
/* This uses a less obtrusive color than the wiki default. */
.usermessage {
background-color: #FAF0E6;
border-color: #8B0000;
}
/* Highlight admin sigs in this color (requires code in monobook.js to work). */
/* This highlights any links to user pages of admins for easier identification. */
.ais523_adminrights_admin {background-color: #EEE8AA !important}
/* improve visibility of some changes */
.firstHeading {
font-family: serif;
}
.external * {
z-index: -65535;
}
.portlet, .portlet * {
z-index: 10;
}