More actions
mNo edit summary |
m Rewrote function dependent formatting. Removed options shared their formatting with #default so they where redundant. |
||
| Line 11: | Line 11: | ||
}} | }} | ||
| abovestyle = {{#switch: {{lc: {{{role|}}} }} | | abovestyle = {{#switch: {{lc: {{{role|}}} }} | ||
| | | manager = background-color: green; | ||
background-image: -moz-linear-gradient(center top, #3DAC00 0%, #2E8100 100%); | background-image: -moz-linear-gradient(center top, #3DAC00 0%, #2E8100 100%); | ||
background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#3DAC00), color-stop(100%,#2E8100)); | background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#3DAC00), color-stop(100%,#2E8100)); | ||
| Line 35: | Line 19: | ||
background-image: linear-gradient(to bottom, #3DAC00 0%, #2E8100 100%); | background-image: linear-gradient(to bottom, #3DAC00 0%, #2E8100 100%); | ||
color: lightgrey; | color: lightgrey; | ||
| #default = background: #172489; | | #default = background-color: #172489; | ||
background-image: -moz-linear-gradient(center top, #172489 0%, #3D85C6 100%); | background-image: -moz-linear-gradient(center top, #172489 0%, #3D85C6 100%); | ||
background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#172489), color-stop(100%,#3D85C6)); | background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#172489), color-stop(100%,#3D85C6)); | ||
| Line 48: | Line 32: | ||
| headerstyle = {{#switch: {{lc: {{{role|}}} }} | | headerstyle = {{#switch: {{lc: {{{role|}}} }} | ||
| | | manager = background-color: green; | ||
background-image: -moz-linear-gradient(center top, #3DAC00 0%, #2E8100 100%); | background-image: -moz-linear-gradient(center top, #3DAC00 0%, #2E8100 100%); | ||
background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#3DAC00), color-stop(100%,#2E8100)); | background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#3DAC00), color-stop(100%,#2E8100)); | ||
| Line 64: | Line 40: | ||
background-image: linear-gradient(to bottom, #3DAC00 0%, #2E8100 100%); | background-image: linear-gradient(to bottom, #3DAC00 0%, #2E8100 100%); | ||
color: white; | color: white; | ||
| #default = background: #172489; | | #default = background-color: #172489; | ||
background-image: -moz-linear-gradient(center top, #172489 0%, #3D85C6 100%); | background-image: -moz-linear-gradient(center top, #172489 0%, #3D85C6 100%); | ||
background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#172489), color-stop(100%,#3D85C6)); | background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#172489), color-stop(100%,#3D85C6)); | ||
| Line 103: | Line 79: | ||
| belowstyle = {{#switch: {{lc: {{{role|}}} }} | | belowstyle = {{#switch: {{lc: {{{role|}}} }} | ||
| | | manager = background-color: green; | ||
background-image: -moz-linear-gradient(center top, #3DAC00 0%, #2E8100 100%); | background-image: -moz-linear-gradient(center top, #3DAC00 0%, #2E8100 100%); | ||
background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#3DAC00), color-stop(100%,#2E8100)); | background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#3DAC00), color-stop(100%,#2E8100)); | ||
| Line 119: | Line 87: | ||
background-image: linear-gradient(to bottom, #3DAC00 0%, #2E8100 100%); | background-image: linear-gradient(to bottom, #3DAC00 0%, #2E8100 100%); | ||
color: white; | color: white; | ||
| #default = background: #172489; | | #default = background-color: #172489; | ||
background-image: -moz-linear-gradient(center top, #172489 0%, #3D85C6 100%); | background-image: -moz-linear-gradient(center top, #172489 0%, #3D85C6 100%); | ||
background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#172489), color-stop(100%,#3D85C6)); | background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#172489), color-stop(100%,#3D85C6)); | ||