forked from liferay/yui3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of yuisource.corp.yahoo.com:yui3
- Loading branch information
Showing
275 changed files
with
17,438 additions
and
3,549 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
.yui3-calendar { | ||
} | ||
|
||
.yui3-calendar-content { | ||
} | ||
|
||
.yui3-calendar-column-hidden, .yui3-calendar-hidden { | ||
display:none; | ||
} | ||
|
||
.yui3-calendar-day { | ||
cursor: pointer; | ||
} | ||
|
||
.yui3-calendar-selection-disabled { | ||
cursor: default; | ||
} | ||
|
||
.yui3-calendar-prevmonth-day { | ||
cursor: default; | ||
} | ||
|
||
.yui3-calendar-nextmonth-day { | ||
cursor: default; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.yui3-calendar-header { | ||
padding-left:15px; | ||
padding-right:15px; | ||
} | ||
|
||
.yui3-calendar-header-label { | ||
width:100%; | ||
} | ||
|
||
.yui3-calendarnav-prevmonth { | ||
width:15px; | ||
margin-left:-15px; | ||
cursor: pointer; | ||
} | ||
|
||
.yui3-calendarnav-nextmonth { | ||
width:15px; | ||
margin-right:-15px; | ||
cursor: pointer; | ||
text-align: right; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
.yui3-skin-sam .yui3-calendar-content { | ||
padding:10px; | ||
font-size:0.8em; | ||
font-family:"Lucida Grande", "Lucida Sans", Calibri, Helvetica, Arial, sans-serif; | ||
color: #000000; | ||
border: 1px solid gray; | ||
background: #f2f2f2; /* Old browsers */ | ||
background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%); /* FF3.6+ */ | ||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */ | ||
background: -webkit-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */ | ||
background: -o-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* Opera11.10+ */ | ||
background: -ms-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* IE10+ */ | ||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */ | ||
background: linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* W3C */ | ||
-moz-border-radius: 5px; | ||
border-radius: 5px; | ||
} | ||
|
||
.yui3-skin-sam .yui3-calendar-grid { | ||
padding:5px; | ||
border-collapse: collapse; | ||
} | ||
|
||
.yui3-skin-sam .yui3-calendar-header { | ||
padding-bottom:10px; | ||
} | ||
|
||
.yui3-skin-sam .yui3-calendar-header-label h4 { | ||
margin: 0; | ||
font-size: 1em; | ||
font-weight: bold; | ||
} | ||
|
||
.yui3-skin-sam .yui3-calendar-selection-disabled { | ||
color: #555555; | ||
} | ||
|
||
.yui3-skin-sam .yui3-calendar-day, | ||
.yui3-skin-sam .yui3-calendar-prevmonth-day, | ||
.yui3-skin-sam .yui3-calendar-nextmonth-day { | ||
border: 1px solid #CCCCCC; | ||
background: #FFFFFF; | ||
text-align:center; | ||
} | ||
|
||
.yui3-skin-sam .yui3-calendar-day:hover { | ||
background: #0066CC; | ||
color: #FFFFFF; | ||
} | ||
|
||
.yui3-skin-sam .yui3-calendar-selection-disabled, | ||
.yui3-skin-sam .yui3-calendar-selection-disabled:hover { | ||
color: #A6A6A6; | ||
background: #CCCCCC; | ||
} | ||
|
||
.yui3-skin-sam .yui3-calendar-weekday { | ||
font-weight: bold; | ||
} | ||
|
||
.yui3-skin-sam .yui3-calendar-prevmonth-day, .yui3-calendar-nextmonth-day { | ||
color: #A6A6A6; | ||
} | ||
|
||
.yui3-skin-sam .yui3-calendar-day { | ||
font-weight: bold; | ||
} | ||
|
||
.yui3-skin-sam .yui3-calendar-day-selected { | ||
background-color: #B3D4FF; | ||
color: #000000; | ||
|
||
} | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
build/calendar-base/assets/skins/sam/calendarnavigator-skin.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.yui3-calendarnav-prevmonth, .yui3-calendarnav-nextmonth { | ||
color: #000000; | ||
} | ||
|
||
.yui3-calendarnav-prevmonth:hover, .yui3-calendarnav-nextmonth:hover { | ||
color: #0066CC; | ||
} |
Oops, something went wrong.