uncryptic / identifox


TwitterFox, modified to work with Identi.ca, including cosmetic and subtle code changes. For the most part, the code is nearly identical to the TwitterFox base: http://www.naan.net/trac/wiki/TwitterFox
Clone URL : http://bitbucket.org/uncryptic/identifox/ (size: 2.3 MB)
commit 5: 51c814f78b94
parent 4: f53dc90bdf6b
branch: default
Changing styles.
James Polera / uncryptic
6 months ago

Changed (Δ932 bytes):

raw changeset »

IdentiFox.mozilla.xpi (binary file changed)

IdentiFox.xpi (binary file changed)

content/check.png (binary file changed)

content/close.png (binary file changed)

content/link.png (binary file changed)

content/logo-small.png (binary file changed)

content/reply.png (binary file changed)

content/twitternotifier.css (15 lines added, 14 lines removed)

content/twitternotifier.xml (4 lines added, 3 lines removed)

Up to file-list IdentiFox.mozilla.xpi:

Binary file has changed.

Up to file-list IdentiFox.xpi:

Binary file has changed.

Up to file-list content/check.png:

Binary file has changed.

Up to file-list content/close.png:

Binary file has changed.

Up to file-list content/link.png:

Binary file has changed.

Up to file-list content/logo-small.png:

Binary file has changed.

Up to file-list content/reply.png:

Binary file has changed.

Up to file-list content/twitternotifier.css:

30
30
  padding: 2px;
31
31
  width: 258px;
32
32
  margin-bottom: 1px;
33
  background: #91aa9d;
34
  color: #000;
33
  background: #193441;
34
  color: #fff;
35
35
  -moz-border-radius: 8px;
36
36
}
37
37
41
41
}
42
42
43
43
.twitternotifier-status:hover { 
44
  background: #91aa9d;
44
  color:#91aa9d
45
  background: #fff;
45
46
}
46
47
47
48
.twitternotifier-status[unread="true"],
277
278
  padding: 4px;
278
279
  margin: 0px;
279
280
  text-align: center;
280
  color: #4aa;
281
  background: #bbeef0;
281
  color: #91aa9d;
282
  background: #193441;
282
283
  border-top: 1px solid #91aa9d;
283
284
  border-right: 1px solid #91aa9d;
284
285
  border-bottom: 1px solid #91aa9d;
287
288
}
288
289
289
290
.twitternotifier-tab[attr="active"] {
290
  color: #000;
291
  background: #91aa9d;
291
  color: #fff;
292
  background: #193441;
292
293
  border-top: 1px solid #91aa9d;
293
294
  border-right: 1px solid #91aa9d;
294
295
  border-bottom: 1px solid #91aa9d;
300
301
301
302
.twitternotifier-charcount {
302
303
  -moz-border-radius: 6px;
303
  border: solid 1px #fff;
304
  background: #fff;
304
  border: solid 1px #193441;
305
  background: ##91aa9d;
305
306
  width: 28px;
306
307
  padding: 0px 2px;
307
308
  margin: 0px 2px;
308
309
  text-align: right;
309
  color: #000;
310
  color: #fff;
310
311
}
311
312
312
313
.twitternotifier-charcount[charover="1"] {
337
338
}
338
339
339
340
.twitternotifier-hyperlink { 
340
  color: #00c;
341
  color: #91a99d;
341
342
  display: -moz-inline-box;
342
343
  display: inline-block;
343
344
}
344
345
345
346
.twitternotifier-hyperlink:hover { 
346
347
  text-decoration: underline;
347
  color: #c00;
348
  color: #91a99d;
348
349
  cursor: pointer;
349
350
}
350
351
355
356
  -moz-binding: url("chrome://twitternotifier/content/twitternotifier.xml#twitternotifier-notice");
356
357
  padding: 2px;
357
358
  width: 120px;
358
  background: #91aa9d;
359
  color: #000;
359
  background: #193441;
360
  color: #fff;
360
361
  -moz-border-radius: 8px;
361
362
}
362
363

Up to file-list content/twitternotifier.xml:

28
28
	  </xul:stack>
29
29
	  <xul:spacer flex="1" />
30
30
	</xul:vbox>
31
	<!-- messages -->
31
	<!-- messages-->
32
32
	<xul:vbox class="twitternotifier-status-messagebox" 
33
33
		  xbl:inherits="tooltiptext=time">
34
34
	  <xul:description class="twitternotifier-status-user" 
37
37
	    <children />
38
38
	  </xul:description>
39
39
	</xul:vbox>
40
	
40
41
	<!-- function icons -->
41
42
	<xul:vbox style="margin-left: 2px" flex="1">
42
43
	  <xul:image class="twitternotifier-status-reply" 
62
63
			 tooltiptext="&twitternotifier.replies.tooltip;" 
63
64
			 defaultvalue="Replies"
64
65
			 onclick="gTwitterNotifier.changeTab('replies')"/>
65
	<xul:description anonid="messages" class="twitternotifier-tab"
66
	<!--<xul:description anonid="messages" class="twitternotifier-tab"
66
67
			 tooltiptext="&twitternotifier.messages.tooltip;"
67
68
			 defaultvalue="Messages"
68
			 onclick="gTwitterNotifier.changeTab('messages')"/>
69
			 onclick="gTwitterNotifier.changeTab('messages')"/>-->
69
70
	<xul:spacer flex="1"/>
70
71
	<xul:description class="twitternotifier-charcount" value="" xbl:inherits="value=charcount, charover"/>
71
72
      </xul:hbox>