OSDN Git Service

Add files via upload
authorKazuki Suzuki Przyborowski <kazuki.przyborowski@gmail.com>
Thu, 26 Nov 2020 09:43:50 +0000 (03:43 -0600)
committerGitHub <noreply@github.com>
Thu, 26 Nov 2020 09:43:50 +0000 (03:43 -0600)
13 files changed:
Themes/Gray/css.css
Themes/Gray/info.php
Themes/Gray/settings.php
Themes/IPB/settings.php
Themes/IPBAlt/settings.php
Themes/IPBRed/settings.php
Themes/Jcink/settings.php
Themes/Pink/settings.php
Themes/Rand/settings.php
Themes/TFBB/settings.php
Themes/iDB/css.css
Themes/iDB/info.php
Themes/iDB/settings.php

index a992f3f..0048598 100644 (file)
@@ -7,10 +7,10 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     Revised BSD License for more details.
 
-    Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1
-    Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2
+    Copyright 2004-2011 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1
+    Copyright 2004-2011 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2
     $ThemeInfo - Name: iDB Gray - Author: cooldude2k $
-    $FileInfo: css.css - Last Update: 12/07/2010 SVN 600 - Author: cooldude2k $
+    $FileInfo: css.css - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $
 */
 
 html {
@@ -171,7 +171,7 @@ border: 1px solid #606060;
 }
 
 .TableInfoColumn2, .TableInfoMiniColumn2 {
-background-color: #d7e1ed;
+background-color: #c8c8c8;
 border: 1px solid #506070;
 }
 
index 67b445d..4121c26 100644 (file)
@@ -16,9 +16,9 @@
 $ThemeInfo = array();
 $ThemeInfo['ThemeName'] = "iDB Gray Theme";
 $ThemeInfo['ThemeMaker'] = "Kazuki";
-$ThemeInfo['ThemeVersion'] = "0.4.7";
+$ThemeInfo['ThemeVersion'] = "0.4.8";
 $ThemeInfo['ThemeVersionType'] = "Alpha";
-$ThemeInfo['ThemeSubVersion'] = "SVN 729";
+$ThemeInfo['ThemeSubVersion'] = "SVN 788";
 $ThemeInfo['MakerURL'] = "https://idb.osdn.jp/";
 $ThemeInfo['CopyRight'] = "%{ThemeName}T was made by <a href=\"%{MakerURL}T\" title=\"%{ThemeMaker}T\">%{ThemeMaker}T</a>";
 ?>
\ No newline at end of file
index f233233..17e635d 100644 (file)
     Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1
     Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2
     $ThemeInfo - Name: iDB Gray - Author: cooldude2k $
-    $FileInfo: settings.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $
+    $FileInfo: settings.php - Last Update: 11/26/2020 SVN 921 - Author: cooldude2k $
 */
 $ThemeSet = array();
 $ThemeSet['ThemeName'] = "iDB Gray Theme";
 $ThemeSet['ThemeMaker'] = "Kazuki";
-$ThemeSet['ThemeVersion'] = "0.4.7";
+$ThemeSet['ThemeVersion'] = "0.4.8";
 $ThemeSet['ThemeVersionType'] = "Alpha";
-$ThemeSet['ThemeSubVersion'] = "SVN 729";
+$ThemeSet['ThemeSubVersion'] = "SVN 788";
 $ThemeSet['MakerURL'] = "https://idb.osdn.jp/";
 $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/Gray/css.css";
 $ThemeSet['CSSType'] = "include";
 $ThemeSet['FavIcon'] = "themes/Gray/favicon.ico";
+$ThemeSet['OpenGraph'] = "themes/Gray/opengraph.png";
 $ThemeSet['TableStyle'] = "table";
 $ThemeSet['MiniPageAltStyle'] = "off";
 $ThemeSet['PreLogo'] = "<div style=\"text-align: center;\">";
index 0682eb4..4329c68 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
     $ThemeInfo - Name: IPB Theme - Author: Matt Mecham $
-       $FileInfo: settings.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $
+       $FileInfo: settings.php - Last Update: 11/26/2020 SVN 921 - Author: cooldude2k $
 */
 $ThemeSet = array();
 $ThemeSet['ThemeName'] = "IPB Theme";
@@ -15,6 +15,7 @@ $ThemeSet['WrapperString'] = "<% HTMLSTART %>\n<% HTTPEQUIV %>\n<% METATAGS %>\n
 $ThemeSet['CSS'] = "themes/IPB/css.css";
 $ThemeSet['CSSType'] = "include";
 $ThemeSet['FavIcon'] = "themes/IPB/favicon.ico";
+$ThemeSet['OpenGraph'] = "themes/IPB/opengraph.png";
 $ThemeSet['TableStyle'] = "div";
 $ThemeSet['MiniPageAltStyle'] = "on";
 $ThemeSet['PreLogo'] = null;
