[geeklog-cvs] geeklog: newpro: Concatenate CSS files so that only one HTTP req...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Mar 12 12:08:29 EDT 2012


changeset 8523:f4c599db456f
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/f4c599db456f
user: Rouslan Placella <rouslan at placella.com>
date: Mon Mar 12 16:07:01 2012 +0000
description:
newpro: Concatenate CSS files so that only one HTTP request is fired to load them

diffstat:

 public_html/layout/newpro/css/admin.css                   |  21 ---
 public_html/layout/newpro/css/admin/block.css             |   2 -
 public_html/layout/newpro/css/admin/common.css            |   2 -
 public_html/layout/newpro/css/admin/configuration.css     |   2 -
 public_html/layout/newpro/css/admin/group.css             |   2 -
 public_html/layout/newpro/css/admin/lists.css             |   2 -
 public_html/layout/newpro/css/admin/moderation.css        |   2 -
 public_html/layout/newpro/css/admin/plugins.css           |   2 -
 public_html/layout/newpro/css/admin/story.css             |   2 -
 public_html/layout/newpro/css/admin/topic.css             |   2 -
 public_html/layout/newpro/css/admin/trackback.css         |   2 -
 public_html/layout/newpro/css/admin/user.css              |   2 -
 public_html/layout/newpro/css/article/article.css         |   2 -
 public_html/layout/newpro/css/block.css                   |   2 -
 public_html/layout/newpro/css/comment/comment.css         |   2 -
 public_html/layout/newpro/css/common.css                  |   2 -
 public_html/layout/newpro/css/compatible.css              |   2 -
 public_html/layout/newpro/css/default.css                 |   2 -
 public_html/layout/newpro/css/form.css                    |   2 -
 public_html/layout/newpro/css/layout.css                  |  10 +-
 public_html/layout/newpro/css/navbar/navbar.css           |   2 -
 public_html/layout/newpro/css/option.css                  |   2 -
 public_html/layout/newpro/css/plugin.css                  |  13 --
 public_html/layout/newpro/css/plugin/japanize.css         |   2 -
 public_html/layout/newpro/css/plugin/sitecalendar.css     |   2 -
 public_html/layout/newpro/css/preferences/preferences.css |   4 +-
 public_html/layout/newpro/css/search/search.css           |   2 -
 public_html/layout/newpro/css/stats/stats.css             |   2 -
 public_html/layout/newpro/css/story.css                   |   2 -
 public_html/layout/newpro/css/submit/submit.css           |   2 -
 public_html/layout/newpro/css/tooltips/tooltips.css       |   2 -
 public_html/layout/newpro/css/trackback/trackback.css     |   2 -
 public_html/layout/newpro/css/users/users.css             |   2 -
 public_html/layout/newpro/functions.php                   |   2 +-
 public_html/layout/newpro/style.css.php                   |  88 +++++++++++++++
 35 files changed, 94 insertions(+), 102 deletions(-)

diffs (truncated from 468 to 300 lines):

