Changes

MyWikiBiz, Author Your Legacy — Thursday September 11, 2025
Jump to navigationJump to search
no edit summary
Line 1: Line 1:  
/* <pre> */
 
/* <pre> */
 +
/* Bold 'edit this page' link to encourage newcomers */
 +
#ca-edit a { font-weight: bold !important; }
 +
 +
/* Display "User $1, you are already logged in!"
 +
  ([[MediaWiki:Alreadyloggedin]]) in red and bold */
 +
div.alreadyloggedin { color: red; font-weight: bold; }
 +
 +
#pt-login {
 +
  font-weight: bold;
 +
  font-size: 110%;
 +
}
 +
form#userlogin {
 +
  float: left;
 +
  padding: 1em 1em .7em 1em;
 +
  background-color: #ffffe6;
 +
  border: 2px solid #fc6;
 +
  color: #000;
 +
  margin-right: 2em;
 +
}
 +
 +
form#userlogin table {
 +
  float: left;
 +
  background-color: #ffffe6;
 +
  color: #000;
 +
}
 +
 +
/* Remove padding from external links displayed without icon */
 +
#bodyContent .plainlinks a {padding: 0 !important}
 +
 +
#p-nav h5 {
 +
  display: none;
 +
}
 +
 +
p.error {
 +
  font-weight: bold;
 +
}
 +
 +
.portlet a {
 +
  text-decoration: none;
 +
}
 +
 +
.portlet a:hover {
 +
  text-decoration: underline;
 +
}
 +
 +
#p-nav .pBody {
 +
  padding-right: 0;
 +
}
 +
 +
#p-nav a {
 +
  display: block;
 +
  width: 100%;
 +
}
 +
 +
/* Special characters list below edit window works better without
 +
underlining */
 +
#editpage-specialchars a { text-decoration: none; }
 +
#editpage-specialchars a:hover { text-decoration: underline; }
 +
 +
/* Makes the background of a framed image white instead of gray. */
 +
/* Only visible with transparent images. */
 +
/* See #Framed_image_background_color */
 +
div.thumb div a img {
 +
    background-color:#ffffff;
 +
}
 +
 +
/* Eliminate yellow colour everywhere in borders */
 +
#p-cactions li.selected {
 +
    border-color: #aaa;
 +
}
 +
 +
/* 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 round corners for the rest */
 +
input[type="text"], input[type="submit"], textarea, pre, #toc {
 +
  -moz-border-radius: 2px;
 +
}
 +
 +
/* Remove footer */
 +
#footer {display:none;}
 +
.printfooter {display:none;}
 +
 
li#t-upload, /* The upload file link. Please upload to the commons instead */
 
li#t-upload, /* The upload file link. Please upload to the commons instead */
 
li#n-portal, /* The link to the community portal */
 
li#n-portal, /* The link to the community portal */
111

edits

Navigation menu