From 0077cb99704fe863cf731fc5cab792af2ede96c2 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 17 Apr 2011 20:13:07 -0400 Subject: Backporting retarded amount of changes outside of version control --- themes/gttheme/footer.php | 64 +++++++ themes/gttheme/header.php | 40 +++++ themes/gttheme/images/Medal.png | Bin 0 -> 38627 bytes themes/gttheme/images/add.gif | Bin 0 -> 59 bytes themes/gttheme/images/addnewarticle.png | Bin 0 -> 6420 bytes themes/gttheme/images/addnewpage.png | Bin 0 -> 7511 bytes themes/gttheme/images/annoucement.png | Bin 0 -> 9409 bytes themes/gttheme/images/announcement.png | Bin 0 -> 9409 bytes themes/gttheme/images/arrowleft.png | Bin 0 -> 2861 bytes themes/gttheme/images/arrowright.png | Bin 0 -> 2867 bytes themes/gttheme/images/background.jpg | Bin 0 -> 1874170 bytes themes/gttheme/images/banner.jpg | Bin 0 -> 128273 bytes themes/gttheme/images/bayonetLogo.png | Bin 0 -> 15516 bytes themes/gttheme/images/blockbackground.jpg | Bin 0 -> 12055 bytes themes/gttheme/images/calendar.png | Bin 0 -> 10174 bytes themes/gttheme/images/delete.gif | Bin 0 -> 60 bytes themes/gttheme/images/editfiles.png | Bin 0 -> 7336 bytes themes/gttheme/images/editpage.png | Bin 0 -> 7775 bytes themes/gttheme/images/error.gif | Bin 0 -> 1083 bytes themes/gttheme/images/error.png | Bin 0 -> 3746 bytes themes/gttheme/images/file_doc.png | Bin 0 -> 6993 bytes themes/gttheme/images/file_pdf.png | Bin 0 -> 7336 bytes themes/gttheme/images/file_rtf.png | Bin 0 -> 6958 bytes themes/gttheme/images/file_word.png | Bin 0 -> 9196 bytes themes/gttheme/images/headingbg.jpg | Bin 0 -> 37929 bytes themes/gttheme/images/hgrad.png | Bin 0 -> 109 bytes themes/gttheme/images/larrow.png | Bin 0 -> 3596 bytes themes/gttheme/images/leftshadow.png | Bin 0 -> 3146 bytes themes/gttheme/images/logo.jpg | Bin 0 -> 132072 bytes themes/gttheme/images/lvgrad.png | Bin 0 -> 627 bytes themes/gttheme/images/navbackground.jpg | Bin 0 -> 11901 bytes themes/gttheme/images/navbg.jpg | Bin 0 -> 54131 bytes themes/gttheme/images/navbg.png | Bin 0 -> 2880 bytes themes/gttheme/images/navigation.png | Bin 0 -> 11330 bytes themes/gttheme/images/navspacer.png | Bin 0 -> 2810 bytes themes/gttheme/images/news_header.png | Bin 0 -> 3558 bytes themes/gttheme/images/nvgrad.png | Bin 0 -> 860 bytes themes/gttheme/images/photogallery.png | Bin 0 -> 9687 bytes themes/gttheme/images/photoleft.png | Bin 0 -> 2917 bytes themes/gttheme/images/photoright.png | Bin 0 -> 2918 bytes themes/gttheme/images/rarrow.png | Bin 0 -> 3581 bytes themes/gttheme/images/rightshadow.png | Bin 0 -> 3155 bytes themes/gttheme/images/sandbackground.jpg | Bin 0 -> 523597 bytes themes/gttheme/images/spacer.png | Bin 0 -> 2904 bytes themes/gttheme/images/vgrad.png | Bin 0 -> 110 bytes themes/gttheme/images/view.gif | Bin 0 -> 61 bytes themes/gttheme/include/functions.php | 40 +++++ themes/gttheme/include/primary.css | 286 ++++++++++++++++++++++++++++++ themes/gttheme/include/style_bbcode.css | 71 ++++++++ themes/gttheme/include/theme.ini | 2 + themes/gttheme/index.php | 61 +++++++ themes/gttheme/navigation.php | 24 +++ 52 files changed, 588 insertions(+) create mode 100644 themes/gttheme/footer.php create mode 100644 themes/gttheme/header.php create mode 100644 themes/gttheme/images/Medal.png create mode 100644 themes/gttheme/images/add.gif create mode 100644 themes/gttheme/images/addnewarticle.png create mode 100644 themes/gttheme/images/addnewpage.png create mode 100644 themes/gttheme/images/annoucement.png create mode 100644 themes/gttheme/images/announcement.png create mode 100644 themes/gttheme/images/arrowleft.png create mode 100644 themes/gttheme/images/arrowright.png create mode 100644 themes/gttheme/images/background.jpg create mode 100644 themes/gttheme/images/banner.jpg create mode 100644 themes/gttheme/images/bayonetLogo.png create mode 100644 themes/gttheme/images/blockbackground.jpg create mode 100644 themes/gttheme/images/calendar.png create mode 100644 themes/gttheme/images/delete.gif create mode 100644 themes/gttheme/images/editfiles.png create mode 100644 themes/gttheme/images/editpage.png create mode 100644 themes/gttheme/images/error.gif create mode 100644 themes/gttheme/images/error.png create mode 100644 themes/gttheme/images/file_doc.png create mode 100644 themes/gttheme/images/file_pdf.png create mode 100644 themes/gttheme/images/file_rtf.png create mode 100644 themes/gttheme/images/file_word.png create mode 100644 themes/gttheme/images/headingbg.jpg create mode 100644 themes/gttheme/images/hgrad.png create mode 100644 themes/gttheme/images/larrow.png create mode 100644 themes/gttheme/images/leftshadow.png create mode 100644 themes/gttheme/images/logo.jpg create mode 100644 themes/gttheme/images/lvgrad.png create mode 100644 themes/gttheme/images/navbackground.jpg create mode 100644 themes/gttheme/images/navbg.jpg create mode 100644 themes/gttheme/images/navbg.png create mode 100644 themes/gttheme/images/navigation.png create mode 100644 themes/gttheme/images/navspacer.png create mode 100644 themes/gttheme/images/news_header.png create mode 100644 themes/gttheme/images/nvgrad.png create mode 100644 themes/gttheme/images/photogallery.png create mode 100644 themes/gttheme/images/photoleft.png create mode 100644 themes/gttheme/images/photoright.png create mode 100644 themes/gttheme/images/rarrow.png create mode 100644 themes/gttheme/images/rightshadow.png create mode 100644 themes/gttheme/images/sandbackground.jpg create mode 100644 themes/gttheme/images/spacer.png create mode 100644 themes/gttheme/images/vgrad.png create mode 100644 themes/gttheme/images/view.gif create mode 100644 themes/gttheme/include/functions.php create mode 100644 themes/gttheme/include/primary.css create mode 100644 themes/gttheme/include/style_bbcode.css create mode 100644 themes/gttheme/include/theme.ini create mode 100644 themes/gttheme/index.php create mode 100644 themes/gttheme/navigation.php (limited to 'themes/gttheme') diff --git a/themes/gttheme/footer.php b/themes/gttheme/footer.php new file mode 100644 index 0000000..72ddb3a --- /dev/null +++ b/themes/gttheme/footer.php @@ -0,0 +1,64 @@ +. + */ + +$phpversion = preg_replace('/[a-z-]/', '', phpversion()); +$mtime = explode(' ', microtime()); +$totaltime = $mtime[0] + $mtime[1] - $starttime; +$debug_output = sprintf("Page generated in %.3f seconds | Memory: real(%.3fmb) peak(%.3fmb) | PHP: %s
Connections: %d | Queries: %d | Fetches: %d | Frees: %d
\n", + $totaltime, ((float)memory_get_usage()/1024/1024), ((float)memory_get_peak_usage()/1024/1024), $phpversion, $db_connections, $db_queries, $db_fetches, $db_frees); +?> + + + + + + + + + + + + diff --git a/themes/gttheme/header.php b/themes/gttheme/header.php new file mode 100644 index 0000000..76dc2f9 --- /dev/null +++ b/themes/gttheme/header.php @@ -0,0 +1,40 @@ +. + */ + +global $config; +ob_start(); +$starttime = explode(' ', microtime()); +$starttime = $starttime[1] + $starttime[0]; +?> + + + + + +3rd Infantry Division - 8 years strong - ArmaII Unit + + + + + + + + + \ No newline at end of file diff --git a/themes/gttheme/images/Medal.png b/themes/gttheme/images/Medal.png new file mode 100644 index 0000000..1d9974b Binary files /dev/null and b/themes/gttheme/images/Medal.png differ diff --git a/themes/gttheme/images/add.gif b/themes/gttheme/images/add.gif new file mode 100644 index 0000000..836dbf2 Binary files /dev/null and b/themes/gttheme/images/add.gif differ diff --git a/themes/gttheme/images/addnewarticle.png b/themes/gttheme/images/addnewarticle.png new file mode 100644 index 0000000..0e29960 Binary files /dev/null and b/themes/gttheme/images/addnewarticle.png differ diff --git a/themes/gttheme/images/addnewpage.png b/themes/gttheme/images/addnewpage.png new file mode 100644 index 0000000..c60c68c Binary files /dev/null and b/themes/gttheme/images/addnewpage.png differ diff --git a/themes/gttheme/images/annoucement.png b/themes/gttheme/images/annoucement.png new file mode 100644 index 0000000..c70591d Binary files /dev/null and b/themes/gttheme/images/annoucement.png differ diff --git a/themes/gttheme/images/announcement.png b/themes/gttheme/images/announcement.png new file mode 100644 index 0000000..c70591d Binary files /dev/null and b/themes/gttheme/images/announcement.png differ diff --git a/themes/gttheme/images/arrowleft.png b/themes/gttheme/images/arrowleft.png new file mode 100644 index 0000000..502ae41 Binary files /dev/null and b/themes/gttheme/images/arrowleft.png differ diff --git a/themes/gttheme/images/arrowright.png b/themes/gttheme/images/arrowright.png new file mode 100644 index 0000000..ddd163b Binary files /dev/null and b/themes/gttheme/images/arrowright.png differ diff --git a/themes/gttheme/images/background.jpg b/themes/gttheme/images/background.jpg new file mode 100644 index 0000000..e96f267 Binary files /dev/null and b/themes/gttheme/images/background.jpg differ diff --git a/themes/gttheme/images/banner.jpg b/themes/gttheme/images/banner.jpg new file mode 100644 index 0000000..854561b Binary files /dev/null and b/themes/gttheme/images/banner.jpg differ diff --git a/themes/gttheme/images/bayonetLogo.png b/themes/gttheme/images/bayonetLogo.png new file mode 100644 index 0000000..4183a88 Binary files /dev/null and b/themes/gttheme/images/bayonetLogo.png differ diff --git a/themes/gttheme/images/blockbackground.jpg b/themes/gttheme/images/blockbackground.jpg new file mode 100644 index 0000000..ea6c7d3 Binary files /dev/null and b/themes/gttheme/images/blockbackground.jpg differ diff --git a/themes/gttheme/images/calendar.png b/themes/gttheme/images/calendar.png new file mode 100644 index 0000000..86b9861 Binary files /dev/null and b/themes/gttheme/images/calendar.png differ diff --git a/themes/gttheme/images/delete.gif b/themes/gttheme/images/delete.gif new file mode 100644 index 0000000..4e2a37f Binary files /dev/null and b/themes/gttheme/images/delete.gif differ diff --git a/themes/gttheme/images/editfiles.png b/themes/gttheme/images/editfiles.png new file mode 100644 index 0000000..500e206 Binary files /dev/null and b/themes/gttheme/images/editfiles.png differ diff --git a/themes/gttheme/images/editpage.png b/themes/gttheme/images/editpage.png new file mode 100644 index 0000000..ab3fd58 Binary files /dev/null and b/themes/gttheme/images/editpage.png differ diff --git a/themes/gttheme/images/error.gif b/themes/gttheme/images/error.gif new file mode 100644 index 0000000..cb1fcbe Binary files /dev/null and b/themes/gttheme/images/error.gif differ diff --git a/themes/gttheme/images/error.png b/themes/gttheme/images/error.png new file mode 100644 index 0000000..5bc1824 Binary files /dev/null and b/themes/gttheme/images/error.png differ diff --git a/themes/gttheme/images/file_doc.png b/themes/gttheme/images/file_doc.png new file mode 100644 index 0000000..b1da1ef Binary files /dev/null and b/themes/gttheme/images/file_doc.png differ diff --git a/themes/gttheme/images/file_pdf.png b/themes/gttheme/images/file_pdf.png new file mode 100644 index 0000000..500e206 Binary files /dev/null and b/themes/gttheme/images/file_pdf.png differ diff --git a/themes/gttheme/images/file_rtf.png b/themes/gttheme/images/file_rtf.png new file mode 100644 index 0000000..39304c1 Binary files /dev/null and b/themes/gttheme/images/file_rtf.png differ diff --git a/themes/gttheme/images/file_word.png b/themes/gttheme/images/file_word.png new file mode 100644 index 0000000..3011f00 Binary files /dev/null and b/themes/gttheme/images/file_word.png differ diff --git a/themes/gttheme/images/headingbg.jpg b/themes/gttheme/images/headingbg.jpg new file mode 100644 index 0000000..3597c21 Binary files /dev/null and b/themes/gttheme/images/headingbg.jpg differ diff --git a/themes/gttheme/images/hgrad.png b/themes/gttheme/images/hgrad.png new file mode 100644 index 0000000..86daf8b Binary files /dev/null and b/themes/gttheme/images/hgrad.png differ diff --git a/themes/gttheme/images/larrow.png b/themes/gttheme/images/larrow.png new file mode 100644 index 0000000..554b6e9 Binary files /dev/null and b/themes/gttheme/images/larrow.png differ diff --git a/themes/gttheme/images/leftshadow.png b/themes/gttheme/images/leftshadow.png new file mode 100644 index 0000000..1f32159 Binary files /dev/null and b/themes/gttheme/images/leftshadow.png differ diff --git a/themes/gttheme/images/logo.jpg b/themes/gttheme/images/logo.jpg new file mode 100644 index 0000000..8b59067 Binary files /dev/null and b/themes/gttheme/images/logo.jpg differ diff --git a/themes/gttheme/images/lvgrad.png b/themes/gttheme/images/lvgrad.png new file mode 100644 index 0000000..487d7e3 Binary files /dev/null and b/themes/gttheme/images/lvgrad.png differ diff --git a/themes/gttheme/images/navbackground.jpg b/themes/gttheme/images/navbackground.jpg new file mode 100644 index 0000000..93ffece Binary files /dev/null and b/themes/gttheme/images/navbackground.jpg differ diff --git a/themes/gttheme/images/navbg.jpg b/themes/gttheme/images/navbg.jpg new file mode 100644 index 0000000..9bd90ce Binary files /dev/null and b/themes/gttheme/images/navbg.jpg differ diff --git a/themes/gttheme/images/navbg.png b/themes/gttheme/images/navbg.png new file mode 100644 index 0000000..00a8f88 Binary files /dev/null and b/themes/gttheme/images/navbg.png differ diff --git a/themes/gttheme/images/navigation.png b/themes/gttheme/images/navigation.png new file mode 100644 index 0000000..739c95f Binary files /dev/null and b/themes/gttheme/images/navigation.png differ diff --git a/themes/gttheme/images/navspacer.png b/themes/gttheme/images/navspacer.png new file mode 100644 index 0000000..cdc8cb4 Binary files /dev/null and b/themes/gttheme/images/navspacer.png differ diff --git a/themes/gttheme/images/news_header.png b/themes/gttheme/images/news_header.png new file mode 100644 index 0000000..00861bf Binary files /dev/null and b/themes/gttheme/images/news_header.png differ diff --git a/themes/gttheme/images/nvgrad.png b/themes/gttheme/images/nvgrad.png new file mode 100644 index 0000000..5e4c05c Binary files /dev/null and b/themes/gttheme/images/nvgrad.png differ diff --git a/themes/gttheme/images/photogallery.png b/themes/gttheme/images/photogallery.png new file mode 100644 index 0000000..a161a55 Binary files /dev/null and b/themes/gttheme/images/photogallery.png differ diff --git a/themes/gttheme/images/photoleft.png b/themes/gttheme/images/photoleft.png new file mode 100644 index 0000000..f4eb3af Binary files /dev/null and b/themes/gttheme/images/photoleft.png differ diff --git a/themes/gttheme/images/photoright.png b/themes/gttheme/images/photoright.png new file mode 100644 index 0000000..16a251b Binary files /dev/null and b/themes/gttheme/images/photoright.png differ diff --git a/themes/gttheme/images/rarrow.png b/themes/gttheme/images/rarrow.png new file mode 100644 index 0000000..9a272d9 Binary files /dev/null and b/themes/gttheme/images/rarrow.png differ diff --git a/themes/gttheme/images/rightshadow.png b/themes/gttheme/images/rightshadow.png new file mode 100644 index 0000000..bc970f0 Binary files /dev/null and b/themes/gttheme/images/rightshadow.png differ diff --git a/themes/gttheme/images/sandbackground.jpg b/themes/gttheme/images/sandbackground.jpg new file mode 100644 index 0000000..2a2d800 Binary files /dev/null and b/themes/gttheme/images/sandbackground.jpg differ diff --git a/themes/gttheme/images/spacer.png b/themes/gttheme/images/spacer.png new file mode 100644 index 0000000..f187f4a Binary files /dev/null and b/themes/gttheme/images/spacer.png differ diff --git a/themes/gttheme/images/vgrad.png b/themes/gttheme/images/vgrad.png new file mode 100644 index 0000000..e7a96e8 Binary files /dev/null and b/themes/gttheme/images/vgrad.png differ diff --git a/themes/gttheme/images/view.gif b/themes/gttheme/images/view.gif new file mode 100644 index 0000000..52cbddb Binary files /dev/null and b/themes/gttheme/images/view.gif differ diff --git a/themes/gttheme/include/functions.php b/themes/gttheme/include/functions.php new file mode 100644 index 0000000..4a401fd --- /dev/null +++ b/themes/gttheme/include/functions.php @@ -0,0 +1,40 @@ +"; + echo "
"; + } + + /** + * CloseContent() + * Closes a Bayonet site content block. + * @return + */ + function CloseContent() + { + echo "
"; + echo ""; + } + + function OpenBlock($title = 'New Block') + { + OpenContent(); + echo "
{$title}
"; + echo "
"; + } + + function CloseBlock() + { + echo "
"; + CloseContent(); + } + +?> \ No newline at end of file diff --git a/themes/gttheme/include/primary.css b/themes/gttheme/include/primary.css new file mode 100644 index 0000000..025b0fc --- /dev/null +++ b/themes/gttheme/include/primary.css @@ -0,0 +1,286 @@ + /********************************* + ** Layout Styles ** + *********************************/ + div.container { + width: 990px; + position: relative; + /* width: 1000px; */ + color: #000000; + margin: auto auto; + text-align: left; /* IE 5 fix */ + } + div.banner { + /* width: 990px; */ + text-align:center; + /* margin: auto auto; */ + } + img.head_medal { + position: absolute; + left: 26px; + top: -42px; + } + div.nav { + /*width: 990px; */ + height: 24px; + background: #284c75; + background-image:url('../images/navbg.jpg'); + color: #000000; + text-align:center; + /* margin: auto auto; */ + font-size:14px; + line-height: 24px; + border: 3px solid black; + border-top: 1px solid black; + } + table.main { + /*background-image:url('../images/sandbackground.jpg'); */ + padding: 0px; + color:#ffffff; + width:990px; + /*width: 1134px; */ + /* width: 1234px; */ + margin: auto auto; + /* background-color:#a3a2a0; */ + } + + table.main td { + /* color:white; */ + } + td.midcol { + width: 644px; + background-color:transparent; + vertical-align:top; + } + td.rightcol { + vertical-align:top; + } + td.leftcol { + width: 275px; + vertical-align:top; + } + div.footer { + text-align:center; + font-family:verdana; + font-size:10pt; + color:#5e5e5e; + background-color:#333333; + border-top: 1px solid #5e5e5e; + } + + /********************************* + ** Content Styles ** + *********************************/ + div.contentBorder1 { + background-color:white; + border: 1px solid #000; /*#3666ba;*/ + } + div.contentBorder2 { + background-color:white; + border:1px solid #000; /* 333 */ + } + div.contentHeading { + background-image:url(../images/headingbg.jpg); + background-repeat:repeat-x; + background-color:#112f50; + border: 0px solid black; + border-bottom: 2px solid black; + height:25px; + line-height: 25px; + padding-left:10px; + padding-right:10px; + color:white; + } + div.content { + padding:10px; + color:#333333; + /*background-color:#383838; + color:white; */ + background-color:#f1f1f1; + } + div.content img { + padding:10px; + } + div.contentFooter { + border-top:1px solid #333333; + background-color:#a4a4a4; + color:white; + padding-left:5px; + padding-right:5px; + } + span.footer-text { + font-size: 10px; + } + + .clear { + clear: both; + } + + /********************************* + ** Nav Links Styles ** + *********************************/ + table.navLinks a, table.navLinks a:visited, table.navLinks a:active { + background-color:transparent; + color:white; + font-family:verdana; + font-size:11px; + font-weight:bold; + text-decoration:none; + } + + table.navLinks a:hover, table.navLinks a:visited:hover { + background-color:transparent; + color:#d2d2d2; + font-size:11px; + font-weight:bold; + text-decoration:none; + } + + table.navLinks { + height:25px; + } + + table.navLinks td { + border-right: 1px solid #213f61; + vertical-align:middle; + } + + /********************************* + ** Misc. Styles ** + *********************************/ + + h1, h2, h3, h4, h5, h6 { + font-family: Helvetica, Arial, sans-serif; + font-weight: normal; + } + table, tr, td { + padding:0px; + border:0px; + margin:0px + } + body, td, div { + font-size:10pt; + /* color:black; */ + font-family:verdana; + font-weight:normal; + } + a, a:visited, a:active { + background-color:transparent; + color:#3666ba; + font-family:verdana; + font-size:12px; + text-decoration:none; + } + + a:hover, a:visited:hover { + background-color:transparent; + color:#3666ba; + font-family:verdana; + font-size:12px; + text-decoration:underline; + } + a.rudi_roster, a.rudi_roster:visited, a.rudi_roster:active, a.rudi_roster:hover { + color:#2b5bae; + } + body { + background-color:#091a34; + background-image: url('../images/Background.jpg'); + background-position: top center; + background-attachment: fixed; + margin:0; + margin-top: 15px; + padding:0; + text-align:left; + } + a img { + border:0px; + } + form { + margin:0; + } + tr.rownorm{ + background-color:white; + + } + tr.rowhigh{ + background-color:#e0e0e0; + } + /* photo gallery styles */ + .photoleft{ + background-image:url("../images/photoleft.png"); + background-repeat:repeat-y; + text-align:center; + width:49px; + } + .photoright{ + background-image:url("../images/photoright.png"); + background-repeat:repeat-y; + text-align:center; + width:49px; + } + /* end photo gallery styles */ + + /* stuff we might need in order to add drop shadows */ + + div.topbar { + height:25px; + text-align:center; + background-color:black; + font-family:verdana; + font-size:10pt; + color:#797e4f; + } + div.botbar { + height:50px; + padding:5px; + text-align:center; + background-color:black; + font-family:verdana; + font-size:10pt; + } + /* may need these two when we add the background images back */ + .leftbar { + /* background-image:url("../images/leftshadow.png"); */ + background-repeat: + repeat-y; + width:50px; + } + .rightbar { + /* background-image:url("../images/rightshadow.png"); */ + background-repeat: + repeat-y; + width:15px; + } + + .fl-left{ + float:left; + } + + .fl-right{ + float:right; + } + + .clear { + clear:both; + } + + .inline { + display: inline; + } + + .left{ + text-align:left; + } + .right{ + text-align:right; + } + .center{ + text-align:center; + } + .title{ + font-size:14px; + font-weight:bold; + font-family:arial; + } + +@import "style_bbcode.css" + diff --git a/themes/gttheme/include/style_bbcode.css b/themes/gttheme/include/style_bbcode.css new file mode 100644 index 0000000..05333f9 --- /dev/null +++ b/themes/gttheme/include/style_bbcode.css @@ -0,0 +1,71 @@ +.bold { + font-weight: bold; +} + +.italics { + font-style: italic; +} + +.underline { + text-decoration: underline; +} + +.strikethrough { + text-decoration: line-through; +} + +.overline { + text-decoration: overline; +} + +.quotecodeheader { + font-family: Verdana, arial, helvetica, sans-serif; + font-size: 12px; + font-weight: bold; +} + +.codebody { + background-color: #FFFFFF; + font-family: Courier new, courier, mono; + font-size: 12px; + color: #006600; + border: 1px solid #BFBFBF; +} + +.quotebody { + background-color: #FFFFFF; + font-family: Courier new, courier, mono; + font-size: 12px; + color: #660002; + border: 1px solid #BFBFBF; +} + +.listbullet { + list-style-type: disc; + list-style-position: inside; +} + +.listdecimal { + list-style-type: decimal; + list-style-position: inside; +} + +.listlowerroman { + list-style-type: lower-roman; + list-style-position: inside; +} + +.listupperroman { + list-style-type: upper-roman; + list-style-position: inside; +} + +.listloweralpha { + list-style-type: lower-alpha; + list-style-position: inside; +} + +.listupperalpha { + list-style-type: upper-alpha; + list-style-position: inside; +} diff --git a/themes/gttheme/include/theme.ini b/themes/gttheme/include/theme.ini new file mode 100644 index 0000000..223cd14 --- /dev/null +++ b/themes/gttheme/include/theme.ini @@ -0,0 +1,2 @@ +[author] +name = "Joseph Hunkeler" \ No newline at end of file diff --git a/themes/gttheme/index.php b/themes/gttheme/index.php new file mode 100644 index 0000000..b5ac212 --- /dev/null +++ b/themes/gttheme/index.php @@ -0,0 +1,61 @@ + + +
+ + + + + + + + + + + + + + + + + +
+ + + +
+ +
+ +td.short{width:100%;}" . "" . "" . "" . "
Code" . $e->getCode() . "
In File" . $e->getFile() . "
" . $e->getLine() . " - " . $e->getMessage() . "
" + ); +} +?> diff --git a/themes/gttheme/navigation.php b/themes/gttheme/navigation.php new file mode 100644 index 0000000..5765712 --- /dev/null +++ b/themes/gttheme/navigation.php @@ -0,0 +1,24 @@ + + + + +Query("SELECT * FROM `bayonet_navigation` ORDER BY `weight`"); + $nav = $db->Fetch($result); + + foreach ($nav as $link) { + echo ''; + } + ?> + + -- cgit