[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 /** 2 * @provides phabricator-countdown-css 3 */ 4 5 .phabricator-timer { 6 width: 90%; 7 margin: 12px auto; 8 border: 1px solid {$greytext}; 9 border-radius: 4px; 10 background: #ffffff; 11 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25); 12 } 13 14 .phabricator-remarkup .phabricator-timer { 15 width: 300px; 16 } 17 18 .phabricator-timer-header { 19 font-size: 14px; 20 font-weight: bold; 21 padding: 4px 8px; 22 background: #f0f0f0; 23 border-radius: 4px 4px 0 0; 24 border-bottom: 1px solid #d7d7d7; 25 } 26 27 .phabricator-timer-table { 28 width: 100%; 29 margin: 8px 0; 30 } 31 32 .phabricator-timer-table th { 33 text-align: center; 34 color: {$greytext}; 35 width: 10%; 36 padding: 4px; 37 } 38 39 .phabricator-timer-table td { 40 padding: 4px; 41 text-align: center; 42 font-size: 36px; 43 overflow: hidden; 44 line-height: auto; 45 height: auto; 46 line-height: 36px; 47 } 48 49 .phabricator-timer-table small { 50 color: {$lightgreytext}; 51 }
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 |