index 6812424..15bc5c2 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
     $ThemeInfo - Name: IPB Alt Theme - Author: eternalSHADOW.com $
-       $FileInfo: settings.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $
+       $FileInfo: settings.php - Last Update: 11/26/2020 SVN 921 - Author: cooldude2k $
 */
 $ThemeSet = array();
 $ThemeSet['ThemeName'] = "IPB Alt Theme";
@@ -15,6 +15,7 @@ $ThemeSet['WrapperString'] = "<% HTMLSTART %>\n<% HTTPEQUIV %>\n<% METATAGS %>\n
 $ThemeSet['CSS'] = "themes/IPBAlt/css.css";
 $ThemeSet['CSSType'] = "include";
 $ThemeSet['FavIcon'] = "themes/IPBAlt/favicon.ico";
+$ThemeSet['OpenGraph'] = "themes/IPBAlt/opengraph.png";
 $ThemeSet['TableStyle'] = "div";
 $ThemeSet['MiniPageAltStyle'] = "on";
 $ThemeSet['PreLogo'] = null;
index 670d2fb..b3fd661 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
     $ThemeInfo - Name: IPB Alt Theme - Author: eternalSHADOW.com $
-       $FileInfo: settings.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $
+       $FileInfo: settings.php - Last Update: 11/26/2020 SVN 921 - Author: cooldude2k $
 */
 $ThemeSet = array();
 $ThemeSet['ThemeName'] = "IPB Red Theme";
@@ -15,6 +15,7 @@ $ThemeSet['WrapperString'] = "<% HTMLSTART %>\n<% HTTPEQUIV %>\n<% METATAGS %>\n
 $ThemeSet['CSS'] = "themes/IPBRed/css.css";
 $ThemeSet['CSSType'] = "include";
 $ThemeSet['FavIcon'] = "themes/IPBRed/favicon.ico";
+$ThemeSet['OpenGraph'] = "themes/IPBRed/opengraph.png";
 $ThemeSet['TableStyle'] = "div";
 $ThemeSet['MiniPageAltStyle'] = "on";
 $ThemeSet['PreLogo'] = null;
index 79e6e83..ea12198 100644 (file)
@@ -11,7 +11,7 @@
     Copyright 2004-2008 Jcink - https://launchpad.net/tfbb
     Copyright 2004-2008 Jcink - http://jcink.com/
     $ThemeInfo - Name: TFBB Theme - Author: jcink $
-    $FileInfo: settings.php - Last Update: 08/02/2019 SVN 905 - Author: jcink $
+    $FileInfo: settings.php - Last Update: 11/26/2020 SVN 921 - Author: jcink $
 */
 $ThemeSet = array();
 $ThemeSet['ThemeName'] = "Jcink Classic Skin";
@@ -25,6 +25,7 @@ $ThemeSet['WrapperString'] = "<% HTMLSTART %>\n<% HTTPEQUIV %>\n<% METATAGS %>\n
 $ThemeSet['CSS'] = "themes/Jcink/css.css";
 $ThemeSet['CSSType'] = "include";
 $ThemeSet['FavIcon'] = "themes/Jcink/favicon.ico";
+$ThemeSet['OpenGraph'] = "themes/Jcink/opengraph.png";
 $ThemeSet['TableStyle'] = "div";
 $ThemeSet['MiniPageAltStyle'] = "off";
 $ThemeSet['PreLogo'] = null;
index 352a210..1f9c965 100644 (file)
@@ -11,7 +11,7 @@
     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 $
+    $FileInfo: settings.php - Last Update: 11/26/2020 SVN 921 - Author: cooldude2k $
 */
 $ThemeSet = array();
 $ThemeSet['ThemeName'] = "iDB Pink Theme";
@@ -25,6 +25,7 @@ $ThemeSet['WrapperString'] = "<% HTMLSTART %>\n<% HTTPEQUIV %>\n<% METATAGS %>\n
 $ThemeSet['CSS'] = "themes/Pink/css.css";
 $ThemeSet['CSSType'] = "include";
 $ThemeSet['FavIcon'] = "themes/Pink/favicon.ico";
+$ThemeSet['OpenGraph'] = "themes/Pink/opengraph.png";
 $ThemeSet['TableStyle'] = "table";
 $ThemeSet['MiniPageAltStyle'] = "off";
 $ThemeSet['PreLogo'] = "<div style=\"text-align: center;\">";
index cff693a..e08430f 100644 (file)
@@ -11,7 +11,7 @@
     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 $
+    $FileInfo: settings.php - Last Update: 11/26/2020 SVN 921 - Author: cooldude2k $
 */
 $ThemeSet = array();
 $ThemeSet['ThemeName'] = "Random iDB Theme";
