MediaWiki:Common.css: Difference between revisions

From XMission Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(34 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


@font-face {
#firstHeading {
   font-family: 'Arvo';
   font-family: 'Arvo', sans-serif;
   font-style: normal;
   font-size:28px;
   font-weight: 400;
   color:#aaa;
  src: local('Arvo'), url(http://themes.googleusercontent.com/static/fonts/arvo/v6/WJ6D195CfbTRlIs49IbkFw.woff) format('woff');
}
 
.superHeader {
font-family: 'Arvo', serif;
color:white;
font-size:28px;
border-bottom: 4px solid #777;
padding:2px 0;
background:#999;
margin-bottom:1em;
margin-top:0.75em;
        line-height:normal !important;
        overflow:visible
}
 
h1.green {background:rgb(190,214,58); border-color:rgb(159,179,49)}
h1.blue {background:#03afd3; border-color:rgb(2,145,175)}
h1.red {background:rgb(255,102,19); border-color:rgb(183,58,0);}
 
.superHeader img {
height:50px;
width:50px;
border:3px solid #777;
border-radius:4px;
float:left;
background:white;
margin:-8px 12px 0 10px;
}
 
h1.green img {border-color:rgb(159,179,49);}
h1.blue img {border-color:rgb(2,145,175);}
h1.red img {border-color:rgb(183,58,0)}
 
.padding-control h2 {
    margin: -17px -17px 16px;
    padding: 8px 17px 8px;
    border:0 none;
}
}


#firstHeadingZZZ {
.padding-control ul {
  font-family: 'Arvo', sans-serif;
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC5JREFUeNpiZGBgMGZAAywg4v///2dgAoyMjCZMDFgAVkFGbGYyAs0jTjtAgAEAgHsHcZtgWIoAAAAASUVORK5CYII=");
  font-size:24px;
}
}


/* Marck Script from http://www.google.com/webfonts */
.portlet h5 {
@font-face {
    text-transform: none !important;
  font-family: 'Marck Script';
  font-style: normal;
  font-weight: 400;
  src: local('Marck Script'), local('MarckScript-Regular'), url(http://themes.googleusercontent.com/static/fonts/marckscript/v4/O_D1NAZVOFOobLbVtW3bcnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
}
 
/* Make the title of articles use Marck Script font */
#p-search h5 label:after {
h1 {
    content:" a topic";
  font-family: 'Marck Script', cursive;
  font-size: 17pt;
}
}
img {max-width:100% !important; height:auto !important}
/** stuff added by tIm **/

Latest revision as of 13:37, 7 July 2025

/* CSS placed here will be applied to all skins */

#firstHeading {
  font-family: 'Arvo', sans-serif;
  font-size:28px;
  color:#aaa;
}

.superHeader {
	font-family: 'Arvo', serif;
	color:white;
	font-size:28px;
	border-bottom: 4px solid #777;
	padding:2px 0;
	background:#999;
	margin-bottom:1em;
	margin-top:0.75em;
        line-height:normal !important;
        overflow:visible
}

h1.green {background:rgb(190,214,58); border-color:rgb(159,179,49)}
h1.blue {background:#03afd3; border-color:rgb(2,145,175)}
h1.red {background:rgb(255,102,19); border-color:rgb(183,58,0);}

.superHeader img {
	height:50px; 
	width:50px;
	border:3px solid #777;
	border-radius:4px;
	float:left;
	background:white;
	margin:-8px 12px 0 10px;
}

h1.green img {border-color:rgb(159,179,49);}
h1.blue img {border-color:rgb(2,145,175);}
h1.red img {border-color:rgb(183,58,0)}

.padding-control h2 { 
    margin: -17px -17px 16px;
    padding: 8px 17px 8px;
    border:0 none;
}

.padding-control ul {
   list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC5JREFUeNpiZGBgMGZAAywg4v///2dgAoyMjCZMDFgAVkFGbGYyAs0jTjtAgAEAgHsHcZtgWIoAAAAASUVORK5CYII=");
}

.portlet h5 {
    text-transform: none !important;
}

#p-search h5 label:after {
    content:" a topic";
}

img {max-width:100% !important; height:auto !important}


/** stuff added by tIm **/