source: main/trunk/greenstone3/web/interfaces/therin/less/tweet.less@ 28644

Last change on this file since 28644 was 28644, checked in by jlwhisler, 10 years ago

A new interface created using a CSS template by luiszuno.com. Based on the default interface.

File size: 762 bytes
Line 
1@import "palette.less";
2
3
4/* Tweet widget CSS */
5
6.tweet,
7.query {
8 color: #fff;
9 line-height: 1.5em;
10 a{
11 color: @linkColor;
12 &:hover{ text-decoration: underline; }
13 }
14 .tweet_list {
15 list-style-type: none;
16 margin: 0;
17 padding: 0;
18 overflow-y: hidden;
19 }
20
21 .awesome,
22 .epic{
23 text-transform: uppercase;
24 }
25
26 .tweet_list{
27 li {
28 overflow-y: auto;
29 overflow-x: hidden;
30 padding: 1em ;
31 background-repeat: no-repeat;
32 background-position: 6px 19px;
33 padding: 20px 30px;
34
35 .tweet_time{
36 display: block;
37 font-size: 12px;
38 color: #444444;
39 }
40 }
41
42 .tweet_odd{
43 }
44
45 .tweet_avatar {
46 padding-right: .5em;
47 float: left;
48 }
49
50 img {
51 vertical-align: middle;
52 }
53 }
54}
Note: See TracBrowser for help on using the repository browser.