ced91f14dd
git-svn-id: file:///home/shish/svn/shimmie2/trunk@505 7f39781d-f577-437e-ae19-be835c7a54ca
72 lines
1.3 KiB
CSS
72 lines
1.3 KiB
CSS
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
* 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;
|
|
}
|