@@ -25,6 +25,7 @@ $ThemeSet['WrapperString'] = "<% HTMLSTART %>\n<% HTTPEQUIV %>\n<% METATAGS %>\n
 $ThemeSet['CSS'] = "themes/Rand/css.css";
 $ThemeSet['CSSType'] = "include";
 $ThemeSet['FavIcon'] = "themes/Rand/favicon.ico";
+$ThemeSet['OpenGraph'] = "themes/Rand/opengraph.png";
 $ThemeSet['TableStyle'] = "div";
 $ThemeSet['MiniPageAltStyle'] = "off";
 $ThemeSet['PreLogo'] = null;
index 1fb06f6..3c6db3a 100644 (file)
@@ -11,7 +11,7 @@
     Copyright 2004-2008 Jcink - https://launchpad.net/tfbb
     Copyright 2004-2008 Jcink - http://jcink.com/
     $ThemeInfo - Name: TFBB Theme - Author: jcink $
-    $FileInfo: settings.php - Last Update: 08/02/2019 SVN 905 - Author: jcink $
+    $FileInfo: settings.php - Last Update: 11/26/2020 SVN 921 - Author: jcink $
 */
 $ThemeSet = array();
 $ThemeSet['ThemeName'] = "TFBB Theme";
@@ -25,6 +25,7 @@ $ThemeSet['WrapperString'] = "<% HTMLSTART %>\n<% HTTPEQUIV %>\n<% METATAGS %>\n
 $ThemeSet['CSS'] = "themes/TFBB/css.css";
 $ThemeSet['CSSType'] = "include";
 $ThemeSet['FavIcon'] = "themes/TFBB/favicon.ico";
+$ThemeSet['OpenGraph'] = "themes/TFBB/opengraph.png";
 $ThemeSet['TableStyle'] = "div";
 $ThemeSet['MiniPageAltStyle'] = "off";
 $ThemeSet['PreLogo'] = null;
index 8954607..4893155 100644 (file)
@@ -7,10 +7,10 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     Revised BSD License for more details.
 
-    Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1
-    Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2
+    Copyright 2004-2011 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1
+    Copyright 2004-2011 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2
     $ThemeInfo - Name: iDB Theme - Author: cooldude2k $
-    $FileInfo: css.css - Last Update: 12/07/2010 SVN 600 - Author: cooldude2k $
+    $FileInfo: css.css - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $
 */
 
 html {
index 3710234..a6af50c 100644 (file)
@@ -16,9 +16,9 @@
 $ThemeInfo = array();
 $ThemeInfo['ThemeName'] = "iDB Theme";
 $ThemeInfo['ThemeMaker'] = "Kazuki";
-$ThemeInfo['ThemeVersion'] = "0.4.7";
+$ThemeInfo['ThemeVersion'] = "0.4.8";
 $ThemeInfo['ThemeVersionType'] = "Alpha";
-$ThemeInfo['ThemeSubVersion'] = "SVN 729";
+$ThemeInfo['ThemeSubVersion'] = "SVN 788";
 $ThemeInfo['MakerURL'] = "https://idb.osdn.jp/";
 $ThemeInfo['CopyRight'] = "%{ThemeName}T was made by <a href=\"%{MakerURL}T\" title=\"%{ThemeMaker}T\">%{ThemeMaker}T</a>";
 ?>
\ No newline at end of file
index f52ff57..063e03e 100644 (file)
     Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1
     Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2
     $ThemeInfo - Name: iDB Theme - Author: cooldude2k $
-    $FileInfo: settings.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $
+    $FileInfo: settings.php - Last Update: 11/26/2020 SVN 921 - Author: cooldude2k $
 */
 $ThemeSet = array();
 $ThemeSet['ThemeName'] = "iDB Theme";
 $ThemeSet['ThemeMaker'] = "Kazuki";
-$ThemeSet['ThemeVersion'] = "0.4.7";
+$ThemeSet['ThemeVersion'] = "0.4.8";
 $ThemeSet['ThemeVersionType'] = "Alpha";
-$ThemeSet['ThemeSubVersion'] = "SVN 729";
+$ThemeSet['ThemeSubVersion'] = "SVN 788";
 $ThemeSet['MakerURL'] = "https://idb.osdn.jp/";
 $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/iDB/css.css";
 $ThemeSet['CSSType'] = "include";
 $ThemeSet['FavIcon'] = "themes/iDB/favicon.ico";
+$ThemeSet['OpenGraph'] = "themes/iDB/opengraph.png";
 $ThemeSet['TableStyle'] = "table";
 $ThemeSet['MiniPageAltStyle'] = "off";
 $ThemeSet['PreLogo'] = "<div style=\"text-align: center;\">";