[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 /** 2 * @provides phui-text-css 3 */ 4 5 6 /* Styles */ 7 .phui-text-bold { 8 font-weight: bold; 9 } 10 11 .phui-text-uppercase { 12 text-transform: uppercase; 13 } 14 15 .phui-text-strike { 16 text-decoration: line-through; 17 } 18 19 20 /* Colors */ 21 .phui-text-red { 22 color: {$red}; 23 } 24 25 .phui-text-orange { 26 color: {$orange}; 27 } 28 29 .phui-text-yellow { 30 color: {$yellow}; 31 } 32 33 .phui-text-green { 34 color: {$green} 35 } 36 37 .phui-text-blue { 38 color: {$blue}; 39 } 40 41 .phui-text-indigo { 42 color: {$indigo}; 43 } 44 45 .phui-text-violet { 46 color: {$violet}; 47 } 48 49 .phui-text-white { 50 color: #fff; 51 } 52 53 .phui-text-black { 54 color: #333; 55 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |