]> oss.titaniummirror.com Git - oss-web.git/blobdiff - in/style/default.css
Add pull quote macro
[oss-web.git] / in / style / default.css
index a1434292292c43ed03dc3c7b64d83062e9ec585c..204210ad1cce1c73e82f569da19832cc4e983895 100644 (file)
@@ -670,3 +670,24 @@ 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