Line 2,166: |
Line 2,166: |
| .qdW > td:nth-child(4n+3) { background: #FFF7FF; } | | .qdW > td:nth-child(4n+3) { background: #FFF7FF; } |
| */ | | */ |
| + | |
| + | /* ----------------------------------------------*/ |
| + | |
| + | /*FURNITURE TEMPLATES SUPPORT (UNFINISHED) |
| + | Based on quest css design |
| + | Used by: Template:FurnitureKai |
| + | Added by: Chocolatecravinghobo |
| + | ----------------------------------------------*/ |
| + | |
| + | .f01 { background-color: #cc9966 !important; } |
| + | .f02 { background-color: #cc9999 !important; } |
| + | .f03 { background-color: #9999cc !important; } |
| + | .f04 { background-color: #99cccc !important; } |
| + | .f05 { background-color: #66cc99 !important; } |
| + | .f06 { background-color: #cccc99 !important; } |
| + | .f07 { background-color: #d3d3d3 !important; } |
| + | |
| + | .f001 { border-color: #cc9966 !important; } |
| + | .f002 { border-color: #cc9999 !important; } |
| + | .f003 { border-color: #9999cc !important; } |
| + | .f004 { border-color: #99cccc !important; } |
| + | .f005 { border-color: #66cc99 !important; } |
| + | .f006 { border-color: #cccc99 !important; } |
| + | .f007 { border-color: #d3d3d3 !important; } |
| | | |
| /* ----------------------------------------------*/ | | /* ----------------------------------------------*/ |