UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

250 lines 12.9 kB
```css // Property: subtitleColor // Description: Default text color of the subtitle, as a color name or hex triplet. // Component(s): Ti.UI.ListItem '.subtitle-transparent': { subtitleColor: 'transparent' } '.subtitle-black': { subtitleColor: '#000000' } '.subtitle-white': { subtitleColor: '#ffffff' } '.subtitle-slate-50': { subtitleColor: '#f8fafc' } '.subtitle-slate-100': { subtitleColor: '#f1f5f9' } '.subtitle-slate-200': { subtitleColor: '#e2e8f0' } '.subtitle-slate-300': { subtitleColor: '#cbd5e1' } '.subtitle-slate-400': { subtitleColor: '#94a3b8' } '.subtitle-slate-500': { subtitleColor: '#64748b' } '.subtitle-slate-600': { subtitleColor: '#475569' } '.subtitle-slate-700': { subtitleColor: '#334155' } '.subtitle-slate-800': { subtitleColor: '#1e293b' } '.subtitle-slate-900': { subtitleColor: '#0f172a' } '.subtitle-slate-950': { subtitleColor: '#020617' } '.subtitle-gray-50': { subtitleColor: '#f9fafb' } '.subtitle-gray-100': { subtitleColor: '#f3f4f6' } '.subtitle-gray-200': { subtitleColor: '#e5e7eb' } '.subtitle-gray-300': { subtitleColor: '#d1d5db' } '.subtitle-gray-400': { subtitleColor: '#9ca3af' } '.subtitle-gray-500': { subtitleColor: '#6b7280' } '.subtitle-gray-600': { subtitleColor: '#4b5563' } '.subtitle-gray-700': { subtitleColor: '#374151' } '.subtitle-gray-800': { subtitleColor: '#1f2937' } '.subtitle-gray-900': { subtitleColor: '#111827' } '.subtitle-gray-950': { subtitleColor: '#030712' } '.subtitle-zinc-50': { subtitleColor: '#fafafa' } '.subtitle-zinc-100': { subtitleColor: '#f4f4f5' } '.subtitle-zinc-200': { subtitleColor: '#e4e4e7' } '.subtitle-zinc-300': { subtitleColor: '#d4d4d8' } '.subtitle-zinc-400': { subtitleColor: '#a1a1aa' } '.subtitle-zinc-500': { subtitleColor: '#71717a' } '.subtitle-zinc-600': { subtitleColor: '#52525b' } '.subtitle-zinc-700': { subtitleColor: '#3f3f46' } '.subtitle-zinc-800': { subtitleColor: '#27272a' } '.subtitle-zinc-900': { subtitleColor: '#18181b' } '.subtitle-zinc-950': { subtitleColor: '#09090b' } '.subtitle-neutral-50': { subtitleColor: '#fafafa' } '.subtitle-neutral-100': { subtitleColor: '#f5f5f5' } '.subtitle-neutral-200': { subtitleColor: '#e5e5e5' } '.subtitle-neutral-300': { subtitleColor: '#d4d4d4' } '.subtitle-neutral-400': { subtitleColor: '#a3a3a3' } '.subtitle-neutral-500': { subtitleColor: '#737373' } '.subtitle-neutral-600': { subtitleColor: '#525252' } '.subtitle-neutral-700': { subtitleColor: '#404040' } '.subtitle-neutral-800': { subtitleColor: '#262626' } '.subtitle-neutral-900': { subtitleColor: '#171717' } '.subtitle-neutral-950': { subtitleColor: '#0a0a0a' } '.subtitle-stone-50': { subtitleColor: '#fafaf9' } '.subtitle-stone-100': { subtitleColor: '#f5f5f4' } '.subtitle-stone-200': { subtitleColor: '#e7e5e4' } '.subtitle-stone-300': { subtitleColor: '#d6d3d1' } '.subtitle-stone-400': { subtitleColor: '#a8a29e' } '.subtitle-stone-500': { subtitleColor: '#78716c' } '.subtitle-stone-600': { subtitleColor: '#57534e' } '.subtitle-stone-700': { subtitleColor: '#44403c' } '.subtitle-stone-800': { subtitleColor: '#292524' } '.subtitle-stone-900': { subtitleColor: '#1c1917' } '.subtitle-stone-950': { subtitleColor: '#0c0a09' } '.subtitle-red-50': { subtitleColor: '#fef2f2' } '.subtitle-red-100': { subtitleColor: '#fee2e2' } '.subtitle-red-200': { subtitleColor: '#fecaca' } '.subtitle-red-300': { subtitleColor: '#fca5a5' } '.subtitle-red-400': { subtitleColor: '#f87171' } '.subtitle-red-500': { subtitleColor: '#ef4444' } '.subtitle-red-600': { subtitleColor: '#dc2626' } '.subtitle-red-700': { subtitleColor: '#b91c1c' } '.subtitle-red-800': { subtitleColor: '#991b1b' } '.subtitle-red-900': { subtitleColor: '#7f1d1d' } '.subtitle-red-950': { subtitleColor: '#450a0a' } '.subtitle-orange-50': { subtitleColor: '#fff7ed' } '.subtitle-orange-100': { subtitleColor: '#ffedd5' } '.subtitle-orange-200': { subtitleColor: '#fed7aa' } '.subtitle-orange-300': { subtitleColor: '#fdba74' } '.subtitle-orange-400': { subtitleColor: '#fb923c' } '.subtitle-orange-500': { subtitleColor: '#f97316' } '.subtitle-orange-600': { subtitleColor: '#ea580c' } '.subtitle-orange-700': { subtitleColor: '#c2410c' } '.subtitle-orange-800': { subtitleColor: '#9a3412' } '.subtitle-orange-900': { subtitleColor: '#7c2d12' } '.subtitle-orange-950': { subtitleColor: '#431407' } '.subtitle-amber-50': { subtitleColor: '#fffbeb' } '.subtitle-amber-100': { subtitleColor: '#fef3c7' } '.subtitle-amber-200': { subtitleColor: '#fde68a' } '.subtitle-amber-300': { subtitleColor: '#fcd34d' } '.subtitle-amber-400': { subtitleColor: '#fbbf24' } '.subtitle-amber-500': { subtitleColor: '#f59e0b' } '.subtitle-amber-600': { subtitleColor: '#d97706' } '.subtitle-amber-700': { subtitleColor: '#b45309' } '.subtitle-amber-800': { subtitleColor: '#92400e' } '.subtitle-amber-900': { subtitleColor: '#78350f' } '.subtitle-amber-950': { subtitleColor: '#451a03' } '.subtitle-yellow-50': { subtitleColor: '#fefce8' } '.subtitle-yellow-100': { subtitleColor: '#fef9c3' } '.subtitle-yellow-200': { subtitleColor: '#fef08a' } '.subtitle-yellow-300': { subtitleColor: '#fde047' } '.subtitle-yellow-400': { subtitleColor: '#facc15' } '.subtitle-yellow-500': { subtitleColor: '#eab308' } '.subtitle-yellow-600': { subtitleColor: '#ca8a04' } '.subtitle-yellow-700': { subtitleColor: '#a16207' } '.subtitle-yellow-800': { subtitleColor: '#854d0e' } '.subtitle-yellow-900': { subtitleColor: '#713f12' } '.subtitle-yellow-950': { subtitleColor: '#422006' } '.subtitle-lime-50': { subtitleColor: '#f7fee7' } '.subtitle-lime-100': { subtitleColor: '#ecfccb' } '.subtitle-lime-200': { subtitleColor: '#d9f99d' } '.subtitle-lime-300': { subtitleColor: '#bef264' } '.subtitle-lime-400': { subtitleColor: '#a3e635' } '.subtitle-lime-500': { subtitleColor: '#84cc16' } '.subtitle-lime-600': { subtitleColor: '#65a30d' } '.subtitle-lime-700': { subtitleColor: '#4d7c0f' } '.subtitle-lime-800': { subtitleColor: '#3f6212' } '.subtitle-lime-900': { subtitleColor: '#365314' } '.subtitle-lime-950': { subtitleColor: '#1a2e05' } '.subtitle-green-50': { subtitleColor: '#f0fdf4' } '.subtitle-green-100': { subtitleColor: '#dcfce7' } '.subtitle-green-200': { subtitleColor: '#bbf7d0' } '.subtitle-green-300': { subtitleColor: '#86efac' } '.subtitle-green-400': { subtitleColor: '#4ade80' } '.subtitle-green-500': { subtitleColor: '#22c55e' } '.subtitle-green-600': { subtitleColor: '#16a34a' } '.subtitle-green-700': { subtitleColor: '#15803d' } '.subtitle-green-800': { subtitleColor: '#166534' } '.subtitle-green-900': { subtitleColor: '#14532d' } '.subtitle-green-950': { subtitleColor: '#052e16' } '.subtitle-emerald-50': { subtitleColor: '#ecfdf5' } '.subtitle-emerald-100': { subtitleColor: '#d1fae5' } '.subtitle-emerald-200': { subtitleColor: '#a7f3d0' } '.subtitle-emerald-300': { subtitleColor: '#6ee7b7' } '.subtitle-emerald-400': { subtitleColor: '#34d399' } '.subtitle-emerald-500': { subtitleColor: '#10b981' } '.subtitle-emerald-600': { subtitleColor: '#059669' } '.subtitle-emerald-700': { subtitleColor: '#047857' } '.subtitle-emerald-800': { subtitleColor: '#065f46' } '.subtitle-emerald-900': { subtitleColor: '#064e3b' } '.subtitle-emerald-950': { subtitleColor: '#022c22' } '.subtitle-teal-50': { subtitleColor: '#f0fdfa' } '.subtitle-teal-100': { subtitleColor: '#ccfbf1' } '.subtitle-teal-200': { subtitleColor: '#99f6e4' } '.subtitle-teal-300': { subtitleColor: '#5eead4' } '.subtitle-teal-400': { subtitleColor: '#2dd4bf' } '.subtitle-teal-500': { subtitleColor: '#14b8a6' } '.subtitle-teal-600': { subtitleColor: '#0d9488' } '.subtitle-teal-700': { subtitleColor: '#0f766e' } '.subtitle-teal-800': { subtitleColor: '#115e59' } '.subtitle-teal-900': { subtitleColor: '#134e4a' } '.subtitle-teal-950': { subtitleColor: '#042f2e' } '.subtitle-cyan-50': { subtitleColor: '#ecfeff' } '.subtitle-cyan-100': { subtitleColor: '#cffafe' } '.subtitle-cyan-200': { subtitleColor: '#a5f3fc' } '.subtitle-cyan-300': { subtitleColor: '#67e8f9' } '.subtitle-cyan-400': { subtitleColor: '#22d3ee' } '.subtitle-cyan-500': { subtitleColor: '#06b6d4' } '.subtitle-cyan-600': { subtitleColor: '#0891b2' } '.subtitle-cyan-700': { subtitleColor: '#0e7490' } '.subtitle-cyan-800': { subtitleColor: '#155e75' } '.subtitle-cyan-900': { subtitleColor: '#164e63' } '.subtitle-cyan-950': { subtitleColor: '#083344' } '.subtitle-sky-50': { subtitleColor: '#f0f9ff' } '.subtitle-sky-100': { subtitleColor: '#e0f2fe' } '.subtitle-sky-200': { subtitleColor: '#bae6fd' } '.subtitle-sky-300': { subtitleColor: '#7dd3fc' } '.subtitle-sky-400': { subtitleColor: '#38bdf8' } '.subtitle-sky-500': { subtitleColor: '#0ea5e9' } '.subtitle-sky-600': { subtitleColor: '#0284c7' } '.subtitle-sky-700': { subtitleColor: '#0369a1' } '.subtitle-sky-800': { subtitleColor: '#075985' } '.subtitle-sky-900': { subtitleColor: '#0c4a6e' } '.subtitle-sky-950': { subtitleColor: '#082f49' } '.subtitle-blue-50': { subtitleColor: '#eff6ff' } '.subtitle-blue-100': { subtitleColor: '#dbeafe' } '.subtitle-blue-200': { subtitleColor: '#bfdbfe' } '.subtitle-blue-300': { subtitleColor: '#93c5fd' } '.subtitle-blue-400': { subtitleColor: '#60a5fa' } '.subtitle-blue-500': { subtitleColor: '#3b82f6' } '.subtitle-blue-600': { subtitleColor: '#2563eb' } '.subtitle-blue-700': { subtitleColor: '#1d4ed8' } '.subtitle-blue-800': { subtitleColor: '#1e40af' } '.subtitle-blue-900': { subtitleColor: '#1e3a8a' } '.subtitle-blue-950': { subtitleColor: '#172554' } '.subtitle-indigo-50': { subtitleColor: '#eef2ff' } '.subtitle-indigo-100': { subtitleColor: '#e0e7ff' } '.subtitle-indigo-200': { subtitleColor: '#c7d2fe' } '.subtitle-indigo-300': { subtitleColor: '#a5b4fc' } '.subtitle-indigo-400': { subtitleColor: '#818cf8' } '.subtitle-indigo-500': { subtitleColor: '#6366f1' } '.subtitle-indigo-600': { subtitleColor: '#4f46e5' } '.subtitle-indigo-700': { subtitleColor: '#4338ca' } '.subtitle-indigo-800': { subtitleColor: '#3730a3' } '.subtitle-indigo-900': { subtitleColor: '#312e81' } '.subtitle-indigo-950': { subtitleColor: '#1e1b4b' } '.subtitle-violet-50': { subtitleColor: '#f5f3ff' } '.subtitle-violet-100': { subtitleColor: '#ede9fe' } '.subtitle-violet-200': { subtitleColor: '#ddd6fe' } '.subtitle-violet-300': { subtitleColor: '#c4b5fd' } '.subtitle-violet-400': { subtitleColor: '#a78bfa' } '.subtitle-violet-500': { subtitleColor: '#8b5cf6' } '.subtitle-violet-600': { subtitleColor: '#7c3aed' } '.subtitle-violet-700': { subtitleColor: '#6d28d9' } '.subtitle-violet-800': { subtitleColor: '#5b21b6' } '.subtitle-violet-900': { subtitleColor: '#4c1d95' } '.subtitle-violet-950': { subtitleColor: '#2e1065' } '.subtitle-purple-50': { subtitleColor: '#faf5ff' } '.subtitle-purple-100': { subtitleColor: '#f3e8ff' } '.subtitle-purple-200': { subtitleColor: '#e9d5ff' } '.subtitle-purple-300': { subtitleColor: '#d8b4fe' } '.subtitle-purple-400': { subtitleColor: '#c084fc' } '.subtitle-purple-500': { subtitleColor: '#a855f7' } '.subtitle-purple-600': { subtitleColor: '#9333ea' } '.subtitle-purple-700': { subtitleColor: '#7e22ce' } '.subtitle-purple-800': { subtitleColor: '#6b21a8' } '.subtitle-purple-900': { subtitleColor: '#581c87' } '.subtitle-purple-950': { subtitleColor: '#3b0764' } '.subtitle-fuchsia-50': { subtitleColor: '#fdf4ff' } '.subtitle-fuchsia-100': { subtitleColor: '#fae8ff' } '.subtitle-fuchsia-200': { subtitleColor: '#f5d0fe' } '.subtitle-fuchsia-300': { subtitleColor: '#f0abfc' } '.subtitle-fuchsia-400': { subtitleColor: '#e879f9' } '.subtitle-fuchsia-500': { subtitleColor: '#d946ef' } '.subtitle-fuchsia-600': { subtitleColor: '#c026d3' } '.subtitle-fuchsia-700': { subtitleColor: '#a21caf' } '.subtitle-fuchsia-800': { subtitleColor: '#86198f' } '.subtitle-fuchsia-900': { subtitleColor: '#701a75' } '.subtitle-fuchsia-950': { subtitleColor: '#4a044e' } '.subtitle-pink-50': { subtitleColor: '#fdf2f8' } '.subtitle-pink-100': { subtitleColor: '#fce7f3' } '.subtitle-pink-200': { subtitleColor: '#fbcfe8' } '.subtitle-pink-300': { subtitleColor: '#f9a8d4' } '.subtitle-pink-400': { subtitleColor: '#f472b6' } '.subtitle-pink-500': { subtitleColor: '#ec4899' } '.subtitle-pink-600': { subtitleColor: '#db2777' } '.subtitle-pink-700': { subtitleColor: '#be185d' } '.subtitle-pink-800': { subtitleColor: '#9d174d' } '.subtitle-pink-900': { subtitleColor: '#831843' } '.subtitle-pink-950': { subtitleColor: '#500724' } '.subtitle-rose-50': { subtitleColor: '#fff1f2' } '.subtitle-rose-100': { subtitleColor: '#ffe4e6' } '.subtitle-rose-200': { subtitleColor: '#fecdd3' } '.subtitle-rose-300': { subtitleColor: '#fda4af' } '.subtitle-rose-400': { subtitleColor: '#fb7185' } '.subtitle-rose-500': { subtitleColor: '#f43f5e' } '.subtitle-rose-600': { subtitleColor: '#e11d48' } '.subtitle-rose-700': { subtitleColor: '#be123c' } '.subtitle-rose-800': { subtitleColor: '#9f1239' } '.subtitle-rose-900': { subtitleColor: '#881337' } '.subtitle-rose-950': { subtitleColor: '#4c0519' } ```