User

Difference between revisions of "CirTap/monobook.css"

From Joomla! Documentation

< User:CirTap
m
m
Line 3: Line 3:
  
 
/* in the hope that ppl will start noticing the PREVIEW BUTTON!!! */
 
/* in the hope that ppl will start noticing the PREVIEW BUTTON!!! */
input#wpSave    { font-weight: normal; color:#E52626; }
+
input#wpSave    { font-weight: normal; border-color:#E52626;  color:#E52626; }
 
input#wpPreview { font-weight: bold; background-color:#61BF1A; border-color:#61BF1A; color:white; }
 
input#wpPreview { font-weight: bold; background-color:#61BF1A; border-color:#61BF1A; color:white; }
input#wpDiff    { font-weight: normal; }
+
input#wpDiff    { font-weight: normal; border-color:#FC8F30;}

Revision as of 17:33, 9 May 2008

/* grab some vertical space */
#column-one .portlet h5 { display:none; }

/* in the hope that ppl will start noticing the PREVIEW BUTTON!!! */
input#wpSave    { font-weight: normal; border-color:#E52626;  color:#E52626; }
input#wpPreview { font-weight: bold; background-color:#61BF1A; border-color:#61BF1A; color:white; }
input#wpDiff    { font-weight: normal; border-color:#FC8F30;}