[geeklog-cvs] geeklog: Denim: maintenance of stylesheets

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun May 6 13:45:54 EDT 2012


changeset 8682:9b4587b438a5
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/9b4587b438a5
user: dengen
date: Mon May 07 02:33:45 2012 +0900
description:
Denim: maintenance of stylesheets

diffstat:

 public_html/layout/denim/ie6style.css  |    24 +-
 public_html/layout/denim/ie7style.css  |    20 +-
 public_html/layout/denim/style.css     |  5139 +++++++++++++++----------------
 public_html/layout/denim/style_rtl.css |  5141 +++++++++++++++----------------
 4 files changed, 5107 insertions(+), 5217 deletions(-)

diffs (truncated from 10853 to 300 lines):

diff -r 9cf3b7735e9a -r 9b4587b438a5 public_html/layout/denim/ie6style.css
--- a/public_html/layout/denim/ie6style.css	Mon May 07 02:32:29 2012 +0900
+++ b/public_html/layout/denim/ie6style.css	Mon May 07 02:33:45 2012 +0900
@@ -85,8 +85,6 @@
   border: 1px solid #CCC;
 }
 
-
-
 /*--------------------------------------
   System Message Block
 --------------------------------------*/
@@ -104,8 +102,6 @@
   border-right:  1px solid #BEBEBE;
 }
 
-
-
 /*--------------------------------------
   Story
 --------------------------------------*/
@@ -167,7 +163,6 @@
   float: none;
 }
 
-
 /*--------------------------------------
   Admin Page
 --------------------------------------*/
@@ -195,11 +190,23 @@
 }
 
 /*--------------------------------------
+  Permission Style
+--------------------------------------*/
+
+#admin-permissions {
+  border-collapse: separate;
+}
+
+#admin-permissions th,
+#admin-permissions td {
+  border-bottom: 1px solid #FFF;
+  border-right: 1px solid #FFF;
+}
+
+/*--------------------------------------
   Admin Top Menu Style
 --------------------------------------*/
 
-
-
 #admin-moderation:after {
   content: ".";
   display: block;
@@ -254,7 +261,6 @@
   margin-right: 0.5em;
 }
 
-
 /*--------------------------------------
   Story Editor
 --------------------------------------*/
@@ -281,7 +287,6 @@
   line-height: 1.25;
 }
 
-
 /*--------------------------------------
    Center Block Container
     #centerblocks is always display.
@@ -300,7 +305,6 @@
   width: 95%;
 }
 
-
 /*--------------------------------------
   Article Page
 --------------------------------------*/
diff -r 9cf3b7735e9a -r 9b4587b438a5 public_html/layout/denim/ie7style.css
--- a/public_html/layout/denim/ie7style.css	Mon May 07 02:32:29 2012 +0900
+++ b/public_html/layout/denim/ie7style.css	Mon May 07 02:33:45 2012 +0900
@@ -72,8 +72,6 @@
   border-right:  1px solid #BEBEBE;
 }
 
-
-
 /*--------------------------------------
   Story
 --------------------------------------*/
@@ -175,11 +173,23 @@
 }
 
 /*--------------------------------------
+  Permission Style
+--------------------------------------*/
+
+#admin-permissions {
+  border-collapse: separate;
+}
+
+#admin-permissions th,
+#admin-permissions td {
+  border-bottom: 1px solid #FFF;
+  border-right: 1px solid #FFF;
+}
+
+/*--------------------------------------
   Admin Top Menu Style
 --------------------------------------*/
 
-
-
 #admin-moderation:after {
   content: ".";
   display: block;
@@ -192,8 +202,6 @@
   overflow: auto;
 }
 
-
-
 /*--------------------------------------
   Profile
 --------------------------------------*/
diff -r 9cf3b7735e9a -r 9b4587b438a5 public_html/layout/denim/style.css
--- a/public_html/layout/denim/style.css	Mon May 07 02:32:29 2012 +0900
+++ b/public_html/layout/denim/style.css	Mon May 07 02:33:45 2012 +0900
@@ -7,6 +7,11 @@
 form, legend {
   margin: 0;
   padding: 0;
+  text-align: left; /* rtl */
+}
+
+label {
+  text-align: left; /* rtl */
 }
 
 body {
@@ -97,11 +102,11 @@
 
 dt {
   font-weight: bold;
-  margin-left: 20px;
+  margin-left: 20px; /* rtl */
 }
 
 dd {
-  margin-left: 20px;
+  margin-left: 20px; /* rtl */
 }
 
 ins {
@@ -115,17 +120,7 @@
 textarea {
   font-size: 100%;
   width: 75%;
-}
-
-th {
-  font-weight: bold;
-  text-align: left;
-  margin: 0;
-  background-color:#DAE0ED; /* compatible with professional */
-}
-
-td {
-  margin: 0;
+  min-height: 60px;
 }
 
 hr {
@@ -167,21 +162,80 @@
   margin: 0 0 1em 0;
   padding: 8px 12px;
   border: 1px solid #CCC;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+  border-radius: 4px;
 }
 
 legend {
   padding: 2px 4px;
 }
 
+iframe[width="100%"] {
+  width: 99%;
+}
+
+em {
+  font-weight: bold;
+}
+
 img {
   border: none;
   vertical-align: bottom;
 }
 
+/* Table */
+
+th {
+  font-weight: bold;
+  text-align: left; /* rtl */
+  margin: 0;
+  background-color:#DAE0ED; /* compatible with professional */
+}
+
+td {
+  margin: 0;
+}
+
+/*
+table {
+  text-align: left;
+  border-collapse: collapse;
+  margin: 1em 0.5em;
+}
+
+tr {
+  margin: 0;
+  padding: 0;
+  vertical-align: middle;
+}
+
+th,
+td {
+  margin: 0;
+  padding: 0.2em 0.6em;
+  vertical-align: middle;
+  line-height: 160%;
+  border: 1px solid #DDD;
+}
+
+th {
+  text-align: left;
+  font-weight: bold;
+  background: #F5F5F5;
+}
+*/
+
 table img {
   vertical-align: middle;
 }
 
+/* Forms */
+
+input {
+  margin: 2px;
+}
+
 input,
 select,
 textarea {
@@ -189,2481 +243,55 @@
   margin-top: 2px;
   margin-bottom: 2px;
 }
+
 select,
 input {
   vertical-align: middle;
 }
 
+input[type="text"],
+input[type="password"],
+input[type="email"],
+textarea,
+select {
+  border: 1px solid #ccc;
+  padding: 4px;
+  outline: none;
+  -moz-border-radius: 3px;
+  -webkit-border-radius: 3px;
+  border-radius: 3px;
+  font-size: 13px;
+  color: #555;
+  margin-left: 0; /* rtl */
+  margin-right: 3px; /* rtl */
+  max-width: 100%;
+}
+
+select {
+  height: 28px;
+  line-height: 28px;
+}
+
+select[multiple="multiple"] {
+  height: auto;
+}
+
 option {
-  padding-right: 4px;  /* for Firefox */
-}
-
-iframe[width="100%"] {
-  width: 99%;
-}
-



More information about the geeklog-cvs mailing list