User:Nightwatchc/vector.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.
/*  #=id;  .=class  */
/* color:rgb(255,0,0); background-color:black; font-variant:small-caps; font-size:200%; text-decoration:underline/overline/line-through/blink  */
/* border-style:solid/dotted/dashed/double/groove  */

.mw-body a:visited {color: #008800}   /* visited links colour */

.mediawiki  {background-color: #ddddFF ;}   /* base colour for left hand panel etc */

.IPA { color: green; background-color: Khaki; font-size:180% }       /* identify IPA pronunciation */

.amalthea_userhighlighter_sysop {background-color: rgb(200, 255, 63)  !important;}         /* colourize admin users - override cyan colour in javascript */

.mw-redirect { background: BurlyWood; /*text-decoration:line-through*/ /*overline*/ }      /* identify links to redirects 28feb08 bug 12968 */
.selflink { background: Yellow; text-decoration:overline }            /* self links within own article page */

.ais523_adminrights_admin {background-color: SkyBlue !important}

.watchlist-notice { display: none; }                                 /* suppress notices in watchlist 11jul08, rm #*/

#watchlist-message {font-size:60%;}

/*#simpleSearch {font-size:200%;}*/
.suggestions {font-size:18px !important;}                           /*text size in Search results */

/* .watchlist-message { display: none; }         */                        /* suppress notices in watchlist 30jan2016???, rm #*/

/* .mw-content-text { background-color: Grey  !important; }  */            /*  30jan2016 */


/* NB. Internet Explorer honours only the text-decoration: overline; */
/* Firefox uses the text-decoration-line: underline overline; text-decoration-color: #00f; text-decoration-style: dashed; */

/* colourise preview button */
#wpPreview {background-color:#22aa33; border:2px outset #aa0000;}

/* suppress help link very near to preview button 12nov08 */
#minoredit_helplink {display:none;}

/* other edit fields near to save/preview buttons */
#mw-editform-cancel  {display:none;}
.editHelp  {display:none;}

#ca-move  {display:none;}  /* suppress MOVE button 8mar2016 */
/*#ca-edit  {display:none;} */  /* suppress EDIT button 8mar2016 */
#pt-mycontris  {display:none;}  /* suppress My Contributions tab 8mar2016 */

/*-----------------------------------------------------------------------------------------------------------*/

div#content {background-color: #ddddFF ;}
#mw-page-base {background-color: #ddddFF ;}
#mw-head-base  {background-color: #ddddFF ;}

#mw-panel  {/*display:none;*/  background-color:  #bbbbFF;}   
#catlinks { background-color:  Pink;}                       /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 22may2013 */
 
#p-personal  {background-color: #eeeeff; font-size:120%;}

#div.vectorTabs  {background-color: Chartreuse ;}
div.vectorMenu  {background-color: #ddddFF;}
#pt-watchlist {background-color: #eeddff; }                               /* hilight watchlist button */
#pt-sandbox {display: none;}                                                /* no button */
#pt-betafeatures {display: none;}                                           /* no button */
#pt-userpage { background: none; }                                          /* suppress the person icon by your username */
/*.p-cactions-label  {background-color: #ddddFF ;}*/

/* try 30nov2011 */
#siteNotice { display: none}
#mw-watchlist-options {background-color: #ddddff;}

/* changes the background of pre areas (before article text) */
pre { background: PaleTurquoise }

ol.references {background-color: PaleGreen ;}
div.reflist {background-color: LightGreen ;}
.reference-accessdate {font-size:50% ;}
#References {background-color: pink ;} /*YES works*/
#See_also {background-color: PaleVioletRed ;} /*YES works*/
#External_links {background-color: PaleVioletRed ;} /*YES works*/

.mw-body  { font-size:110%;}     /* body font size  30 January 2016 */

h1 {background-color: Thistle !important;  font-family: 'Book Antiqua', 'Tekton Pro Ext', 'Cooper Black', 'Cooper Std Black', 'FuturaBlack FT', 'Arabia', 'Century Gothic', Verdana, Arial, Helvetica, sans-serif, 'MS sans serif'; }
h2 { font-family: Candara, 'Futura Md BT', Georgia, 'Gill Sans Condensed', Verdana, Arial, Helvetica, sans-serif, 'MS sans serif'; text-decoration:underline; }
h3 { font-family: Candara, 'Futura Md BT', Georgia, 'Gill Sans Condensed', Verdana, Arial, Helvetica, sans-serif, 'MS sans serif'; text-decoration:underline; margin-left:0.3cm;}
h4 { font-family: Candara, Lydian, Georgia, 'Gill Sans Condensed', Verdana, Arial, Helvetica, sans-serif, 'MS sans serif'; text-decoration:underline; margin-left:0.6cm;}
h5 { font-family: Candara, Lydian, Georgia, 'Gill Sans Condensed', Verdana, Arial, Helvetica, sans-serif, 'MS sans serif'; text-decoration:underline; margin-left:0.9cm;}
h2 p {margin: inherit;} /* not working !! */

#bodyContent a[title="User:Nightwatchc"] { background-color: #ff7700; color: #ffffff; }      /* colour my sig when shown to me */




/* ====================================================================================================== */
/* ------------ iPad ------------ */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1280px) 
and (orientation : portrait ) { /* STYLES GO HERE */ 
h1 {background-color: yellow !important;   font-variant: small-caps;  }  /* OK */
.mw-body  { font-size:180%;}     /* body font size  17 Feb 2016 */
}


/* ====================================================================================================== */
/* ------------ iPhone ------------ */
@media only screen 
/*and (min-device-width : 1168px) 
and (max-device-width : 1180px)  */
and (orientation : portrait ) { /* STYLES GO HERE */ 
h1 {background-color: red !important;   font-variant: small-caps;  }  /* OK */
.mw-body  { font-size:300%;}     /* body font size  17 Feb 2016 */
}