init
This commit is contained in:
14
livejournal/bin/upgrading/s2layers/tabularindent/en.s2
Executable file
14
livejournal/bin/upgrading/s2layers/tabularindent/en.s2
Executable file
@@ -0,0 +1,14 @@
|
||||
# -*-s2-*-
|
||||
|
||||
layerinfo type = "i18n";
|
||||
layerinfo name = "English";
|
||||
layerinfo redist_uniq = "tabularindent/en";
|
||||
|
||||
set text_meta_music = "Music";
|
||||
set text_meta_mood = "Mood";
|
||||
|
||||
set text_post_comment = "Add Your Own";
|
||||
set text_read_comments = "Read # Comments";
|
||||
|
||||
set text_post_comment_friends = "Add Your Own";
|
||||
set text_read_comments_friends = "Read # Comments";
|
||||
741
livejournal/bin/upgrading/s2layers/tabularindent/layout.s2
Executable file
741
livejournal/bin/upgrading/s2layers/tabularindent/layout.s2
Executable file
@@ -0,0 +1,741 @@
|
||||
# -*-s2-*-
|
||||
|
||||
layerinfo type = "layout";
|
||||
layerinfo name = "Tabular Indent";
|
||||
layerinfo redist_uniq = "tabularindent/layout";
|
||||
layerinfo previews = "tabularindent/tabularindent.jpg";
|
||||
|
||||
propgroup colors {
|
||||
property Color body_bgcolor {
|
||||
des = "Body background color";
|
||||
s1color = "page_back";
|
||||
}
|
||||
property Color main_bgcolor {
|
||||
des = "Background of main text areas";
|
||||
s1color = "page_back";
|
||||
}
|
||||
property Color main_fgcolor {
|
||||
des = "Main text color";
|
||||
s1color = "page_text";
|
||||
}
|
||||
property Color border_color {
|
||||
des = "Color of borders";
|
||||
# No s1color equivalent
|
||||
}
|
||||
property Color headerbar_bgcolor {
|
||||
des = "Background color of header bar(s)";
|
||||
s1color = "stronger_back";
|
||||
}
|
||||
property Color headerbar_fgcolor {
|
||||
des = "Header bar text color";
|
||||
s1color = "stronger_text";
|
||||
}
|
||||
property Color captionbar_mainbox_bgcolor {
|
||||
des = "Main background color of caption bar";
|
||||
s1color = "page_back";
|
||||
}
|
||||
property Color captionbar_mainbox_fgcolor {
|
||||
des = "Text color of caption bar";
|
||||
s1color = "page_text";
|
||||
}
|
||||
property Color captionbar_userpicbox_color {
|
||||
des = "User picture background color of caption bar";
|
||||
s1color = "strong_back";
|
||||
}
|
||||
property Color accent_bgcolor {
|
||||
des = "Background color of accented areas";
|
||||
s1color = "weak_back";
|
||||
}
|
||||
property Color accent_fgcolor {
|
||||
des = "Accented area text color";
|
||||
s1color = "weak_text";
|
||||
}
|
||||
property Color link_color {
|
||||
des = "Link color";
|
||||
s1color = "page_link";
|
||||
}
|
||||
property Color vlink_color {
|
||||
des = "Visited link color";
|
||||
s1color = "page_vlink";
|
||||
}
|
||||
property Color alink_color {
|
||||
des = "Active link color";
|
||||
s1color = "page_alink";
|
||||
}
|
||||
property Color comment_bar_one_bgcolor {
|
||||
des = "Alternating background color for comment bars (one)";
|
||||
}
|
||||
property Color comment_bar_two_fgcolor {
|
||||
des = "Text color on alternating comment bars (one)";
|
||||
}
|
||||
property Color comment_bar_two_bgcolor {
|
||||
des = "Alternating background color for comment bars (two)";
|
||||
}
|
||||
property Color comment_bar_one_fgcolor {
|
||||
des = "Text color on alternating comment bars (two)";
|
||||
}
|
||||
property Color comment_bar_screened_bgcolor {
|
||||
des = "Background bar color for screened comments";
|
||||
}
|
||||
property Color comment_bar_screened_fgcolor {
|
||||
des = "Text color on background bar for screened comments";
|
||||
}
|
||||
}
|
||||
set body_bgcolor = "#ffffff";
|
||||
set main_bgcolor = "#ffffff";
|
||||
set main_fgcolor = "#000000";
|
||||
set border_color = "#000000";
|
||||
set headerbar_bgcolor = "#6666cc";
|
||||
set headerbar_fgcolor = "#ffffff";
|
||||
set captionbar_mainbox_bgcolor = "#ffffff";
|
||||
set captionbar_mainbox_fgcolor = "#000000";
|
||||
set captionbar_userpicbox_color = "#c0c0ff";
|
||||
set accent_bgcolor = "#eeeeff";
|
||||
set accent_fgcolor = "#000000";
|
||||
set link_color = "#000050";
|
||||
set vlink_color = "#500050";
|
||||
set alink_color = "#ff00c0";
|
||||
set comment_bar_one_bgcolor = "#c0c0ff";
|
||||
set comment_bar_one_fgcolor = "#000000";
|
||||
set comment_bar_two_bgcolor = "#eeeeff";
|
||||
set comment_bar_two_fgcolor = "#000000";
|
||||
set comment_bar_screened_bgcolor = "#dddddd";
|
||||
set comment_bar_screened_fgcolor = "#000000";
|
||||
|
||||
propgroup presentation {
|
||||
property bool show_entry_userpic {
|
||||
des = "Show the userpic on the journal entries?";
|
||||
}
|
||||
property use page_recent_items;
|
||||
property use page_friends_items;
|
||||
property use use_shared_pic;
|
||||
property use view_entry_disabled;
|
||||
property string page_background_image {
|
||||
des = "URL to an image to be used for the page background";
|
||||
}
|
||||
property use external_stylesheet;
|
||||
}
|
||||
set show_entry_userpic = true;
|
||||
set page_recent_items = 20;
|
||||
set page_friends_items = 20;
|
||||
set view_entry_disabled = false;
|
||||
set page_background_image = "";
|
||||
|
||||
propgroup text {
|
||||
property use text_post_comment;
|
||||
property use text_read_comments;
|
||||
property use text_post_comment_friends;
|
||||
property use text_read_comments_friends;
|
||||
}
|
||||
|
||||
set tags_aware = true;
|
||||
|
||||
function Page::lay_captionbar_navigation () { }
|
||||
|
||||
function captionbar (Page p) {
|
||||
var string title = $p->title();
|
||||
|
||||
var string userpic;
|
||||
var Image up_img = $p.journal.default_pic;
|
||||
if (defined $up_img) {
|
||||
$userpic = """<img src="$up_img.url" height="$up_img.height" width="$up_img.width" alt="[icon]" />""";
|
||||
}
|
||||
|
||||
var string website_name = $p.journal.website_name ? $p.journal.website_name : $*text_website_default_name;
|
||||
var string website;
|
||||
if ($p.journal.website_url != "") {
|
||||
$website = """<tr><td>View:</td><td><a href="$p.journal.website_url">Website ($website_name)</a>.</td></tr>""";
|
||||
}
|
||||
|
||||
var string links;
|
||||
foreach var string v ($p.views_order) {
|
||||
$links = "$links<tr><td>View:</td><td>" + ($p.view == $v ?
|
||||
lang_viewname($v) :
|
||||
"<a href='$p.view_url{$v}'>"+lang_viewname($v)+"</a>") + ".</td></tr>\n";
|
||||
}
|
||||
|
||||
var string captionbar_userpicbox_style = "background-color: $*captionbar_userpicbox_color";
|
||||
"""
|
||||
<table height='100' class='captionbar' cellpadding='5' cellspacing='1'><tr>
|
||||
<td class="captionbar-userpicbox" align='center' valign='center' width='100' style='$captionbar_userpicbox_style'>$userpic</td>
|
||||
<td><b>$title</b><br />
|
||||
<table border='0'>
|
||||
$links
|
||||
$website
|
||||
<tr>
|
||||
<td colspan='2'>""";
|
||||
|
||||
$p->lay_captionbar_navigation();
|
||||
"
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr></table>";
|
||||
}
|
||||
|
||||
function print_stylesheet ()
|
||||
{
|
||||
var string backgroundurl = clean_url($*page_background_image) != "" ? "background-image: url($*page_background_image);" : "";
|
||||
"""/* Tabular Indent Stylesheet */
|
||||
body {
|
||||
$backgroundurl
|
||||
background-color: $*body_bgcolor;
|
||||
}
|
||||
.captionbar {
|
||||
width: 100%;
|
||||
border: 1px solid $*border_color;
|
||||
}
|
||||
.captionbar, .captionbar td {
|
||||
background-color: $*captionbar_mainbox_bgcolor;
|
||||
color: $*captionbar_mainbox_fgcolor;
|
||||
}
|
||||
.captionbar-userpicbox {
|
||||
border-right: 1px solid $*border_color;
|
||||
background-color: $*captionbar_userpicbox_color;
|
||||
color: $*captionbar_mainbox_fgcolor;
|
||||
}
|
||||
body,td,p {
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
a {
|
||||
color: $*link_color;
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
color: $*vlink_color;
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:active {
|
||||
color: $*alink_color;
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
color: $*alink_color;
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
font-size: 8pt;
|
||||
text-decoration: underline;
|
||||
}
|
||||
h3.page-header {
|
||||
font-size: 8pt;
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
font-weight: normal;
|
||||
background-color: $*headerbar_bgcolor;
|
||||
color: $*headerbar_fgcolor;
|
||||
padding: 6px;
|
||||
border: 1px solid $*border_color;
|
||||
}
|
||||
""";
|
||||
}
|
||||
|
||||
function Page::print ()
|
||||
{
|
||||
var string title = $this->title();
|
||||
println "<html>\n<head>\n";
|
||||
|
||||
if ($*external_stylesheet) {
|
||||
println """<link rel="stylesheet" href="$.stylesheet_url" type="text/css" />""";
|
||||
} else {
|
||||
println """<style type="text/css">"""; print_stylesheet(); "</style>";
|
||||
}
|
||||
$this->print_head();
|
||||
|
||||
"""<title>$title</title>
|
||||
</head>
|
||||
<body>
|
||||
""";
|
||||
"<p>"; captionbar($this); "</p>";
|
||||
|
||||
"<p>"; $this->print_body(); "</p>";
|
||||
|
||||
"<p>"; captionbar($this); "</p>";
|
||||
|
||||
"""
|
||||
</body>
|
||||
</html>
|
||||
""";
|
||||
}
|
||||
|
||||
function print_box (string{} colors, string metapic, string{} meta, string content, string footer, string domid) {
|
||||
var string bgcolor = $colors{"bgcolor"};
|
||||
var string fgcolor = $colors{"fgcolor"};
|
||||
if ($domid != "") { $domid = "id='$domid'"; }
|
||||
|
||||
var string style = "background-color: $bgcolor; color: $fgcolor";
|
||||
"<div align='right'><table $domid border='0' width='95%' cellpadding='5' cellspacing='1' style='$style'>";
|
||||
"<tr><td><table border='0' width='100%'><tr>";
|
||||
|
||||
if ($metapic) {
|
||||
"<td width='100' valign='top' align='center'>$metapic</td>";
|
||||
}
|
||||
|
||||
"<td valign='top'><table border='0'>";
|
||||
|
||||
foreach var string k ($meta) {
|
||||
var string key = $k;
|
||||
var string val = $meta{$k};
|
||||
"<tr><td align='right'>$key</td><td>$val</td></tr>";
|
||||
}
|
||||
|
||||
"</table></td></tr></table></td></tr>";
|
||||
"<tr><td style='background-color: $*main_bgcolor; color: $*main_fgcolor'>";
|
||||
|
||||
print $content;
|
||||
|
||||
"</td></tr>";
|
||||
|
||||
if ($footer) {
|
||||
"<tr><td style='white-space: nowrap'>$footer</td></tr>";
|
||||
}
|
||||
|
||||
"</table></div><br />";
|
||||
}
|
||||
|
||||
function print_header (string header)
|
||||
{
|
||||
print "<h3 class='page-header'>$header</h3>";
|
||||
}
|
||||
|
||||
function print_genericbox_open () {
|
||||
"<div align='right'><table border='0' width='95%' cellpadding='5' cellspacing='1' bgcolor='$*accent_bgcolor'>";
|
||||
"<tr><td style='background-color: $*main_bgcolor; color: $*main_fgcolor'>";
|
||||
}
|
||||
|
||||
function print_genericbox_close ()
|
||||
{
|
||||
"</font></td></tr></table></div><br />";
|
||||
}
|
||||
|
||||
function print_entry (Page p, Entry e, Color bgcolor, Color fgcolor, bool hide_text)
|
||||
{
|
||||
var string{} colors; var string{} meta; var string content = ""; var string footer = "";
|
||||
$colors{"bgcolor"} = "$*accent_bgcolor";
|
||||
$colors{"fgcolor"} = "$*accent_fgcolor";
|
||||
if ($p.view == "recent") {
|
||||
if ($e.new_day) {
|
||||
print_header($e.time->date_format("%%month%% %%dayord%%, %%yyyy%%"));
|
||||
}
|
||||
} else {
|
||||
print_header($e.time->date_format("%%month%% %%dayord%%, %%yyyy%%"));
|
||||
}
|
||||
# Userpic
|
||||
var string metapic = "";
|
||||
if ($p.view == "friends" or
|
||||
$*show_entry_userpic == true or
|
||||
$e.journal.username != $e.poster.username)
|
||||
{
|
||||
var string userpic = defined $e.userpic ? "<img src='$e.userpic.url' style='border: 0' />" : "";
|
||||
var string url = $e.journal->base_url() + "/";
|
||||
$metapic = "<div style='background-color: $bgcolor'>";
|
||||
$metapic = "$metapic <a href='$url'>$userpic</a>";
|
||||
if ($e.journal.username != $e.poster.username) {
|
||||
var string purl = $e.poster->base_url() + "/";
|
||||
$metapic = "$metapic<br /><font color='$fgcolor'>[<a href='$purl'>$e.poster.username</a>]</font>";
|
||||
}
|
||||
if ($p.view == "friends") { $metapic = "$metapic<br /><font color='$fgcolor'><a href='$url'>$e.journal.username</a></font>"; }
|
||||
$metapic = "$metapic</div>";
|
||||
}
|
||||
# Security Icon
|
||||
if ($e.security) {
|
||||
$meta{"Security:"} = "$e.security_icon $e.security";
|
||||
}
|
||||
# Subject
|
||||
if ($e.subject) {
|
||||
$meta{"Subject:"} = $e.subject;
|
||||
}
|
||||
# Time posted
|
||||
var string time = $e.time->time_format();
|
||||
$meta{"Time:"} = $time;
|
||||
# Current
|
||||
if (size $e.metadata) {
|
||||
foreach var string k ($e.metadata) {
|
||||
var string key = $k; var string val = $e.metadata{$k};
|
||||
if ($k == "mood") {
|
||||
$key = $*text_meta_mood;
|
||||
} elseif ($k == "music") {
|
||||
$key = $*text_meta_music;
|
||||
}
|
||||
if ($k == "mood" and defined $e.mood_icon) {
|
||||
var Image i = $e.mood_icon;
|
||||
$val = "<img src='$i.url' width='$i.width' height='$i.height' align='absmiddle' alt='[mood icon]' /> $val";
|
||||
}
|
||||
$meta{"$key:"} = $val;
|
||||
}
|
||||
}
|
||||
# Tags
|
||||
if ($e.tags) {
|
||||
var int tcount = 0;
|
||||
var string tag;
|
||||
foreach var Tag t ($e.tags) {
|
||||
$tag = $tag + """<a rel="tag" href="$t.url">$t.name</a>""";
|
||||
$tcount++;
|
||||
if ($tcount != size $e.tags) { $tag = $tag + ", "; }
|
||||
}
|
||||
$meta{"Tags:"} = $tag;
|
||||
}
|
||||
|
||||
|
||||
if (not $hide_text) { $content = $e.text; }
|
||||
|
||||
if ($e.comments.enabled) {
|
||||
$footer = "comments:";
|
||||
if (($e.comments.count > 0 or $e.comments.screened) and ($p.view != "entry")) {
|
||||
$footer = "$footer <a href=\"$e.comments.read_url\">"
|
||||
+ get_plural_phrase($e.comments.count, $p.view == "friends" ?
|
||||
"text_read_comments_friends" : "text_read_comments")
|
||||
+ "</a> or";
|
||||
}
|
||||
$footer = "$footer <a href=\"$e.comments.post_url\">"
|
||||
+ ($p.view == "friends" ? $*text_post_comment_friends : $*text_post_comment)
|
||||
+ "</a>";
|
||||
}
|
||||
|
||||
# Misc Links
|
||||
var Link link;
|
||||
if ($p.view == "entry")
|
||||
{
|
||||
$link = $e->get_link("nav_prev"); $footer = "$footer $link";
|
||||
}
|
||||
$link = $e->get_link("edit_entry"); $footer = "$footer $link";
|
||||
$link = $e->get_link("edit_tags"); $footer = "$footer $link";
|
||||
$link = $e->get_link("tell_friend"); $footer = "$footer $link";
|
||||
$link = $e->get_link("mem_add"); $footer = "$footer $link";
|
||||
if ($p.view == "entry")
|
||||
{
|
||||
$link = $e->get_link("nav_next"); $footer = "$footer $link";
|
||||
}
|
||||
|
||||
# Print
|
||||
print_box($colors, $metapic, $meta, $content, $footer, "");
|
||||
}
|
||||
|
||||
function Page::print_entry (Entry e)
|
||||
{
|
||||
print_entry($this, $e, null Color, null Color, false);
|
||||
}
|
||||
|
||||
function FriendsPage::print_entry (Entry e) {
|
||||
var Friend f = $.friends{$e.journal.username};
|
||||
print_entry($this, $e, $f.bgcolor, $f.fgcolor, false);
|
||||
}
|
||||
|
||||
function RecentPage::lay_captionbar_navigation()
|
||||
{
|
||||
var int total = size $.entries;
|
||||
var string nav = "";
|
||||
if ($.nav.backward_url != "") {
|
||||
$nav = """<a href="$.nav.backward_url">back $total entries</a>""";
|
||||
}
|
||||
if ($.nav.forward_url != "" and $.nav.backward_url != "") {
|
||||
$nav = "$nav or ";
|
||||
}
|
||||
if ($.nav.forward_url != "") {
|
||||
$nav = """$nav<a href="$.nav.forward_url">forward $total entries</a>""";
|
||||
}
|
||||
print "You're looking at the latest ";
|
||||
print size $.entries;
|
||||
print ($.nav.skip > 0) ? " entries, after skipping $.nav.skip newer ones." :" entries.";
|
||||
if ($nav != "") { print "<br />Missed some entries? Then simply jump $nav"; }
|
||||
}
|
||||
|
||||
function RecentPage::print_body {
|
||||
foreach var Entry e ($.entries) {
|
||||
$this->print_entry($e);
|
||||
}
|
||||
}
|
||||
|
||||
function FriendsPage::print_body {
|
||||
foreach var Entry e ($.entries) {
|
||||
$this->print_entry($e);
|
||||
}
|
||||
}
|
||||
|
||||
function CommentInfo::print()
|
||||
{
|
||||
if (not $.enabled) { return; }
|
||||
"<tr><td bgcolor='$*accent_bgcolor'><font color='$*accent_fgcolor'>";
|
||||
"<nobr>comments: ";
|
||||
if ($.count > 0 or $.screened) {
|
||||
$this->print_readlink(); " or ";
|
||||
}
|
||||
$this->print_postlink();
|
||||
"</nobr></font></td></tr>";
|
||||
}
|
||||
|
||||
function YearPage::print_body {
|
||||
print_header(string($.year));
|
||||
print_genericbox_open();
|
||||
foreach var YearMonth m ($.months) {
|
||||
$this->print_month($m);
|
||||
}
|
||||
print_genericbox_close();
|
||||
}
|
||||
|
||||
function YearPage::lay_captionbar_navigation()
|
||||
{
|
||||
$this->print_year_links();
|
||||
}
|
||||
|
||||
function YearPage::print_year_links ()
|
||||
{
|
||||
foreach var YearYear y ($.years) {
|
||||
if ($y.displayed) {
|
||||
"$y.year ";
|
||||
} else {
|
||||
"<a href=\"$y.url\">$y.year</a> ";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function YearPage::print_month(YearMonth m)
|
||||
{
|
||||
if (not $m.has_entries) { return; }
|
||||
"<center><table border='1' cellpadding='4' width='80%'>";
|
||||
# Month header
|
||||
"<tr align='center'><td colspan='7' bgcolor='$*headerbar_bgcolor'>";
|
||||
"<font color='$*headerbar_fgcolor'><b>"; print $m->month_format(); "</b></font></td></tr>";
|
||||
# Weekdays
|
||||
"<tr align='center' bgcolor='$*accent_bgcolor'>";
|
||||
foreach var int d (weekdays()) {
|
||||
"<td><font color='$*accent_fgcolor'>"+$*lang_dayname_short[$d]+"</font></td>\n";
|
||||
}
|
||||
"</tr>";
|
||||
foreach var YearWeek w ($m.weeks) {
|
||||
$w->print();
|
||||
}
|
||||
"<tr align='center'><td colspan='7'><a href='$m.url'>View Subjects</a>";
|
||||
"</td></tr></table></center>";
|
||||
}
|
||||
|
||||
function YearWeek::print () {
|
||||
"<tr>";
|
||||
if ($.pre_empty) { "<td colspan='$.pre_empty' bgcolor='$*accent_bgcolor'> </td>"; }
|
||||
foreach var YearDay d ($.days) {
|
||||
"<td valign='top'><b>$d.day</b>";
|
||||
"<div align='center'>";
|
||||
if ($d.num_entries) {
|
||||
"""<a href="$d.url">$d.num_entries</a>""";
|
||||
} else {
|
||||
" ";
|
||||
}
|
||||
"</div></td>";
|
||||
}
|
||||
if ($.post_empty) { "<td colspan='$.post_empty' bgcolor='$*accent_bgcolor'> </td>"; }
|
||||
"</tr>";
|
||||
}
|
||||
|
||||
function DayPage::lay_captionbar_navigation()
|
||||
{
|
||||
print "Missed some entries? Then simply jump to the <a href='$.prev_url'>previous day</a> or the <a href='$.next_url'>next day</a>.";
|
||||
}
|
||||
|
||||
function DayPage::print_body ()
|
||||
{
|
||||
if (not $.has_entries) {
|
||||
"<table border='0' width='100%' cellpadding='5' cellspacing='1' bgcolor='$*border_color'>";
|
||||
"<tr><td bgcolor='$*headerbar_bgcolor'><font color='$*headerbar_fgcolor'>";
|
||||
print $.date->date_format("%%month%% %%dayord%%, %%yyyy%%");
|
||||
"</font></td></tr></table><br />";
|
||||
print "No journal entries for this day.";
|
||||
} else {
|
||||
foreach var Entry e ($.entries) {
|
||||
$this->print_entry($e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function MonthPage::print_body {
|
||||
print_header($.date->date_format("%%month%% %%yyyy%%"));
|
||||
print_genericbox_open();
|
||||
"<form method='post' action='$.redir.url'><center>";
|
||||
$.redir->print_hiddens();
|
||||
if ($.prev_url != "") { "[<a href='$.prev_url'><<<</a>]\n"; }
|
||||
if (size $.months > 1) {
|
||||
"<select name='redir_key'>\n";
|
||||
foreach var MonthEntryInfo mei ($.months) {
|
||||
var string sel;
|
||||
if ($mei.date.year == $.date.year and $mei.date.month == $.date.month) {
|
||||
$sel = " selected='selected'";
|
||||
}
|
||||
"<option value='$mei.redir_key'$sel>" + $mei.date->date_format($*lang_fmt_month_long) + "</option>";
|
||||
}
|
||||
"</select>\n<input type='submit' value='View' />";
|
||||
}
|
||||
if ($.next_url != "") { "\n[<a href='$.next_url'>>>></a>]\n"; }
|
||||
"</center></form>\n<dl>";
|
||||
foreach var MonthDay d ($.days) {
|
||||
if ($d.has_entries) {
|
||||
"<dt><a href=\"$d.url\"><b>";
|
||||
print lang_ordinal($d.day);
|
||||
"</b></a></dt>\n<dd>";
|
||||
$d->print_subjectlist();
|
||||
"</dd>\n";
|
||||
}
|
||||
}
|
||||
"</dl>\n";
|
||||
print_genericbox_close();
|
||||
}
|
||||
|
||||
function EntryPage::print_body () {
|
||||
set_handler("unscreen_comment_#", [
|
||||
[ "style_bgcolor", "cmtbar#", "$*comment_bar_one_bgcolor", ],
|
||||
[ "style_color", "cmtbar#", "$*comment_bar_one_fgcolor", ],
|
||||
]);
|
||||
set_handler("screen_comment_#", [
|
||||
[ "style_bgcolor", "cmtbar#", "$*comment_bar_screened_bgcolor", ],
|
||||
[ "style_color", "cmtbar#", "$*comment_bar_screened_fgcolor", ],
|
||||
]);
|
||||
|
||||
print_entry($this, $.entry, null Color, null Color, $.viewing_thread);
|
||||
if ($.entry.comments.enabled and $.comment_pages.total_subitems > 0)
|
||||
{
|
||||
$this->print_multiform_start();
|
||||
|
||||
print_header("Comments:");
|
||||
if ($.comment_pages.total_subitems > 0) {
|
||||
$.comment_pages->print();
|
||||
$this->print_comments($.comments);
|
||||
}
|
||||
if ($this.multiform_on) {
|
||||
print_header("Mass Action:");
|
||||
|
||||
print_genericbox_open();
|
||||
$this->print_multiform_actionline();
|
||||
print_genericbox_close();
|
||||
|
||||
$this->print_multiform_end();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function EntryPage::print_comment_partial (Comment c) {
|
||||
var string poster = defined $c.poster ? $c.poster->as_string() : "<i>(Anonymous)</i>";
|
||||
var string subj = $c.subject != "" ? $c.subject : $*text_nosubject;
|
||||
print_genericbox_open();
|
||||
print "<a href='$c.permalink_url'>$subj</a> - $poster";
|
||||
print_genericbox_close();
|
||||
}
|
||||
|
||||
function EntryPage::print_comment (Comment c) {
|
||||
var string{} colors; var string{} meta; var string content = ""; var string footer = "";
|
||||
|
||||
if ($c.screened) {
|
||||
$colors{"bgcolor"} = "$*comment_bar_screened_bgcolor";
|
||||
$colors{"fgcolor"} = "$*comment_bar_screened_fgcolor";
|
||||
} elseif ($c.depth % 2) {
|
||||
$colors{"bgcolor"} = "$*comment_bar_one_bgcolor";
|
||||
$colors{"fgcolor"} = "$*comment_bar_one_fgcolor";
|
||||
} else {
|
||||
$colors{"bgcolor"} = "$*comment_bar_two_bgcolor";
|
||||
$colors{"fgcolor"} = "$*comment_bar_two_fgcolor";
|
||||
}
|
||||
|
||||
# Userpic
|
||||
var string poster = defined $c.poster ? $c.poster->as_string() : "<i>(Anonymous)</i>";
|
||||
var string metapic = "";
|
||||
if (defined $c.userpic and $*comment_userpic_style != "off")
|
||||
{
|
||||
var string userpic = defined $c.userpic ? "<img src='$c.userpic.url' style='border: 0' />" : "";
|
||||
$metapic = "$userpic<br />$poster";
|
||||
} else {
|
||||
$metapic = $poster;
|
||||
}
|
||||
|
||||
# Subject
|
||||
var string sub_icon;
|
||||
if (defined $c.subject_icon) {
|
||||
$sub_icon = $c.subject_icon->as_string();
|
||||
}
|
||||
if ($c.subject or $sub_icon) {
|
||||
$meta{"Subject:"} = "$c.subject $sub_icon";
|
||||
}
|
||||
|
||||
# Time posted
|
||||
$meta{"Time:"} = $c.time->time_format();
|
||||
|
||||
# Link
|
||||
$meta{"Link:"} = "(<a href='$c.permalink_url'>Link</a>)";
|
||||
|
||||
# IP Address:
|
||||
if ($c.metadata{"poster_ip"}) {
|
||||
$meta{"IP Address:"} = $c.metadata{"poster_ip"};
|
||||
}
|
||||
|
||||
if ($c.frozen) {
|
||||
$footer = "(Replies frozen) ";
|
||||
} else {
|
||||
$footer = "(<a href='$c.reply_url'>Reply to this</a>) ";
|
||||
}
|
||||
if ($c.parent_url != "") { $footer = "$footer (<a href='$c.parent_url'>Parent</a>) "; }
|
||||
if ($c.thread_url != "") { $footer = "$footer (<a href='$c.thread_url'>Thread</a>) "; }
|
||||
|
||||
var Link link = new Link;
|
||||
foreach var string k ($c.link_keyseq) {
|
||||
$link = $c->get_link($k); $footer = "$footer $link";
|
||||
}
|
||||
println "<a name='$c.anchor'></a>";
|
||||
print_box($colors, $metapic, $meta, $c.text, $footer, "cmtbar$c.talkid");
|
||||
}
|
||||
|
||||
function ReplyPage::print_body () {
|
||||
if (not $.entry.comments.enabled)
|
||||
{
|
||||
print_header($*text_reply_nocomments_header);
|
||||
print "<p>$*text_reply_nocomments</p>";
|
||||
return;
|
||||
}
|
||||
|
||||
var string{} meta; var string metapic;
|
||||
|
||||
# Userpic
|
||||
if (defined $.replyto.userpic and $*comment_userpic_style != "off")
|
||||
{
|
||||
$metapic = "<img src='$.replyto.userpic.url' />";
|
||||
}
|
||||
|
||||
# Subject
|
||||
if ($.replyto.subject) {
|
||||
$meta{"Subject:"} = $.replyto.subject;
|
||||
}
|
||||
|
||||
# Time posted
|
||||
$meta{"Time:"} = $.replyto.time->time_format();
|
||||
|
||||
print_box({ "bgcolor" => "$*accent_bgcolor", "fgcolor" => "$*accent_fgcolor" },
|
||||
$metapic, $meta, $.replyto.text, "", "");
|
||||
|
||||
print_header("Reply:");
|
||||
|
||||
print_genericbox_open();
|
||||
$.form->print();
|
||||
print_genericbox_close();
|
||||
|
||||
}
|
||||
|
||||
function print_theme_preview()
|
||||
{
|
||||
"<table width='100%' bgcolor='$*body_bgcolor' cellpadding=10><tr><td>";
|
||||
"<table border='0' width='100%' cellpadding='5' cellspacing='1' bgcolor='$*border_color'>";
|
||||
"<tr><td bgcolor='$*headerbar_bgcolor'><font color='$*headerbar_fgcolor'>October 29th, 2003";
|
||||
"</font></td></tr></table><br />";
|
||||
"<div align='right'><table border='0' width='95%' cellpadding='5' cellspacing='1' bgcolor='$*accent_bgcolor'>";
|
||||
"<tr><td align='left' bgcolor='$*accent_bgcolor'>";
|
||||
"<table border='0' width='100%'><tr>";
|
||||
"<td valign='top'><table border='0'>";
|
||||
"<tr><td align='right'><font color='$*accent_fgcolor'>Subject:</font>";
|
||||
"</td><td><font color='$*accent_fgcolor'>Words Words Words</font></td></tr>";
|
||||
"<tr><td align='right'><font color='$*accent_fgcolor'>Time:</font></td>";
|
||||
"<td><font color='$*accent_fgcolor'>1:37 pm</font></td></tr>";
|
||||
"</table></td></tr></table></td></tr>";
|
||||
"<tr><td align='left' bgcolor='$*main_bgcolor'><font color='$*main_fgcolor'>Preview text, preview text, etc, etc..... words, words and more words.</font></td></tr>";
|
||||
"""<tr><td align='left' bgcolor='$*accent_bgcolor'><font color='$*accent_fgcolor'><nobr>comments: <a href="#">20 comments</a> or <a href="#">Leave a comment</a></nobr></font></td></tr>""";
|
||||
"</table></div><br />";
|
||||
"</td></tr></table>";
|
||||
}
|
||||
BIN
livejournal/bin/upgrading/s2layers/tabularindent/tabularindent.jpg
Executable file
BIN
livejournal/bin/upgrading/s2layers/tabularindent/tabularindent.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
437
livejournal/bin/upgrading/s2layers/tabularindent/themes.s2
Executable file
437
livejournal/bin/upgrading/s2layers/tabularindent/themes.s2
Executable file
@@ -0,0 +1,437 @@
|
||||
#NEWLAYER: tabularindent/shrinkvio
|
||||
layerinfo type = theme;
|
||||
layerinfo name = "Shrinking Violet";
|
||||
layerinfo redist_uniq = "tabularindent/shrinkvio";
|
||||
set body_bgcolor = "#ad22e7";
|
||||
set main_bgcolor = "#ffffff";
|
||||
set main_fgcolor = "#000000";
|
||||
set border_color = "#381a45";
|
||||
set headerbar_bgcolor = "#5d0383";
|
||||
set headerbar_fgcolor = "#ffffff";
|
||||
set captionbar_mainbox_bgcolor = "#5d0383";
|
||||
set captionbar_mainbox_fgcolor = "#ffffff";
|
||||
set captionbar_userpicbox_color = "#d9a1f1";
|
||||
set accent_bgcolor = "#d9a1f1";
|
||||
set accent_fgcolor = "#000000";
|
||||
set link_color = "#2e053f";
|
||||
set vlink_color = "#611627";
|
||||
set alink_color = "#ff00c0";
|
||||
set comment_bar_one_bgcolor = "#5d0383";
|
||||
set comment_bar_one_fgcolor = "#ffffff";
|
||||
set comment_bar_two_bgcolor = "#d9a1f1";
|
||||
set comment_bar_two_fgcolor = "#000000";
|
||||
|
||||
#NEWLAYER: tabularindent/pistmint
|
||||
layerinfo type = theme;
|
||||
layerinfo name = "Pistachio Mint";
|
||||
layerinfo redist_uniq = "tabularindent/pistmint";
|
||||
set body_bgcolor = "#133422";
|
||||
set main_bgcolor = "#a7c4b4";
|
||||
set main_fgcolor = "#000000";
|
||||
set border_color = "#096d36";
|
||||
set headerbar_bgcolor = "#096d36";
|
||||
set headerbar_fgcolor = "#ffffff";
|
||||
set captionbar_mainbox_bgcolor = "#096d36";
|
||||
set captionbar_mainbox_fgcolor = "#ffffff";
|
||||
set captionbar_userpicbox_color = "#096d36";
|
||||
set accent_bgcolor = "#096d36";
|
||||
set accent_fgcolor = "#000000";
|
||||
set link_color = "#8afabc";
|
||||
set vlink_color = "#1da65a";
|
||||
set alink_color = "#f9f5f5";
|
||||
set comment_bar_one_bgcolor = "#096d36";
|
||||
set comment_bar_one_fgcolor = "#ffffff";
|
||||
set comment_bar_two_bgcolor = "#093f36";
|
||||
set comment_bar_two_fgcolor = "#ffffff";
|
||||
|
||||
#NEWLAYER: tabularindent/mexicanfood
|
||||
layerinfo type = theme;
|
||||
layerinfo name = "Mexican Food";
|
||||
layerinfo redist_uniq = "tabularindent/mexicanfood";
|
||||
set body_bgcolor = "#ff0000";
|
||||
set main_bgcolor = "#f8ff3e";
|
||||
set main_fgcolor = "#f15601";
|
||||
set border_color = "#f50701";
|
||||
set headerbar_bgcolor = "#bdbf3e";
|
||||
set headerbar_fgcolor = "#ff0000";
|
||||
set captionbar_mainbox_bgcolor = "#ffc664";
|
||||
set captionbar_mainbox_fgcolor = "#000000";
|
||||
set captionbar_userpicbox_color = "#f9ff9d";
|
||||
set accent_bgcolor = "#e15a18";
|
||||
set accent_fgcolor = "#ffffff";
|
||||
set link_color = "#f49e08";
|
||||
set vlink_color = "#b05403";
|
||||
set alink_color = "#ff7405";
|
||||
set comment_bar_one_bgcolor = "#bdbf3e";
|
||||
set comment_bar_one_fgcolor = "#ff0000";
|
||||
set comment_bar_two_bgcolor = "#e15a18";
|
||||
set comment_bar_two_fgcolor = "#ffffff";
|
||||
|
||||
#NEWLAYER: tabularindent/ashfire
|
||||
layerinfo type = theme;
|
||||
layerinfo name = "Ash and Fire";
|
||||
layerinfo redist_uniq = "tabularindent/ashfire";
|
||||
set body_bgcolor = "#b5b5b5";
|
||||
set main_bgcolor = "#ffb6af";
|
||||
set main_fgcolor = "#000000";
|
||||
set border_color = "#d90308";
|
||||
set headerbar_bgcolor = "#e75454";
|
||||
set headerbar_fgcolor = "#ffffff";
|
||||
set captionbar_mainbox_bgcolor = "#ff9696";
|
||||
set captionbar_mainbox_fgcolor = "#ffffff";
|
||||
set captionbar_userpicbox_color = "#ff1106";
|
||||
set accent_bgcolor = "#f06c88";
|
||||
set accent_fgcolor = "#000000";
|
||||
set link_color = "#f70208";
|
||||
set vlink_color = "#b0161d";
|
||||
set alink_color = "#d70106";
|
||||
set comment_bar_one_bgcolor = "#e75454";
|
||||
set comment_bar_one_fgcolor = "#ffffff";
|
||||
set comment_bar_two_bgcolor = "#f06c88";
|
||||
set comment_bar_two_fgcolor = "#000000";
|
||||
|
||||
#NEWLAYER: tabularindent/desktop
|
||||
# for layout: 13 (tabularindent/layout)
|
||||
layerinfo type = theme;
|
||||
layerinfo name = "Classic Desktop";
|
||||
layerinfo redist_uniq = "tabularindent/desktop";
|
||||
set body_bgcolor = "#00545c";
|
||||
set main_bgcolor = "#ffffff";
|
||||
set main_fgcolor = "#000000";
|
||||
set border_color = "#000000";
|
||||
set headerbar_bgcolor = "#ff7b05";
|
||||
set headerbar_fgcolor = "#ffeddd";
|
||||
set captionbar_mainbox_bgcolor = "#ffffff";
|
||||
set captionbar_mainbox_fgcolor = "#000000";
|
||||
set captionbar_userpicbox_color = "#ff7b05";
|
||||
set accent_bgcolor = "#ffeddd";
|
||||
set accent_fgcolor = "#000000";
|
||||
set link_color = "#000050";
|
||||
set vlink_color = "#500050";
|
||||
set alink_color = "#5a76ff";
|
||||
set comment_bar_one_bgcolor = "#ff7b05";
|
||||
set comment_bar_one_fgcolor = "#ffeddd";
|
||||
set comment_bar_two_bgcolor = "#ffeddd";
|
||||
set comment_bar_two_fgcolor = "#000000";
|
||||
|
||||
#NEWLAYER: tabularindent/satinhandshake
|
||||
layerinfo type = theme;
|
||||
layerinfo name = "Satin Handshake";
|
||||
layerinfo redist_uniq = "tabularindent/satinhandshake";
|
||||
set body_bgcolor = "#480c0c";
|
||||
set main_bgcolor = "#d06464";
|
||||
set main_fgcolor = "#00001d";
|
||||
set border_color = "#000000";
|
||||
set headerbar_bgcolor = "#aaaaaa";
|
||||
set headerbar_fgcolor = "#000000";
|
||||
set captionbar_mainbox_bgcolor = "#aaaaaa";
|
||||
set captionbar_mainbox_fgcolor = "#000000";
|
||||
set captionbar_userpicbox_color = "#9d0404";
|
||||
set accent_bgcolor = "#9d0404";
|
||||
set accent_fgcolor = "#000000";
|
||||
set link_color = "#000050";
|
||||
set vlink_color = "#500050";
|
||||
set alink_color = "#ff00c0";
|
||||
set comment_bar_one_bgcolor = "#aaaaaa";
|
||||
set comment_bar_one_fgcolor = "#000000";
|
||||
set comment_bar_two_bgcolor = "#9d0404";
|
||||
set comment_bar_two_fgcolor = "#000000";
|
||||
|
||||
#NEWLAYER: tabularindent/deepmelodrama
|
||||
layerinfo type = theme;
|
||||
layerinfo name = "Deep MeloDrama";
|
||||
layerinfo redist_uniq = "tabularindent/deepmelodrama";
|
||||
set body_bgcolor = "#872d89";
|
||||
set main_bgcolor = "#719cff";
|
||||
set main_fgcolor = "#8e48b2";
|
||||
set border_color = "#8e48b2";
|
||||
set headerbar_bgcolor = "#3794b3";
|
||||
set headerbar_fgcolor = "#84b8e7";
|
||||
set captionbar_mainbox_bgcolor = "#65b2c1";
|
||||
set captionbar_mainbox_fgcolor = "#f5d3ff";
|
||||
set captionbar_userpicbox_color = "#8e48b2";
|
||||
set accent_bgcolor = "#65b2c1";
|
||||
set accent_fgcolor = "#f5d3ff";
|
||||
set link_color = "#000050";
|
||||
set vlink_color = "#500050";
|
||||
set alink_color = "#dfd3ff";
|
||||
set comment_bar_one_bgcolor = "#3794b3";
|
||||
set comment_bar_one_fgcolor = "#84b8e7";
|
||||
set comment_bar_two_bgcolor = "#65b2c1";
|
||||
set comment_bar_two_fgcolor = "#f5d3ff";
|
||||
|
||||
#NEWLAYER: tabularindent/everwhite
|
||||
layerinfo type = theme;
|
||||
layerinfo name = "Everwhite";
|
||||
layerinfo redist_uniq = "tabularindent/everwhite";
|
||||
set body_bgcolor = "#ffffff";
|
||||
set main_bgcolor = "#ffffff";
|
||||
set main_fgcolor = "#000000";
|
||||
set border_color = "#000000";
|
||||
set headerbar_bgcolor = "#ffffff";
|
||||
set headerbar_fgcolor = "#000000";
|
||||
set captionbar_mainbox_bgcolor = "#ffffff";
|
||||
set captionbar_mainbox_fgcolor = "#000000";
|
||||
set captionbar_userpicbox_color = "#ffffff";
|
||||
set accent_bgcolor = "#ffffff";
|
||||
set accent_fgcolor = "#000000";
|
||||
set link_color = "#e60000";
|
||||
set vlink_color = "#c10602";
|
||||
set alink_color = "#ff0600";
|
||||
set comment_bar_one_bgcolor = "#dddddd";
|
||||
set comment_bar_one_fgcolor = "#000000";
|
||||
set comment_bar_two_bgcolor = "#aaaaaa";
|
||||
set comment_bar_two_fgcolor = "#000000";
|
||||
|
||||
#NEWLAYER: tabularindent/everblue
|
||||
layerinfo type = theme;
|
||||
layerinfo name = "Everblue with Greys";
|
||||
layerinfo redist_uniq = "tabularindent/everblue";
|
||||
set body_bgcolor = "#0f0c6d";
|
||||
set main_bgcolor = "#ffffff";
|
||||
set main_fgcolor = "#000000";
|
||||
set border_color = "#000000";
|
||||
set headerbar_bgcolor = "#000000";
|
||||
set headerbar_fgcolor = "#ffffff";
|
||||
set captionbar_mainbox_bgcolor = "#aaaaaa";
|
||||
set captionbar_mainbox_fgcolor = "#000000";
|
||||
set captionbar_userpicbox_color = "#000000";
|
||||
set accent_bgcolor = "#aaaaaa";
|
||||
set accent_fgcolor = "#000000";
|
||||
set link_color = "#2f00f2";
|
||||
set vlink_color = "#060667";
|
||||
set alink_color = "#6691ff";
|
||||
set comment_bar_one_bgcolor = "#000000";
|
||||
set comment_bar_one_fgcolor = "#ffffff";
|
||||
set comment_bar_two_bgcolor = "#aaaaaa";
|
||||
set comment_bar_two_fgcolor = "#000000";
|
||||
|
||||
#NEWLAYER: tabularindent/brownleather
|
||||
layerinfo type = theme;
|
||||
layerinfo name = "Brown Leather Coat";
|
||||
layerinfo redist_uniq = "tabularindent/brownleather";
|
||||
set body_bgcolor = "#d2b48c";
|
||||
set main_bgcolor = "#ffebcd";
|
||||
set main_fgcolor = "#8b4513";
|
||||
set border_color = "#000000";
|
||||
set headerbar_bgcolor = "#d48014";
|
||||
set headerbar_fgcolor = "#ffffff";
|
||||
set captionbar_mainbox_bgcolor = "#d48014";
|
||||
set captionbar_mainbox_fgcolor = "#d48014";
|
||||
set captionbar_userpicbox_color = "#d48014";
|
||||
set accent_bgcolor = "#ffe1a1";
|
||||
set accent_fgcolor = "#000000";
|
||||
set link_color = "#000050";
|
||||
set vlink_color = "#867a55";
|
||||
set alink_color = "#fffab3";
|
||||
set comment_bar_one_bgcolor = "#d48014";
|
||||
set comment_bar_one_fgcolor = "#ffffff";
|
||||
set comment_bar_two_bgcolor = "#ffe1a1";
|
||||
set comment_bar_two_fgcolor = "#000000";
|
||||
|
||||
#NEWLAYER: tabularindent/bruise
|
||||
layerinfo type = theme;
|
||||
layerinfo name = "Bruise";
|
||||
layerinfo redist_uniq = "tabularindent/bruise";
|
||||
set body_bgcolor = "#000000";
|
||||
set main_bgcolor = "#bcbcbc";
|
||||
set main_fgcolor = "#000000";
|
||||
set border_color = "#000000";
|
||||
set headerbar_bgcolor = "#1114a0";
|
||||
set headerbar_fgcolor = "#ffffff";
|
||||
set captionbar_mainbox_bgcolor = "#21c2f1";
|
||||
set captionbar_mainbox_fgcolor = "#ffffff";
|
||||
set captionbar_userpicbox_color = "#1114a0";
|
||||
set accent_bgcolor = "#21c2f1";
|
||||
set accent_fgcolor = "#0000ff";
|
||||
set link_color = "#0000cc";
|
||||
set vlink_color = "#000088";
|
||||
set alink_color = "#0000ff";
|
||||
set comment_bar_one_bgcolor = "#1114a0";
|
||||
set comment_bar_one_fgcolor = "#ffffff";
|
||||
set comment_bar_two_bgcolor = "#21c2f1";
|
||||
set comment_bar_two_fgcolor = "#0000ff";
|
||||
|
||||
#NEWLAYER: tabularindent/ranchhand
|
||||
layerinfo type = theme;
|
||||
layerinfo name = "Ranch Hand";
|
||||
layerinfo redist_uniq = "tabularindent/ranchhand";
|
||||
set body_bgcolor = "#2999c2";
|
||||
set main_bgcolor = "#cfe0ff";
|
||||
set main_fgcolor = "#000000";
|
||||
set border_color = "#060667";
|
||||
set headerbar_bgcolor = "#54442c";
|
||||
set headerbar_fgcolor = "#ffffff";
|
||||
set captionbar_mainbox_bgcolor = "#bababa";
|
||||
set captionbar_mainbox_fgcolor = "#000000";
|
||||
set captionbar_userpicbox_color = "#9d995d";
|
||||
set accent_bgcolor = "#704400";
|
||||
set accent_fgcolor = "#bababa";
|
||||
set link_color = "#000050";
|
||||
set vlink_color = "#500050";
|
||||
set alink_color = "#6a20ff";
|
||||
set comment_bar_one_bgcolor = "#54442c";
|
||||
set comment_bar_one_fgcolor = "#ffffff";
|
||||
set comment_bar_two_bgcolor = "#704400";
|
||||
set comment_bar_two_fgcolor = "#bababa";
|
||||
|
||||
#NEWLAYER: tabularindent/victim
|
||||
layerinfo type = theme;
|
||||
layerinfo name = "Victim";
|
||||
layerinfo redist_uniq = "tabularindent/victim";
|
||||
set body_bgcolor = "#2cd0ff";
|
||||
set main_bgcolor = "#505050";
|
||||
set main_fgcolor = "#ffffff";
|
||||
set border_color = "#000000";
|
||||
set headerbar_bgcolor = "#166bac";
|
||||
set headerbar_fgcolor = "#ffffff";
|
||||
set captionbar_mainbox_bgcolor = "#2098f3";
|
||||
set captionbar_mainbox_fgcolor = "#ffffff";
|
||||
set captionbar_userpicbox_color = "#26b6ff";
|
||||
set accent_bgcolor = "#353535";
|
||||
set accent_fgcolor = "#ffffff";
|
||||
set link_color = "#000050";
|
||||
set vlink_color = "#500050";
|
||||
set alink_color = "#ff00c0";
|
||||
set comment_bar_one_bgcolor = "#166bac";
|
||||
set comment_bar_one_fgcolor = "#ffffff";
|
||||
set comment_bar_two_bgcolor = "#353535";
|
||||
set comment_bar_two_fgcolor = "#ffffff";
|
||||
|
||||
#NEWLAYER: tabularindent/forest
|
||||
layerinfo type = theme;
|
||||
layerinfo name = "Forest";
|
||||
layerinfo redist_uniq = "tabularindent/forest";
|
||||
set body_bgcolor = "#778e64";
|
||||
set main_bgcolor = "#9b9ba5";
|
||||
set main_fgcolor = "#000000";
|
||||
set border_color = "#ffffff";
|
||||
set headerbar_bgcolor = "#72784c";
|
||||
set headerbar_fgcolor = "#ffffff";
|
||||
set captionbar_mainbox_bgcolor = "#72784c";
|
||||
set captionbar_mainbox_fgcolor = "#ffffff";
|
||||
set captionbar_userpicbox_color = "#a0ac62";
|
||||
set accent_bgcolor = "#73777a";
|
||||
set accent_fgcolor = "#000000";
|
||||
set link_color = "#3811e1";
|
||||
set vlink_color = "#310cbb";
|
||||
set alink_color = "#4e7bef";
|
||||
set comment_bar_one_bgcolor = "#72784c";
|
||||
set comment_bar_one_fgcolor = "#ffffff";
|
||||
set comment_bar_two_bgcolor = "#73777a";
|
||||
set comment_bar_two_fgcolor = "#000000";
|
||||
|
||||
#NEWLAYER: tabularindent/drone
|
||||
layerinfo type = theme;
|
||||
layerinfo name = "Drone";
|
||||
layerinfo redist_uniq = "tabularindent/drone";
|
||||
set body_bgcolor = "#395f82";
|
||||
set main_bgcolor = "#f9fcfe";
|
||||
set main_fgcolor = "#000000";
|
||||
set border_color = "#000000";
|
||||
set headerbar_bgcolor = "#904094";
|
||||
set headerbar_fgcolor = "#ffffff";
|
||||
set captionbar_mainbox_bgcolor = "#f56efc";
|
||||
set captionbar_mainbox_fgcolor = "#ffffff";
|
||||
set captionbar_userpicbox_color = "#ff93ff";
|
||||
set accent_bgcolor = "#eeeeff";
|
||||
set accent_fgcolor = "#000000";
|
||||
set link_color = "#395f82";
|
||||
set vlink_color = "#395f82";
|
||||
set alink_color = "#5266ce";
|
||||
set comment_bar_one_bgcolor = "#904094";
|
||||
set comment_bar_one_fgcolor = "#ffffff";
|
||||
set comment_bar_two_bgcolor = "#eeeeff";
|
||||
set comment_bar_two_fgcolor = "#000000";
|
||||
|
||||
#NEWLAYER: tabularindent/lowercurtain
|
||||
layerinfo type = theme;
|
||||
layerinfo name = "Lower the Curtain";
|
||||
layerinfo redist_uniq = "tabularindent/lowercurtain";
|
||||
set body_bgcolor = "#000000";
|
||||
set main_bgcolor = "#6b6b6b";
|
||||
set main_fgcolor = "#ffffff";
|
||||
set border_color = "#ffffff";
|
||||
set headerbar_bgcolor = "#363636";
|
||||
set headerbar_fgcolor = "#f0f5fb";
|
||||
set captionbar_mainbox_bgcolor = "#c6c6c6";
|
||||
set captionbar_mainbox_fgcolor = "#222222";
|
||||
set captionbar_userpicbox_color = "#363636";
|
||||
set accent_bgcolor = "#c5c8ca";
|
||||
set accent_fgcolor = "#000000";
|
||||
set link_color = "#000050";
|
||||
set vlink_color = "#500050";
|
||||
set alink_color = "#3314ba";
|
||||
set comment_bar_one_bgcolor = "#363636";
|
||||
set comment_bar_one_fgcolor = "#f0f5fb";
|
||||
set comment_bar_two_bgcolor = "#c5c8ca";
|
||||
set comment_bar_two_fgcolor = "#000000";
|
||||
|
||||
#NEWLAYER: tabularindent/sunny
|
||||
layerinfo type = theme;
|
||||
layerinfo name = "Sunny Day";
|
||||
layerinfo redist_uniq = "tabularindent/sunny";
|
||||
set body_bgcolor = "#55e0f9";
|
||||
set main_bgcolor = "#e38202";
|
||||
set main_fgcolor = "#ffffff";
|
||||
set border_color = "#000000";
|
||||
set headerbar_bgcolor = "#e38202";
|
||||
set headerbar_fgcolor = "#ffffff";
|
||||
set captionbar_mainbox_bgcolor = "#fff505";
|
||||
set captionbar_mainbox_fgcolor = "#ffffff";
|
||||
set captionbar_userpicbox_color = "#efe052";
|
||||
set accent_bgcolor = "#ffba03";
|
||||
set accent_fgcolor = "#ffffff";
|
||||
set link_color = "#df0d12";
|
||||
set vlink_color = "#ac1b25";
|
||||
set alink_color = "#fe3b3b";
|
||||
set comment_bar_one_bgcolor = "#ffba03";
|
||||
set comment_bar_one_fgcolor = "#ffffff";
|
||||
set comment_bar_two_bgcolor = "#ffba36";
|
||||
set comment_bar_two_fgcolor = "#ffffff";
|
||||
|
||||
#NEWLAYER: tabularindent/valentine
|
||||
layerinfo type = theme;
|
||||
layerinfo name = "Be Mine";
|
||||
layerinfo redist_uniq = "tabularindent/valentine";
|
||||
set body_bgcolor = "#6f104a";
|
||||
set main_bgcolor = "#f2bce9";
|
||||
set main_fgcolor = "#000000";
|
||||
set border_color = "#ff24ab";
|
||||
set headerbar_bgcolor = "#ff37ff";
|
||||
set headerbar_fgcolor = "#ffffff";
|
||||
set captionbar_mainbox_bgcolor = "#df2096";
|
||||
set captionbar_mainbox_fgcolor = "#ffffff";
|
||||
set captionbar_userpicbox_color = "#ae1774";
|
||||
set accent_bgcolor = "#df2096";
|
||||
set accent_fgcolor = "#000000";
|
||||
set link_color = "#ffffff";
|
||||
set vlink_color = "#a51014";
|
||||
set alink_color = "#ed8188";
|
||||
set comment_bar_one_bgcolor = "#ff37ff";
|
||||
set comment_bar_one_fgcolor = "#ffffff";
|
||||
set comment_bar_two_bgcolor = "#df2096";
|
||||
set comment_bar_two_fgcolor = "#000000";
|
||||
|
||||
#NEWLAYER: tabularindent/stripes
|
||||
layerinfo type = theme;
|
||||
layerinfo name = "Stripes";
|
||||
layerinfo redist_uniq = "tabularindent/stripes";
|
||||
set body_bgcolor = "#ffffff";
|
||||
set main_bgcolor = "#ffffff";
|
||||
set main_fgcolor = "#000000";
|
||||
set border_color = "#ff0000";
|
||||
set headerbar_bgcolor = "#e7212a";
|
||||
set headerbar_fgcolor = "#ffffff";
|
||||
set captionbar_mainbox_bgcolor = "#ffffff";
|
||||
set captionbar_mainbox_fgcolor = "#000000";
|
||||
set captionbar_userpicbox_color = "#ffffff";
|
||||
set accent_bgcolor = "#ffcfdc";
|
||||
set accent_fgcolor = "#000000";
|
||||
set link_color = "#000050";
|
||||
set vlink_color = "#500050";
|
||||
set alink_color = "#ffafc1";
|
||||
set comment_bar_one_bgcolor = "#e7212a";
|
||||
set comment_bar_one_fgcolor = "#ffffff";
|
||||
set comment_bar_two_bgcolor = "#ffcfdc";
|
||||
set comment_bar_two_fgcolor = "#000000";
|
||||
Reference in New Issue
Block a user