diff options
Diffstat (limited to 'data/themes/Boxes.AdiumMessageStyle/Contents/Resources/main.css')
-rw-r--r-- | data/themes/Boxes.AdiumMessageStyle/Contents/Resources/main.css | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/data/themes/Boxes.AdiumMessageStyle/Contents/Resources/main.css b/data/themes/Boxes.AdiumMessageStyle/Contents/Resources/main.css new file mode 100644 index 00000000..590b9187 --- /dev/null +++ b/data/themes/Boxes.AdiumMessageStyle/Contents/Resources/main.css @@ -0,0 +1,55 @@ +* { + word-wrap: break-word; + word-break: break-word; +} + +html { + padding: 0; + margin: 0; +} + +body { + padding: 6px; + margin: 0; +} + +.content { + width: 98%; + margin: 0; + padding: 0; + margin-bottom: 6px; +} + +.header { + width: 100%; + height: 24px; + padding: 3px; + margin: 0; +} + +.header .avatar { + height: 24px; + width: auto; + float: left; +} + +.header .sender { + font-weight: bold; + padding-left: 3px; +} + +.header .timestamp { + float: right; + font-style: italic; + margin-right: 3px; +} + +.message, .status { + padding: 3px; + width: 100%; +} + +.status { + font-style: italic; + color: #939373; +} |