MediaWiki:Common.css: Difference between revisions
mNo edit summary |
Tag: Undo |
||
| Line 4,685: | Line 4,685: | ||
.page-Gem_Wiki_Editing .tile-halves { | .page-Gem_Wiki_Editing .tile-halves { | ||
width: 45%; | |||
max-width: 30em; | |||
margin: 0 1em 2em; | |||
} | |||
/*Guild Profiles*/ | |||
.rootpage-Guild_JII:not(.action-edit) #firstHeading, | |||
.page-Guild_JII:not(.action-edit) #firstHeading, | |||
.rootpage-Guild_JII:not(.action-edit) #contentSub, | |||
.page-Guild_JII:not(.action-edit) #contentSub, | |||
.rootpage-Guild_JII .mw-parser-output, | |||
.page-Guild_JII .mw-parser-output { | |||
max-width: 60rem; | |||
margin-left: auto; | |||
margin-right: auto; | |||
} | |||
.page-Guild_JII:not(.action-edit) #firstHeading, | |||
.page-Guild_JII:not(.action-edit) .mw-redirectedfrom { | |||
display: none; | |||
} | |||
.page-Guild_JII .header-intro { | |||
margin: 2.6em 1.75em; | |||
} | |||
.page-Guild_JII .header-intro h1 { | |||
font-size: 2.5em; | |||
border: none; | |||
margin: 0 0 0.15em; | |||
} | |||
.page-Guild_JII .header-intro p { | |||
font-size: 1.1em; | |||
line-height: 1.7em; | |||
} | |||
.page-Guild_JII .tile-halves { | |||
width: 45%; | width: 45%; | ||
max-width: 30em; | max-width: 30em; | ||