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