MediaWiki:Common.css: Difference between revisions
imported>Galrion mNo edit summary |
imported>Galrion m Adding plot diagram CSS and renaming Characters css to be more likely to be unique. |
||
Line 165: | Line 165: | ||
/* Main page CSS edits */ | /* Main page CSS edits */ | ||
table. | table.mp-characters { | ||
width: 100%; | width: 100%; | ||
font-size: 130%; | font-size: 130%; | ||
} | } | ||
table. | table.mp-characters tr { | ||
height: 44px; | height: 44px; | ||
} | } | ||
table. | table.mp-characters tr > td { | ||
text-align: center; | text-align: center; | ||
width: 20%; | width: 20%; | ||
} | } | ||
table. | table.mp-characters tr > td.mp-inset-image > div { | ||
margin: -15px; | margin: -15px; | ||
} | } | ||
Line 187: | Line 187: | ||
-1px 1px 0 #000, | -1px 1px 0 #000, | ||
1px 1px 0 #000; | 1px 1px 0 #000; | ||
} | |||
table.mp-plot-table { | |||
width: 100%; | |||
border-collapse: collapse | |||
} | |||
table.mp-plot-table td.mp-pad { | |||
width: 10%; | |||
} | |||
table.mp-plot-table td.mp-medpad { | |||
width: 40%; | |||
} | |||
table.mp-plot-table td.mp-bigpad { | |||
width: 50%; | |||
} | |||
table.mp-plot-table td.mp-vert { | |||
border-right: 1px solid black; | |||
} | |||
table.mp-plot-table td.mp-horiz { | |||
border-top: 1px solid black; | |||
} | |||
table.mp-plot-table td.mp-text { | |||
text-size: 90%; | |||
width: 20%; | |||
text-align: center; | |||
} | |||
table.mp-plot-table th { | |||
width: 20%; | |||
text-align: center; | |||
text-size: 120%; | |||
} | } |