[ljcom] r11746: LJSUP-11767: Add to page with entries by...
Committer: ybuhvalova
LJSUP-11767: Add to page with entries by tag title with tags namesU trunk/bin/upgrading/s2layers/sup/themes.s2 U trunk/htdocs/stc/sup/s/moon-and-stars.css U trunk/htdocs/stc/sup/s/simply-wood.css U trunk/htdocs/stc/sup/s/spring-daze.css
Modified: trunk/bin/upgrading/s2layers/sup/themes.s2
===================================================================
--- trunk/bin/upgrading/s2layers/sup/themes.s2 2012-04-20 13:00:36 UTC (rev 11745)
+++ trunk/bin/upgrading/s2layers/sup/themes.s2 2012-04-20 13:27:40 UTC (rev 11746)
@@ -2087,6 +2087,7 @@
set friends_show_date = true;
set theme_designer = "Kristen_L";
set text_read_comments = "1 // #";
+set show_title_on_tagpage = true;
function _print_CSS {
var Page p = get_page();
@@ -2115,6 +2116,7 @@
set friends_show_date = true;
set theme_designer = "fuzps";
set text_read_comments = "1 // #";
+set show_title_on_tagpage = true;
#NEWLAYER: sup/simply-wood
layerinfo "type" = "theme";
@@ -2125,6 +2127,7 @@
set active_theme = "x4";
set friends_show_date = true;
set theme_designer = "Ana";
+set show_title_on_tagpage = true;
#NEWLAYER: sup/blue-fence
layerinfo "type" = "theme";
@@ -2132,6 +2135,7 @@
layerinfo "redist_uniq" = "sup/blue-fence";
set theme_css = "blue-fence.css";
set active_theme = "x6";
+set show_title_on_tagpage = true;
function _print_entry(Entry e) {
var Page p = get_page();
@@ -2278,6 +2282,7 @@
layerinfo "redist_uniq" = "sup/poker";
set theme_css = "poker.css";
set active_theme = "x6";
+set show_title_on_tagpage = true;
function _print_entry(Entry e) {
var Page p = get_page();
@@ -2423,6 +2428,7 @@
layerinfo "name" = "Tasty-food";
layerinfo "redist_uniq" = "sup/tasty-food";
set theme_css = "tasty-food.css";
+set show_title_on_tagpage = true;
function _Sidebar {
Modified: trunk/htdocs/stc/sup/s/moon-and-stars.css
===================================================================
--- trunk/htdocs/stc/sup/s/moon-and-stars.css 2012-04-20 13:00:36 UTC (rev 11745)
+++ trunk/htdocs/stc/sup/s/moon-and-stars.css 2012-04-20 13:27:40 UTC (rev 11746)
@@ -127,6 +127,12 @@
margin-left: 342px;
margin-right: 16px;
}
+.tag-page-header {
+ margin-bottom: 20px;
+ font-weight: normal;
+ font-size: 1.8em;
+ color: #E68F00;
+ }
.content .entry-wrap {
padding: 10px;
border-radius: 6px;
Modified: trunk/htdocs/stc/sup/s/simply-wood.css
===================================================================
--- trunk/htdocs/stc/sup/s/simply-wood.css 2012-04-20 13:00:36 UTC (rev 11745)
+++ trunk/htdocs/stc/sup/s/simply-wood.css 2012-04-20 13:27:40 UTC (rev 11746)
@@ -123,7 +123,12 @@
.column-left .content-inner {
margin-right: 0;
}
-
+.tag-page-header {
+ margin-top: 20px;
+ font-weight: bold;
+ font-style: italic;
+ font-size: 1.8em;
+ }
.entry-wrap {
margin: 15px 0 25px;
padding: 0;
Modified: trunk/htdocs/stc/sup/s/spring-daze.css
===================================================================
--- trunk/htdocs/stc/sup/s/spring-daze.css 2012-04-20 13:00:36 UTC (rev 11745)
+++ trunk/htdocs/stc/sup/s/spring-daze.css 2012-04-20 13:27:40 UTC (rev 11746)
@@ -75,7 +75,11 @@
.layout {
padding: 0 20px 0 25px;
}
-
+.tag-page-header {
+ margin-top: 10px;
+ font-weight: normal;
+ font-size: 1.5em;
+ }
.entry-title {
margin: 12px 0;
padding: 0 150px 0 0;
