]> oss.titaniummirror.com Git - oss-web.git/blobdiff - in/style/default.css
Add new plugin rightimg
[oss-web.git] / in / style / default.css
index a1434292292c43ed03dc3c7b64d83062e9ec585c..8711651cbbcc708e32b2d106d860f62e8ebc2c3b 100644 (file)
@@ -670,3 +670,43 @@ hr {
        font-style: normal;\r
        font-weight: bold;\r
 }\r
+\r
+/* =============================================\r
+  Pull Quotes (pquote)\r
+================================================ */\r
+\r
+.pquote {\r
+       float: right;\r
+       width: 8em;\r
+       background: url(pquote.gif) top left no-repeat;\r
+       color: #030;\r
+       font-size: 2em;\r
+       line-height: 0.9;\r
+       font-style: italic;\r
+       padding: 0.5em;\r
+       margin: 0;\r
+}\r
+\r
+.pquote p:first-letter {\r
+       font-size: 1.5em;\r
+       font-weight: bold;\r
+}\r
+\r
+/* =============================================\r
+  Floating right image with caption\r
+================================================ */\r
+\r
+div.rightimg {\r
+  float: right;\r
+  display: table;\r
+  margin: 0 0 0.5em 0.5em;\r
+  padding: 0.5em;\r
+}\r
+div.rightimg p {\r
+  display: table-caption;\r
+  caption-side: bottom;\r
+  text-align: center;\r
+  font-style: italic;\r
+  font-size: smaller;\r
+  text-indent: 0;\r
+}\r