MediaWiki:Common.css: Difference between revisions

Content added Content deleted
(Let's try it this way.)
(Added infobox.taskdescription)
Line 124: Line 124:
width: 20em;
width: 20em;
font-size: 90%;
font-size: 90%;
}

.infobox.taskdescription {
background-color: #ccccff;
border: #3333ff;
}
}


Line 147: Line 152:




/* styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */

.infobox.geography {
text-align: left;
border-collapse: collapse;
line-height: 1.2em;
font-size: 90%;
}

.infobox.geography td,
.infobox.geography th {
border-top: solid 1px #aaa;
padding: 0.4em 0.2em 0.4em 0.8em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
border-top: solid 1px #aaa;
padding: 0.4em 0.2em 0.2em 0.8em;
}

.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
border: 0;
padding: 0 0.2em 0.2em 0.8em;
}

.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
border-top: 0;
border-bottom: solid 1px #aaa;
padding: 0 0.2em 0.4em 0.8em;
}

.infobox.geography .maptable td,
.infobox.geography .maptable th {
border: 0;
padding: 0 0 0 0;
}

/* Style for "notices" */
.notice {
margin: 1em;
padding: 0.2em;
}


#disambig {
#disambig {
Line 197: Line 158:
}
}


#spoiler {
border-top: 2px solid #ddd;
border-bottom:2px solid #ddd;
}


/* Standard talk template style */
/* Standard talk template style */