summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/atom/widget/templates/css/HtmlFeedEntryEditor.css
blob: a6fa3c3734713c7ebecfb0b8aab162fa82fbbdcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
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;
}