[geeklog-hg] geeklog: Denim: fixed support transparent PNG image with IE6.

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon May 21 01:44:37 EDT 2012


changeset 8705:41b1da6c3bb4
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/41b1da6c3bb4
user: dengen
date: Mon May 21 14:44:04 2012 +0900
description:
Denim: fixed support transparent PNG image with IE6.
fixed the style of the input form with IE6-7.

diffstat:

 public_html/layout/denim/css_ltr/ie6.css         |   97 ++++++++++++++++++-
 public_html/layout/denim/css_ltr/ie7.css         |    8 +
 public_html/layout/denim/css_rtl/ie6.css         |  121 ++++++++++++++++++++--
 public_html/layout/denim/css_rtl/ie7.css         |   16 ++-
 public_html/layout/denim/header.thtml            |    3 +-
 public_html/layout/denim/javascript/iepngfix.htc |   63 -----------
 public_html/layout/denim/javascript/iepngfix.js  |   15 ++
 7 files changed, 241 insertions(+), 82 deletions(-)

diffs (truncated from 514 to 300 lines):

diff -r 787e560d5f21 -r 41b1da6c3bb4 public_html/layout/denim/css_ltr/ie6.css
--- a/public_html/layout/denim/css_ltr/ie6.css	Mon May 21 03:23:23 2012 +0900
+++ b/public_html/layout/denim/css_ltr/ie6.css	Mon May 21 14:44:04 2012 +0900
@@ -35,10 +35,33 @@
   zoom: 1;
 }
 
+.form_block input,
+.form_block textarea {
+  padding: 4px;
+  outline: none;
+  font-size: 13px;
+  margin-left: 0; /* rtl */
+  margin-right: 3px; /* rtl */
+}
+
 .wide {
   width: 95%;
 }
 
+.wide,
+.size1,
+.size2,
+.size3,
+.size4,
+.size5,
+.size6,
+.size7,
+.size8,
+.size9,
+.size10 {
+  border: 1px solid #ccc;
+}
+
 /*--------------------------------------
   2 Culumn Form
 --------------------------------------*/
@@ -96,6 +119,9 @@
 .type1 .site_name {
   margin: 20px 0 0 4px; /* rtl */
 }
+.type2 .site_name {
+  margin: 12px 0 0 8px; /* rtl */
+}
 
 /*--------------------------------------
   Gloval Navigation Container
@@ -145,6 +171,23 @@
 }
 
 /*--------------------------------------
+  Search Form
+--------------------------------------*/
+
+input.search {
+  border: 1px solid #ccc;
+  padding: 4px;
+  outline: none;
+  font-size: 13px;
+  margin-left: 0; /* rtl */
+  margin-right: 3px; /* rtl */
+  background: url(../images/search.png) left center no-repeat #FFF; /* rtl */
+  padding-left: 24px; /* rtl */
+  width: 120px;
+  color: #222;
+}
+
+/*--------------------------------------
   Story
 --------------------------------------*/
 
@@ -156,7 +199,7 @@
 /* Story Title */
 .story_title {
   line-height: 1.3em;
-  margin-bottom: 0px;
+  margin-bottom: 4px;
 }
 
 /* Icon(email, print, pdf) */
@@ -366,6 +409,45 @@
 }
 
 /*--------------------------------------
+  Admin Configration
+--------------------------------------*/
+
+.block-config-content {
+  margin-left: 0;
+}
+
+.configoption a:link,
+.configoption a:visited,
+.configoption a:hover {
+  color: #222222;
+  text-decoration: none;
+}
+
+#search-configuration,
+.opt {
+  border: 1px solid #ccc;
+  padding: 4px;
+  outline: none;
+  font-size: 13px;
+  margin-left: 5px; /* rtl */
+  margin-right: 3px; /* rtl */
+}
+
+input.opt,
+textarea.opt {
+  width: 53%;
+}
+
+select.opt {
+  width: 54%;
+}
+
+.toggle_hidden,
+.del-link {
+  width: 25px;
+}
+
+/*--------------------------------------
   Polls Plugin
 --------------------------------------*/
 
@@ -505,6 +587,19 @@
 	#navigation_ul {
 	  display: none;
 	}
+
+	/*--------------------------------------
+	  Admin Configration
+	--------------------------------------*/
+
+	input.opt,
+	textarea.opt {
+	  width: 98%;
+	}
+
+	select.opt {
+	  width: 99%;
+	}
 }
 
 /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
diff -r 787e560d5f21 -r 41b1da6c3bb4 public_html/layout/denim/css_ltr/ie7.css
--- a/public_html/layout/denim/css_ltr/ie7.css	Mon May 21 03:23:23 2012 +0900
+++ b/public_html/layout/denim/css_ltr/ie7.css	Mon May 21 14:44:04 2012 +0900
@@ -267,6 +267,14 @@
 }
 
 /*--------------------------------------
+  Admin Configration
+--------------------------------------*/
+
+.block-config-content {
+  margin-left: 0;
+}
+
+/*--------------------------------------
   Polls Plugin
 --------------------------------------*/
 
diff -r 787e560d5f21 -r 41b1da6c3bb4 public_html/layout/denim/css_rtl/ie6.css
--- a/public_html/layout/denim/css_rtl/ie6.css	Mon May 21 03:23:23 2012 +0900
+++ b/public_html/layout/denim/css_rtl/ie6.css	Mon May 21 14:44:04 2012 +0900
@@ -35,10 +35,33 @@
   zoom: 1;
 }
 
+.form_block input,
+.form_block textarea {
+  padding: 4px;
+  outline: none;
+  font-size: 13px;
+  margin-left: 3px; /* rtl */
+  margin-right: 0; /* rtl */
+}
+
 .wide {
   width: 95%;
 }
 
+.wide,
+.size1,
+.size2,
+.size3,
+.size4,
+.size5,
+.size6,
+.size7,
+.size8,
+.size9,
+.size10 {
+  border: 1px solid #ccc;
+}
+
 /*--------------------------------------
   2 Culumn Form
 --------------------------------------*/
@@ -96,6 +119,9 @@
 .type1 .site_name {
   margin: 20px 4px 0 0; /* rtl */
 }
+.type2 .site_name {
+  margin: 12px 8px 0 0; /* rtl */
+}
 
 /*--------------------------------------
   Gloval Navigation Container
@@ -145,6 +171,23 @@
 }
 
 /*--------------------------------------
+  Search Form
+--------------------------------------*/
+
+input.search {
+  border: 1px solid #ccc;
+  padding: 4px;
+  outline: none;
+  font-size: 13px;
+  margin-left: 3px; /* rtl */
+  margin-right: 0; /* rtl */
+  background: url(../images/search.png) right center no-repeat #FFF; /* rtl */
+  padding-right: 24px; /* rtl */
+  width: 120px;
+  color: #222;
+}
+
+/*--------------------------------------
   Story
 --------------------------------------*/
 
@@ -156,7 +199,7 @@
 /* Story Title */
 .story_title {
   line-height: 1.3em;
-  margin-bottom: 0px;
+  margin-bottom: 4px;
 }
 
 /* Icon(email, print, pdf) */
@@ -366,6 +409,45 @@
 }
 
 /*--------------------------------------
+  Admin Configration
+--------------------------------------*/
+
+.block-config-content {
+  margin-left: 0;
+}
+
+.configoption a:link,
+.configoption a:visited,
+.configoption a:hover {
+  color: #222222;
+  text-decoration: none;
+}
+
+#search-configuration,
+.opt {
+  border: 1px solid #ccc;
+  padding: 4px;
+  outline: none;
+  font-size: 13px;
+  margin-left: 3px; /* rtl */
+  margin-right: 5px; /* rtl */
+}
+
+input.opt,
+textarea.opt {
+  width: 53%;
+}
+
+select.opt {
+  width: 54%;
+}
+
+.toggle_hidden,
+.del-link {
+  width: 25px;
+}
+
+/*--------------------------------------
   Polls Plugin
 --------------------------------------*/
 
@@ -431,7 +513,7 @@
 
 	/*--------------------------------------
 	  Admin Configration
---------------------------------------*/
+	--------------------------------------*/
 
 	.configoption {
 	  display: inline;
@@ -456,9 +538,9 @@



More information about the geeklog-cvs mailing list