/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Tagger - Advanced Tagging *
* Author: Artanis (Erik Youngren <artanis.00@gmail.com>) *
* Do not remove this notice. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#tagger_window {
position:fixed;
}
#tagger_titlebar {
font-weight:bold;
text-align:center;
position:relative;
top:-0em;
padding:.25em;
border:2px solid;
border-bottom:1px solid;
-moz-border-radius:10px 10px 0px 0px;
background-image:none;
background-color:white;
cursor:move;
#tagger_body {
overflow:scroll;
padding:1em;
border-top:none;
#tagger_body a {
font-size:1.25em;
#Tagger li {
margin-bottom:1em;
width:20em;