Difference between revisions of "MediaWiki:Common.css"
| Line 25: | Line 25: | ||
blockquote | blockquote | ||
{ border-top: solid 1px LightGray; border-bottom: solid 1px LightGray; background-color: #f9f9f9; padding-left:4px; padding-right:4px; } | { border-top: solid 1px LightGray; border-bottom: solid 1px LightGray; background-color: #f9f9f9; padding-left:4px; padding-right:4px; } | ||
| − | .subpagelist | + | .subpagelist, .subpagelist p, .subpagelist ul, .subpagelist li |
| − | |||
| − | .subpagelist p | ||
| − | |||
| − | .subpagelist li | ||
{ display: inline; } | { display: inline; } | ||
.subpagelist li:before | .subpagelist li:before | ||
Revision as of 08:52, 13 January 2020
/* Force correct size of wiki logo */
#p-logo>a { background-size: 135px; }
/* Misc formatting */
table.wikitable>tbody>tr>th, table.wikitable>tbody>tr>td, table.wikitable>tr>th, table.wikitable>tr>td
{ padding-left:4px; padding-right:4px; }
table.timeline-table
{ margin: 15px 50px; border-collapse: collapse; background-color: #f9f9f9; }
table.timeline-table>tbody>tr>th, table.timeline-table>tbody>tr>td, table.timeline-table>tr>th, table.timeline-table>tr>td
{ border-top: solid 1px DarkGray; border-bottom: solid 1px DarkGray; padding: 0px 8px; }
.timeline-table-year
{ text-align: right; white-space:nowrap; }
h2
{ clear:both; }
pre
{ white-space:pre-wrap; }
.gallerytext
{ text-align:center; }
div.timeline-event
{ border-color: DarkGray; background-color: #f9f9f9; }
div.timeline-event-content
{ margin: 0px; text-align:center; font-size:70%; }
blockquote
{ border-top: solid 1px LightGray; border-bottom: solid 1px LightGray; background-color: #f9f9f9; padding-left:4px; padding-right:4px; }
.subpagelist, .subpagelist p, .subpagelist ul, .subpagelist li
{ display: inline; }
.subpagelist li:before
{ content: '\00a0\2022\00a0\00a0'; }
.subpagelist li:first-child:before
{ content: ''; }
/* Link images */
div#content a[href*="//www.familysearch.org/"].external
{ background: url("https://edge.fscdn.org/assets/docs/fs_logo_favicon.ico") center right/14px no-repeat; padding-right: 16px; }
div#content a[href*="//www.google.com/maps/"].external
{ background: url("https://maps.google.com/mapfiles/ms/icons/red-dot.png") center right/12px no-repeat; padding-right: 13px; }
div#content a[href*="wikipedia.org/"].external
{ background: url("https://wikipedia.org/static/favicon/wikipedia.ico") center right/14px no-repeat; padding-right: 16px; }