Difference between revisions of "MediaWiki:Common.css"
| Line 5: | Line 5: | ||
/* Misc formatting */ | /* 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.wikitable>tbody>tr>th, table.wikitable>tbody>tr>td, table.wikitable>tr>th, table.wikitable>tr>td |
| − | table.timeline-table { margin: 0px auto; } | + | { padding-left:4px; padding-right:4px; } |
| − | table.timeline-table>tbody>tr, table.timeline-table>tr { border-top: solid 1px DarkGray; border-bottom: solid 1px DarkGray } | + | table.timeline-table |
| − | h2 { clear:both; } | + | { margin: 0px auto; } |
| − | .gallerytext { text-align:center; } | + | table.timeline-table>tbody>tr>th, table.timeline-table>tbody>tr>td, table.timeline-table>tr>th, table.timeline-table>tr>td |
| − | div.timeline-event { border-color: DarkGray; } | + | { border-top: solid 1px DarkGray; border-bottom: solid 1px DarkGray } |
| − | div.timeline-event-content { margin: 0px; text-align:center; font-size:70%; } | + | h2 |
| + | { clear:both; } | ||
| + | .gallerytext | ||
| + | { text-align:center; } | ||
| + | div.timeline-event | ||
| + | { border-color: DarkGray; } | ||
| + | div.timeline-event-content | ||
| + | { margin: 0px; text-align:center; font-size:70%; } | ||
/* Link images */ | /* Link images */ | ||
Revision as of 06:12, 5 July 2015
/* 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: 0px auto; }
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 }
h2
{ clear:both; }
.gallerytext
{ text-align:center; }
div.timeline-event
{ border-color: DarkGray; }
div.timeline-event-content
{ margin: 0px; text-align:center; font-size:70%; }
/* Link images */
div#content a[href*="//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*="//maps.google.com/"].external
{ background: url("https://maps.gstatic.com/favicon4.ico") center right/14px no-repeat; padding-right: 15px; }
div#content a[href*="wikipedia.org/"].external
{ background: url("https://upload.wikimedia.org/wikipedia/en/2/28/WikipediaMobileAppLogo.png") center right/14px no-repeat; padding-right: 16px; }