User talk:Quacks/Testing: Difference between revisions

From Skyrat
Jump to navigation Jump to search
m (→‎Modular testing version: More 3 am cell defines and parameters)
m (→‎Modular testing version: Added more stuff)
Line 60: Line 60:
<div style="display: flex;">
<div style="display: flex;">
<!-- Start cell 1 -->
<!-- Start cell 1 -->
<div style="background: {{{C1outBGcolor|#444444}}}; border-radius: 0 .2em .4em .2em; border: solid {{{C1outBGcolor|#444444}}}; width: 20%; border-width: 0 0 0 0; box-shadow: {{{C1outSHA|0 0 .3em #999}}};">
<div style="background: {{{C1outBGcolor|#444444}}}; border-radius: 0 .2em .4em .2em; border: solid {{{C1lineBGcolor|#000000}}}; width: 20%; border-width: {{{C1lineWIDTH|0 0 0 0}}}; box-shadow: {{{C1outSHA|0 0 .3em #999}}};">
<div style="padding: .5em; background: {{{C1inBGcolor|#444444}}}; margin:.25em; border-radius: .5em; box-shadow: 0 0 .3em #999;">
<div style="padding: .5em; background: {{{C1inBGcolor|#444444}}}; margin:.25em; border-radius: .5em; box-shadow: {{{C1inSHA|0 0 0 #999}}};">
<center>[[How Do I get into Skyrat?|<span style="font-size: 300%; color: {{{ICONcolor|#202122}}}; padding: .3em .31em .3em .31em;">{{#fas:door-open}}</span>]]<br>
<center>[[How Do I get into Skyrat?|<span style="font-size: 300%; color: {{{ICONcolor|#202122}}}; padding: .3em .31em .3em .31em;">{{#fas:door-open}}</span>]]<br>
'''[[How Do I get into Skyrat?]]'''</center>
'''[[How Do I get into Skyrat?]]'''</center>
Line 114: Line 114:
C#outSHA = Controls if a shadow is shown or not on the outside of the cell (Use 0 0 .3em #999 for shadow and 0 0 0 #999 for no shadow)
C#outSHA = Controls if a shadow is shown or not on the outside of the cell (Use 0 0 .3em #999 for shadow and 0 0 0 #999 for no shadow)
C#inBGcolor = Controls the color value of the inner background.
C#inBGcolor = Controls the color value of the inner background.
 
C#lineBGcolor = Controls the color value of the line. (Set to either #FFF or the same as LINEcolor)
C#lineWIDTH = Controls the width of line's between each cell (Set to .2em or .15em)
C#inSHA = Controls if a shadow is shown or not on the inside of the cell (Use 0 0 .3em #999 for shadow and 0 0 0 #999 for no shadow)
</pre>
</pre>

Revision as of 10:18, 13 July 2022

Navigation bar



Modular testing version

Navigation bar


Parameter description

BGcolor = Controls the main headers background color. Works with # color values.
LINEcolor = Controls the color of the horizontal line through the template. Works with # color values.
ICONcolor = Controls the color of all the icons. Works with # color values. (Set to either #202122 or #FFF)

---CELL PARAMETERS--- (C# is the cell number. 1 = left 5 = right)

C#outBGcolor = Controls the color value of the outer background in any given cell
C#outSHA = Controls if a shadow is shown or not on the outside of the cell (Use 0 0 .3em #999 for shadow and 0 0 0 #999 for no shadow)
C#inBGcolor = Controls the color value of the inner background.
C#lineBGcolor = Controls the color value of the line. (Set to either #FFF or the same as LINEcolor)
C#lineWIDTH = Controls the width of line's between each cell (Set to .2em or .15em)
C#inSHA = Controls if a shadow is shown or not on the inside of the cell (Use 0 0 .3em #999 for shadow and 0 0 0 #999 for no shadow)