Jump to content

User:RHaworth/common.css

From 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.
#content { max-width: 1440px; }
body     { max-width: 1440px; }

#mw-input-wpReason { max-width: 34em; }

.mw-category {
	-webkit-column-width:18em;
	-moz-column-width:18em;
	column-width:18em; }
/* .mw-headline { font-size: 100%; } */

h2 { font-size: 120%; }
h3 { font-size: 112%; }
h4 { font-size: 105%; }

/* internal link colours */
/* defaults:
a         { color: #0041AD; }
a:visited { color: #080084; }
*/

a         { color: #04C; }
a:visited { color: #707; }

/* external link colors - differentiate between visited and not */
#bodyContent a.external { color: #36B; }
#bodyContent a.external:visited { color: #749; }

/* interwiki link colors - differentiate between visited and not 
.extiw a { color: #36B; }
.extiw a:visited { color: #749; }     */

/* interwiki link colors - differentiate between visited and not 
a.extiw { color: #36B; }
a.extiw:visited { color: #749; }      */

/* interwiki link colors - differentiate between visited and not */
#bodyContent a.extiw { color: #47C; }
#bodyContent a.extiw:visited { color: #85A; }

#wpDeleteReasonList { width: 45em; }
#mw-input { width: 45em; }

.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: inline }
.geo-dms { display: none }

.firstHeading { font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; }
h1, h2 { font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; }

pre { white-space: pre-line; font-size: 120%; }