[KSS-checkins] r47397 - in kukit/KssTheme/trunk/skins: ksstheme_styles ksstheme_templates

jvloothuis at codespeak.net jvloothuis at codespeak.net
Thu Oct 11 20:44:12 CEST 2007


Author: jvloothuis
Date: Thu Oct 11 20:44:10 2007
New Revision: 47397

Modified:
   kukit/KssTheme/trunk/skins/ksstheme_styles/base.css.dtml
   kukit/KssTheme/trunk/skins/ksstheme_styles/public.css.dtml
   kukit/KssTheme/trunk/skins/ksstheme_templates/main_template.pt
Log:
Applied changes from Jarno which fix a few style issues

Modified: kukit/KssTheme/trunk/skins/ksstheme_styles/base.css.dtml
==============================================================================
--- kukit/KssTheme/trunk/skins/ksstheme_styles/base.css.dtml	(original)
+++ kukit/KssTheme/trunk/skins/ksstheme_styles/base.css.dtml	Thu Oct 11 20:44:10 2007
@@ -204,11 +204,11 @@
 .discreet{
 	font-size: 80%;
 	padding: 0px;
-	margin:0px;
-	color:#FF4916;
+	margin: 0px;
+	color: #666;
 	text-decoration: none;
 }
-/**samenvattings weergave view*/
+/**summary view*/
 .tileItem {
 	border-bottom: #FF4916 1px solid;
 }
@@ -293,6 +293,38 @@
 	border-right: 1px solid #A8A890;
 	padding: 0.25em 1em;
 }
+
+blockquote {
+	padding-left: 0.5em;
+    margin-left: 0;
+    border-left: 4px solid #76797c;
+    color: black;
+}
+
+code {
+    font-family: Monaco,"Courier New",Courier,monospace;
+    font-size: 120%;
+    color: Black;
+    background-color: #dee7ec;
+    padding: 0 0.1em;
+}
+
+pre {
+    font-family: Monaco,"Courier New",Courier,monospace;
+    font-size: 100%;
+    padding: 1em;
+    border: 1px solid #FF4916;
+    color: Black;
+    background-color: #F0F0D8;
+    overflow: auto;
+}
+
+.callout {
+    font-weight: bold;
+    color: #FF4916;
+    padding: 0px 1em;
+}
+
 /* YOUR CSS RULES STOP HERE */
 
 /* </dtml-with> */

Modified: kukit/KssTheme/trunk/skins/ksstheme_styles/public.css.dtml
==============================================================================
--- kukit/KssTheme/trunk/skins/ksstheme_styles/public.css.dtml	(original)
+++ kukit/KssTheme/trunk/skins/ksstheme_styles/public.css.dtml	Thu Oct 11 20:44:10 2007
@@ -7,7 +7,12 @@
 
 /* YOUR CSS RULES START HERE */
 
-
+.field{top:0;left:0;margin:0 1em 1em 0;}
+.field .field{margin:1em 0 0 0;}
+.formHelp{font-size:90%;color:#76797c;margin:0 0 0.2em 0;}
+.formHelp:hover{color:Black;cursor:default;}
+.error{background-color:#ffce7b;border:1px solid #FF4916;padding:1em;margin:0 0 1em 0;width:95%;}
+.error .fieldRequired{color:#ffce7b;}
 
 /* YOUR CSS RULES STOP HERE */
 

Modified: kukit/KssTheme/trunk/skins/ksstheme_templates/main_template.pt
==============================================================================
--- kukit/KssTheme/trunk/skins/ksstheme_templates/main_template.pt	(original)
+++ kukit/KssTheme/trunk/skins/ksstheme_templates/main_template.pt	Thu Oct 11 20:44:10 2007
@@ -104,7 +104,6 @@
           <tr>
             <tal:comment replace="nothing"> Start of the left column </tal:comment>
             <td id="portal-column-one"
-                metal:define-slot="column_one_slot"
                 tal:condition="sl">
               <div class="visualPadding">
                 <metal:portlets define-slot="portlets_one_slot">
@@ -112,6 +111,7 @@
                     This instruction gets the portlets (boxes) for the left column.
                   </metal:leftportlets>
                 </metal:portlets>
+                <metal:block define-slot="column_one_slot" />
                 &nbsp;
               </div>
             </td>


More information about the Kukit-checkins mailing list