diff -r 55020eb3f309 -r f4c599db456f public_html/layout/newpro/css/admin.css
--- a/public_html/layout/newpro/css/admin.css	Sat Mar 10 23:48:05 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
- at charset "utf-8";
-
-/*==============================================================================
-  Title       : Import for admin
-  Author      : Fumito Arakawa as Phize (http://phize.net/) and Geeklog Japanese
-  Description : Import css for admin.
-==============================================================================*/
-
-
-
- at import url("admin/common.css");        /* Common style */
- at import url("admin/block.css");         /* Block editor style */
- at import url("admin/group.css");         /* Group editor style */
- at import url("admin/lists.css");         /* Block editor style */
- at import url("admin/moderation.css");    /* List style  */
- at import url("admin/plugins.css");       /* Plugin editor style */
- at import url("admin/story.css");         /* Story editor style */
- at import url("admin/topic.css");         /* Topic editor style */
- at import url("admin/trackback.css");     /* Trackback editor style */
- at import url("admin/user.css");          /* User editor style */
- at import url("admin/configuration.css"); /* Configuration editor style */
diff -r 55020eb3f309 -r f4c599db456f public_html/layout/newpro/css/admin/block.css
--- a/public_html/layout/newpro/css/admin/block.css	Sat Mar 10 23:48:05 2012 +0000
+++ b/public_html/layout/newpro/css/admin/block.css	Mon Mar 12 16:07:01 2012 +0000
@@ -1,5 +1,3 @@
- at charset "utf-8";
-
 /*==============================================================================
   Title       : Block Editor Style (for Admin)
   Author      : Fumito Arakawa as Phize (http://phize.net/) and Geeklog Japanese
diff -r 55020eb3f309 -r f4c599db456f public_html/layout/newpro/css/admin/common.css
--- a/public_html/layout/newpro/css/admin/common.css	Sat Mar 10 23:48:05 2012 +0000
+++ b/public_html/layout/newpro/css/admin/common.css	Mon Mar 12 16:07:01 2012 +0000
@@ -1,5 +1,3 @@
- at charset "utf-8";
-
 /*==============================================================================
   Title       : Common Style (for Admin)
   Author      : Fumito Arakawa as Phize (http://phize.net/) and Geeklog Japanese
diff -r 55020eb3f309 -r f4c599db456f public_html/layout/newpro/css/admin/configuration.css
--- a/public_html/layout/newpro/css/admin/configuration.css	Sat Mar 10 23:48:05 2012 +0000
+++ b/public_html/layout/newpro/css/admin/configuration.css	Mon Mar 12 16:07:01 2012 +0000
@@ -1,5 +1,3 @@
- at charset "utf-8";
-
 /*==============================================================================
   Title       : Configration Style (for admin)
   Author      : Hiromi Ikeda as Jiro & Fumito Arakawa as Phize (http://phize.net/) and Geeklog Japanese
diff -r 55020eb3f309 -r f4c599db456f public_html/layout/newpro/css/admin/group.css
--- a/public_html/layout/newpro/css/admin/group.css	Sat Mar 10 23:48:05 2012 +0000
+++ b/public_html/layout/newpro/css/admin/group.css	Mon Mar 12 16:07:01 2012 +0000
@@ -1,5 +1,3 @@
- at charset "utf-8";
-
 /*==============================================================================
   Title       : Group Editor Style (for admin)
   Author      : Fumito Arakawa as Phize (http://phize.net/) and Geeklog Japanese
diff -r 55020eb3f309 -r f4c599db456f public_html/layout/newpro/css/admin/lists.css
--- a/public_html/layout/newpro/css/admin/lists.css	Sat Mar 10 23:48:05 2012 +0000
+++ b/public_html/layout/newpro/css/admin/lists.css	Mon Mar 12 16:07:01 2012 +0000
@@ -1,5 +1,3 @@
- at charset "utf-8";
-
 /*==============================================================================
   Title       : List Style (for admin)
   Author      : Fumito Arakawa as Phize (http://phize.net/) and Geeklog Japanese
diff -r 55020eb3f309 -r f4c599db456f public_html/layout/newpro/css/admin/moderation.css
--- a/public_html/layout/newpro/css/admin/moderation.css	Sat Mar 10 23:48:05 2012 +0000
+++ b/public_html/layout/newpro/css/admin/moderation.css	Mon Mar 12 16:07:01 2012 +0000
@@ -1,5 +1,3 @@
- at charset "utf-8";
-
 /*==============================================================================
   Title       : Moderation Page Style (Admin Page)
   Author      : Fumito Arakawa as Phize (http://phize.net/) and Geeklog Japanese
diff -r 55020eb3f309 -r f4c599db456f public_html/layout/newpro/css/admin/plugins.css
--- a/public_html/layout/newpro/css/admin/plugins.css	Sat Mar 10 23:48:05 2012 +0000
+++ b/public_html/layout/newpro/css/admin/plugins.css	Mon Mar 12 16:07:01 2012 +0000
@@ -1,5 +1,3 @@
- at charset "utf-8";
-
 /*==============================================================================
   Title       : Plugin Page Style (Admin Page)
   Author      : Fumito Arakawa as Phize (http://phize.net/) and Geeklog Japanese
diff -r 55020eb3f309 -r f4c599db456f public_html/layout/newpro/css/admin/story.css
--- a/public_html/layout/newpro/css/admin/story.css	Sat Mar 10 23:48:05 2012 +0000
+++ b/public_html/layout/newpro/css/admin/story.css	Mon Mar 12 16:07:01 2012 +0000
@@ -1,5 +1,3 @@
- at charset "utf-8";
-
 /*==============================================================================
   Title       : Story  Editor Style (Admin Page)
   Author      : Fumito Arakawa as Phize (http://phize.net/) and Geeklog Japanese
diff -r 55020eb3f309 -r f4c599db456f public_html/layout/newpro/css/admin/topic.css
--- a/public_html/layout/newpro/css/admin/topic.css	Sat Mar 10 23:48:05 2012 +0000
+++ b/public_html/layout/newpro/css/admin/topic.css	Mon Mar 12 16:07:01 2012 +0000
@@ -1,5 +1,3 @@
- at charset "utf-8";
-
 /*==============================================================================
   Title       : Topic Editor Style (Admin Page)
   Author      : Fumito Arakawa as Phize (http://phize.net/) and Geeklog Japanese
diff -r 55020eb3f309 -r f4c599db456f public_html/layout/newpro/css/admin/trackback.css
--- a/public_html/layout/newpro/css/admin/trackback.css	Sat Mar 10 23:48:05 2012 +0000
+++ b/public_html/layout/newpro/css/admin/trackback.css	Mon Mar 12 16:07:01 2012 +0000
@@ -1,5 +1,3 @@
- at charset "utf-8";
-
 /*==============================================================================
   Title       : Trackback Page Style (Admin Page)
   Author      : Fumito Arakawa as Phize (http://phize.net/) and Geeklog Japanese
diff -r 55020eb3f309 -r f4c599db456f public_html/layout/newpro/css/admin/user.css
--- a/public_html/layout/newpro/css/admin/user.css	Sat Mar 10 23:48:05 2012 +0000
+++ b/public_html/layout/newpro/css/admin/user.css	Mon Mar 12 16:07:01 2012 +0000
@@ -1,5 +1,3 @@
- at charset "utf-8";
-
 /*==============================================================================
   Title       : User Editor Style (Admin Page)
   Author      : Fumito Arakawa as Phize (http://phize.net/) and Geeklog Japanese
diff -r 55020eb3f309 -r f4c599db456f public_html/layout/newpro/css/article/article.css
--- a/public_html/layout/newpro/css/article/article.css	Sat Mar 10 23:48:05 2012 +0000
+++ b/public_html/layout/newpro/css/article/article.css	Mon Mar 12 16:07:01 2012 +0000
@@ -1,5 +1,3 @@
- at charset "utf-8";
-
 /*==============================================================================
   Title       : Article Page Style 
   Author      : Fumito Arakawa as Phize (http://phize.net/) and Geeklog Japanese
diff -r 55020eb3f309 -r f4c599db456f public_html/layout/newpro/css/block.css
--- a/public_html/layout/newpro/css/block.css	Sat Mar 10 23:48:05 2012 +0000
+++ b/public_html/layout/newpro/css/block.css	Mon Mar 12 16:07:01 2012 +0000
@@ -1,5 +1,3 @@
- at charset "utf-8";
-
 /*==============================================================================
   Title       : Block Style
   Author      : Fumito Arakawa as Phize (http://phize.net/) and Geeklog Japanese
diff -r 55020eb3f309 -r f4c599db456f public_html/layout/newpro/css/comment/comment.css
--- a/public_html/layout/newpro/css/comment/comment.css	Sat Mar 10 23:48:05 2012 +0000
+++ b/public_html/layout/newpro/css/comment/comment.css	Mon Mar 12 16:07:01 2012 +0000
@@ -1,5 +1,3 @@
- at charset "utf-8";
-
 /*==============================================================================
   Title       : Comment Style 
   Author      : Fumito Arakawa as Phize (http://phize.net/) and Geeklog Japanese
diff -r 55020eb3f309 -r f4c599db456f public_html/layout/newpro/css/common.css
--- a/public_html/layout/newpro/css/common.css	Sat Mar 10 23:48:05 2012 +0000
+++ b/public_html/layout/newpro/css/common.css	Mon Mar 12 16:07:01 2012 +0000
@@ -1,5 +1,3 @@
- at charset "utf-8";
-
 /*==============================================================================
   Title       : Common Style
   Author      : Fumito Arakawa as Phize (http://phize.net/) and Geeklog Japanese
diff -r 55020eb3f309 -r f4c599db456f public_html/layout/newpro/css/compatible.css
--- a/public_html/layout/newpro/css/compatible.css	Sat Mar 10 23:48:05 2012 +0000
+++ b/public_html/layout/newpro/css/compatible.css	Mon Mar 12 16:07:01 2012 +0000
@@ -1,5 +1,3 @@
- at charset "utf-8";
-
 /*==============================================================================
   Title       : professional compatible Style
   Author      : dengen - Yoshinori Tahara (http://www.trybase.com/~dengen/log/) and Geeklog Japanese
diff -r 55020eb3f309 -r f4c599db456f public_html/layout/newpro/css/default.css
--- a/public_html/layout/newpro/css/default.css	Sat Mar 10 23:48:05 2012 +0000
+++ b/public_html/layout/newpro/css/default.css	Mon Mar 12 16:07:01 2012 +0000
@@ -1,5 +1,3 @@
- at charset "utf-8";
-
 /*==============================================================================
   Title       : Default Style
   Author      : Fumito Arakawa as Phize (http://phize.net/) and Geeklog Japanese
diff -r 55020eb3f309 -r f4c599db456f public_html/layout/newpro/css/form.css
--- a/public_html/layout/newpro/css/form.css	Sat Mar 10 23:48:05 2012 +0000
+++ b/public_html/layout/newpro/css/form.css	Mon Mar 12 16:07:01 2012 +0000
@@ -1,5 +1,3 @@
- at charset "utf-8";
-
 /*==============================================================================
   Title       : Form Style
   Author      : Fumito Arakawa as Phize (http://phize.net/) and Geeklog Japanese
diff -r 55020eb3f309 -r f4c599db456f public_html/layout/newpro/css/layout.css
--- a/public_html/layout/newpro/css/layout.css	Sat Mar 10 23:48:05 2012 +0000
+++ b/public_html/layout/newpro/css/layout.css	Mon Mar 12 16:07:01 2012 +0000
@@ -1,5 +1,3 @@
- at charset "utf-8";
-
 /*==============================================================================
   Title       : Basic Layout Style
   Authors     : Fumito Arakawa as Phize (http://phize.net/) and Geeklog Japanese
@@ -12,7 +10,7 @@
 ==============================================================================*/
 
 body {
-  background: #eeeeec url('../images/css/bg.png') repeat-x 0 0;
+  background: #eeeeec url('./images/css/bg.png') repeat-x 0 0;
 }
 
 /*--------------------------------------
@@ -46,7 +44,7 @@
 div#container div#header {
   height: 120px;
   border: 1px solid #656663;
-  background: transparent url('../images/css/bg_header.png') repeat-x 0 0;
+  background: transparent url('./images/css/bg_header.png') repeat-x 0 0;
   margin-bottom: 12px;
 
   -webkit-border-radius: 8px;
@@ -86,7 +84,7 @@
 --------------------------------------*/
 
 div#container div#navigation {
