2011-03-03 04:21:15 +00:00
|
|
|
/* CSS file for the Directory plugin */
|
|
|
|
|
2011-04-13 23:08:12 +01:00
|
|
|
div#profile_directory div.alpha_nav {
|
2011-03-03 04:21:15 +00:00
|
|
|
overflow: hidden;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* XXX: this needs serious CSS foo */
|
2011-04-13 23:08:12 +01:00
|
|
|
div#profile_directory div.alpha_nav > a {
|
2011-03-03 04:21:15 +00:00
|
|
|
border-left: 1px solid #000;
|
|
|
|
padding-left: 2px;
|
|
|
|
}
|
2011-04-13 23:08:12 +01:00
|
|
|
div#profile_directory div.alpha_nav > a.first {
|
2011-03-03 04:21:15 +00:00
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
|
2011-04-13 23:08:12 +01:00
|
|
|
div#profile_directory div.alpha_nav a:link {
|
2011-03-03 04:21:15 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2011-04-13 23:08:12 +01:00
|
|
|
div#profile_directory div.alpha_nav a:visited {
|
2011-03-03 04:21:15 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2011-04-13 23:08:12 +01:00
|
|
|
div#profile_directory div.alpha_nav a:active {
|
2011-03-03 04:21:15 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2011-04-13 23:08:12 +01:00
|
|
|
div#profile_directory div.alpha_nav a:hover {
|
2011-03-03 04:21:15 +00:00
|
|
|
text-decoration: underline; color: blue;
|
|
|
|
}
|
|
|
|
|
2011-04-13 23:08:12 +01:00
|
|
|
div#profile_directory div.alpha_nav a.current {
|
2011-03-03 04:21:15 +00:00
|
|
|
background-color:#9BB43E;
|
|
|
|
}
|
2011-03-04 05:12:24 +00:00
|
|
|
|
|
|
|
table.profile_list {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.profile_list tr {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.profile_list tr.alt {
|
|
|
|
background-color: #def; /* zebra stripe */
|
|
|
|
}
|
|
|
|
|
|
|
|
table.profie_list td {
|
|
|
|
width: 100%;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
th.current {
|
|
|
|
background-image: url(../images/control_arrow_down.gif);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 60% 2px;
|
|
|
|
}
|
|
|
|
|
2011-03-05 09:55:52 +00:00
|
|
|
th.current.reverse {
|
2011-03-04 05:12:24 +00:00
|
|
|
background-image: url(../images/control_arrow_up.gif);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 60% 2px;
|
|
|
|
}
|