MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 96: | Line 96: | ||
.skin-citizen .mw-parser-output .wizlords-mainpage-link-list a, | .skin-citizen .mw-parser-output .wizlords-mainpage-link-list a, | ||
.skin-citizen .mw-parser-output .wizlords-mainpage-link-list a:visited, | .skin-citizen .mw-parser-output .wizlords-mainpage-link-list a:visited, | ||
.skin-citizen .mw-parser-output .wizlords-mainpage-link-list a.external { | .skin-citizen .mw-parser-output .wizlords-mainpage-link-list a.external, | ||
.skin-citizen .mw-parser-output .wizlords-mainpage-whatislarp-list a, | |||
.skin-citizen .mw-parser-output .wizlords-mainpage-whatislarp-list a:visited, | |||
.skin-citizen .mw-parser-output .wizlords-mainpage-whatislarp-list a.external { | |||
color: var(--wiz-link); | color: var(--wiz-link); | ||
font-weight: normal; | font-weight: normal; | ||
| Line 103: | Line 106: | ||
.skin-citizen .mw-parser-output .wizlords-mainpage-link-list a:hover, | .skin-citizen .mw-parser-output .wizlords-mainpage-link-list a:hover, | ||
.skin-citizen .mw-parser-output .wizlords-mainpage-link-list a.external:hover { | .skin-citizen .mw-parser-output .wizlords-mainpage-link-list a.external:hover, | ||
.skin-citizen .mw-parser-output .wizlords-mainpage-whatislarp-list a:hover, | |||
.skin-citizen .mw-parser-output .wizlords-mainpage-whatislarp-list a.external:hover { | |||
color: #ffd37a; | color: #ffd37a; | ||
text-decoration: none; | text-decoration: none; | ||
| Line 346: | Line 351: | ||
.skin-citizen .wizlords-mainpage-link-list, | .skin-citizen .wizlords-mainpage-link-list, | ||
.skin-citizen .wizlords-useful-links, | .skin-citizen .wizlords-useful-links, | ||
.skin-citizen | .skin-citizen .wizlords-mainpage-whatislarp-list { | ||
box-sizing: border-box; | box-sizing: border-box; | ||
width: 100%; | width: 100%; | ||
| Line 357: | Line 360: | ||
list-style: disc outside; | list-style: disc outside; | ||
text-align: left; | text-align: left; | ||
} | |||
/* Match the What is LARP list to the paragraph's phone-width text column. | |||
The padding creates a normal hanging bullet while keeping the bullet | |||
edge aligned with the paragraph above. */ | |||
.skin-citizen .wizlords-mainpage-whatislarp-list { | |||
max-width: 100%; | |||
margin-right: 0; | |||
margin-left: 0; | |||
padding-left: 24px; | |||
} | } | ||
| Line 446: | Line 459: | ||
.skin-citizen .wizlords-mainpage-link-list, | .skin-citizen .wizlords-mainpage-link-list, | ||
.skin-citizen .wizlords-useful-links, | .skin-citizen .wizlords-useful-links, | ||
.skin-citizen | .skin-citizen .wizlords-mainpage-whatislarp-list { | ||
box-sizing: border-box; | box-sizing: border-box; | ||
width: 100%; | width: 100%; | ||
| Line 457: | Line 468: | ||
list-style: disc outside; | list-style: disc outside; | ||
text-align: left; | text-align: left; | ||
} | |||
/* Use the same 620px reading column as the What is LARP paragraph. */ | |||
.skin-citizen .wizlords-mainpage-whatislarp-list { | |||
max-width: 620px; | |||
padding-left: 24px; | |||
} | } | ||