--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/plugins/nice-titles/nicetitle.css Wed Feb 03 15:37:20 2010 +0000
@@ -0,0 +1,25 @@
+div.nicetitle {
+ position: absolute;
+ padding: 4px;
+ top: 0px;
+ left: 0px;
+ color: white;
+ font-size: 10px;
+ font-family: Verdana, Helvetica, Arial, sans-serif;
+ width: 25em;
+ font-weight: bold;
+ background: url(ntbg.png);
+ z-index:1;
+
+ /* Mozilla proprietary */
+ -moz-border-radius: 0px;
+}
+div.nicetitle p {
+ margin: 0; padding: 0 3px;
+}
+div.nicetitle p.destination {
+ font-size: 8px;
+ text-align: left;
+ padding-top: 3px;
+ /*visibility: hidden;*/
+}
\ No newline at end of file