-  background: #dbddd9 url('../images/css/menu_bg.png') repeat-x 0 0;
+  background: #dbddd9 url('./images/css/menu_bg.png') repeat-x 0 0;
   border: 1px solid #939490;
   margin: auto;
   width: 95%;
@@ -130,7 +128,7 @@
 div#container div#navigation ul li.menuitem a:hover,
 div#container div#navigation ul li.menuitem a:focus,
 div#container div#navigation ul li.menuitem a:active {
-  background: #ededeb url('../images/css/menu_bg_active.png') repeat-x 0 0;
+  background: #ededeb url('./images/css/menu_bg_active.png') repeat-x 0 0;
   text-decoration: underline;
 }
 
diff -r 55020eb3f309 -r f4c599db456f public_html/layout/newpro/css/navbar/navbar.css
--- a/public_html/layout/newpro/css/navbar/navbar.css	Sat Mar 10 23:48:05 2012 +0000
+++ b/public_html/layout/newpro/css/navbar/navbar.css	Mon Mar 12 16:07:01 2012 +0000
@@ -1,5 +1,3 @@
- at charset "utf-8";
-
 /*==============================================================================
   Title       : NavigationStyle 
   Author      : Fumito Arakawa as Phize (http://phize.net/) and Geeklog Japanese
diff -r 55020eb3f309 -r f4c599db456f public_html/layout/newpro/css/option.css
--- a/public_html/layout/newpro/css/option.css	Sat Mar 10 23:48:05 2012 +0000
+++ b/public_html/layout/newpro/css/option.css	Mon Mar 12 16:07:01 2012 +0000
@@ -1,5 +1,3 @@
- at charset "utf-8";
-
 /*==============================================================================
   Title       : Option Menu Style
   Author      : Fumito Arakawa as Phize (http://phize.net/) and Geeklog Japanese
diff -r 55020eb3f309 -r f4c599db456f public_html/layout/newpro/css/plugin.css
--- a/public_html/layout/newpro/css/plugin.css	Sat Mar 10 23:48:05 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
- at charset "utf-8";
-
-/*==============================================================================
-  Title       : Import plugin Style
-  Author      : Fumito Arakawa as Phize (http://phize.net/) and Geeklog Japanese
-  Description : For plugin layout.
-  Apply       : Japanize Plugin
-==============================================================================*/
-
-
-
- at import url("plugin/japanize.css");      /* Japanize Plugin */
- at import url("plugin/sitecalendar.css");  /* phpblock_mycal() */
diff -r 55020eb3f309 -r f4c599db456f public_html/layout/newpro/css/plugin/japanize.css
--- a/public_html/layout/newpro/css/plugin/japanize.css	Sat Mar 10 23:48:05 2012 +0000
+++ b/public_html/layout/newpro/css/plugin/japanize.css	Mon Mar 12 16:07:01 2012 +0000
@@ -1,5 +1,3 @@
- at charset "utf-8";
-
 /*==============================================================================
   Title       : JapanizeStyle (Plugin)
   Author      : Geeklog & Geeklog Japanese
diff -r 55020eb3f309 -r f4c599db456f public_html/layout/newpro/css/plugin/sitecalendar.css
--- a/public_html/layout/newpro/css/plugin/sitecalendar.css	Sat Mar 10 23:48:05 2012 +0000
+++ b/public_html/layout/newpro/css/plugin/sitecalendar.css	Mon Mar 12 16:07:01 2012 +0000
@@ -1,5 +1,3 @@
- at charset "utf-8";
-
 /*==============================================================================
   Title       : Site Calender Style (Plugin)
   Author      : Fumito Arakawa as Phize (http://phize.net/) and Geeklog Japanese
diff -r 55020eb3f309 -r f4c599db456f public_html/layout/newpro/css/preferences/preferences.css
--- a/public_html/layout/newpro/css/preferences/preferences.css	Sat Mar 10 23:48:05 2012 +0000
+++ b/public_html/layout/newpro/css/preferences/preferences.css	Mon Mar 12 16:07:01 2012 +0000
@@ -1,5 +1,3 @@
- at charset "utf-8";
-
 /*==============================================================================
   Title       : My Account Page Style 
   Author      : Fumito Arakawa as Phize (http://phize.net/) and Geeklog Japanese
@@ -70,4 +68,4 @@
 /* Default */
 form#profile span.gldefault {
   font-weight: bold;
-}
\ No newline at end of file



More information about the geeklog-cvs mailing list