From 767b6f9bb458fb2db048c5a306205f7f7d758065 Mon Sep 17 00:00:00 2001 From: Joongi Kim Date: Sat, 15 Mar 2014 01:15:27 +0900 Subject: [PATCH] refs #1654: work in progress --- index.php | 2 +- library/preprocessor.php | 7 +-- skin/default/lucid/skin.html | 83 +++++++++++++++++------------------- skin/default/lucid/style.css | 5 ++- 4 files changed, 49 insertions(+), 48 deletions(-) diff --git a/index.php b/index.php index e20b6f6f9..785ba722a 100644 --- a/index.php +++ b/index.php @@ -2,6 +2,6 @@ /// Copyright (c) 2004-2014, Needlworks / Tatter Network Foundation /// All rights reserved. Licensed under the GPL. /// See the GNU General Public License for more details. (/documents/LICENSE, /documents/COPYRIGHT) - define('__TEXTCUBE_NO_FANCY_URL__',true); + #define('__TEXTCUBE_NO_FANCY_URL__',true); require 'rewrite.php'; ?> diff --git a/library/preprocessor.php b/library/preprocessor.php index fe69758cc..47873f847 100644 --- a/library/preprocessor.php +++ b/library/preprocessor.php @@ -85,9 +85,10 @@ */ /// Override mobile mode call $browserUtil = Utils_Browser::getInstance(); -if($context->getProperty('blog.useiPhoneUI',true) && ($browserUtil->isMobile() == true) - && (!isset($_GET['mode']) || $_GET['mode'] != 'desktop') - && (!isset($_SESSION['mode']) || !in_array($_SESSION['displayMode'],array('desktop')))) { +#if($context->getProperty('blog.useiPhoneUI',true) && ($browserUtil->isMobile() == true) +# && (!isset($_GET['mode']) || $_GET['mode'] != 'desktop') +# && (!isset($_SESSION['mode']) || !in_array($_SESSION['displayMode'],array('desktop')))) { +if(true) { $context->setProperty('blog.displaymode','mobile'); if ($uri->uri['interfaceType'] == 'blog') { $uri->uri['interfaceType'] = 'mobile'; diff --git a/skin/default/lucid/skin.html b/skin/default/lucid/skin.html index 8dbc1b839..1ed22ac97 100644 --- a/skin/default/lucid/skin.html +++ b/skin/default/lucid/skin.html @@ -350,45 +350,42 @@

[##_article_rep_title_##]

-
-
Posted at
-
Last updated at
-
Posted by [##_article_rep_author_##]
-
Filed under [##_article_rep_category_##]
-
RSS 2.0 feed
-
ATOM 1.0 feed
- -
-
-
Tag
-
[##_tag_label_rep_##]
-
-
-
+
+
Posted at
+
+
Last updated
+
+
Author
+
[##_article_rep_author_##]
+
Category
+
[##_article_rep_category_##]
+
Track category via
+
+ RSS 2.0 feed + ATOM 1.0 feed +
+ +
Tags
+
[##_tag_label_rep_##]
+
-
-
Response
+
+
Leave Responses
- - - - - [##_article_rep_tb_cnt_##] Trackbacks - + + +
+
Track responses via
+
+ RSS 2.0 feed + ATOM 1.0 feed
-
You can track responses via RSS / ATOM feed
-
RSS 2.0 feed
-
ATOM 1.0 feed
@@ -396,7 +393,7 @@

[##_article_rep_title_##]

-
+
Trackback URL
[##_tb_address_##]
Trackback ATOM Feed
@@ -529,14 +526,14 @@

Leave your comment

- +
diff --git a/skin/default/lucid/style.css b/skin/default/lucid/style.css index 812044fb1..6d721905c 100644 --- a/skin/default/lucid/style.css +++ b/skin/default/lucid/style.css @@ -46,5 +46,8 @@ ul.tags { font-size: 1.7em; } -#namecardWidget .thumbnail { display: inline-block; box-shadow: 0 2px 8px rgba(0,0,0,0.12); } +.widget { + border-bottom: 1px solid #ddd; +} +#namecardWidget .thumbnail { display: inline-block; border: 0 none;} #extramenuWidget .btn { text-align: left; }