This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/contrib/tagger/style.css

73 lines
1.3 KiB
CSS
Raw Normal View History

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Tagger - Advanced Tagging *
* Author: Artanis (Erik Youngren <artanis.00@gmail.com>) *
* Do not remove this notice. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#Tagger {
text-align:left;
}
#tagger_window {
position:fixed;
text-align:left;
min-width:250px;
}
#tagger_titlebar {
background-color:#DDDDDD;
background-image:none;
border:2px solid;
cursor:move;
font-weight:bold;
/*margin-bottom:.5em;*/
-moz-border-radius:2em 2em 0 0;
padding:.25em;
position:relative;
text-align:center;
top:-0em;
}
#tagger_body {
background-color:#EEEEEE;
border:2px solid;
border-top:none;
overflow:scroll;
padding:1em;
max-height:200px;
}
#tagger_filter {
background-color:#EEEEEE;
border:2px solid;
border-bottom:none;
border-top:none;
margin-bottom:-1px;
/*-moz-border-radius:1em 1em 0 0;*/
padding:1em;
padding-bottom:1px;
text-align:center;
}
#tagger_filter input {
width:auto;
}
#tagger_body a {
font-size:1.25em;
display:block;
cursor:pointer;
}
#Use #Tagger {
-moz-column-gap:20px;
-moz-column-count:3;
}
#Use #Tagger li {
margin-bottom:1em;
max-width:30em;
}
#Tagger .tagger_js {
cursor:pointer;
}