[geeklog-cvs] geeklog: Denim: improved style for small device

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed May 2 08:01:07 EDT 2012


changeset 8675:2a07208569f5
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/2a07208569f5
user: dengen
date: Wed May 02 20:59:56 2012 +0900
description:
Denim: improved style for small device

diffstat:

 public_html/layout/denim/style.css     |  25 ++++++++++++++++++++++---
 public_html/layout/denim/style_rtl.css |  25 ++++++++++++++++++++++---
 2 files changed, 44 insertions(+), 6 deletions(-)

diffs (174 lines):

diff -r 5e804b440014 -r 2a07208569f5 public_html/layout/denim/style.css
--- a/public_html/layout/denim/style.css	Wed May 02 17:25:47 2012 +0900
+++ b/public_html/layout/denim/style.css	Wed May 02 20:59:56 2012 +0900
@@ -1541,6 +1541,7 @@
 .storytext table {
   text-align: left;
   border-collapse: collapse;
+  margin: 1em 0.5em;
 }
 
 .storytext tr {
@@ -2336,6 +2337,10 @@
   padding: 4px;
 }
 
+.admin-list-field a {
+  padding: 4px 6px;
+}
+
 .search-part {
   display: inline-block;
   margin-right: 5px;
@@ -3404,6 +3409,8 @@
 	  margin-left: -10px;
 	  margin-right: -10px;
 	  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
+	  border-top: 1px solid #6F99C7;
+	  border-bottom: 1px solid #1F364F;
 	}
 	h2.block-title {
 	  margin-top: 0;
@@ -3445,7 +3452,6 @@
 
 	#block-left-search > .block-left-content {
 	  background: #E7E7E7;
-	  border-bottom: 1px solid #CCC;
 	  padding: 10px;
 	  margin: 0px;
 	}
@@ -3469,10 +3475,12 @@
 
 	#leftblocks .sideoption a,
 	#rightblocks .sideoption a,
+	#leftblocks .sideoption a:hover,
+	#rightblocks .sideoption a:hover,
 	#leftblocks .sideoption_off,
 	#rightblocks .sideoption_off {
 	  background-color: #FFF;
-	  border: 1px solid #999;
+	  border: 1px solid #CCC;
 	  color: #222;
 	  display: block;
 	  font-size: 16px;
@@ -3480,6 +3488,7 @@
 	  margin-bottom: -1px;
 	  padding: 4px 10px;
 	  text-decoration: none;
+	  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
 	}
 
 	#leftblocks .sideoption_off,
@@ -3545,7 +3554,9 @@
 	#footer {
 	  background-color: transparent;
 	  background: #284564;
-	  color: #999
+	  color: #999;
+	  border: none;
+	  margin-top: -1px;
 	}
 
 	#footer-content {
@@ -3581,6 +3592,14 @@
 	}
 
 	/*--------------------------------------
+	  Story
+	--------------------------------------*/
+
+	.story_icon {
+	  display: none;
+	}
+
+	/*--------------------------------------
 	  Profile
 	--------------------------------------*/
 
diff -r 5e804b440014 -r 2a07208569f5 public_html/layout/denim/style_rtl.css
--- a/public_html/layout/denim/style_rtl.css	Wed May 02 17:25:47 2012 +0900
+++ b/public_html/layout/denim/style_rtl.css	Wed May 02 20:59:56 2012 +0900
@@ -1545,6 +1545,7 @@
 .storytext table {
   text-align: right;
   border-collapse: collapse;
+  margin: 1em 0.5em;
 }
 
 .storytext tr {
@@ -2340,6 +2341,10 @@
   padding: 4px;
 }
 
+.admin-list-field a {
+  padding: 4px 6px;
+}
+
 .search-part {
   display: inline-block;
   margin-left: 5px;
@@ -3408,6 +3413,8 @@
 	  margin-left: -10px;
 	  margin-right: -10px;
 	  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
+	  border-top: 1px solid #6F99C7;
+	  border-bottom: 1px solid #1F364F;
 	}
 	h2.block-title {
 	  margin-top: 0;
@@ -3449,7 +3456,6 @@
 
 	#block-left-search > .block-left-content {
 	  background: #E7E7E7;
-	  border-bottom: 1px solid #CCC;
 	  padding: 10px;
 	  margin: 0px;
 	}
@@ -3473,10 +3479,12 @@
 
 	#leftblocks .sideoption a,
 	#rightblocks .sideoption a,
+	#leftblocks .sideoption a:hover,
+	#rightblocks .sideoption a:hover,
 	#leftblocks .sideoption_off,
 	#rightblocks .sideoption_off {
 	  background-color: #FFF;
-	  border: 1px solid #999;
+	  border: 1px solid #CCC;
 	  color: #222;
 	  display: block;
 	  font-size: 16px;
@@ -3484,6 +3492,7 @@
 	  margin-bottom: -1px;
 	  padding: 4px 10px;
 	  text-decoration: none;
+	  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
 	}
 
 	#leftblocks .sideoption_off,
@@ -3549,7 +3558,9 @@
 	#footer {
 	  background-color: transparent;
 	  background: #284564;
-	  color: #999
+	  color: #999;
+	  border: none;
+	  margin-top: -1px;
 	}
 
 	#footer-content {
@@ -3585,6 +3596,14 @@
 	}
 
 	/*--------------------------------------
+	  Story
+	--------------------------------------*/
+
+	.story_icon {
+	  display: none;
+	}
+
+	/*--------------------------------------
 	  Profile
 	--------------------------------------*/
 



More information about the geeklog-cvs mailing list