]> git.wh0rd.org - tt-rss.git/blame - prefs.css
add some subtle css shadows
[tt-rss.git] / prefs.css
CommitLineData
f820f205
AD
1#header a {
2 color : #4684ff;
3}
4
5#header a:hover {
6 color : black;
7}
8
9#header img {
10 vertical-align : middle;
11 cursor : pointer;
12}
13
14
15div#pref-tabs .dijitContentPane {
16 font-size : 12px;
17}
18
19div#pref-tabs {
20 margin : 0px 5px 0px 5px;
21}
22
23div#pref-tabs .dijitContentPane h3 {
24 font-size : 14px;
25 font-weight : bold;
26}
27
28#pref-filter-wrap, #pref-filter-header, #pref-filter-content,
29#pref-label-wrap, #pref-label-header, #pref-label-content,
30#pref-user-wrap, #pref-user-header, #pref-user-content,
31#pref-instance-wrap, #pref-instance-header, #pref-instance-content {
32 margin : 0px;
33 padding : 0px;
34 border-width : 0px;
35}
36
37#userConfigTab, #labelConfigTab, #filterConfigTab, #pref-feeds-feeds, #instanceConfigTab {
38 padding : 0px;
39}
40
41/* preferences */
42
43table.prefPrefsList h3 {
44 margin-top : 0.5em;
45 margin-bottom : 0px;
46}
47
48tr.title td {
49 border-width : 0px 0px 1px 0px;
50 border-color : #ecf4ff;
51 border-style : solid;
52 color : #4684ff;
53}
54
55tr.title td a {
56 color : #4684ff;
57}
58
59tr.title td a:hover {
60 color : black;
61}
62
a7edcc55 63div.prefProfileHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder {
f820f205
AD
64 height : 300px;
65 overflow : auto;
66 border-width : 0px 1px 1px 1px;
67 border-color : #c0c0c0;
68 border-style : solid;
69 margin : 0px 0px 5px 0px;
70 background-color : #ecf4ff;
71}
a7edcc55
AD
72div.filterTestHolder, div.prefFeedOPMLHolder {
73 border-width : 1px;
f820f205
AD
74}
75
76ul.selfUpdateList {
77 height : 200px;
78 overflow : auto;
79 list-style-type : none;
80 border : 1px solid #c0c0c0;
81 background-color : #ecf4ff;
82 margin : 0px 0px 5px 0px;
83 padding : 5px;
84}
85
86div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
87 text-align : center;
88 padding : 5px;
89 color : gray;
90}
91
92div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
93 margin-right : 5px;
94}
95
96#errorButton {
97 color : red;
98}
99
100a.bookmarklet {
101 color : #4684ff;
102 border : 1px solid #ecf4ff;
103 padding : 2px;
104}
105
106table.prefPluginsList td label, table.prefUserList td {
107 cursor : pointer;
108}
109
110ul.userFeedList {
111 height : 300px;
112 overflow : auto;
113 list-style-type : none;
114 border : 1px solid gray;
115 background-color : white;
116 margin : 0px 0px 5px 0px;
117 padding : 0px;
118}
119
4e53956a
AD
120table.prefErrorLog tr.errrow td {
121 font-size : 10px;
122}
f820f205 123
4e53956a
AD
124table.prefErrorLog tr.errrow td.errno {
125 font-style : italic;
e2261e17 126 font-weight : bold;
4e53956a
AD
127 white-space : nowrap;
128}
e2261e17
AD
129
130table.prefErrorLog td.filename, table.prefErrorLog td.login, table.prefErrorLog td.timestamp {
131 color : gray;
132}
133
c068b98b
AD
134.dijitAccordionContainer-child {
135 box-shadow : inset 0px 0px 3px rgba(0,0,0,0.2);
136}
137