[geeklog-cvs] geeklog: Denim: moved location of stylesheets in order to improv...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Tue May 8 10:21:11 EDT 2012


changeset 8686:46deb48d3da4
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/46deb48d3da4
user: dengen
date: Tue May 08 23:14:54 2012 +0900
description:
Denim: moved location of stylesheets in order to improve clarity

diffstat:

 public_html/layout/denim/css_ltr/ie6.css   |   325 ++
 public_html/layout/denim/css_ltr/ie7.css   |   232 +
 public_html/layout/denim/css_ltr/ie8.css   |    35 +
 public_html/layout/denim/css_ltr/style.css |  3626 ++++++++++++++++++++++++++++
 public_html/layout/denim/css_rtl/ie6.css   |   325 ++
 public_html/layout/denim/css_rtl/ie7.css   |   232 +
 public_html/layout/denim/css_rtl/ie8.css   |    35 +
 public_html/layout/denim/css_rtl/style.css |  3626 ++++++++++++++++++++++++++++
 public_html/layout/denim/functions.php     |     6 +-
 public_html/layout/denim/header.thtml      |     6 +-
 public_html/layout/denim/ie6style.css      |   325 --
 public_html/layout/denim/ie7style.css      |   232 -
 public_html/layout/denim/ie8style.css      |    35 -
 public_html/layout/denim/style.css         |  3609 ---------------------------
 public_html/layout/denim/style_rtl.css     |  3609 ---------------------------
 15 files changed, 8440 insertions(+), 7818 deletions(-)

diffs (truncated from 16339 to 300 lines):

diff -r 7628958d4a9b -r 46deb48d3da4 public_html/layout/denim/css_ltr/ie6.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/denim/css_ltr/ie6.css	Tue May 08 23:14:54 2012 +0900
@@ -0,0 +1,325 @@
+ at charset "utf-8";
+
+fieldset {
+  padding-top: 0;
+  width: auto;
+}
+
+textarea {
+  overflow: auto;
+}
+
+ul, ol {
+  margin-left: 45px;
+}
+
+pre {
+  width: 95%;  /* Win IE 6(overflow property set auto: wide width max) */
+}
+
+/* Win IE 6(Adjust floating element) { \*/
+#wrapper {
+  height: 1%;
+  overflow: visible;
+}
+/* } Win IE 6(Adjust floating element) */
+
+/*--------------------------------------
+  Basic Form
+--------------------------------------*/
+
+.form_block {
+  margin-top: 7px;
+}
+
+.wide {
+  width: 95%;
+}
+
+/*--------------------------------------
+  1 Column Form
+--------------------------------------*/
+
+.linear {
+  clear: left;
+}
+
+/*--------------------------------------
+  2 Culumn Form
+--------------------------------------*/
+
+.compact dd {
+/*  float: none;*/
+}
+
+/* Win IE 6(Float Adjustment) { \*/
+.compact dl {
+  height: 1%;
+  overflow: visible;
+}
+/* } Win IE 6(Float Adjustment) */
+
+/* Description */
+.compact dd.description {
+  margin-left: 23.4%;
+}
+
+/* Win IE 6(Float left and right margin too wide) { */
+.compact dd.description {
+  margin-left: 12.5%;
+}
+/* } Win IE 6 */
+
+.compact fieldset dd.description {
+  margin-left: 25%;
+}
+.compact fieldset dd.description {
+  margin-left: 12.5%;
+}
+
+/*--------------------------------------
+  Profile Notes
+--------------------------------------*/
+
+.profile_notes {
+  border: 1px solid #CCC;
+}
+
+/*--------------------------------------
+  System Message Block
+--------------------------------------*/
+
+/* Title */
+#block-message dt {
+  border: 1px solid #32567B;
+}
+
+/* Message */
+#block-message dd {
+  font-weight: bold;
+  border-bottom: 1px solid #BEBEBE;
+  border-left:   1px solid #BEBEBE;
+  border-right:  1px solid #BEBEBE;
+}
+
+/*--------------------------------------
+  Story
+--------------------------------------*/
+
+/* Container */
+.storytext {
+  position: relative;
+}
+
+/* Story Title */
+.story_title {
+  float: none;
+}
+
+/* Icon(email, print, pdf) */
+.story_icon {
+  float: none;
+  position: absolute;
+  top: 0;
+  right: 10px;
+}
+
+/*--------------------------------------
+  Comment Bar
+--------------------------------------*/
+
+#commentbar {
+  position: relative;
+}
+
+/* Comment Submit Form  */
+#commentbar-comment {
+  float: none;
+  text-align:left;
+}
+
+#commentbar-selector {
+  float: none;
+  position: absolute;
+  top: 3px;
+  right: 3px;
+  padding: 0.3em;
+}
+
+/*--------------------------------------
+  Admin Top Menu Style
+--------------------------------------*/
+
+#admin-topmenu {
+  border: 1px solid #DDD;
+  overflow: auto;
+}
+
+/*--------------------------------------
+  Navigation
+--------------------------------------*/
+
+#navcontainer {
+  float: none;
+}
+
+/*--------------------------------------
+  Admin Page
+--------------------------------------*/
+
+/* Table */
+.admin-list-table {
+  border-collapse: collapse;
+}
+
+.admin-list-table th,
+.admin-list-table td {
+  border-bottom: 1px solid #FFF;
+  border-right: 1px solid #FFF;
+}
+
+/* Permission */
+.admin-list-smalltable {
+  border-collapse: collapse;
+}
+
+.admin-list-smalltable th,
+.admin-list-smalltable td {
+  border-bottom: 1px solid #FFF;
+  border-right: 1px solid #FFF;
+}
+
+/*--------------------------------------
+  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;
+  height: 0;
+  clear: both;
+  visibility: hidden;
+}
+
+#admin-moderation {
+  overflow: auto;
+}
+
+/*--------------------------------------
+  Navigation
+--------------------------------------*/
+
+.a-navlist:hover .label-navlist {
+  color: #FFF;
+}
+
+.a-navlist:hover .label-navlist {
+  background-position: 100% -42px;
+}
+
+#current .label-navlist {
+  background: url(../navbar/images/tabrightI.gif) no-repeat 0 0;
+  background-position: 100% -42px;
+  color: #FFF;
+}
+
+/*--------------------------------------
+  Page Navigation
+--------------------------------------*/
+
+.gl-pagenav a {
+  display: inline;
+  zoom: 1;
+}
+
+.gl-pagenav span {
+  display: inline;
+  zoom: 1;
+}
+
+/*--------------------------------------
+  My Account Page
+--------------------------------------*/
+
+#exclude_topic .checkboxes-list li,
+#boxesblock .checkboxes-list li {
+  display: inline;
+  margin-right: 0.5em;
+}
+
+/*--------------------------------------
+  Story Editor
+--------------------------------------*/
+
+#admin-storyeditor-introtext,
+#admin-storyeditor-bodytext {
+  width: 95%;
+}
+
+/*--------------------------------------
+  Trackback
+--------------------------------------*/
+
+.block-trackback-content p {
+  margin: 0 0 1em 0;
+}
+
+/*--------------------------------------
+  Admin Top Menu Style
+--------------------------------------*/
+
+#instructions p {
+  margin: 0 0 5px 0;
+  line-height: 1.25;
+}
+
+/*--------------------------------------
+   Center Block Container
+    #centerblocks is always display.
+--------------------------------------*/
+
+/* JavaScript Enabled* 2 Column ( Left Block*  Center Block)  Center Block Container */
+body.left-center #centerblocks {



More information about the geeklog-cvs mailing list