Skip to content

Commit

Permalink
initial dump
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel committed Mar 14, 2011
0 parents commit fc5ab2c
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Twitter.desktop
@@ -0,0 +1,10 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Twitter
Type=Application
Comment=Web Application
Exec="prism" -override "/home/tim/.webapps/twitter@prism.app/override.ini" -webapp twitter@prism.app
Categories=GTK;Network;
StartupWMClass=Prism
StartupNotify=true
Icon=/home/tim/.webapps/twitter@prism.app/icons/default/webapp.png
Binary file added icons/default/webapp.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions override.ini
@@ -0,0 +1,3 @@
[App]
Vendor=Prism
Name=Twitter
50 changes: 50 additions & 0 deletions webapp.css
@@ -0,0 +1,50 @@
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("twitter.com") {
#top-stuff{display: none !important;}
#page-outer { min-width: 0px !important }
#page-container {
margin: 0px 0px !important;
top: 0px !important;
left: 0px !important;
position: absolute !important;
min-width: 650px !important;
}
.main-content{width: 350px !important;}
.main-tweet-box {
padding: 8px 8px !important;
max-height: 100px !important;
}
.tweet-box { padding: 0px !important; }
.tweet-box-title { display: none; }
.tweet-button-container {
margin-top: -40px !important;
}
.text-area-editor twttr-editor{max-width: 250px !important;}
.twitter-anywhere-tweet-box-editor{width: 250px !important;}
.autocomplete-container{width: 250px !important;}
.tweet { font-size: 12px !important; line-height: 14px !important; }
.tweet-text { font-size: 12px !important; line-height: 14px !important; }
.tweet-text-large { font-size: 12px !important; }
.details-pane.opened {
; position: absolute;
; z-index: 100000;
font-size: 10px !important;
max-width: 300px !important;
min-width: 300px !important;
}
.stream-item-content.tweet { padding: 0px !important }
.dashboard{
font-size: 10px;
line-height: 18px;
min-width: 280px !important;
max-width: 280px !important;
}
.dashboard>.component>.your-activity { display:none; }
.dashboard>.component>.user-rec-inner { display:none !important; }
.dashboard>.component>.definition { display:none; }
.dashboard .component-spacer { display: none !important; }
.stream-tab-retweets{ display: none !important; }
.stream-tabs { padding: 0px !important; }
}

10 changes: 10 additions & 0 deletions webapp.ini
@@ -0,0 +1,10 @@
[Parameters]
id=twitter@prism.app
name=Twitter
uri=http://www.twitter.com
icon=webapp
status=false
location=false
sidebar=false
navigation=false
trayicon=true

0 comments on commit fc5ab2c

Please sign in to comment.