root / trunk / web / dojo / dojox / atom / widget / templates / css / HtmlFeedEntryViewer.css
History | View | Annotate | Download (1.98 KB)
| 1 | 9 | andrej.cim | .feedEntryViewer {
|
|---|---|---|---|
| 2 | color:#000000; |
||
| 3 | background: #FFFFFF; |
||
| 4 | } |
||
| 5 | .feedEntryViewerMenuTable {
|
||
| 6 | background: #C0C0C0; |
||
| 7 | border:2px solid; |
||
| 8 | border-top-color: lightgrey; |
||
| 9 | border-left-color: lightgrey; |
||
| 10 | border-right-color: darkgray; |
||
| 11 | border-bottom-color: darkgray; |
||
| 12 | margin: 0; |
||
| 13 | } |
||
| 14 | .feedEntryViewerMenu, .peopleEditorButton { |
||
| 15 | cursor: pointer; |
||
| 16 | color:#0000FF; |
||
| 17 | text-align: left; |
||
| 18 | font-size: small; |
||
| 19 | } |
||
| 20 | .feedEntryViewerDisplayCheckbox {
|
||
| 21 | font-size: small; |
||
| 22 | text-align: left; |
||
| 23 | } |
||
| 24 | .feedEntryViewerMenu:hover, .peopleEditorButton:hover { |
||
| 25 | text-decoration: underline; |
||
| 26 | } |
||
| 27 | .feedEntryViewerContainer, .feedEntryViewerContainer table { |
||
| 28 | border-width: 0; |
||
| 29 | margin: 0; |
||
| 30 | } |
||
| 31 | .feedEntryViewerTitle {
|
||
| 32 | color:#000000; |
||
| 33 | background: #FFFFFF; |
||
| 34 | text-align: left; |
||
| 35 | |||
| 36 | font-size: 125%; |
||
| 37 | font-weight: bold; |
||
| 38 | } |
||
| 39 | .feedEntryViewerAuthor {
|
||
| 40 | color:#000000; |
||
| 41 | background: #FFFFFF; |
||
| 42 | } |
||
| 43 | .feedEntryViewerAuthorNames {
|
||
| 44 | color:#000000; |
||
| 45 | background: #FFFFFF; |
||
| 46 | text-align: left; |
||
| 47 | |||
| 48 | font-size: 110%; |
||
| 49 | font-style: italic; |
||
| 50 | font-weight: normal; |
||
| 51 | } |
||
| 52 | .feedEntryViewerSummary {
|
||
| 53 | color:#000000; |
||
| 54 | background: #FFFFFF; |
||
| 55 | } |
||
| 56 | .feedEntryViewerUpdated {
|
||
| 57 | color:#000000; |
||
| 58 | background: #FFFFFF; |
||
| 59 | } |
||
| 60 | .feedEntryViewerUpdatedText {
|
||
| 61 | color:#000000; |
||
| 62 | background: #FFFFFF; |
||
| 63 | font-size: 110%; |
||
| 64 | font-style: italic; |
||
| 65 | font-weight: normal; |
||
| 66 | } |
||
| 67 | .feedEntryViewerId {
|
||
| 68 | color:#000000; |
||
| 69 | background: #FFFFFF; |
||
| 70 | } |
||
| 71 | .feedEntryViewerIdText {
|
||
| 72 | color:#000000; |
||
| 73 | background: #FFFFFF; |
||
| 74 | font-style: italic; |
||
| 75 | font-size: 110%; |
||
| 76 | font-weight: normal; |
||
| 77 | } |
||
| 78 | .feedEntryViewerContent {
|
||
| 79 | color:#000000; |
||
| 80 | background: #FFFFFF; |
||
| 81 | } |
||
| 82 | .feedEntryViewerContributorNames {
|
||
| 83 | color:#000000; |
||
| 84 | text-align: left; |
||
| 85 | |||
| 86 | font-size: 125%; |
||
| 87 | font-weight: normal; |
||
| 88 | } |
||
| 89 | .feedEntryViewer table { |
||
| 90 | } |