Anonymous
×
Create a new article
Write your page title here:
We currently have 632 articles on SpellForce Wiki - Rohens encyclopedia. Type your article name above or click on one of the titles below and start writing!



SpellForce Wiki - Rohens encyclopedia

Template:CoE Styles: Difference between revisions

Basara (talk | contribs)
No edit summary
Basara (talk | contribs)
No edit summary
Line 91: Line 91:
.spell-title-left-block {
.spell-title-left-block {
   grid-column: 2;
   grid-column: 2;
   grid-row: 1;
   grid-row: 1 / span 2;
   display: flex;
   display: flex;
   justify-content: center;
   justify-content: center;
Line 104: Line 104:
   align-items: center;
   align-items: center;
}
}
.spell-subtitle-block {
  grid-column: 3;
  grid-row: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}


.spell-title-right-block {
.spell-title-right-block {
   grid-column: 4;
   grid-column: 4;
   grid-row: 1;
   grid-row: 1 / span 2;
   display: flex;
   display: flex;
   justify-content: center;
   justify-content: center;
Line 115: Line 124:
.spell-research-block {
.spell-research-block {
   grid-column: 1;
   grid-column: 1;
   grid-row: 2;
   grid-row: 3;
   display: flex;
   display: flex;
   justify-content: center;
   justify-content: center;
Line 122: Line 131:
.spell-mana-block {
.spell-mana-block {
   grid-column: 1;
   grid-column: 1;
   grid-row: 3;
   grid-row: 4;
   display: flex;
   display: flex;
   justify-content: center;
   justify-content: center;
Line 129: Line 138:
.spell-upkeep-block {
.spell-upkeep-block {
   grid-column: 1;
   grid-column: 1;
   grid-row: 4;
   grid-row: 5;
   display: flex;
   display: flex;
   justify-content: center;
   justify-content: center;
Line 137: Line 146:
.spell-info-block {
.spell-info-block {
   grid-column: 2 / span 3;
   grid-column: 2 / span 3;
   grid-row: 2 / span 3;
   grid-row: 3 / span 3;
   display: flex;
   display: flex;
   justify-content: center;
   justify-content: center;
Line 146: Line 155:
.spell-blank-block {
.spell-blank-block {
   grid-column: 1 / span 4;
   grid-column: 1 / span 4;
   grid-row: 5;
   grid-row: 6;
   display: flex;
   display: flex;
   justify-content: center;
   justify-content: center;
Line 153: Line 162:
.spell-page-block {
.spell-page-block {
   grid-column: 1 / span 4;
   grid-column: 1 / span 4;
   grid-row: 6;
   grid-row: 7;
   display: flex;
   display: flex;
   justify-content: center;
   justify-content: center;
Line 160: Line 169:
.spell-flavor-block {
.spell-flavor-block {
   grid-column: 1 / span 4;
   grid-column: 1 / span 4;
   grid-row: 7;
   grid-row: 8;
   display: flex;
   display: flex;
   justify-content: center;
   justify-content: center;

Revision as of 22:29, 8 October 2023