~whatsthepalette/whatsthepalette/main

« back to all changes in this revision

Viewing changes to javascripts/twitter/jquery.twitter.css

  • Committer: Benjamin Humphrey
  • Date: 2011-09-24 05:58:40 UTC
  • Revision ID: humphreybc@gmail.com-20110924055840-o5edo50w1ed46xm8
Finished splash page, buttons, some fancy jQuery fading

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
div#twitter {
 
2
        width: 20em;
 
3
        margin-bottom: 2em;
 
4
        border: 1px solid #888;
 
5
}
 
6
 
 
7
div#twitter h2 {
 
8
        margin: 0;
 
9
        padding: 0.4em 1em;
 
10
        font-size: 1.1em;
 
11
        color: #fff;
 
12
        background-color: #888;
 
13
}
 
14
 
 
15
p#preloader {
 
16
        margin: 0;
 
17
        padding: 1em 1em 1em 3em;
 
18
        background: transparent url("loader.gif") 1em center no-repeat;
 
19
        /* generate your own loader gif: http://www.ajaxload.info */
 
20
}
 
21
 
 
22
ul#twitter_update_list {
 
23
        margin: 0;
 
24
        padding: 0 1em 0.5em 1em;
 
25
        list-style-type: none;
 
26
}
 
27
 
 
28
ul#twitter_update_list li {
 
29
        margin: 0;
 
30
        padding: 0.8em 0 1em 0;
 
31
        border-bottom: 1px solid #ccc;
 
32
}
 
33
 
 
34
ul#twitter_update_list li a {
 
35
        /* timestamp link */
 
36
        color: #f00;
 
37
}
 
38
 
 
39
ul#twitter_update_list li span {
 
40
        display: block;
 
41
}
 
42
 
 
43
ul#twitter_update_list li span a {
 
44
        /* links in tweet */
 
45
        color: #00f;
 
46
}
 
47
 
 
48
ul#twitter_update_list li.firstTweet {
 
49
}
 
50
 
 
51
ul#twitter_update_list li.lastTweet {
 
52
        border-bottom: none;
 
53
}
 
54
 
 
55
a#profileLink {
 
56
        display: block;
 
57
        padding: 0.3em 1em;
 
58
        color: #fff;
 
59
        background-color: #888;
 
60
}
 
 
b'\\ No newline at end of file'