You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2010/12/16 00:07:44 UTC

svn commit: r1049737 - in /activemq/activemq-apollo/trunk/apollo-website/src/styles/impact/css: pygmentize.css site.css

Author: chirino
Date: Wed Dec 15 23:07:43 2010
New Revision: 1049737

URL: http://svn.apache.org/viewvc?rev=1049737&view=rev
Log:
better styles.

Modified:
    activemq/activemq-apollo/trunk/apollo-website/src/styles/impact/css/pygmentize.css
    activemq/activemq-apollo/trunk/apollo-website/src/styles/impact/css/site.css

Modified: activemq/activemq-apollo/trunk/apollo-website/src/styles/impact/css/pygmentize.css
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/src/styles/impact/css/pygmentize.css?rev=1049737&r1=1049736&r2=1049737&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/src/styles/impact/css/pygmentize.css (original)
+++ activemq/activemq-apollo/trunk/apollo-website/src/styles/impact/css/pygmentize.css Wed Dec 15 23:07:43 2010
@@ -95,6 +95,8 @@
 }
 .syntax pre {
   margin:0;
+  padding:0;
+  border: none;
 }
 
 pre.syntax {

Modified: activemq/activemq-apollo/trunk/apollo-website/src/styles/impact/css/site.css
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/src/styles/impact/css/site.css?rev=1049737&r1=1049736&r2=1049737&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/src/styles/impact/css/site.css (original)
+++ activemq/activemq-apollo/trunk/apollo-website/src/styles/impact/css/site.css Wed Dec 15 23:07:43 2010
@@ -162,6 +162,30 @@ img {
   margin-top:0px;
 }
 
+code {	
+  font-size: .9em;
+  font-family: 'Droid Sans Mono', 'Courier New', monospace !important;
+}
+pre {
+  background-color: #F8F8FF; 
+  
+  overflow:auto;
+  -moz-background-clip:border;
+  -moz-background-inline-policy:continuous;
+  -moz-background-origin:padding;
+  margin: 1em 0 1em 0;
+  border:1px solid #DDDDDD;
+  
+  border-top-left-radius: 8px; -webkit-border-top-left-radius: 8px; -moz-border-radius-topleft: 8px;  
+  border-top-right-radius: 8px; -webkit-border-top-right-radius: 8px; -moz-border-radius-topright: 8px;
+  border-style: solid;  border-width: 1px; border-color: #dedede !important; 
+  padding: 1em;
+}
+pre code {	
+	font-family:Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
+	font-weight:normal;
+	font-style:normal;
+}
 div.compare { width: 700px; }
 div.compare div.compare-left { float:left; width:340px; padding:5px; margin-top: 15px; }
 div.compare div.compare-right { float:right; width:340px; padding:5px; margin-top: 15px; }
@@ -188,3 +212,5 @@ div.compare div div {
 
 .wide div.compare div.compare-left { float:none; width:700px; }
 .wide div.compare div.compare-right { float:none; width:700px; }
+
+