diff options
Diffstat (limited to 'views/default/tidypics/css.php')
-rw-r--r-- | views/default/tidypics/css.php | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/views/default/tidypics/css.php b/views/default/tidypics/css.php index 9b2b76b54..83421de74 100644 --- a/views/default/tidypics/css.php +++ b/views/default/tidypics/css.php @@ -208,4 +208,28 @@ background:#fff; padding:5px; font-size:12px; text-align:left; -}
\ No newline at end of file +} + +div.phototag {height:140px; position:absolute; text-align:center;} +div.phototag span {margin:0px; display:block;} +div.phototag em {background:#EFFEFF; border:none; color: #61A6DF; opacity:0.8;position: relative;text-align: center; z-index: 2; display: none; font-size:10px; font-style:normal; padding:3px 0px; margin:-20px auto 0px; font-weight:bolder; -moz-border-radius:2px;} + +.tidypics_tag { + display: none; + background: url(spacer.gif); + border: 2px solid rgb(255, 255, 255); + overflow: hidden; + position: absolute; + z-index: 0; + cursor: text; +} + +.tidypics_tag_text { + display: none; + background: url(spacer.gif); + border: 2px solid rgb(255, 255, 255); + overflow: hidden; + position: absolute; + z-index: 0; + cursor: text; +} |