User talk:Quacks/Testing: Difference between revisions
Jump to navigation
Jump to search
Navigation bar
Navigation bar
m →Modular testing version: Added the right links to each cell |
m →Modular testing version: slight tweaks |
||
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: {{{C1outBORDRAD|0 0 0 | <div style="background: {{{C1outBGcolor|#444444}}}; border-radius: {{{C1outBORDRAD|0 0 0 .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: {{{C1inSHA|0 0 0 #999}}};"> | <div style="padding: .5em; background: {{{C1inBGcolor|#444444}}}; margin:.25em; border-radius: .5em; box-shadow: {{{C1inSHA|0 0 0 #999}}};"> | ||
<center>[[Main Page|<span style="font-size: 300%; color: {{{ICONcolor|#202122}}}; padding: .3em .31em .3em .31em;">{{#fas:home}}</span>]]<br> | <center>[[Main Page|<span style="font-size: 300%; color: {{{ICONcolor|#202122}}}; padding: .3em .31em .3em .31em;">{{#fas:home}}</span>]]<br> | ||
Line 92: | Line 92: | ||
<!-- End cell 4 --> | <!-- End cell 4 --> | ||
<!-- Start cell 5 --> | <!-- Start cell 5 --> | ||
<div style="background: {{{C5outBGcolor|#444444}}}; border-radius: {{{C5outBORDRAD|0 0 | <div style="background: {{{C5outBGcolor|#444444}}}; border-radius: {{{C5outBORDRAD|0 0 .2em 0}}}; border: solid {{{C5lineBGcolor|#000000}}}; width: 20%; border-width: {{{C5lineWIDTH|0 0 0 0}}}; box-shadow: {{{C5outSHA|0 0 .3em #999}}};"> | ||
<div style="padding: .5em; background: {{{C5inBGcolor|#444444}}}; margin:.25em; border-radius: .5em; box-shadow: {{{C5inSHA|0 0 0 #999}}};"> | <div style="padding: .5em; background: {{{C5inBGcolor|#444444}}}; margin:.25em; border-radius: .5em; box-shadow: {{{C5inSHA|0 0 0 #999}}};"> | ||
<center>[[Objects|<span style="font-size: 300%; color: {{{ICONcolor|#202122}}}; padding: .3em .31em .3em .31em;">{{#fas:wrench}}</span>]]<br> | <center>[[Objects|<span style="font-size: 300%; color: {{{ICONcolor|#202122}}}; padding: .3em .31em .3em .31em;">{{#fas:wrench}}</span>]]<br> |
Revision as of 11:08, 13 July 2022
Modular testing version
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) C#outBORDRAD = Controls the outside border radius.