User:Mark5677/monobook.css

Source: Wikipedia, the free encyclopedia.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* This line prevents the interlanguage links from displaying in the sidebar */

div#p-lang {display: none;}

/*this line prevents the "From Wikipedia, the free encyclopedia" line from appearing below every page title */
#siteSub {display:none;}

/*These lines change the font type for the body area (it should have been done a different way to being with */
#content {
    font-family: 'calibri' ;
    line-height: 1.5em;
    font-size:12pt;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'cambria' ;
       }

/* these lines change the position of the tabs (user, talk, edit, history etc) - needed because of the change in fonts*/
#p-cactions {
	position: absolute; 
	top: 2.1em;
	left: 13.75em;
	margin: 0;
	white-space: nowrap;
	width: 76%;
	line-height: 1.1em;
	overflow: visible;
	background: none;
	border-collapse: collapse;
	padding-left: 1em;
	list-style: none;
	font-size: 95%;
}

/*this line gives the rounded corners on the p-caction tabs in Firefox */
#p-cactions ul li, #p-cactions ul li a { 
        -moz-border-radius-topleft: 0.4em; 
        -moz-border-radius-topright: 0.4em; 
}

/* BELOW LINES ADDED 100110


/* If you copy this, please include the following line: */
 
    /* Stolen from [[User:Animum/monobook.css]] */
 
/* Thank you. */
 
/* Orange "You have new messages" changed to use that nice icon of a rotary phone and complimenting colors */
.usermessage {
    background-color: transparent;
    background: url('http://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Exquisite-Modem_cropped.png/32px-Exquisite-Modem_cropped.png') no-repeat left;
    color: #444444;
    border: none;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding-left: 3.5em;
    vertical-align: middle;
}
 
.usermessage a {
    color: #444444;
}
 
/* Text alignment */
body.mediawiki {
    text-align: left;
}
 
/* Tab-rounding */
#p-cactions ul {
        overflow: visible;
}
 
/* Get rid of the border in the page title */
.firstHeading {
    border-bottom: none;
}
 

hr#hrTitleModification {
    width: 0%;
}
 
/* Replace dotted borders on pre with a solid one */
#bodyContent pre {
    border: 1px solid #aaa;
}
 
/* Miscellaneous corner-rounding */
div.pBody {
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
}
 
#content {
 /*   -moz-border-radius-topleft: 0.75em;*/
    -moz-border-radius-bottomleft: 0.75em;
    border: 1px solid /* #AAAAAA */green;
}
 
#footer {
    -moz-border-radius: 6px;
    border: 1px solid #fabd23;
}
 
/* Link customization */
#bodyContent a.text {
    background: display;
}
 
/* Some edit screen modifications */
#editpage-copywarn3, #editpage-copywarn2, #editpage-copywarn {
    display: none;
} 
 
input#wpSummary {
    width: 50%;
    margin-top: 12px;
}
 
.editHelp {
    margin-top: 1.25em;
    margin-bottom: 6px;
}
 
#wpSave, #wpPreview {
    margin-right: 1px;
}
 
/*#toolbar {display: none;}*/
 
textarea#wpTextbox1 {
    background-color: #F0FFFF; /* Kill the horrible new background color for certain pages */
    border: 1px solid #AAAAAA;
}
 
#longpagewarning {
    display: none;
}
 
/* Patrolled pages "fixer" */
.patrollink {
    display: none;
}
 
li.not-patrolled {
    background-color: transparent;
}

/* This bit is stolen from [[User:AzaToth/monobook.css]], which is in turn modified from [[User:Ævar Arnfjörð Bjarmason/monobook.css]] */
 
/* Nice borders for (almost) all boxes */
input[type="radio"], input[type="checkbox"] {
    border: none;
}
 
input[type="submit"] {
    border: 1px solid #aaa !important;
    background-color: #f9f9f9 !important;
}
 
/* make round corners for the rest */
input[type="submit"] {
    -moz-border-radius-topleft: 2px !important; 
    -moz-border-radius-topright: 2px !important;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
}
 
input[type="submit"] {
    color: #aaa !important;
}
 
input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #fff !important;
    color: #000 !important;
    cursor: pointer !important;
}

/* Prettify the headers of the quickbar (left-hand column of boxes) */
 
#p-navigation h5, #p-interaction h5, #p-search h5, #p-tb h5, #p-navclone h5, #p-lang h5, #p-coll-print_export H5 {
    display: inline;
    height: 1em;
    font-size: 85%;
    font-weight: normal;
    white-space: nowrap;
    border-color: #aaa; 
    border-width: 1px;
    border-style: solid solid none solid;
    padding: 0 1em 1px 1em;
    text-transform: lowercase;
    background: white;
    -moz-border-radius-topright: 1em;
}
 
#p-navigation, #p-interaction, #p-search, #p-tb, #p-navclone, #p-lang, #p-coll-print_export {
    padding-top: 2px;
}
 
/* Diff screen changes */
 
del.diffchange.diffchange-inline, ins.diffchange.diffchange-inline {
    border: none;
}
 
/* Works in conjunction with my monobook.js */
 
/*li#ca-userrights, li#ca-stats6, li#ca-rts {    display: none;}*/
 
/* Nix the "Try Beta" link and donation notice */
 
/*li#pt-optin-try, li#pt-acaibeta, div#siteNotice {    display: none;}*/
 
/* Space below is for testing */

.references {
   font-size: 80%;
  
   }