diff options
Diffstat (limited to 'core/css/debug.css')
-rw-r--r-- | core/css/debug.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/core/css/debug.css b/core/css/debug.css new file mode 100644 index 00000000..82d365aa --- /dev/null +++ b/core/css/debug.css @@ -0,0 +1,29 @@ +.gAnnotatedThemeBlock { + position: relative; + padding: 1em; + margin: 1em; + border: 1px solid #C00; + clear: both; +} + +.gAnnotatedThemeBlock_album_top { + float: right; +} + +.gAnnotatedThemeBlock_header_bottom { + float: right; +} + +.gAnnotatedThemeBlock div.title { + position: absolute; + top: -1em; + right: -1em; + border: 1px solid black; + background: #C00; + color: white; + text-align: left; + padding: 4px; + font-size: 110%; + -moz-border-radius: 5% 5% 5% 5%; +} + |