diff options
Diffstat (limited to 'js/dojo-1.7.2/dojox/atom/widget/templates/css')
6 files changed, 334 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/atom/widget/templates/css/EntryHeader.css b/js/dojo-1.7.2/dojox/atom/widget/templates/css/EntryHeader.css new file mode 100644 index 0000000..6403b61 --- /dev/null +++ b/js/dojo-1.7.2/dojox/atom/widget/templates/css/EntryHeader.css @@ -0,0 +1,35 @@ + +.containerNode { + visibility : visible; +} +.graphic-tab-lgray { + margin-bottom: 10px; +} +/* + background: #d9d9d9; + border-bottom: #d9d9d9 solid 7px; +}*/ + +/* headers for listview */ +.newgraphic-tab-lgray { + border-bottom: #d9d9d9 solid 7px; +} +td.lp { + padding: 0px 13px 0px 10px; + font-weight: bold; + background: #d9d9d9; + border-bottom: #d9d9d9 solid 7px; +} + +td.lp2 { + background: #FFFFFF; + border-bottom: #d9d9d9 solid 7px; +} + +span.lp { + padding: 0px 13px 0px 10px; + font-weight: bold; + background: #d9d9d9; + border-bottom: #d9d9d9 solid 7px; + width: auto; +}
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/atom/widget/templates/css/HtmlFeedEntryEditor.css b/js/dojo-1.7.2/dojox/atom/widget/templates/css/HtmlFeedEntryEditor.css new file mode 100644 index 0000000..a6fa3c3 --- /dev/null +++ b/js/dojo-1.7.2/dojox/atom/widget/templates/css/HtmlFeedEntryEditor.css @@ -0,0 +1,98 @@ +.feedEntryEditor { + color:#000000; + background: #FFFFFF; +} + +.feedEntryEditorMenuTable { + background: #C0C0C0; + border:2px solid; + border-top-color: lightgrey; + border-left-color: lightgrey; + border-right-color: darkgray; + border-bottom-color: darkgray; +} + +.feedEntryEditorMenu { + cursor: pointer; + color:#0000FF; + text-align: left; + font-size: small; +} + +.feedEntryEditorDisplayCheckbox { + font-size: small; + text-align: left; +} + +.feedEntryEditorMenu:hover { + text-decoration: underline; +} + +.feedEntryEditorTitle { + color:#000000; + background: #FFFFFF; + text-align: left; + #padding-left: 10px; + font-size: 125%; + font-weight: bold; +} + +.feedEntryEditorAuthor { + color:#000000; + background: #FFFFFF; +} + +.feedEntryEditorAuthorNames { + color:#000000; + background: #FFFFFF; + text-align: left; + #padding-left: 10px; + font-size: 110%; + font-style: italic; + font-weight: normal; +} + +.feedEntryEditorSummary { + color:#000000; + background: #FFFFFF; +} + +.feedEntryEditorUpdated { + color:#000000; + background: #FFFFFF; +} + +.feedEntryEditorUpdatedText { + color:#000000; + background: #FFFFFF; + font-size: 110%; + font-style: italic; + font-weight: normal; +} + +.feedEntryEditorId { + color:#000000; + background: #FFFFFF; +} + +.feedEntryEditorIdText { + color:#000000; + background: #FFFFFF; + font-style: italic; + font-size: 110%; + font-weight: normal; +} + +.feedEntryEditorContent { + color:#000000; + background: #FFFFFF; +} + +.feedEntryEditorContributorNames { + color:#000000; + text-align: left; + #padding-left: 10px; + font-size: 125%; + font-style: italic; + font-weight: normal; +} diff --git a/js/dojo-1.7.2/dojox/atom/widget/templates/css/HtmlFeedEntryViewer.css b/js/dojo-1.7.2/dojox/atom/widget/templates/css/HtmlFeedEntryViewer.css new file mode 100644 index 0000000..36400c9 --- /dev/null +++ b/js/dojo-1.7.2/dojox/atom/widget/templates/css/HtmlFeedEntryViewer.css @@ -0,0 +1,107 @@ +.feedEntryViewer { + color:#000000; + background: #FFFFFF; +/* overflow: auto;*/ +} + +.feedEntryViewerMenuTable { + background: #C0C0C0; + border:2px solid; + border-top-color: lightgrey; + border-left-color: lightgrey; + border-right-color: darkgray; + border-bottom-color: darkgray; + margin: 0; +} + +.feedEntryViewerMenu, .peopleEditorButton { + cursor: pointer; + color:#0000FF; + text-align: left; + font-size: small; +} + +.feedEntryViewerDisplayCheckbox { + font-size: small; + text-align: left; +} + +.feedEntryViewerMenu:hover, .peopleEditorButton:hover { + text-decoration: underline; +} + +.feedEntryViewerContainer, .feedEntryViewerContainer table { + border-width: 0; + margin: 0; +} + +.feedEntryViewerTitle { + color:#000000; + background: #FFFFFF; + text-align: left; + /*padding-left: 10px;*/ + font-size: 125%; + font-weight: bold; +} + +.feedEntryViewerAuthor { + color:#000000; + background: #FFFFFF; +} + +.feedEntryViewerAuthorNames { + color:#000000; + background: #FFFFFF; + text-align: left; + /*padding-left: 10px;*/ + font-size: 110%; + font-style: italic; + font-weight: normal; +} + +.feedEntryViewerSummary { + color:#000000; + background: #FFFFFF; +} + +.feedEntryViewerUpdated { + color:#000000; + background: #FFFFFF; +} + +.feedEntryViewerUpdatedText { + color:#000000; + background: #FFFFFF; + font-size: 110%; + font-style: italic; + font-weight: normal; +} + +.feedEntryViewerId { + color:#000000; + background: #FFFFFF; +} + +.feedEntryViewerIdText { + color:#000000; + background: #FFFFFF; + font-style: italic; + font-size: 110%; + font-weight: normal; +} + +.feedEntryViewerContent { + color:#000000; + background: #FFFFFF; +} + +.feedEntryViewerContributorNames { + color:#000000; + text-align: left; + /*padding-left: 10px;*/ + font-size: 125%; + font-weight: normal; +} + +.feedEntryViewer table { +}
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/atom/widget/templates/css/HtmlFeedViewer.css b/js/dojo-1.7.2/dojox/atom/widget/templates/css/HtmlFeedViewer.css new file mode 100644 index 0000000..395df3d --- /dev/null +++ b/js/dojo-1.7.2/dojox/atom/widget/templates/css/HtmlFeedViewer.css @@ -0,0 +1,16 @@ +.feedViewerTable { + font-size: small; + width:100%; + cursor:default; + padding:2px; +} + +.feedViewerTable, .feedViewerTable table { + border-width: 0; + margin: 0; +} + +.feedViewerTableBody { + overflow-x: auto; + overflow-y: auto; +} diff --git a/js/dojo-1.7.2/dojox/atom/widget/templates/css/HtmlFeedViewerEntry.css b/js/dojo-1.7.2/dojox/atom/widget/templates/css/HtmlFeedViewerEntry.css new file mode 100644 index 0000000..49a7f6c --- /dev/null +++ b/js/dojo-1.7.2/dojox/atom/widget/templates/css/HtmlFeedViewerEntry.css @@ -0,0 +1,70 @@ +.feedViewerEntry { + background: #F0F0F0; + padding: 2px; + overflow-x: auto; + overflow-y: auto; + cursor: pointer; +} + +.feedViewerEntry:hover { + background: #a6c2e7; + padding: 2px; +} + +.feedViewerEntrySelected { + color: #000000; + background: #C0C0C0; + text-align: left; + vertical-align: top; + padding-bottom: 2px; + padding: 2px; +} + +.feedViewerEntrySelected:hover { + background: #a6c2e7; + padding: 2px; +} + + +.feedViewerEntryUpdated { + text-align: left; + vertical-align: top; + color: #909090; + padding-bottom: 2px; + padding: 2px; +} + +.feedViewerEntryUpdatedSelected { + text-align: left; + vertical-align: top; + color: #000000; + padding-bottom: 2px; + padding: 2px; +} + + +.feedViewerEntryTitle { + color:#000000; + text-align: left; + text-decoration:none; + padding-left: 4px; + padding-bottom: 2px; +} +.feedViewerEntryTitle:hover { + color:#000000; + text-align: left; + text-decoration:underline; + padding-left: 4px; + padding-bottom: 2px; +} + +.feedViewerDeleteButton { + cursor: pointer; + color:#0000FF; + text-align: left; + font-size: small; +} + +.feedViewerDeleteButton:hover { + text-decoration: underline; +} diff --git a/js/dojo-1.7.2/dojox/atom/widget/templates/css/HtmlFeedViewerGrouping.css b/js/dojo-1.7.2/dojox/atom/widget/templates/css/HtmlFeedViewerGrouping.css new file mode 100644 index 0000000..326781e --- /dev/null +++ b/js/dojo-1.7.2/dojox/atom/widget/templates/css/HtmlFeedViewerGrouping.css @@ -0,0 +1,8 @@ +.feedViewerGrouping { +} +.feedViewerGroupingTitle { + font-weight: bold; + color:#606060; + border-bottom:1px solid #909090; + padding-top: 4px; +} |
