OSDN Git Service

Added more themes...
authorKazuki Suzuki Przyborowski <kazuki.przyborowski@gmail.com>
Tue, 6 Aug 2019 07:09:26 +0000 (02:09 -0500)
committerGitHub <noreply@github.com>
Tue, 6 Aug 2019 07:09:26 +0000 (02:09 -0500)
Added more themes for default install.

13 files changed:
inc/versioninfo.php
themes/Pink/css.css [new file with mode: 0644]
themes/Pink/favicon.ico [new file with mode: 0644]
themes/Pink/grad.png [new file with mode: 0644]
themes/Pink/index.php [new file with mode: 0644]
themes/Pink/info.php [new file with mode: 0644]
themes/Pink/noavatar.png [new file with mode: 0644]
themes/Pink/settings.php [new file with mode: 0644]
themes/Rand/css.css [new file with mode: 0644]
themes/Rand/favicon.ico [new file with mode: 0644]
themes/Rand/index.php [new file with mode: 0644]
themes/Rand/info.php [new file with mode: 0644]
themes/Rand/settings.php [new file with mode: 0644]

index 56611a0..2195f25 100644 (file)
@@ -11,7 +11,7 @@
     Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1\r
     Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2\r
 \r
-    $FileInfo: versioninfo.php - Last Update: 08/05/2019 SVN 907 - Author: cooldude2k $\r
+    $FileInfo: versioninfo.php - Last Update: 08/06/2019 SVN 908 - Author: cooldude2k $\r
 */\r
 $File3Name = basename($_SERVER['SCRIPT_NAME']);\r
 if ($File3Name=="versioninfo.php"||$File3Name=="/versioninfo.php") {\r
@@ -27,8 +27,8 @@ function version_info($proname,$subver,$ver,$supver,$reltype,$svnver,$showsvn) {
        return $return_var; }\r
 // Version number and date stuff. :P\r
 $VER1[0] = 0; $VER1[1] = 5; $VER1[2] = 2; $VERFull[1] = $VER1[0].".".$VER1[1].".".$VER1[2];\r
-$VER2[0] = "Alpha"; $VER2[1] = "Al"; $VER2[2] = "SVN"; $SubVerN = 907;\r
-$SVNDay[0] = 8; $SVNDay[1] = 5; $SVNDay[2] = 2019; $SVNDay[3] = $SVNDay[0]."/".$SVNDay[1]."/".$SVNDay[2];\r
+$VER2[0] = "Alpha"; $VER2[1] = "Al"; $VER2[2] = "SVN"; $SubVerN = 908;\r
+$SVNDay[0] = 8; $SVNDay[1] = 6; $SVNDay[2] = 2019; $SVNDay[3] = $SVNDay[0]."/".$SVNDay[1]."/".$SVNDay[2];\r
 $AltName = "DF2k"; $AltName2 = "DF2k"; $RName = "iDB"; $SFName = "IntDB";\r
 $RFullName = "Internet Discussion Boards"; $AltFullName = "Discussion Forums 2k"; $AltGM2k = "Game Maker 2k";\r
 $VerCheckName = "iDB"; $AltVerCheckName = "DF2k"; $AltiDBHome = "https://idb.osdn.jp/";\r
diff --git a/themes/Pink/css.css b/themes/Pink/css.css
new file mode 100644 (file)
index 0000000..92c97ea
--- /dev/null
@@ -0,0 +1,348 @@
+/*
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Revised BSD License.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    Revised BSD License for more details.
+
+    Copyright 2004-2008 Cool Dude 2k - http://intdb.sourceforge.net/
+    Copyright 2004-2008 Game Maker 2k - https://idb.osdn.jp/
+    $ThemeInfo - Name: iDB Pink Theme - Author: cooldude2k $
+       $FileInfo: css.css - Last Update: 12/07/2010 SVN 600 - Author: cooldude2k $
+*/
+
+html {
+font-family: verdana, arial, sans-serif;
+font-size: 11px;
+width: 100%;
+color: #ffffff;
+background-color: #000000;
+}
+
+body {
+font-family: verdana, arial, sans-serif;
+font-size: 11px;
+margin: 5px 30px 5px 30px;
+color: #ffffff;
+background-color: #000000;
+}
+
+a:link, a:visited, a:active {
+text-decoration: none;
+color: #c76ba5;
+}
+
+a:hover {
+color: #f99dd7;
+text-decoration: none;
+}
+
+.NavLinks {
+font-weight: bold;
+padding: 6px 0px 6px 0px;
+}
+
+.forumname {
+font-weight: bold;
+}
+
+.copyright {
+text-align: center;
+font-family: Sans-Serif;
+font-size: 12px;
+line-height: 11px;
+color: #ffffff;
+}
+
+.copyright a:link, .copyright a:visited, .copyright a:active {
+color: #dfdfdf;
+text-decoration: none;
+}
+
+.copyright a:hover {
+color: #fdfdfd;
+text-decoration: none;
+}
+
+.noborder {
+border: 0;
+}
+
+.CalDate, .CalDateCurrent {
+display: inline;
+}
+
+img {
+border: 0;
+vertical-align: middle;
+display: inline;
+}
+
+.NavBar {
+background-color: #a7b1bd;
+font-size: 11px;
+font-family: verdana, arial, sans-serif;
+color: #000000;
+width: 100%;
+border: 1px solid #ffe0f0;
+border-collapse: collapse;
+}
+
+.NavBarRow1, .NavBarColumn1 {
+background-color: #f99dd7;
+font-size: 11px;
+text-align: center;
+border: 1px solid #91356f;
+}
+
+.NavBarRow2, .NavBarColumn2 {
+background-color: #ffe0f0;
+font-size: 11px;
+text-align: left;
+border: 1px solid #91356f;
+}
+
+.PageList {
+color: #FFFFFF;
+}
+
+.Table1, .CalTable1, .TableInfo1, .TableInfoMini1, .TableStats1, 
+.TableSMenu, .TableMenu {
+background-color: #ffe0f0;
+font-size: 11px;
+font-family: verdana, arial, sans-serif;
+color: #000000;
+width: 100%;
+border: 1px solid #91356f;
+border-collapse: collapse;
+border-width: 1px;
+border-spacing: 1px;
+}
+
+.Table2 {
+background-color: #000000;
+font-size: 11px;
+font-family: verdana, arial, sans-serif;
+color: #000000;
+width: 100%;
+}
+
+.Table2 a:link, .Table2 a:visited, .Table2 a:active {
+text-decoration: none;
+color: #7675b4;
+}
+
+.Table2 a:hover {
+color: #9695c4;
+text-decoration: none;
+}
+
+.Table3 {
+font-size: 11px;
+font-family: verdana, arial, sans-serif;
+color: #FFFFFF;
+width: 100%;
+}
+
+.TableRow1, .CalTableRow1, .CalTableColumn1, .TableColumn1, .TableInfoRow1,
+.TableInfoColumn1, .TableStatsRow1, .TableStatsColumn1, .TableInfoMiniRow1, 
+.TableInfoMiniColumn1,.TableSMenuRow1, .TableSMenuColumn1, .TableMenuRow1, 
+.TableMenuColumn1 {
+padding: 8px 0px 8px 5px;
+background-color: #c76ba5;
+background-image: url(grad.png);
+border: 1px solid #91356f;
+}
+
+.TableRow1 a:link, .TableRow1 a:visited, .TableRow1 a:active,
+.TableInfoRow1 a:link, .TableInfoRow1 a:visited, .TableInfoRow1 a:active, 
+.TableInfoMiniRow1 a:link, .TableInfoMiniRow1 a:visited, .TableInfoMiniRow1 a:active, 
+.TableStatsRow1 a:link, .TableStatsRow1 a:visited, .TableStatsRow1 a:active, 
+.TableSMenuRow1 a:link, .TableSMenuRow1 a:visited, .TableSMenuRow1 a:active,
+.TableMenuRow1 a:link, .TableMenuRow1 a:visited, .TableMenuRow1 a:active {
+text-decoration: none;
+color: #fccff9;
+font-weight: bold;
+}
+
+.TableRow1 a:hover, .TableInfoRow1 a:hover, .TableInfoMiniRow1 a:hover,
+.TableStatsRow1 a:hover, .TableSMenuRow1 a:hover, .TableMenuRow1 a:hover {
+color: #feeffc;
+text-decoration: none;
+font-weight: bold;
+}
+
+.TableRow2, .CalTableRow2, .CalTableColumn2, .TableColumn2, .TableInfoRow2,
+.TableStatsRow2, .TableStatsColumn2, .TableInfoMiniRow2, .TableSMenuRow2, 
+.TableSMenuColumn2, .TableMenuRow2, .TableMenuColumn2 {
+padding: 7px;
+background-color: #f99dd7;
+border: 1px solid #91356f;
+}
+
+.TableInfoColumn2, .TableInfoMiniColumn2 {
+background-color: #f99dd7;
+border: 1px solid #506070;
+}
+
+.TableRow2 a:link, .TableRow2 a:visited, .TableRow2 a:active,
+.TableInfoRow2 a:link, .TableInfoRow2 a:visited, .TableInfoRow2 a:active, 
+.TableInfoMiniRow2 a:link, .TableInfoMiniRow2 a:visited, .TableInfoMiniRow2 a:active, 
+.TableStatsRow2 a:link, .TableStatsRow2 a:visited, .TableStatsRow2 a:active, 
+.TableSMenuRow2 a:link, .TableSMenuRow2 a:visited, .TableSMenuRow2 a:active,
+.TableMenuRow2 a:link, .TableMenuRow2 a:visited, .TableMenuRow2 a:active {
+text-decoration: none;
+color: #fddffc;
+font-weight: bold;
+}
+
+.TableRow2 a:hover, .TableInfoRow2 a:hover, .TableInfoMiniRow2 a:hover,
+.TableStatsRow2 a:hover, .TableSMenuRow2 a:hover, .TableMenuRow2 a:hover {
+color: #feeffd;
+text-decoration: none;
+font-weight: bold;
+}
+
+.TableRow3, .CalTableRow3, .CalTableColumn3, .TableColumn3, .TableInfoRow3, 
+.TableInfoColumn3, .TableStatsRow3, .TableStatsColumn3, .TableInfoMiniRow3, 
+.TableInfoMiniColumn3,.TableSMenuRow3, .TableSMenuColumn3, .TableMenuRow3, 
+.TableMenuColumn3 {
+background-color: #ffe0f0;
+border: 1px solid #91356f;
+}
+
+.CalTableColumn3 {
+height: 100px;
+}
+
+.CalTableColumn3Current {
+height: 100px;
+}
+
+.CalTableColumn3Blank {
+height: 100px;
+}
+
+.TableRow4, .CalTableRow4, .CalTableColumn4 .TableColumn4, .TableInfoRow4, 
+.TableInfoColumn4, .TableStatsRow4, .TableStatsColumn4, .TableInfoMiniRow4, 
+.TableInfoMiniColumn4,.TableSMenuRow4, .TableSMenuColumn4, .TableMenuRow4, 
+.TableMenuColumn4 {
+background-color: #f99dd7;
+border: 1px solid #91356f;
+}
+
+.TableRow4 a:link, .TableRow4 a:visited, .TableRow4 a:active,
+.TableInfoRow4 a:link, .TableInfoRow4 a:visited, .TableInfoRow4 a:active, 
+.TableInfoMiniRow4 a:link, .TableInfoMiniRow4 a:visited, .TableInfoMiniRow4 a:active, 
+.TableStatsRow4 a:link, .TableStatsRow4 a:visited, .TableStatsRow4 a:active, 
+.TableSMenuRow4 a:link, .TableSMenuRow4 a:visited, .TableSMenuRow4 a:active,
+.TableMenuRow4 a:link, .TableMenuRow4 a:visited, .TableMenuRow4 a:active {
+text-decoration: none;
+color: #fddffc;
+font-weight: bold;
+}
+
+.TextBox {
+background-color: #f99dd7;
+font-size: 13px;
+font-family: Courier, Courier New, Verdana, Arial;
+color: #000000;
+border: 1px solid #91356f;
+border-collapse: collapse;
+}
+
+.HiddenTextBox {
+font-family: Courier, Courier New, Verdana, Arial, serif;
+font-size: 13px;
+color: #c0c0c0;
+display: none;
+border: 2px outset #000000;
+border-width: 2px;
+border-bottom-color: #c0c0c0;
+border-left-color: #c0c0c0;
+border-right-color: #c0c0c0;
+border-top-color: #c0c0c0;
+}
+
+.QuoteTop {
+font-family: Verdana, Tahoma, Arial, sans-serif;
+font-size: 10px;
+color: #a0a0a0;
+}
+
+.QuoteBottom {
+font-family: Courier, Courier New, Verdana, Arial, serif;
+font-size: 12px;
+color: #c0c0c0;
+background-color: #000000;
+border: 1px solid #000;
+border-color: #808080;
+padding-top: 2px;
+padding-right: 2px;
+padding-bottom: 2px;
+padding-left: 2px;
+}
+
+.CodeTop {
+font-family: Verdana, Tahoma, Arial, sans-serif;
+font-size: 10px;
+color: #a0a0a0;
+}
+
+.CodeBottom {
+font-family: Courier, Courier New, Verdana, Arial;
+font-size: 12px;
+color: #c0c0c0;
+background-color: #000000;
+border: 1px solid #000;
+border-color: #808080;
+padding-top: 2px;
+padding-right: 2px;
+padding-bottom: 2px;
+padding-left: 2px;
+}
+
+.CodeBox {
+width: 500px;
+height: 100px;
+white-space: pre;
+overflow: auto;
+border: 3px outset #000000;
+font-family: Courier, Courier New, Verdana, Arial, serif;
+font-size: 15px;
+}
+
+.Button {
+background-color: #f99dd7;
+font-size: 13px;
+font-family: Courier, Courier New, Verdana, Arial;
+color: #000000;
+border: 1px solid #91356f;
+border-collapse: collapse;
+}
+
+.TextBoxLabel, label {
+color: #000000;
+font-weight: bold;
+cursor: pointer;
+font-size: 10px;
+}
+
+.EditReply {
+color: #000000;
+font-size: 9px;
+}
+
+.TableMessage {
+color: #000000;
+font-weight: bold;
+font-size: 10px;
+}
+
+.statsicon {
+text-align: center;
+vertical-align: middle;
+}
+
diff --git a/themes/Pink/favicon.ico b/themes/Pink/favicon.ico
new file mode 100644 (file)
index 0000000..985c946
Binary files /dev/null and b/themes/Pink/favicon.ico differ
diff --git a/themes/Pink/grad.png b/themes/Pink/grad.png
new file mode 100644 (file)
index 0000000..a21d5f2
Binary files /dev/null and b/themes/Pink/grad.png differ
diff --git a/themes/Pink/index.php b/themes/Pink/index.php
new file mode 100644 (file)
index 0000000..57f293d
--- /dev/null
@@ -0,0 +1,17 @@
+<?php
+/*
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Revised BSD License.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    Revised BSD License for more details.
+
+    Copyright 2004-2008 Cool Dude 2k - http://intdb.sourceforge.net/
+    Copyright 2004-2008 Game Maker 2k - https://idb.osdn.jp/
+    $ThemeInfo - Name: iDB Theme - Author: cooldude2k $
+    $FileInfo: index.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $
+*/
+header('Location: ../../index.php');
+?>
\ No newline at end of file
diff --git a/themes/Pink/info.php b/themes/Pink/info.php
new file mode 100644 (file)
index 0000000..e7ad8a4
--- /dev/null
@@ -0,0 +1,24 @@
+<?php
+/*
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Revised BSD License.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    Revised BSD License for more details.
+
+    Copyright 2004-2008 Cool Dude 2k - http://intdb.sourceforge.net/
+    Copyright 2004-2008 Game Maker 2k - https://idb.osdn.jp/
+    $ThemeInfo - Name: iDB Theme - Author: cooldude2k $
+    $FileInfo: info.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $
+*/
+$ThemeInfo = array();
+$ThemeInfo['ThemeName'] = "iDB Pink Theme";
+$ThemeInfo['ThemeMaker'] = "Ren&eacute; Johnson";
+$ThemeInfo['ThemeVersion'] = "0.4.7";
+$ThemeInfo['ThemeVersionType'] = "Alpha";
+$ThemeInfo['ThemeSubVersion'] = "SVN 729";
+$ThemeInfo['MakerURL'] = "http://idb.id.funpic.org/";
+$ThemeInfo['CopyRight'] = "%{ThemeName}T was made by <a href=\"%{MakerURL}T\" title=\"%{ThemeMaker}T\">%{ThemeMaker}T</a>";
+?>
\ No newline at end of file
diff --git a/themes/Pink/noavatar.png b/themes/Pink/noavatar.png
new file mode 100644 (file)
index 0000000..4edae0e
Binary files /dev/null and b/themes/Pink/noavatar.png differ
diff --git a/themes/Pink/settings.php b/themes/Pink/settings.php
new file mode 100644 (file)
index 0000000..352a210
--- /dev/null
@@ -0,0 +1,82 @@
+<?php
+/*
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Revised BSD License.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    Revised BSD License for more details.
+
+    Copyright 2004-2008 Cool Dude 2k - http://intdb.sourceforge.net/
+    Copyright 2004-2008 Game Maker 2k - https://idb.osdn.jp/
+    $ThemeInfo - Name: iDB Theme - Author: cooldude2k $
+    $FileInfo: settings.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $
+*/
+$ThemeSet = array();
+$ThemeSet['ThemeName'] = "iDB Pink Theme";
+$ThemeSet['ThemeMaker'] = "Ren&eacute; Johnson";
+$ThemeSet['ThemeVersion'] = "0.4.7";
+$ThemeSet['ThemeVersionType'] = "Alpha";
+$ThemeSet['ThemeSubVersion'] = "SVN 729";
+$ThemeSet['MakerURL'] = "http://idb.id.funpic.org/";
+$ThemeSet['CopyRight'] = "%{ThemeName}T was made by <a href=\"%{MakerURL}T\" title=\"%{ThemeMaker}T\">%{ThemeMaker}T</a>";
+$ThemeSet['WrapperString'] = "<% HTMLSTART %>\n<% HTTPEQUIV %>\n<% METATAGS %>\n<% JAVASCRIPT %>\n<% LINKTAGS %>\n<% CSSTHEME %>\n<% FAVICON %>\n<% EXTRALINKS %>\n<% TITLETAG %>\n<% BODYTAG %>\n<% NAVBAR %>\n<% CONTENT %>\n<% COPYRIGHT %>\n<% HTMLEND %>";
+$ThemeSet['CSS'] = "themes/Pink/css.css";
+$ThemeSet['CSSType'] = "include";
+$ThemeSet['FavIcon'] = "themes/Pink/favicon.ico";
+$ThemeSet['TableStyle'] = "table";
+$ThemeSet['MiniPageAltStyle'] = "off";
+$ThemeSet['PreLogo'] = "<div style=\"text-align: center;\">";
+$ThemeSet['Logo'] = "%{board_name}s";
+$ThemeSet['LogoStyle'] = "font-size: 40px; font-family: verdana, arial, sans-serif; color: black;";
+$ThemeSet['SubLogo'] = "</div>";
+$ThemeSet['TopicIcon'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Topic!\"> (T) </div>";
+$ThemeSet['HotTopic'] = "<div style=\"text-align: center; font-size: 11px; font-weight: bold;\" title=\"Hot Topic!\"> (T) </div>";
+$ThemeSet['PinTopic'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Pinned Topic!\"> {P} </div>";
+$ThemeSet['AnnouncementTopic'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Pinned Topic!\"> {A} </div>";
+$ThemeSet['HotPinTopic'] = "<div style=\"text-align: center; font-size: 11px; font-weight: bold;\" title=\"Hot Pinned Topic!\"> {P} </div>";
+$ThemeSet['ClosedTopic'] = "<div style=\"text-align: center; font-size: 11px; text-decoration: line-through;\" title=\"Closed Topic!\"> [T] </div>";
+$ThemeSet['HotClosedTopic'] = "<div style=\"text-align: center; font-size: 11px; text-decoration: line-through; font-weight: bold;\" title=\"Hot Closed Topic!\"> [T] </div>";
+$ThemeSet['PinClosedTopic'] = "<div style=\"text-align: center; font-size: 11px; text-decoration: line-through;\" title=\"Closed Pinned Topic!\"> [P] </div>";
+$ThemeSet['HotPinClosedTopic'] = "<div style=\"text-align: center; font-size: 11px; text-decoration: line-through; font-weight: bold;\" title=\"Hot Closed Pinned Topic!\"> [P] </div>";
+$ThemeSet['MovedTopicIcon'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Topic!\"> (~T) </div>";
+$ThemeSet['MovedHotTopic'] = "<div style=\"text-align: center; font-size: 11px; font-weight: bold;\" title=\"Hot Topic!\"> (~T) </div>";
+$ThemeSet['MovedPinTopic'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Pinned Topic!\"> {~P} </div>";
+$ThemeSet['MovedHotPinTopic'] = "<div style=\"text-align: center; font-size: 11px; font-weight: bold;\" title=\"Hot Pinned Topic!\"> {~P} </div>";
+$ThemeSet['MovedClosedTopic'] = "<div style=\"text-align: center; font-size: 11px; text-decoration: line-through;\" title=\"Closed Topic!\"> [~T] </div>";
+$ThemeSet['MovedHotClosedTopic'] = "<div style=\"text-align: center; font-size: 11px; text-decoration: line-through; font-weight: bold;\" title=\"Hot Closed Topic!\"> [~T] </div>";
+$ThemeSet['MovedPinClosedTopic'] = "<div style=\"text-align: center; font-size: 11px; text-decoration: line-through;\" title=\"Closed Pinned Topic!\"> [~P] </div>";
+$ThemeSet['MovedHotPinClosedTopic'] = "<div style=\"text-align: center; font-size: 11px; text-decoration: line-through; font-weight: bold;\" title=\"Hot Closed Pinned Topic!\"> [~P] </div>";
+$ThemeSet['MessageRead'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Message!\"> [M] </div>";
+$ThemeSet['MessageUnread'] = "<div style=\"text-align: center; font-size: 11px; font-weight: bold;\" title=\"New Message!\"> (M) </div>";
+$ThemeSet['Profile'] = "Profile";
+$ThemeSet['WWW'] = "WWW";
+$ThemeSet['PM'] = "PM";
+$ThemeSet['TopicLayout'] = "Type 1";
+$ThemeSet['AddReply'] = "<span style=\"color: white; font-size: 25px;\" title=\"Add Reply\">Add Reply</span>";
+$ThemeSet['FastReply'] = "<span style=\"color: white; font-size: 25px;\" title=\"Fast Reply\">Fast Reply</span>";
+$ThemeSet['NewTopic'] = "<span style=\"color: white; font-size: 25px;\" title=\"New Topic\">New Topic</span>";
+$ThemeSet['QuoteReply'] = "Quote Reply";
+$ThemeSet['Report'] = "Report";
+$ThemeSet['EditReply'] = "Edit";
+$ThemeSet['DeleteReply'] = "Delete";
+$ThemeSet['LineDivider'] = "&nbsp;|&nbsp;";
+$ThemeSet['ButtonDivider'] = "&nbsp;";
+$ThemeSet['LineDividerTopic'] = "&nbsp;|&nbsp;";
+$ThemeSet['TitleDivider'] = "-&gt;";
+$ThemeSet['ForumStyle'] = 1;
+$ThemeSet['ForumIcon'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Forum\"> (F) </div>";
+$ThemeSet['SubForumIcon'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"SubForum\"> {SF} </div>";
+$ThemeSet['RedirectIcon'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Redirect Forum\"> [RF] </div>";
+$ThemeSet['TitleIcon'] = null;
+$ThemeSet['NavLinkIcon'] = null;
+$ThemeSet['NavLinkDivider'] = "&nbsp;-&gt;&nbsp;";
+$ThemeSet['BoardStatsIcon'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Board Stats\">(S)</div> ";
+$ThemeSet['MemberStatsIcon'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Board Stats\">(S)</div> ";
+$ThemeSet['BirthdayStatsIcon'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Board Stats\">(S)</div> ";
+$ThemeSet['EventStatsIcon'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Board Stats\">(S)</div> ";
+$ThemeSet['OnlineStatsIcon'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Board Stats\">(S)</div> ";
+$ThemeSet['NoAvatar'] = "themes/Pink/noavatar.png";
+$ThemeSet['NoAvatarSize'] = "100x100";
+?>
\ No newline at end of file
diff --git a/themes/Rand/css.css b/themes/Rand/css.css
new file mode 100644 (file)
index 0000000..92f7f41
--- /dev/null
@@ -0,0 +1,334 @@
+/*
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Revised BSD License.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    Revised BSD License for more details.
+
+    Copyright 2004-2008 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2
+    Copyright 2004-2008 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2
+    $ThemeInfo - Name: Random iDB Theme - Author: cooldude2k $
+    $FileInfo: css.css - Last Update: 12/07/2010 SVN 600 - Author: cooldude2k $
+*/
+
+html {
+font-family: Verdana, Tahoma, Arial, sans-serif;
+font-size: 11px;
+color: #FFF;
+background-color: #3300FF;
+}
+
+body {
+font-family: Verdana, Tahoma, Arial, sans-serif;
+font-size: 11px;
+padding: 25px 55px 25px 55px;
+text-align: left;
+color: #FFF;
+background-color: #3300FF;
+}
+
+a:link, a:visited, a:active { 
+text-decoration: underline;
+color: #FFF;
+}
+
+a:hover { 
+text-decoration: underline;
+color: #0F0;
+}
+
+.NavLinks {
+font-weight: bold;
+padding: 6px 0px 6px 0px;
+}
+
+.forumname {
+font-weight: bold;
+}
+
+.copyright {
+font-family: Verdana, Tahoma, Arial, Sans-Serif;
+font-size: 9px;
+line-height: 12px;
+text-align: center;
+}
+
+.noborder {
+border: 0;
+}
+
+img {
+border: 0;
+vertical-align: middle;
+display: inline;
+}
+
+form {
+text-align: center;
+}
+
+.NavBar {
+width: 100%;
+border: 0px;
+border-width: 1px;
+border-spacing: 1px;
+}
+
+.NavBarRow1 {
+text-align: center;
+padding: 0px;
+margin: 0px;
+font-size: 40px;
+background-color: #3860BB;
+border: 1px solid #FFF;
+}
+
+.NavBarRow2 {
+background-color: #3860BB;
+border: 1px solid #FFF;
+}
+
+.Table1, .CalTable1, .TableInfo1, .TableInfoMini1, .TableStats1, 
+.TableSMenu, .TableMenu {
+width: 100%;
+border: 0px;
+border-width: 1px;
+border-spacing: 1px;
+}
+
+.PageList {
+color: #FFFFFF;
+}
+
+.Table1Border, .CalTable1Border, .TableInfo1Border, .TableInfoMini1Border, 
+.NavBorder, .StatsBorder, .TableSMenuBorder, .TableMenuBorder {
+background-color: #3300FF;
+border: 1px solid #FFF;
+}
+
+.Table2 {
+background-color: #3300FF;
+font-size: 11px;
+font-family: Verdana, Tahoma, Arial, sans-serif;
+color: #000;
+width: 100%;
+}
+
+.Table3 {
+font-size: 11px;
+font-family: verdana, arial, sans-serif;
+color: #000000;
+width: 100%;
+}
+
+.TableRow1, .CalTableRow1, .TableInfoRow1, .CalTableInfoRow1, 
+.TableInfoMiniRow1, .TableStatsRow1, .TableSMenuRow1, .TableMenuRow1 {
+vertical-align: middle;
+font-weight: bold;
+padding: 8px 0px 8px 5px;
+color: #FFF;
+background-color: #3860BB;
+}
+
+.TableRow1 a:link, .TableRow1 a:visited, .TableRow1 a:active,
+.CalTableRow1 a:link, .CalTableRow1 a:visited, .CalTableRow1 a:active,
+.TableInfoRow1 a:link, .TableInfoRow1 a:visited, .TableInfoRow1 a:active, 
+.TableInfoMiniRow1 a:link, .TableInfoMiniRow1 a:visited, .TableInfoMiniRow1 a:active, 
+.TableStatsRow1 a:link, .TableStatsRow1 a:visited, .TableStatsRow1 a:active, 
+.TableSMenuRow1 a:link, .TableSMenuRow1 a:visited, .TableSMenuRow1 a:active,
+.TableMenuRow1 a:link, .TableMenuRow1 a:visited, .TableMenuRow1 a:active {
+text-decoration: none;
+color: #FFF;
+}
+
+.TableRow1 a:hover, .CalTableRow1 a:hover, .TableInfoRow1 a:hover, .TableInfoMiniRow1 a:hover,
+.TableStatsRow1 a:hover, .TableSMenuRow1 a:hover, .TableMenuRow1 a:hover {
+text-decoration: underline;
+}
+
+.TableRow2 a:link, .TableRow2 a:visited, .TableRow2 a:active,
+.CalTableRow2 a:link, .CalTableRow2 a:visited, .CalTableRow2 a:active,
+.TableInfoRow2 a:link, .TableInfoRow2 a:visited, .TableInfoRow2 a:active, 
+.TableInfoMiniRow2 a:link, .TableInfoMiniRow2 a:visited, .TableInfoMiniRow2 a:active, 
+.TableStatsRow2 a:link, .TableStatsRow2 a:visited, .TableStatsRow2 a:active, 
+.TableSMenuRow2 a:link, .TableSMenuRow2 a:visited, .TableSMenuRow2 a:active,
+.TableMenuRow2 a:link, .TableMenuRow2 a:visited, .TableMenuRow2 a:active {
+font-weight: bold;
+margin: 0px;
+color: #FFF;
+background-color: #2850BB;
+}
+
+.TableRow2 a:hover, .CalTableRow2 a:hover, .TableInfoRow2 a:hover, .TableInfoMiniRow2 a:hover,
+.TableStatsRow2 a:hover, .TableSMenuRow2 a:hover, .TableMenuRow2 a:hover {
+text-decoration: underline;
+color: #FFF;
+}
+
+.TableColumn2, .CalTableColumn2, .TableStatsColumn2, .TableSMenuColumn2, 
+.TableMenuColumn2 {
+font-weight: bold;
+padding: 7px;
+margin: 0px;
+color: #FFF;
+background-color: #2850BB;
+}
+
+.TableInfoColumn2, .TableInfoMiniColumn2 {
+background-color: #2850BB;
+font-weight: bold;
+}
+
+.TableRow3, .TableInfoRow3, .TableInfoMiniRow3, 
+.TableStatsRow3, .TableSMenuRow3, .TableMenuRow3 {
+background-color: #3355FF;
+}
+
+.replypost { 
+font-size: 12px; 
+}
+
+.EditReply {
+color: #000000;
+font-size: 9px;
+}
+
+.signature {  
+background: transparent;
+color: #339; 
+font-size: 10px;
+}
+
+.CalDate, .CalDateCurrent { 
+text-align: right;
+font-weight: bold;
+font-size: 11px;
+padding: 4px;
+margin: 0px;
+color: #FFF;
+background-color: #2850BB;
+}
+
+.CalTableColumn3 {
+height: 100px;
+color: #FFF;
+background-color: #4444FF;
+}
+
+.CalTableColumn3Current {
+height: 100px;
+background-color: #3243FF;
+border: 1px solid #FFF;
+border: 2px;
+border-style: outset;
+}
+
+.CalTableColumn3Blank {
+height: 100px;
+color: #FFF;
+background-color: #3300FF;
+}
+
+.TableRow4, .CalTableRow4, .TableStatsRow4, .TableSMenuRow4, 
+.TableMenuRow4, .TableInfoRow4, .TableInfoMiniRow4 {
+color: #FFF;
+background-color: #3860BB;
+}
+
+.TableStatsRow4, .TableStatsColumn4, .CalTableRow4, 
+.CalTableColumn4 {
+display: none;
+}
+
+.TextBox {
+font-size: 11px;
+font-family: verdana, helvetica, sans-serif;
+vertical-align: middle;
+color: #000;
+border: 1px solid #FFF;
+}
+
+.HiddenTextBox {
+display: none;
+}
+
+.QuoteTop {
+font-family: Verdana, Tahoma, Arial, sans-serif;
+font-size: 10px;
+color: #a0a0a0;
+}
+
+.QuoteBottom {
+font-family: Courier, Courier New, Verdana, Arial, serif;
+font-size: 12px;
+color: #c0c0c0;
+background-color: black;
+border: 1px solid #000;
+border-color: gray;
+padding-top: 2px;
+padding-right: 2px;
+padding-bottom: 2px;
+padding-left: 2px;
+}
+
+.CodeTop {
+font-family: Verdana, Tahoma, Arial, sans-serif;
+font-size: 10px;
+color: #a0a0a0;
+}
+
+.CodeBottom {
+font-family: Courier, Courier New, Verdana, Arial;
+font-size: 12px;
+color: #c0c0c0;
+background-color: black;
+border: 1px solid #000;
+border-color: gray;
+padding-top: 2px;
+padding-right: 2px;
+padding-bottom: 2px;
+padding-left: 2px;
+}
+
+.CodeBox {
+width: 500px;
+height: 100px;
+white-space: pre;
+overflow: auto;
+border: 3px outset black;
+font-family: Courier, Courier New, Verdana, Arial, serif;
+font-size: 15px;
+}
+
+.Button {
+font-size: 11px;
+font-family: verdana, helvetica, sans-serif;
+vertical-align: middle;
+color: #000;
+border: 1px solid #FFF;
+}
+
+.TextBoxLabel, label {
+color: #000000;
+font-weight: bold;
+cursor: pointer;
+font-size: 10px;
+}
+
+.EditReply {
+color: #000000;
+font-size: 9px;
+}
+
+.TableMessage {
+color: #000000;
+font-weight: bold;
+font-size: 10px;
+}
+
+.statsicon {
+text-align: center;
+vertical-align: middle;
+}
diff --git a/themes/Rand/favicon.ico b/themes/Rand/favicon.ico
new file mode 100644 (file)
index 0000000..985c946
Binary files /dev/null and b/themes/Rand/favicon.ico differ
diff --git a/themes/Rand/index.php b/themes/Rand/index.php
new file mode 100644 (file)
index 0000000..d157aa5
--- /dev/null
@@ -0,0 +1,6 @@
+<?php
+/*
+    $ThemeInfo - Name: IPB Theme - Author: cooldude2k $
+*/
+header('Location: ../../index.php');
+?>
diff --git a/themes/Rand/info.php b/themes/Rand/info.php
new file mode 100644 (file)
index 0000000..95dad94
--- /dev/null
@@ -0,0 +1,24 @@
+<?php
+/*
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Revised BSD License.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    Revised BSD License for more details.
+
+    Copyright 2004-2008 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2
+    Copyright 2004-2008 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2
+    $ThemeInfo - Name: iDB Theme - Author: cooldude2k $
+    $FileInfo: info.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $
+*/
+$ThemeInfo = array();
+$ThemeInfo['ThemeName'] = "Random iDB Theme";
+$ThemeInfo['ThemeMaker'] = "Kazuki";
+$ThemeInfo['ThemeVersion'] = "0.4.7";
+$ThemeInfo['ThemeVersionType'] = "Alpha";
+$ThemeInfo['ThemeSubVersion'] = "SVN 729";
+$ThemeInfo['MakerURL'] = "http://kazuki.homelinux.org/bbs/category.php?act=view&amp;id=2";
+$ThemeInfo['CopyRight'] = "%{ThemeName}T was made by <a href=\"%{MakerURL}T\" title=\"%{ThemeMaker}T\">%{ThemeMaker}T</a>";
+?>
\ No newline at end of file
diff --git a/themes/Rand/settings.php b/themes/Rand/settings.php
new file mode 100644 (file)
index 0000000..cff693a
--- /dev/null
@@ -0,0 +1,82 @@
+<?php
+/*
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Revised BSD License.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    Revised BSD License for more details.
+
+    Copyright 2004-2008 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2
+    Copyright 2004-2008 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2
+    $ThemeInfo - Name: Random iDB Theme - Author: cooldude2k $
+    $FileInfo: settings.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $
+*/
+$ThemeSet = array();
+$ThemeSet['ThemeName'] = "Random iDB Theme";
+$ThemeSet['ThemeMaker'] = "Kazuki";
+$ThemeSet['ThemeVersion'] = "0.4.7";
+$ThemeSet['ThemeVersionType'] = "Alpha";
+$ThemeSet['ThemeSubVersion'] = "SVN 729";
+$ThemeSet['MakerURL'] = "http://kazuki.homelinux.org/bbs/category.php?act=view&amp;id=2";
+$ThemeSet['CopyRight'] = "%{ThemeName}T was made by <a href=\"%{MakerURL}T\" title=\"%{ThemeMaker}T\">%{ThemeMaker}T</a>";
+$ThemeSet['WrapperString'] = "<% HTMLSTART %>\n<% HTTPEQUIV %>\n<% METATAGS %>\n<% JAVASCRIPT %>\n<% LINKTAGS %>\n<% CSSTHEME %>\n<% FAVICON %>\n<% EXTRALINKS %>\n<% TITLETAG %>\n<% BODYTAG %>\n<% NAVBAR %>\n<% CONTENT %>\n<% COPYRIGHT %>\n<% HTMLEND %>";
+$ThemeSet['CSS'] = "themes/Rand/css.css";
+$ThemeSet['CSSType'] = "include";
+$ThemeSet['FavIcon'] = "themes/Rand/favicon.ico";
+$ThemeSet['TableStyle'] = "div";
+$ThemeSet['MiniPageAltStyle'] = "off";
+$ThemeSet['PreLogo'] = null;
+$ThemeSet['Logo'] = "%{board_name}s";
+$ThemeSet['LogoStyle'] = "text-decoration: none;";
+$ThemeSet['SubLogo'] = null;
+$ThemeSet['TopicIcon'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Topic!\"> (T) </div>";
+$ThemeSet['HotTopic'] = "<div style=\"text-align: center; font-size: 11px; font-weight: bold;\" title=\"Hot Topic!\"> (T) </div>";
+$ThemeSet['PinTopic'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Pinned Topic!\"> {P} </div>";
+$ThemeSet['AnnouncementTopic'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Pinned Topic!\"> {A} </div>";
+$ThemeSet['HotPinTopic'] = "<div style=\"text-align: center; font-size: 11px; font-weight: bold;\" title=\"Hot Pinned Topic!\"> {P} </div>";
+$ThemeSet['ClosedTopic'] = "<div style=\"text-align: center; font-size: 11px; text-decoration: line-through;\" title=\"Closed Topic!\"> [T] </div>";
+$ThemeSet['HotClosedTopic'] = "<div style=\"text-align: center; font-size: 11px; text-decoration: line-through; font-weight: bold;\" title=\"Hot Closed Topic!\"> [T] </div>";
+$ThemeSet['PinClosedTopic'] = "<div style=\"text-align: center; font-size: 11px; text-decoration: line-through;\" title=\"Closed Pinned Topic!\"> [P] </div>";
+$ThemeSet['HotPinClosedTopic'] = "<div style=\"text-align: center; font-size: 11px; text-decoration: line-through; font-weight: bold;\" title=\"Hot Closed Pinned Topic!\"> [P] </div>";
+$ThemeSet['MovedTopicIcon'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Topic!\"> (~T) </div>";
+$ThemeSet['MovedHotTopic'] = "<div style=\"text-align: center; font-size: 11px; font-weight: bold;\" title=\"Hot Topic!\"> (~T) </div>";
+$ThemeSet['MovedPinTopic'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Pinned Topic!\"> {~P} </div>";
+$ThemeSet['MovedHotPinTopic'] = "<div style=\"text-align: center; font-size: 11px; font-weight: bold;\" title=\"Hot Pinned Topic!\"> {~P} </div>";
+$ThemeSet['MovedClosedTopic'] = "<div style=\"text-align: center; font-size: 11px; text-decoration: line-through;\" title=\"Closed Topic!\"> [~T] </div>";
+$ThemeSet['MovedHotClosedTopic'] = "<div style=\"text-align: center; font-size: 11px; text-decoration: line-through; font-weight: bold;\" title=\"Hot Closed Topic!\"> [~T] </div>";
+$ThemeSet['MovedPinClosedTopic'] = "<div style=\"text-align: center; font-size: 11px; text-decoration: line-through;\" title=\"Closed Pinned Topic!\"> [~P] </div>";
+$ThemeSet['MovedHotPinClosedTopic'] = "<div style=\"text-align: center; font-size: 11px; text-decoration: line-through; font-weight: bold;\" title=\"Hot Closed Pinned Topic!\"> [~P] </div>";
+$ThemeSet['MessageRead'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Message!\"> [M] </div>";
+$ThemeSet['MessageUnread'] = "<div style=\"text-align: center; font-size: 11px; font-weight: bold;\" title=\"New Message!\"> (M) </div>";
+$ThemeSet['Profile'] = "Profile";
+$ThemeSet['WWW'] = "WWW";
+$ThemeSet['PM'] = "PM";
+$ThemeSet['TopicLayout'] = "Type 1";
+$ThemeSet['AddReply'] = "<span style=\"color: white; font-size: 25px;\" title=\"Add Reply\">Add Reply</span>";
+$ThemeSet['FastReply'] = "<span style=\"color: white; font-size: 25px;\" title=\"Fast Reply\">Fast Reply</span>";
+$ThemeSet['NewTopic'] = "<span style=\"color: white; font-size: 25px;\" title=\"New Topic\">New Topic</span>";
+$ThemeSet['QuoteReply'] = "Quote";
+$ThemeSet['EditReply'] = "Edit";
+$ThemeSet['DeleteReply'] = "Delete";
+$ThemeSet['Report'] = "Report";
+$ThemeSet['LineDivider'] = "&nbsp;|&nbsp;";
+$ThemeSet['ButtonDivider'] = "&nbsp;";
+$ThemeSet['LineDividerTopic'] = "&nbsp;|&nbsp;";
+$ThemeSet['TitleDivider'] = "-&gt;";
+$ThemeSet['ForumStyle'] = 1;
+$ThemeSet['ForumIcon'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Forum\"> (F) </div>";
+$ThemeSet['SubForumIcon'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"SubForum\"> {SF} </div>";
+$ThemeSet['RedirectIcon'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Redirect Forum\"> [RF] </div>";
+$ThemeSet['TitleIcon'] = null;
+$ThemeSet['NavLinkIcon'] = null;
+$ThemeSet['NavLinkDivider'] = "&nbsp;-&gt;&nbsp;";
+$ThemeSet['BoardStatsIcon'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Board Stats\">(S)</div> ";
+$ThemeSet['MemberStatsIcon'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Board Stats\">(S)</div> ";
+$ThemeSet['BirthdayStatsIcon'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Board Stats\">(S)</div> ";
+$ThemeSet['EventStatsIcon'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Board Stats\">(S)</div> ";
+$ThemeSet['OnlineStatsIcon'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Board Stats\">(S)</div> ";
+$ThemeSet['NoAvatar'] = "themes/iDB/noavatar.png";
+$ThemeSet['NoAvatarSize'] = "100x100";
+?>
\ No newline at end of file