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 98: Line 98:
   grid-column: 1;
   grid-column: 1;
   grid-row: 1 / span 2;
   grid-row: 1 / span 2;
   justify-content: center;
   display: block;
   align-items: center;
   margin: 0 auto;
}
}


Line 105: Line 105:
   grid-column: 2;
   grid-column: 2;
   grid-row: 1 / span 2;
   grid-row: 1 / span 2;
   justify-content: center;
   display: block;
   align-items: center;
   margin: 0 auto;
}
}


Line 112: Line 112:
   grid-column: 3;
   grid-column: 3;
   grid-row: 1;
   grid-row: 1;
   justify-content: center;
   display: block;
  margin: 0 auto;
   align-content: end;
   align-content: end;
}
}
Line 119: Line 120:
   grid-column: 3;
   grid-column: 3;
   grid-row: 2;
   grid-row: 2;
   justify-content: center;
   display: block;
  margin: 0 auto;
   align-content: start;
   align-content: start;
}
}
Line 127: Line 129:
   grid-column: 4;
   grid-column: 4;
   grid-row: 1 / span 2;
   grid-row: 1 / span 2;
   justify-content: center;
   display: block;
   align-items: center;
   margin: 0 auto;
}
}


Line 134: Line 136:
   grid-column: 1;
   grid-column: 1;
   grid-row: 3;
   grid-row: 3;
  justify-content: center;
  align-items: center;
}
}
.spell-mana-block {
.spell-mana-block {
   grid-column: 1;
   grid-column: 1;
   grid-row: 4;
   grid-row: 4;
  justify-content: center;
  align-items: center;
}
}
.spell-upkeep-block {
.spell-upkeep-block {
   grid-column: 1;
   grid-column: 1;
   grid-row: 5;
   grid-row: 5;
  justify-content: center;
  align-items: center;
}
}


Line 153: Line 149:
   grid-column: 2 / span 3;
   grid-column: 2 / span 3;
   grid-row: 3 / span 3;
   grid-row: 3 / span 3;
   justify-content: center;
   display: block;
   align-items: center;
  margin: 0 auto;
   align-content: center;
   background: repeating-conic-gradient(#7b440800 0.000045%, #ac855d40 0.0005%), #aa9;
   background: repeating-conic-gradient(#7b440800 0.000045%, #ac855d40 0.0005%), #aa9;
  padding: 10px;
}
}


Line 164: Line 162:
   display: block;
   display: block;
   margin: 0 auto;
   margin: 0 auto;
  padding: 20px;
}
}


Line 177: Line 176:
   grid-column: 1 / span 4;
   grid-column: 1 / span 4;
   grid-row: 7;
   grid-row: 7;
   justify-content: center;
   display: block;
   align-items: center;
  margin: 0 auto;
   align-content: center;
}
}
.spell-flavor-block {
.spell-flavor-block {
   grid-column: 1 / span 4;
   grid-column: 1 / span 4;
   grid-row: 8;
   grid-row: 8;
   justify-content: center;
   display: block;
   align-items: center;
  margin: 0 auto;
   align-content: center;
   margin-bottom: 45px;
   margin-bottom: 45px;
}
}


.spell-room-block {
  align-self: center;
  background-color: #cb9;
  margin: 5px;
  border: none;
  width: 60px;
}


.spell-title {
.spell-title {

Revision as of 20:53, 9 October 2023