[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 /* 2 YUI 3.17.2 (build 9c3c78e) 3 Copyright 2014 Yahoo! Inc. All rights reserved. 4 Licensed under the BSD License. 5 http://yuilibrary.com/license/ 6 */ 7 8 .yui3-skin-night .yui3-calendar-content { 9 padding:10px; 10 color: #CBCBCB; 11 border: 1px solid #303030; 12 background: #151515; /* Old browsers */ 13 background: -moz-linear-gradient(top, #222222 0%, #151515 100%); /* FF3.6+ */ 14 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#151515)); /* Chrome,Safari4+ */ 15 background: -webkit-linear-gradient(top, #222222 0%,#151515 100%); /* Chrome10+,Safari5.1+ */ 16 background: -o-linear-gradient(top, #222222 0%,#151515 100%); /* Opera11.10+ */ 17 background: -ms-linear-gradient(top, #222222 0%,#151515 100%); /* IE10+ */ 18 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#151515',GradientType=0 ); /* IE6-9 */ 19 background: linear-gradient(top, #222222 0%,#151515 100%); /* W3C */ 20 -moz-border-radius: 5px; 21 border-radius: 5px; 22 } 23 24 25 .yui3-skin-night .yui3-calendar-grid { 26 padding:5px; 27 border-collapse: collapse; 28 } 29 30 .yui3-skin-night .yui3-calendar-header { 31 padding-bottom:10px; 32 } 33 34 .yui3-skin-night .yui3-calendar-header-label { 35 margin: 0; 36 font-size: 1em; 37 font-weight: bold; 38 text-align: center; 39 width: 100%; 40 } 41 42 .yui3-skin-night .yui3-calendar-day, 43 .yui3-skin-night .yui3-calendar-prevmonth-day, 44 .yui3-skin-night .yui3-calendar-nextmonth-day { 45 padding:5px; 46 border: 1px solid #151515; 47 background: #262727; 48 text-align:center; 49 } 50 51 .yui3-skin-night .yui3-calendar-day:hover { 52 background: #383939; 53 color: #FFFFFF; 54 } 55 56 .yui3-skin-night .yui3-calendar-selection-disabled, 57 .yui3-skin-night .yui3-calendar-selection-disabled:hover { 58 background: #151515; 59 color: #596060; 60 } 61 62 .yui3-skin-night .yui3-calendar-weekday { 63 color: #4F4F4F; 64 font-weight: bold; 65 text-align: center; 66 } 67 68 .yui3-skin-night .yui3-calendar-prevmonth-day, .yui3-skin-night .yui3-calendar-nextmonth-day { 69 color: #4F4F4F; 70 } 71 72 .yui3-skin-night .yui3-calendar-day { 73 font-weight: bold; 74 } 75 76 .yui3-skin-night .yui3-calendar-day-selected { 77 background-color: #505151; 78 color: #fff; 79 } 80 81 .yui3-skin-night .yui3-calendar-left-grid { 82 margin-right:1em; 83 } 84 85 [dir="rtl"] .yui3-skin-night .yui3-calendar-left-grid, 86 .yui3-skin-night [dir="rtl"] .yui3-calendar-left-grid { 87 margin-right: auto; 88 margin-left: 1em; 89 } 90 91 .yui3-skin-sam .yui3-calendar-right-grid { 92 margin-left:1em; 93 } 94 95 [dir="rtl"] .yui3-skin-night .yui3-calendar-right-grid, 96 .yui3-skin-night [dir="rtl"] .yui3-calendar-right-grid { 97 margin-left: auto; 98 margin-right: 1em; 99 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |