1/*
2 * Copyright (c) 2012-2013 Mark C. Prins <mprins@users.sf.net> licensed under GPL 2 (http://opensource.org/licenses/gpl-2.0.php)
3 */
4.twtWrapper {
5
6}
7
8.twtLogo {
9
10}
11
12.dokuwiki a.twtUrlextern {
13	background-image: url(bird_gray_16.png) !important;
14}
15.dokuwiki a.twtUrlextern:hover {
16	background-image: url(bird_black_16.png) !important;
17}
18
19.twtHeader {
20	border: 1px solid __border__;
21	background-color: __background_neu__;
22	font-weight: bold;
23}
24
25.twtEntries {
26	width: 100%;
27}
28
29.twtRow {
30	width: 100%;
31}
32
33.twtRow:hover {
34	background-color: __background_alt__;
35}
36
37.twtImage {
38	width: 48px;
39}
40
41.twtMsg {
42
43}