From 009c7dc33de30d45bc21a0ddbe3a1da2d0d5d2ea Mon Sep 17 00:00:00 2001 From: Kazuki Suzuki Przyborowski Date: Tue, 6 Aug 2019 02:09:26 -0500 Subject: [PATCH] Added more themes... Added more themes for default install. --- inc/versioninfo.php | 6 +- themes/Pink/css.css | 348 +++++++++++++++++++++++++++++++++++++++++++++++ themes/Pink/favicon.ico | Bin 0 -> 1406 bytes themes/Pink/grad.png | Bin 0 -> 953 bytes themes/Pink/index.php | 17 +++ themes/Pink/info.php | 24 ++++ themes/Pink/noavatar.png | Bin 0 -> 176 bytes themes/Pink/settings.php | 82 +++++++++++ themes/Rand/css.css | 334 +++++++++++++++++++++++++++++++++++++++++++++ themes/Rand/favicon.ico | Bin 0 -> 1406 bytes themes/Rand/index.php | 6 + themes/Rand/info.php | 24 ++++ themes/Rand/settings.php | 82 +++++++++++ 13 files changed, 920 insertions(+), 3 deletions(-) create mode 100644 themes/Pink/css.css create mode 100644 themes/Pink/favicon.ico create mode 100644 themes/Pink/grad.png create mode 100644 themes/Pink/index.php create mode 100644 themes/Pink/info.php create mode 100644 themes/Pink/noavatar.png create mode 100644 themes/Pink/settings.php create mode 100644 themes/Rand/css.css create mode 100644 themes/Rand/favicon.ico create mode 100644 themes/Rand/index.php create mode 100644 themes/Rand/info.php create mode 100644 themes/Rand/settings.php diff --git a/inc/versioninfo.php b/inc/versioninfo.php index 56611a0..2195f25 100644 --- a/inc/versioninfo.php +++ b/inc/versioninfo.php @@ -11,7 +11,7 @@ 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 - $FileInfo: versioninfo.php - Last Update: 08/05/2019 SVN 907 - Author: cooldude2k $ + $FileInfo: versioninfo.php - Last Update: 08/06/2019 SVN 908 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="versioninfo.php"||$File3Name=="/versioninfo.php") { @@ -27,8 +27,8 @@ function version_info($proname,$subver,$ver,$supver,$reltype,$svnver,$showsvn) { return $return_var; } // Version number and date stuff. :P $VER1[0] = 0; $VER1[1] = 5; $VER1[2] = 2; $VERFull[1] = $VER1[0].".".$VER1[1].".".$VER1[2]; -$VER2[0] = "Alpha"; $VER2[1] = "Al"; $VER2[2] = "SVN"; $SubVerN = 907; -$SVNDay[0] = 8; $SVNDay[1] = 5; $SVNDay[2] = 2019; $SVNDay[3] = $SVNDay[0]."/".$SVNDay[1]."/".$SVNDay[2]; +$VER2[0] = "Alpha"; $VER2[1] = "Al"; $VER2[2] = "SVN"; $SubVerN = 908; +$SVNDay[0] = 8; $SVNDay[1] = 6; $SVNDay[2] = 2019; $SVNDay[3] = $SVNDay[0]."/".$SVNDay[1]."/".$SVNDay[2]; $AltName = "DF2k"; $AltName2 = "DF2k"; $RName = "iDB"; $SFName = "IntDB"; $RFullName = "Internet Discussion Boards"; $AltFullName = "Discussion Forums 2k"; $AltGM2k = "Game Maker 2k"; $VerCheckName = "iDB"; $AltVerCheckName = "DF2k"; $AltiDBHome = "https://idb.osdn.jp/"; diff --git a/themes/Pink/css.css b/themes/Pink/css.css new file mode 100644 index 0000000..92c97ea --- /dev/null +++ b/themes/Pink/css.css @@ -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 index 0000000000000000000000000000000000000000..985c946501cc8a10fd659f0293ca199aeb8eebcb GIT binary patch literal 1406 zcmajfF=!fL7{>7@gwkee5bY$UgM)~ZTR^l+L~si_hO8BIcMuWE?Gi_kWGEfXsuD7Z z;8M_nn^Hn27Z*pN(6|53YZ@ty`Ml@u-n*aN@%esA2Yil?#r};xzLMTaiV-g9J#p9F z_;9d2_`BV6HRLum8vcPjry3529Ni7uZZdOcgpa$#?&#=9fj~efCnriI5;{FS)!EsZ z&d<+vd3mXFxvXlnD$nzDb#ucTK-sQ#TW4vyoc}L`}hey zj?dr=_!7R3Z{fT60e*y^;urWOK8?S?*YIupJ${Z~5*0N9=?O`<0p7J z<^SD7|3>jSJUwbne9!qHK0>#}=(Z%?mZICTbXyT$!F%`)zK@^abhzJu@MCvLs$43_cJ2r0zEeyl^`@J<~H=kwcod)rlh?MlCT zs@**|oOi>oUas>B@A^Q1H~9N~S3T8!#S^yoeHqSgE9vojf69Lk_Q~wmf!T)qI5ca# RX3@Tsw`PYKvv2$X{suCetqcGF literal 0 HcmV?d00001 diff --git a/themes/Pink/grad.png b/themes/Pink/grad.png new file mode 100644 index 0000000000000000000000000000000000000000..a21d5f20fbad0ba6c8138723f2dcc262928a1a38 GIT binary patch literal 953 zcmV;q14jIbP)Px#32;bRa{vGf6951U69E94oEQKA00(qQO+^RU1_TN+66%>HUjP6DOG!jQR7l6Q zmcMQtRS?F1GiP@1-s>A*?AX{wiGplFM~OsBo2P)Dv^)TL017%MgzD03gpl z|5;;xVY~0{6FNse`|y+Ot%f75y*=7VQO%J*zxatPbI#4f+XQpuhmXG0G9xMAf;lb# zHW^PW&sv?od>N9zer(xtDi;8=g9fOui;Vks@0FLih=k@86j3Xbl3OS*H z1}?6l_WZ?P+PVZG01||_gxWi|4=F9Lg&iFoEmb)OZ0%0MWes3k!=-fR0GfdEIv^)s zJpneT3RxBkx;mhaLJ?&3O1B3Oz6C1(JLhEK5(L^wszGuO0cpX(#Le#P?*Udyku^J8 zckEk-K$g?w){C%r>i}r*Gocq@ur&ZohT|x`2-VFRSgYWA!tCh@mkIgwgO7nxH3-2; z;GqTD6e_Mo(Le&kiE;P^+2&P-`QrEz$W=So+u(8&kWza{#EA_blA@ z#wO4r(UUOQ-vy$SwQaG6uyJDqm{!`8u+>a}NZR)d&1ei1^}Yng4Ui%d-j6V1A%5yd zXv(GBs$4QI-w*!X?~;iM$uMYWrz^0ljQDEpgb7`K0}zn&cUU|x0obF5k7|)wL@kof zreT10uGLoE7RyP%=<4C_+zKvHm(hp?^f zH@s>!n^$cqMT+#C8+{Yh!zLn&RS~%wrqV_?pgZ&Z|JBBu8 \ No newline at end of file diff --git a/themes/Pink/info.php b/themes/Pink/info.php new file mode 100644 index 0000000..e7ad8a4 --- /dev/null +++ b/themes/Pink/info.php @@ -0,0 +1,24 @@ +%{ThemeMaker}T"; +?> \ No newline at end of file diff --git a/themes/Pink/noavatar.png b/themes/Pink/noavatar.png new file mode 100644 index 0000000000000000000000000000000000000000..4edae0ed131a6ba2a65d117608820425bf08af48 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^93afW%)r3da;;7u$YBof32}Al`ycVzsSn6yED7=p zW^j0RBMrn!@^*J&=wOxg0CLz%Jbhi+ukx^SXfn(RwYd%yQZ8|gC<)F_D=AMbN@WP} zjPP_+D2^}4OV>-u$x-l4EG|w|2um%}yJNZiBv3hzr;B4q#jWIo1zJF!KLexQk0&>P OECx?kKbLh*2~7Y}5H9lo literal 0 HcmV?d00001 diff --git a/themes/Pink/settings.php b/themes/Pink/settings.php new file mode 100644 index 0000000..352a210 --- /dev/null +++ b/themes/Pink/settings.php @@ -0,0 +1,82 @@ +%{ThemeMaker}T"; +$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'] = "
"; +$ThemeSet['Logo'] = "%{board_name}s"; +$ThemeSet['LogoStyle'] = "font-size: 40px; font-family: verdana, arial, sans-serif; color: black;"; +$ThemeSet['SubLogo'] = "
"; +$ThemeSet['TopicIcon'] = "
(T)
"; +$ThemeSet['HotTopic'] = "
(T)
"; +$ThemeSet['PinTopic'] = "
{P}
"; +$ThemeSet['AnnouncementTopic'] = "
{A}
"; +$ThemeSet['HotPinTopic'] = "
{P}
"; +$ThemeSet['ClosedTopic'] = "
[T]
"; +$ThemeSet['HotClosedTopic'] = "
[T]
"; +$ThemeSet['PinClosedTopic'] = "
[P]
"; +$ThemeSet['HotPinClosedTopic'] = "
[P]
"; +$ThemeSet['MovedTopicIcon'] = "
(~T)
"; +$ThemeSet['MovedHotTopic'] = "
(~T)
"; +$ThemeSet['MovedPinTopic'] = "
{~P}
"; +$ThemeSet['MovedHotPinTopic'] = "
{~P}
"; +$ThemeSet['MovedClosedTopic'] = "
[~T]
"; +$ThemeSet['MovedHotClosedTopic'] = "
[~T]
"; +$ThemeSet['MovedPinClosedTopic'] = "
[~P]
"; +$ThemeSet['MovedHotPinClosedTopic'] = "
[~P]
"; +$ThemeSet['MessageRead'] = "
[M]
"; +$ThemeSet['MessageUnread'] = "
(M)
"; +$ThemeSet['Profile'] = "Profile"; +$ThemeSet['WWW'] = "WWW"; +$ThemeSet['PM'] = "PM"; +$ThemeSet['TopicLayout'] = "Type 1"; +$ThemeSet['AddReply'] = "Add Reply"; +$ThemeSet['FastReply'] = "Fast Reply"; +$ThemeSet['NewTopic'] = "New Topic"; +$ThemeSet['QuoteReply'] = "Quote Reply"; +$ThemeSet['Report'] = "Report"; +$ThemeSet['EditReply'] = "Edit"; +$ThemeSet['DeleteReply'] = "Delete"; +$ThemeSet['LineDivider'] = " | "; +$ThemeSet['ButtonDivider'] = " "; +$ThemeSet['LineDividerTopic'] = " | "; +$ThemeSet['TitleDivider'] = "->"; +$ThemeSet['ForumStyle'] = 1; +$ThemeSet['ForumIcon'] = "
(F)
"; +$ThemeSet['SubForumIcon'] = "
{SF}
"; +$ThemeSet['RedirectIcon'] = "
[RF]
"; +$ThemeSet['TitleIcon'] = null; +$ThemeSet['NavLinkIcon'] = null; +$ThemeSet['NavLinkDivider'] = " -> "; +$ThemeSet['BoardStatsIcon'] = "
(S)
"; +$ThemeSet['MemberStatsIcon'] = "
(S)
"; +$ThemeSet['BirthdayStatsIcon'] = "
(S)
"; +$ThemeSet['EventStatsIcon'] = "
(S)
"; +$ThemeSet['OnlineStatsIcon'] = "
(S)
"; +$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 index 0000000..92f7f41 --- /dev/null +++ b/themes/Rand/css.css @@ -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 index 0000000000000000000000000000000000000000..985c946501cc8a10fd659f0293ca199aeb8eebcb GIT binary patch literal 1406 zcmajfF=!fL7{>7@gwkee5bY$UgM)~ZTR^l+L~si_hO8BIcMuWE?Gi_kWGEfXsuD7Z z;8M_nn^Hn27Z*pN(6|53YZ@ty`Ml@u-n*aN@%esA2Yil?#r};xzLMTaiV-g9J#p9F z_;9d2_`BV6HRLum8vcPjry3529Ni7uZZdOcgpa$#?&#=9fj~efCnriI5;{FS)!EsZ z&d<+vd3mXFxvXlnD$nzDb#ucTK-sQ#TW4vyoc}L`}hey zj?dr=_!7R3Z{fT60e*y^;urWOK8?S?*YIupJ${Z~5*0N9=?O`<0p7J z<^SD7|3>jSJUwbne9!qHK0>#}=(Z%?mZICTbXyT$!F%`)zK@^abhzJu@MCvLs$43_cJ2r0zEeyl^`@J<~H=kwcod)rlh?MlCT zs@**|oOi>oUas>B@A^Q1H~9N~S3T8!#S^yoeHqSgE9vojf69Lk_Q~wmf!T)qI5ca# RX3@Tsw`PYKvv2$X{suCetqcGF literal 0 HcmV?d00001 diff --git a/themes/Rand/index.php b/themes/Rand/index.php new file mode 100644 index 0000000..d157aa5 --- /dev/null +++ b/themes/Rand/index.php @@ -0,0 +1,6 @@ + diff --git a/themes/Rand/info.php b/themes/Rand/info.php new file mode 100644 index 0000000..95dad94 --- /dev/null +++ b/themes/Rand/info.php @@ -0,0 +1,24 @@ +%{ThemeMaker}T"; +?> \ No newline at end of file diff --git a/themes/Rand/settings.php b/themes/Rand/settings.php new file mode 100644 index 0000000..cff693a --- /dev/null +++ b/themes/Rand/settings.php @@ -0,0 +1,82 @@ +%{ThemeMaker}T"; +$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'] = "
(T)
"; +$ThemeSet['HotTopic'] = "
(T)
"; +$ThemeSet['PinTopic'] = "
{P}
"; +$ThemeSet['AnnouncementTopic'] = "
{A}
"; +$ThemeSet['HotPinTopic'] = "
{P}
"; +$ThemeSet['ClosedTopic'] = "
[T]
"; +$ThemeSet['HotClosedTopic'] = "
[T]
"; +$ThemeSet['PinClosedTopic'] = "
[P]
"; +$ThemeSet['HotPinClosedTopic'] = "
[P]
"; +$ThemeSet['MovedTopicIcon'] = "
(~T)
"; +$ThemeSet['MovedHotTopic'] = "
(~T)
"; +$ThemeSet['MovedPinTopic'] = "
{~P}
"; +$ThemeSet['MovedHotPinTopic'] = "
{~P}
"; +$ThemeSet['MovedClosedTopic'] = "
[~T]
"; +$ThemeSet['MovedHotClosedTopic'] = "
[~T]
"; +$ThemeSet['MovedPinClosedTopic'] = "
[~P]
"; +$ThemeSet['MovedHotPinClosedTopic'] = "
[~P]
"; +$ThemeSet['MessageRead'] = "
[M]
"; +$ThemeSet['MessageUnread'] = "
(M)
"; +$ThemeSet['Profile'] = "Profile"; +$ThemeSet['WWW'] = "WWW"; +$ThemeSet['PM'] = "PM"; +$ThemeSet['TopicLayout'] = "Type 1"; +$ThemeSet['AddReply'] = "Add Reply"; +$ThemeSet['FastReply'] = "Fast Reply"; +$ThemeSet['NewTopic'] = "New Topic"; +$ThemeSet['QuoteReply'] = "Quote"; +$ThemeSet['EditReply'] = "Edit"; +$ThemeSet['DeleteReply'] = "Delete"; +$ThemeSet['Report'] = "Report"; +$ThemeSet['LineDivider'] = " | "; +$ThemeSet['ButtonDivider'] = " "; +$ThemeSet['LineDividerTopic'] = " | "; +$ThemeSet['TitleDivider'] = "->"; +$ThemeSet['ForumStyle'] = 1; +$ThemeSet['ForumIcon'] = "
(F)
"; +$ThemeSet['SubForumIcon'] = "
{SF}
"; +$ThemeSet['RedirectIcon'] = "
[RF]
"; +$ThemeSet['TitleIcon'] = null; +$ThemeSet['NavLinkIcon'] = null; +$ThemeSet['NavLinkDivider'] = " -> "; +$ThemeSet['BoardStatsIcon'] = "
(S)
"; +$ThemeSet['MemberStatsIcon'] = "
(S)
"; +$ThemeSet['BirthdayStatsIcon'] = "
(S)
"; +$ThemeSet['EventStatsIcon'] = "
(S)
"; +$ThemeSet['OnlineStatsIcon'] = "
(S)
"; +$ThemeSet['NoAvatar'] = "themes/iDB/noavatar.png"; +$ThemeSet['NoAvatarSize'] = "100x100"; +?> \ No newline at end of file -- 2.11.0