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