Difference between revisions of "User:Evon R'al/Sandbox template"

From EVE University Wiki
Jump to: navigation, search
m (Coding and testing.)
m (Coding and testing.)
Line 16: Line 16:
 
   <td>
 
   <td>
 
     <div class="sbtt-header">
 
     <div class="sbtt-header">
     <div class="ship-name">{{{shipname|}}}</div>
+
     <div class="sbtt-ship-name">{{{shipname|}}}</div>
     <div class="ship-category"><span class="ship-group">{{{grouping|Unique Ships}}}</span> <span class="ship-hull">{{{hulltype|Unknown Class}}}</span></div>
+
     <div class="sbtt-ship-category"><span class="sbtt-ship-group">{{{grouping|Unique Ships}}}</span> <span class="sbtt-ship-hull">{{{hulltype|Unknown Class}}}</span></div>
 
     </div>
 
     </div>
 
     {{#if: {{{highlights1|}}}|
 
     {{#if: {{{highlights1|}}}|
Line 85: Line 85:
 
  }
 
  }
  
.sbtt .sbtt-header .ship-name {
+
.sbtt .sbtt-header .sbtt-ship-name {
 
   display: block;
 
   display: block;
 
   height: 20px;
 
   height: 20px;
Line 93: Line 93:
 
  }
 
  }
  
.sbtt .sbtt-header .ship-category {
+
.sbtt .sbtt-ship-category {
 
   font-size: 11px;
 
   font-size: 11px;
 
   line-height: 10px;
 
   line-height: 10px;
 
  }
 
  }
  
.sbtt .sbtt-header .ship-group {
+
.sbtt .sbtt-ship-group {
 
   white-space: nowrap;
 
   white-space: nowrap;
 
   color: orange;
 
   color: orange;
 
  }
 
  }
  
.sbtt .sbtt-header .ship-hull {
+
.sbtt .sbtt-ship-hull {
 
   white-space: nowrap;
 
   white-space: nowrap;
 
  }
 
  }

Revision as of 09:06, 11 May 2022

Template documentation (for the above template, sometimes hidden or invisible)
Visit User:Evon R'al/Sandbox template/doc to edit this text! (How does this work?) (Refresh this text - why?)