summaryrefslogtreecommitdiff
path: root/css/zoom.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-01-28 01:42:17 +0400
committerAndrew Dolgov <[email protected]>2014-01-28 01:42:17 +0400
commitf3479db38493629f4affd0b382af7b3764359a14 (patch)
tree86b79c938d68bcc0d58588dff307816ce291aa3c /css/zoom.css
parentcdbcb2778a8aef8ad4677056c42cb3caad18cd0c (diff)
add previously missed zoom.css
remove unused scriptaculous parts
Diffstat (limited to 'css/zoom.css')
-rw-r--r--css/zoom.css70
1 files changed, 70 insertions, 0 deletions
diff --git a/css/zoom.css b/css/zoom.css
new file mode 100644
index 000000000..166361a70
--- /dev/null
+++ b/css/zoom.css
@@ -0,0 +1,70 @@
+body#ttrssZoom {
+ margin-left : auto;
+ margin-right : auto;
+ padding : 20px;
+ max-width : 670px;
+ background : #f5f5f5;
+}
+
+body#ttrssZoom div.postHeader div.postFeedTitle {
+ float : left;
+ text-align : right;
+ padding-left : 0px;
+ font-size : 10px;
+}
+
+body#ttrssZoom div.postHeader a.postComments {
+ text-align : right;
+ padding-left : 0px;
+ font-size : 10px;
+}
+
+body#ttrssZoom div.postHeader div.postDate {
+ float : none;
+ text-align : right;
+ padding-left : 0px;
+ color : #777;
+ font-size : 10px;
+}
+
+body#ttrssZoom div.postHeader div.postTags {
+ color : #777;
+ font-size : 10px;
+}
+
+body#ttrssZoom div.postHeader div.postTitle {
+ white-space : normal;
+}
+
+body#ttrssZoom div.postContent p {
+ max-width : 650px;
+ -webkit-hyphens: auto;
+ -moz-hyphens: auto;
+ hyphens: auto;
+}
+
+body#ttrssZoom div.postHeader {
+ margin : 10px;
+ border : 1px solid #eee;
+}
+
+body#ttrssZoom div.postReply {
+ border : 1px solid #eee;
+ background : white;
+}
+
+body#ttrssZoom div.postContent {
+
+}
+
+body#ttrssZoom div.footer {
+ margin-top : 1em;
+ text-align : center;
+}
+
+body#ttrssZoom div.postContent img {
+ max-width : 650px;
+ height : auto;
+}
+
+