]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Directory/css/directory.css
Introduced common_location_shared() to check if location sharing is always,
[quix0rs-gnu-social.git] / plugins / Directory / css / directory.css
1 /* CSS file for the Directory plugin */
2
3 div#profile_directory div.alpha_nav {
4     overflow: hidden;
5     width: 100%;
6     text-align: center;
7 }
8
9 /* XXX: this needs serious CSS foo */
10 div#profile_directory div.alpha_nav > a {
11     border-left: 1px solid #000;
12     padding-left: 2px;
13 }
14 div#profile_directory div.alpha_nav > a.first {
15     border-left: none;
16 }
17
18 div#profile_directory div.alpha_nav a:link {
19     text-decoration: none;
20 }
21
22 div#profile_directory div.alpha_nav a:visited {
23     text-decoration: none;
24 }
25 div#profile_directory div.alpha_nav a:active {
26     text-decoration: none;
27 }
28 div#profile_directory div.alpha_nav a:hover {
29     text-decoration: underline; color: blue;
30 }
31
32 div#profile_directory div.alpha_nav a.current {
33     background-color:#9BB43E;
34 }
35
36 table.profile_list {
37     width: 100%;
38 }
39
40 table.profile_list tr {
41     float: none;
42 }
43
44 table.profie_list td {
45     width: 100%;
46     padding: 0;
47 }
48
49
50 th.current {
51     background-image: url(../images/control_arrow_down.gif);
52     background-repeat: no-repeat;
53     background-position: 60% 2px;
54 }
55
56 th.current.reverse {
57     background-image: url(../images/control_arrow_up.gif);
58     background-repeat: no-repeat;
59     background-position: 60% 2px;
60 }