ef0e4190cc
+onload.gif because I needed window.onload and core_scripts/scripts.js hogged it. Getting by with img.onload. git-svn-id: file:///home/shish/svn/shimmie2/trunk@497 7f39781d-f577-437e-ae19-be835c7a54ca
41 lines
890 B
CSS
41 lines
890 B
CSS
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
* 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:2px solid;
|
|
border-top:none;
|
|
background-color:white;
|
|
}
|
|
|
|
#tagger_body a {
|
|
font-size:1.25em;
|
|
}
|
|
|
|
#Tagger li {
|
|
margin-bottom:1em;
|
|
width:20em;
|
|
}
|