New design

This commit is contained in:
genuineparts 2025-06-17 10:23:04 +02:00
parent fba5da271d
commit 7fbc0fdb93
1203 changed files with 5995 additions and 4430 deletions

View file

@ -5,17 +5,18 @@
vertical-align: middle;
*vertical-align: auto;
position: relative;
background: none repeat scroll 0 0 #EE1C25;
background: none repeat scroll 0 0 #FF585E;
border-radius: 2px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.1) inset;
color: #FFFFFF !important;
height: 15px;
line-height: 12px;
padding: 0 4px;
height: 12px;
line-height: 11px;
padding: 0 3px;
right: -1px;
text-align: center;
text-shadow: none !important;
top: -10px;
font-size: 11px;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
*display: inline;

View file

@ -1,27 +0,0 @@
<h3>Roomlist</h3><a id="userlist" style="font-size:8px;">(Close Roomlist)</a><br />
{if $users==""}
<p>
No users.
</p>
{else}
<div style="padding:5px;">
{foreach from=$users key=key item=user}
{if $user.s == "unlocked"}
<strong><a id="{$key}" class="room">{$key}</a></strong> <img src="/themes/ponytopia/images/{$user.s}.png" style="border:none;" /><br />
{elseif $user.s == "password"}
<strong><a>{$key}</a></strong> <img src="/themes/ponytopia/images/{$user.s}.png" style="border:none;" /><br />
{else}
<strong><a>{$key}</a></strong> <img src="/themes/ponytopia/images/{$user.s}.png" style="border:none;" /><br />
{/if}
{foreach from=$user.u item=i}
<a id="{$i.n}" class="notice"><img src="/themes/ponytopia/images/{$i.i}" style="border:none;" /></a>{$i.l}<a href="/profile/{$i.n}" target="_blank" style="color:#{$i.c}; margin-left: 8px;">{$i.n}</a></span>&nbsp;<img src="/themes/ponytopia/images/{$i.g}.png" style="border:none;" /><br />
{/foreach}
{/foreach}
{/if}
</div>
{if $js!=""}
<script type="text/javascript">
{$js}
$(".notice").rightClickMenu(menu);
</script>
{/if}

View file

@ -1,682 +0,0 @@
/* ------------------------------------------------
HTML ELEMENTS
--------------------------------------------------- */
/* top elements */
* { padding: 0; margin: 0; outline: 0; }
/*body {
margin: 10px 0 0 0; padding: 0;
font: normal 13px/1.6em;
font-family: 'Rubik', sans-serif;
text-align: center;
background: #090807 url(images/bg-pink.jpg) repeat-x;
color: #8F8F8E;
}
*/
#body {
margin: 10px 0 0 0; padding: 0;
font: normal 13px/1.6em;
font-family: 'Rubik', sans-serif;
text-align: center;
/* background: #090807 url(images/bg.jpg) repeat-x; */
background: #090807 url(images/bg.png) repeat-x;
color: #8F8F8E;
}
#moby {
margin: 10px 0 0 0; padding: 0;
font: normal 13px/1.6em verdana, tahoma, sans-serif;
text-align: center;
/* background: #090807 url(images/bg.jpg) repeat-x; */
background: #090807 ;
color: #8F8F8E;
}
#body_2 {
margin: 10px 0 0 0; padding: 0;
font: normal 13px/1.6em verdana, tahoma, sans-serif;
text-align: center;
/* background: #090807 url(images/bg.jpg) repeat-x; */
background: #090807 url(images/2_bg.png) repeat-x;
color: #8F8F8E;
}
#body_3 {
margin: 10px 0 0 0; padding: 0;
font: normal 13px/1.6em verdana, tahoma, sans-serif;
text-align: center;
/* background: #090807 url(images/bg.jpg) repeat-x; */
background: #090807 url(images/3_bg.png) repeat-x;
color: #8F8F8E;
}
#body_4 {
margin: 10px 0 0 0; padding: 0;
font: normal 13px/1.6em verdana, tahoma, sans-serif;
text-align: center;
/* background: #090807 url(images/bg.jpg) repeat-x; */
background: #090807 url(images/4_bg.png) repeat-x;
color: #8F8F8E;
}
#body_5 {
margin: 10px 0 0 0; padding: 0;
font: normal 13px/1.6em verdana, tahoma, sans-serif;
text-align: center;
/* background: #090807 url(images/bg.jpg) repeat-x; */
background: #090807 url(images/5_bg.png) repeat-x;
color: #8F8F8E;
}
#body_6 {
margin: 10px 0 0 0; padding: 0;
font: normal 13px/1.6em verdana, tahoma, sans-serif;
text-align: center;
/* background: #090807 url(images/bg.jpg) repeat-x; */
background: #090807 url(images/6_bg.png) repeat-x;
color: #8F8F8E;
}
#body_7 {
margin: 10px 0 0 0; padding: 0;
font: normal 13px/1.6em verdana, tahoma, sans-serif;
text-align: center;
/* background: #090807 url(images/bg.jpg) repeat-x; */
background: #090807 url(images/7_bg.png) repeat-x;
color: #8F8F8E;
}
#scrollbar1 { width: 520px; clear: both; margin: 20px 0 10px; }
#scrollbar1 .viewport { width: 700px; height: 550px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background-color: #003D5D; }
#scrollbar1 .scrollbar { position: relative; float: right; width: 15px; }
#scrollbar1 .track { background-color: #D8EEFD; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#scrollbar1 .disable{ display: none; }
#scrollbar2 { width: 520px; clear: both; margin: 20px 0 10px; }
#scrollbar2 .viewport { width: 500px; height: 200px; overflow: hidden; position: relative; }
#scrollbar2 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar2 .thumb .end,
#scrollbar2 .thumb { background-color: #003D5D; }
#scrollbar2 .scrollbar { position: relative; float: right; width: 15px; }
#scrollbar2 .track { background-color: #D8EEFD; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar2 .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar2 .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#scrollbar2 .disable{ display: none; }
/* links */
a {
color: #fff;
background-color: inherit;
text-decoration: none;
}
a:hover {
color: #99CC33;
background-color: inherit;
}
/* headers */
h1, h2, h3, h4 {
font: normal 1em;
color: #eee;
}
h1 { font-size: 3em; color: #0a64e4; letter-spacing: -2px; }
h2 { font-size: 2.5em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.5em; }
p, h1, h2, h3, h4 {
margin: 0;
padding: 10px 15px;
}
ul, ol {
margin: 10px 30px;
padding: 0 15px;
}
/* images */
img.float-right {
margin: .5em 0 1em 1em;
}
img.float-left {
margin: .5em 1em 1em 0;
}
code {
margin: .5em 0;
display: block;
padding: 20px;
text-align: left;
overflow: auto;
font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
/* white-space: pre; */
background: transparent;
border: 1px solid #211E20;
}
acronym {
cursor: help;
border-bottom: 1px dotted #8F8F8E;
}
blockquote {
margin: 10px 15px;
padding: 10px 0 10px 30px;
background: transparent;
border: 1px solid #211E20;
font: normal 1.6em/1.5em Georgia, "Times New Roman", Times, serif;
}
div.mousescroll {
overflow: hidden;
}
div.mousescroll:hover {
overflow-y: scroll;
}
ul {
list-style-type: none;
}
.slimScrollDiv { width: 50px; }
/* start - table */
table {
margin: 10px 15px;
border-collapse: collapse;
}
th strong {
color: #fff;
}
th {
background: #090807;
color: #fff;
height: 3em;
padding-left: 12px;
padding-right: 12px;
text-align: left;
}
tr {
color: #707070;
}
td {
padding-left: 12px;
padding-right: 12px;
border: 1px solid #211E20;
}
/* end - table */
/* form elements */
form {
margin: 10px 15px;
padding: 10px;
background: transparent;
border: 1px solid #211E20;
}
fieldset {
margin: 0;
padding: 0;
border: none;
}
label {
display:block;
font-weight:bold;
margin: .4em 0;
}
input {
padding: .3em;
border: 1px solid #eee;
font: normal 1em Verdana, sans-serif;
color:#777;
}
textarea {
width: 55%;
padding: .3em;
font: normal 1em/1.5em Verdana, sans-serif;
border: 1px solid #eee;
height: 10em;
display:block;
color:#777;
}
input.button {
font: bold 1em Arial, Tahoma, Sans-serif;
margin: 0;
padding: .25em .3em;
color: #fff;
background: #000;
border: 2px solid #211E20;
}
/* search form */
.searchform {
background-color: transparent;
border: none;
margin: 0 0 0 10px; padding: 0 0 1.5em 0;
width: 20em;
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox {
width: 11em;
color: #777;
padding: .4em;
border: 1px solid #E5E5E5;
vertical-align: top;
}
.searchform input.button {
width: 80px;
vertical-align: top;
}
.notice_off {
background: url(images/notice_off.png);
background-repeat: no-repeat;
}
.notice_on {
background: url(images/notice_on.png);
background-repeat: no-repeat;
}
/***********************
LAYOUT
************************/
.header, #nav, #content, #footer-wrap {
width: 990px;
}
/* header */
.header {
clear: both;
margin: 0 auto; padding: 0;
text-align: left;
}
.bg {
/* transparent url(images/header-image.jpg) no-repeat right top */
background: transparent url(images/1.png) no-repeat right top;
height: 419px;
}
.bg_2 {
/* transparent url(images/header-image.jpg) no-repeat right top */
background: transparent url(images/2.png) no-repeat right top;
height: 419px;
}
.bg_3 {
/* transparent url(images/header-image.jpg) no-repeat right top */
background: transparent url(images/3.png) no-repeat right top;
height: 419px;
}
.bg_4 {
/* transparent url(images/header-image.jpg) no-repeat right top */
background: transparent url(images/4.png) no-repeat right top;
height: 419px;
}
.bg_5 {
/* transparent url(images/header-image.jpg) no-repeat right top */
background: transparent url(images/5.png) no-repeat right top;
height: 419px;
}
.bg_6 {
/* transparent url(images/header-image.jpg) no-repeat right top */
background: transparent url(images/6.png) no-repeat right top;
height: 419px;
}
.bg_7 {
/* transparent url(images/header-image.jpg) no-repeat right top */
background: transparent url(images/7.png) no-repeat right top;
height: 419px;
}
.header #welcome {
background: transparent url(images/welcome.png) no-repeat;
height: 163px;
left: 0;
position: absolute;
top: 54px;
width: 309px;
}
.header h1#logo-text a {
position: absolute;
margin: 0; padding: 0;
font: bold 58px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
letter-spacing: -3px;
color: #0a1e53;
text-decoration: none;
z-index: 9998;
background: transparent;
/* change the values of top and left to adjust the position of the logo*/
top: 33px; left: 10px;
}
.header p#slogan {
position: absolute;
font: normal 19px 'Trebuchet Ms', Sans-serif;
text-transform: none;
color: #fff;
margin: 0; padding: 0;
z-index: 9999;
/* change the values of left and top to adjust the position of the slogan */
top: 95px; left: 25px;
}
#location a {
cursor: pointer;
}
#users a {
cursor: pointer;
}
.topbar a {
cursor: pointer;
}
/* Navigation */
#nav {
clear: both;
margin: 0 auto -5px;
/*margin: 0 auto; HAACK*/
padding: 0;
}
#nav ul {
float: left;
list-style: none;
text-transform: uppercase;
margin: 0; padding: 0;
height: 56px;
}
#nav ul li {
float: left;
margin: 0; padding: 0;
height: 56px;
}
#nav ul li a {
display: block;
float: left;
width: auto;
margin: 0;
padding: 0 20px;
color: #a5a5a5;
font: bold 16px/54px "Trebuchet MS", Helvetica, Arial, sans-serif;
text-decoration: none;
letter-spacing: 1px;
}
#nav ul li a:hover,
#nav ul li a:active {
color: #fff;
}
#nav ul li#current a {
color: #FF8B04;
}
.newsimage{
background: transparent;
border: none;
}
.useronline{
background: none repeat scroll 0 0 #1187F5;
border-radius: 2px 2px 2px 2px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.1) inset;
color: #FFFFFF !important;
font-size: 10px;
height: 12px;
line-height: 12px;
padding: 0 4px;
position: relative;
right: -1px;
text-align: center;
text-shadow: none !important;
top: -10px;
}
.useronlinebeta{
background: none repeat scroll 0 0 #2020CF;
border-radius: 2px 2px 2px 2px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.1) inset;
color: #FFFFFF !important;
font-size: 10px;
height: 12px;
line-height: 12px;
padding: 0 4px;
position: relative;
right: -1px;
text-align: center;
text-shadow: none !important;
top: -10px;
}
/* content */
#content-wrap {
clear: both;
float: right;
width: 100%;
background: #12120f url(images/footer-top.jpg) repeat-x left bottom;
}
#chat-content-wrap {
clear: both;
float: right;
width: 100%;
background: #12120f url(images/footer-top.jpg) repeat-x left bottom;
}
#content {
text-align: left;
padding: 0;
margin: 0 auto;
}
#chat-content {
/*width: 1080px;*/
text-align: left;
padding: 0;
margin: 0 auto;
}
/* sidebar */
#sidebar {
float: left;
width: 17em;
margin: 10px 0 10px 0;
padding: 0;
}
#sidebar h3 {
font: normal 1.6em;
text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
padding: .3em 0 .5em 10px;
color: #0a64e4;
text-transform: none;
letter-spacing: -1px;
}
#sidebar ul.sidemenu {
margin: 0 0 0 10px;
padding: .1em 0 1em 0;
font-family: 'Trebuchet MS', Tahoma, Sans-serif;
border-top: 1px solid #211E20;
}
#sidebar ul.sidemenu li {
padding: 0;
background: url(images/bullet.png) no-repeat .5em .6em;
border-bottom: 1px solid #211E20;
list-style:none;
}
#sidebar ul.sidemenu li a {
display: block;
font-weight: bold;
color: #d3d0cc;
text-decoration: none;
padding: .2em 0 .2em 30px;
line-height: 1.5em;
font-size: 1.25em;
}
#sidebar ul.sidemenu li a:hover {
color: #FF8B04;
}
#sidebar ul.sidemenu ul { margin: 0 0 0 15px; }
#sidebar ul.sidemenu ul li { border: none; }
/* rightbar */
#rightbar {
float: right;
width: 20%;
margin: 10px 0 10px 0;
padding: 0;
}
#rightbar h3 {
font: normal 1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
padding: .3em 0 .5em 10px;
color: #99CC33;
text-transform: none;
letter-spacing: -1px;
}
#rightbar ul.sidemenu {
margin: 0 0 0 10px;
padding: .1em 0 1em 0;
font-family: 'Trebuchet MS', Tahoma, Sans-serif;
border-top: 1px solid #211E20;
}
#rightbar ul.sidemenu li {
padding: 0;
background: url(images/bullet.jpg) no-repeat .5em .6em;
border-bottom: 1px solid #211E20;
list-style:none;
}
#rightbar ul.sidemenu li a {
display: block;
font-weight: bold;
color: #d3d0cc;
text-decoration: none;
padding: .2em 0 .2em 30px;
line-height: 1.5em;
font-size: 1.25em;
}
#rightbar ul.sidemenu li a:hover {
color: #FF8B04;
}
#rightbar ul.sidemenu ul { margin: 0 0 0 15px; }
#rightbar ul.sidemenu ul li { border: none; }
* html body #sidebar #rightbar ul.sidemenu li { height: 1%; }
/* main */
#main {
/*margin: 10px 0 10px 19em;*/
float:left;
width:70%;
margin: -2px 10px;
padding: 0;
}
#chat {
/*margin: 10px 0 10px 19em;*/
float:left;
width:78%;
margin: -2px 10px;
padding: 0;
}
#main h2 {
font: normal 2.9em 'Trebuchet MS', Arial, Sans-serif;
color: #84A5DA;
letter-spacing: -2px;
padding-bottom: 0px;
margin-bottom: 5px;
border-bottom: 1px solid #211E20;
}
#main h2 a {
color: #84A5DA;
text-decoration: none;
}
#footer-wrap {
clear: both;
padding: 0; margin: 0 auto;
}
/* columns */
#columns {
clear: both;
text-align: left;
color: #5B9CFF;
margin: 0 auto;
padding: 1.6em 0 .5em 0;
width: 95%;
}
#columns h3 {
color: #99CC33;
margin: 0;
padding: 0 10px;
font: normal 1.4em "Trebuchet MS", Arial, Tahoma, Sans-serif;
text-transform: uppercase;
}
#columns ul {
list-style: none;
margin: 10px 0 0 0;
padding: 0;
border-top: 1px solid #111;
}
#columns li {
border-bottom: 1px solid #111;
}
#columns li a {
display: block;
padding: .5em 0 .5em 1em;
color: #8F8F8E;
}
#columns li a:hover {
color: #fff;
}
#columns .col3, .col3-center {
float: left;
width: 31%;
}
#columns .col3-center {
margin: 0 15px;
}
/* footer */
#footer-bottom {
clear: both;
margin: 0 auto;
padding: 1em 0 1.5em 0;
text-align: center;
font-size: .85em
}
/* alignment classes */
.float-left { float: left; }
.float-right { float: right; }
.align-left { text-align: left; }
.align-right { text-align: right; }
/* additional classes */
.clear { clear: both; }
.grey { color: #8F8F8E; }
.post-by {
font-size: .9em;
padding-top: 0;
}
.post-footer {
text-align: right;
background: transparent;
border: 1px solid #211E20;
padding: 5px 10px;
margin: 20px 15px 10px 15px;
}
.post-footer .date,
.post-footer .comments,
.post-footer .readmore {
padding-left: 20px; margin: 0 3px 0 3px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 235 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -1,287 +0,0 @@
/*!
* jQuery UI CSS Framework 1.8.22
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming/API
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*!
* jQuery UI CSS Framework 1.8.22
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming/API
*
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,%20Arial,%20sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=444444&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=44&borderColorHeader=333333&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=000000&bgTextureContent=14_loop.png&bgImgOpacityContent=25&borderColorContent=555555&fcContent=ffffff&iconColorContent=cccccc&bgColorDefault=222222&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=35&borderColorDefault=444444&fcDefault=eeeeee&iconColorDefault=cccccc&bgColorHover=003147&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=33&borderColorHover=0b93d5&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=0972a5&bgTextureActive=04_highlight_hard.png&bgImgOpacityActive=20&borderColorActive=26b3f7&fcActive=ffffff&iconColorActive=222222&bgColorHighlight=eeeeee&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=80&borderColorHighlight=cccccc&fcHighlight=2e7db2&iconColorHighlight=4b8e0b&bgColorError=ffc73d&bgTextureError=02_glass.png&bgImgOpacityError=40&borderColorError=ffb73d&fcError=111111&iconColorError=a83300&bgColorOverlay=5c5c5c&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=50&opacityOverlay=80&bgColorShadow=cccccc&bgTextureShadow=01_flat.png&bgImgOpacityShadow=30&opacityShadow=60&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
*/
/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #555555; background: #000000 url(images/ui-bg_loop_25_000000_21x21.png) 50% 50% repeat; color: #ffffff; }
.ui-widget-content a { color: #ffffff; }
.ui-widget-header { border: 1px solid #333333; background: #444444 url(images/ui-bg_highlight-soft_44_444444_1x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #444444; background: #222222 url(images/ui-bg_highlight-soft_35_222222_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #eeeeee; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #eeeeee; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #0b93d5; background: #003147 url(images/ui-bg_highlight-soft_33_003147_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #26b3f7; background: #0972a5 url(images/ui-bg_highlight-hard_20_0972a5_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
.ui-widget :active { outline: none; }
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #cccccc; background: #eeeeee url(images/ui-bg_highlight-soft_80_eeeeee_1x100.png) 50% top repeat-x; color: #2e7db2; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #2e7db2; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #ffb73d; background: #ffc73d url(images/ui-bg_glass_40_ffc73d_1x400.png) 50% 50% repeat-x; color: #111111; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #111111; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #111111; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_cccccc_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_cccccc_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_cccccc_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_4b8e0b_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_a83300_256x240.png); }
/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -khtml-border-top-left-radius: 6px; border-top-left-radius: 6px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -khtml-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -khtml-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; -khtml-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
/* Overlays */
.ui-widget-overlay { background: #5c5c5c url(images/ui-bg_flat_50_5c5c5c_40x100.png) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -7px 0 0 -7px; padding: 7px; background: #cccccc url(images/ui-bg_flat_30_cccccc_40x100.png) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }

View file

@ -1,27 +0,0 @@
<div class="pmnotice"></div>
<div id="footer-bottom">
<p>
&copy; 2016 <strong>archer.agency & Topia.com Roleplays</strong>
&nbsp;&nbsp;&nbsp;&nbsp;
<a href="/index.php">Home</a> |
<a href="/terms.html">Terms &amp; Conditions</a> |
<a href="http://validator.w3.org/check?uri=referer">XHTML</a> |
<a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>
</p>
<p>
Archer &copy; Fox Entertainment Group - This site is not affiliated with FX Network/Fox Entertainment Group. All rights, images and trademarks are propertys of their respective owners.
<br />
Don't sue us please, we need the Money for Booze.
</p>
{if $user.is_admin==1}
<p>
mySQL Queries: {$queries} | Memory usage: {$memory}
</p>
{/if}
</div>
<!-- footer ends-->
</body>
</html>

View file

@ -1,41 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="archer.agency - A Archer inspired RP" />
<meta content="The Archer Agency - All your Spying needs" property="og:title" />
<meta name="keywords" content="archer lana rp danger zone secret agent chat roleplay funny cyril figgis sterling archer lana kane malory archer james bond pam poovey cheryl tunt algernop krieger dr. krieger" />
<meta name="author" content="topia.com" />
<meta content="archer.agency" property="og:site_name" />
<link type="image/x-icon" href="{$path}themes/archer/images/favicon.ico" rel="shortcut icon"/>
<link type="text/css" rel="stylesheet" href="{$path}themes/archer/archer.css?id=189237" media="screen,projection" />
<link href='https://fonts.googleapis.com/css?family=Rubik:400,400italic,700,700italic&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/js/odo/odometer-theme-minmal.css" />
<link href="https://chat.archer.agency/" rel="Chat"/>
<link href="https://forum.archer.agency/" rel="Forum"/>
<script src="/js/jquery/jquery.min.js" type="text/javascript"></script>
<script src="/js/odo/odometer.min.js"></script>
{$meta}
<title>{$titleaddon}{$sitetitle}</title>
</head>
<body id="body">
<!-- navigation starts here -->
<div id="nav">
<ul>
<li id="current"><a href="https://archer.agency">Home</a></li>
<li><a href="https://chat.archer.agency">Chat<span class="odometer">{$users}</span></a></li>
<li><a href="https://forum.archer.agency">Forum</a></li>
</ul>
</div>
<!-- header starts here -->
<div class="header bg">
<div id="welcome">
</div>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 796 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 306 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 884 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 586 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 883 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 590 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 779 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 620 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 364 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 914 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 629 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 464 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 369 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 289 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 464 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 551 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 203 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 391 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 778 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 718 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 237 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 265 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 894 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 792 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 615 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

View file

@ -1,272 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta name="Description" content="Information architecture, Web Design, Web Standards." />
<meta name="Keywords" content="your, keywords" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="Distribution" content="Global" />
<meta name="Author" content="Erwin Aligam - ealigam@gmail.com" />
<meta name="Robots" content="index,follow" />
<link rel="stylesheet" href="images/NewHorizon.css" type="text/css" />
<title>New Horizon</title>
</head>
<body>
<!-- navigation starts here -->
<div id="nav">
<ul>
<li id="current"><a href="index.html">Home</a></li>
<li><a href="index.html">News</a></li>
<li><a href="index.html">Downloads</a></li>
<li><a href="index.html">Support</a></li>
<li><a href="index.html">About</a></li>
</ul>
</div>
<!-- header starts here -->
<div id="header">
<div id="clouds"></div>
<h1 id="logo-text"><a href="index.html" title="">new horizon</a></h1>
<p id="slogan">Put your site slogan here...</p>
</div>
<!-- content-wrap starts here -->
<div id="content-wrap"><div id="content">
<div id="sidebar" >
<h3>Search Box</h3>
<form action="#" class="searchform">
<p>
<input name="search_query" class="textbox" type="text" />
<input name="search" class="button" value="Search" type="submit" />
</p>
</form>
<h3>Sidebar Menu</h3>
<ul class="sidemenu">
<li><a href="index.html">Home</a></li>
<li><a href="#TemplateInfo">TemplateInfo</a></li>
<li><a href="#SampleTags">Sample Tags</a></li>
<li><a href="http://www.styleshout.com/">More Templates</a> </li>
<li><a href="http://www.dreamtemplate.com" title="Web Templates">Web Templates</a></li>
</ul>
<h3>Sponsors</h3>
<ul class="sidemenu">
<li><a href="http://www.dreamtemplate.com" title="Website Templates">DreamTemplate</a></li>
<li><a href="http://www.themelayouts.com" title="WordPress Themes">ThemeLayouts</a></li>
<li><a href="http://www.imhosted.com" title="Website Hosting">ImHosted.com</a></li>
<li><a href="http://www.dreamstock.com" title="Stock Photos">DreamStock</a></li>
<li><a href="http://www.evrsoft.com" title="Website Builder">Evrsoft</a></li>
<li><a href="http://www.webhostingwp.com" title="Web Hosting">Web Hosting</a></li>
</ul>
<h3>Wise Words</h3>
<p>&quot;Cherish your visions and your dreams as they are the children of your soul;
the blue prints of your ultimate achievements.&quot;</p>
<p class="align-right">- Napoleon Hill</p>
<h3>Support Styleshout</h3>
<p>If you are interested in supporting my work and would like to contribute, you are
welcome to make a small donation through the
<a href="http://www.styleshout.com/">donate link</a> on my website - it will
be a great help and will surely be appreciated.
</p>
</div>
<div id="main">
<a name="TemplateInfo"></a>
<h2><a href="index.html">Template Info</a></h2>
<p class="post-by">Posted by <a href="index.html">ealigam</a></p>
<p><strong>New Horizon</strong> is a free, W3C-compliant, CSS-based website template
by <a href="http://www.styleshout.com/">styleshout.com</a>. This work is
distributed under the <a rel="license" href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5 License</a>, which means that you are free to
use and modify it for any purpose. All I ask is that you give me credit by including a <strong>link back</strong> to
<a href="http://www.styleshout.com/">my website</a>.
</p>
<p>
You can find more of my free template designs at <a href="http://www.styleshout.com/">my website</a>.
For premium commercial designs, you can check out
<a href="http://www.dreamtemplate.com" title="Website Templates">DreamTemplate.com</a>.
</p>
<p class="post-footer align-right">
<a href="index.html" class="readmore">Read more</a>
<a href="index.html" class="comments">Comments (7)</a>
<span class="date">Oct 01, 2007</span>
</p>
<a name="SampleTags"></a>
<h2><a href="index.html">Sample Tags</a></h2>
<h3>Code</h3>
<p><code>
code-sample { <br />
font-weight: bold;<br />
font-style: italic;<br />
}
</code></p>
<h3>Example Lists</h3>
<ol>
<li>Here is an example</li>
<li>of an ordered list</li>
</ol>
<ul>
<li>Here is an example</li>
<li>of an unordered list</li>
</ul>
<h3>Blockquote</h3>
<blockquote><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy
nibh euismod tincidunt ut laoreet dolore magna aliquam erat....</p></blockquote>
<h3>Image and text</h3>
<p>
<a href="http://getfirefox.com/"><img src="images/firefox-gray.jpg" width="100" height="121" alt="firefox-gray" class="float-left" /></a>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec libero. Suspendisse bibendum.
Cras id urna. Morbi tincidunt, orci ac convallis aliquam, lectus turpis varius lorem, eu
posuere nunc justo tempus leo. Donec mattis, purus nec placerat bibendum, dui pede condimentum
odio, ac blandit ante orci ut diam. Cras fringilla magna. Phasellus suscipit, leo a pharetra
condimentum, lorem tellus eleifend magna, eget fringilla velit magna id neque. Curabitur vel urna.
In tristique orci porttitor ipsum. Aliquam ornare diam iaculis nibh. Proin luctus, velit pulvinar
ullamcorper nonummy, mauris enim eleifend urna, congue egestas elit lectus eu est.
</p>
<h3>Table Styling</h3>
<table>
<tr>
<th><strong>post</strong> date</th>
<th>title</th>
<th>description</th>
</tr>
<tr>
<td>10.02.2007</td>
<td><a href="index.html">Augue non nibh</a></td>
<td><a href="index.html">Lobortis commodo metus vestibulum</a></td>
</tr>
<tr>
<td>10.02.2007</td>
<td><a href="index.html">Fusce ut diam bibendum</a></td>
<td><a href="index.html">Purus in eget odio in sapien</a></td>
</tr>
<tr>
<td>10.02.2007</td>
<td><a href="index.html">Maecenas et ipsum</a></td>
<td><a href="index.html">Adipiscing blandit quisque eros</a></td>
</tr>
</table>
<h3>Example Form</h3>
<form action="#">
<p>
<label>Name</label>
<input name="dname" value="Your Name" type="text" size="30" />
<label>Email</label>
<input name="demail" value="Your Email" type="text" size="30" />
<label>Your Comments</label>
<textarea rows="5" cols="5"></textarea>
<br />
<input class="button" type="submit" />
</p>
</form>
<br />
</div>
<!-- content-wrap ends here -->
</div></div>
<!-- footer starts here-->
<div id="footer-wrap">
<!-- columns starts here-->
<div id="columns">
<div class="col3">
<h3>Tincidunt</h3>
<ul>
<li><a href="index.html">consequat molestie</a></li>
<li><a href="index.html">sem justo</a></li>
<li><a href="index.html">semper</a></li>
<li><a href="index.html">magna sed purus</a></li>
<li><a href="index.html">tincidunt</a></li>
</ul>
</div>
<div class="col3-center">
<h3>Sed purus</h3>
<ul>
<li><a href="index.html">consequat molestie</a></li>
<li><a href="index.html">sem justo</a></li>
<li><a href="index.html">semper</a></li>
<li><a href="index.html">magna sed purus</a></li>
<li><a href="index.html">tincidunt</a></li>
</ul>
</div>
<div class="col3">
<h3>Praesent</h3>
<ul>
<li><a href="index.html">consequat molestie</a></li>
<li><a href="index.html">sem justo</a></li>
<li><a href="index.html">semper</a></li>
<li><a href="index.html">magna sed purus</a></li>
<li><a href="index.html">tincidunt</a></li>
</ul>
</div>
<!-- columns ends -->
</div>
<div id="footer-bottom">
<p>
&copy; 2010 <strong>Your Company</strong>
&nbsp;&nbsp;&nbsp;&nbsp;
<a href="http://www.bluewebtemplates.com/" title="Website Templates">website templates</a> by <a href="http://www.styleshout.com/">styleshout</a>
&nbsp;&nbsp;&nbsp;&nbsp;
<a href="index.html">Home</a> |
<a href="index.html">Sitemap</a> |
<a href="index.html">RSS Feed</a> |
<a href="http://validator.w3.org/check?uri=referer">XHTML</a> |
<a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>
</p>
</div>
<!-- footer ends-->
</div>
</body>
</html>

View file

@ -1,16 +0,0 @@
{$header}
<div id="content-wrap"><div id="content">
<div id="sidebar" >
{$leftnav}
</div>
<div id="main">
{$content}
</div>
<div id="rightbar">
<div class="userlist">
</div>
<div class="functions">
</div>
{$rightnav}
</div>
</div></div>

View file

@ -1,29 +0,0 @@
/* Sample CSS for RightClickMenu plugin */
div.rightClickMenu
{
background-color: #d1d0d0;
-moz-box-shadow: 3px 3px 5px #585757;
-webkit-box-shadow: 3px 3px 5px #585757;
box-shadow: 3px 3px 5px #585757;
}
div.rightClickMenu ul
{
padding: 0px;
margin: 0px;
cursor: default;
}
div.rightClickMenu li
{
list-style-type: none;
padding: 0px 5px;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
div.rightClickMenu li:hover
{
background-color: #efebeb;
}

View file

@ -1,20 +0,0 @@
<h2>Login</h2>
<span style="text-align:center; display:block;">
<form class="loginform" action="{$path}login.php" method="post">
<strong>Username:<br /></strong>
<input type="text" id="username" name="username" size="15" maxlength="25" /><br />
<strong>Password:</strong><br />
<input type="password" id="password" name="password" size="15" maxlength="25" /><br /><br />
{if $config.use_openid==1}
<strong>oder</strong><br />
<strong>benutze Open ID:</strong><br />
<input type="openid_identifier" name="openid_identifier" id="openid_identifier" size="15" maxlength="45" /><br /><br />
{/if}
<label><input type="checkbox" name="remember" /> <strong>Remember me</strong></label><br />
<input type="submit" class="button" name="submit" value="Login" />
<input type="hidden" name="action" value="do_login" />
<input type="hidden" name="url" value="{$path}/index.php" /><br />
<br />
<a href="/lostpw.php">Lost Password?</a> or need to <a href="/register.php">Register</a>?
</form>
</span>

View file

@ -1,12 +0,0 @@
<h2>##LOSTPASS##</h2>
{$emsg}
##FINGLONGTEXT##
<span style="text-align:center; display:block;">
<form class="loginform" action="{$path}lostpw.php" method="post">
<strong><img src="{$path}themes/default/images/icons/user.png" style="border:none;"/> ##USERNAME##:<br /></strong>
<input type="text" name="username" value="{$data.username}" size="15" maxlength="25" /><br />
<strong><img src="{$path}themes/default/images/icons/email.png" style="border:none;"/> ##MAIL##:</strong><br />
<input type="email" name="email" value="{$data.email}" size="15" /><br />
<input type="submit" class="button" name="submit" value="##GETPASS##" />
</form>
</span>

View file

@ -1,7 +0,0 @@
##HELLO## {$username}!
##TXTLOSTPASS1##
{$url}
##TXTLOSTPASS2##
{$sitename}-Team

View file

@ -1,8 +0,0 @@
##HELLO## {$username}!
##TXTLOSTPASS3##
{$passwort}
##TXTLOSTPASS4##
{$sitename}-Team

View file

@ -1,5 +0,0 @@
{$header}
<div id="page_wrapper">
<div id="page_maincol">
{$content}
</div>

View file

@ -1,2 +0,0 @@
<h3>{$navtitle}</h3>
{$navcontent}

View file

@ -1,11 +0,0 @@
<div class="borderbox">
<div class="rightcol_box">
<div id="orange_header">
<h2><span>{$navtitle}</span></h2>
</div>
<div class="content" style="text-align:center;">
<iframe id='aab3ac58' name='aab3ac58' src='http://ads.becast.at/www/delivery/afr.php?refresh=120&amp;n=aab3ac58&amp;zoneid=10&amp;cb=42344' framespacing='0' frameborder='no' scrolling='no' width='120' height='240' allowtransparency='true'><a href='http://ads.becast.at/www/delivery/ck.php?n=a90e86b2&amp;cb=7567565432' target='_blank'><img src='http://ads.becast.at/www/delivery/avw.php?zoneid=10&amp;cb=345345&amp;n=a90e86b2' border='0' alt='' /></a></iframe>
<script type='text/javascript' src='http://ads.becast.at/www/delivery/ag.php'></script>
</div>
</div>
</div>

View file

@ -1,18 +0,0 @@
<h3>{$navtitle}</h3>
<form class="loginform" action="{$path}login.php" method="post">
<strong>Username:<br /></strong>
<input type="text" name="username" size="15" id="username" maxlength="25" /><br />
<strong>Password:</strong><br />
<input type="password" name="password" id="password" size="15" maxlength="25" /><br />
<br />
{if $config.use_openid==1}
<strong>or</strong><br />
<strong>use Open ID:</strong><br />
<input type="openid_identifier" name="openid_identifier" id="openid_identifier" size="15" maxlength="45" /><br /><br />
{/if}
<label><input type="checkbox" name="remember" /> <strong>Remember me</strong></label><br />
<input type="submit" class="button" name="submit" value="Login" />
<input type="hidden" name="action" value="do_login" />
<input type="hidden" name="url" value="{$path}index.php" /><br /><a href="{$path}lostpw.php">Lost Password?</a><br />
<a href="{$path}register.php?=29381489">Register</a><br />
</form>

View file

@ -1,20 +0,0 @@
<div class="borderbox">
<div class="leftcol_box">
<div id="blue"><h2><span>{$navtitle}</span></h2></div>
<p>
<strong>User:</strong><br />
Registrierte Benutzer: {$stats.users}<br />
Neuerster Benutzer:<br /> {$stats.lastusername}<br />
<br />
<strong>Reviews:</strong><br />
Reviews: {$stats.reviewcount}<br />
Titel: {$stats.titlecount}<br />
Warteschlange: {$stats.queued}<br />
Kommentare: {$stats.comments}<br />
<!--<br />
<strong>Chat:</strong><br />
<a href="http://chat.recensio.org/online.html" target="_blank">User im Chat: {$usercount}</a><br />
Gesamtzeit aller Chatstunden: {$timecount}<br />-->
<br />
</p>
</div></div>

View file

@ -1,16 +0,0 @@
<h3>Twitter</h3>
{literal}
<a href="https://twitter.com/Ponytopia" class="twitter-follow-button" data-show-count="true">Follow @Ponytopia</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
{/literal}
{if $status==""}
No tweets :(
{else}
{foreach from=$status item=stat}
<p><a href="http://twitter.com/{$stat.screen_name}"><img src="{$stat.image}" style="border:none;"/>
{$stat.user}</a>:
{$stat.text}<br />
<small>at {$stat.date}</small>
</p>
{/foreach}
{/if}

View file

@ -1 +0,0 @@
{$usermenu}

View file

@ -1,8 +0,0 @@
<h3>{$navtitle}</h3>
<p>##WELCOME##, {$username}<br />
{if $admincenter==1}
<a href="{$path}admin/index.php"><img src="{$path}themes/default/images/icons/cog_edit.png" style="border:none;" /> Admincenter</a><br />
{/if}
<a href="{$path}usercp.php"><img src="{$path}themes/default/images/icons/user.png" style="border:none;" /> User-CP</a><br />
<a href="{$path}logout.php?action=logout&amp;sid={$sid}"><img src="{$path}themes/default/images/icons/door_out.png" style="border:none;" /> Logout</a><br />
</p>

View file

@ -1,13 +0,0 @@
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<meta content="Recensio.org Bickpage" name="description"/>
<meta content="books, dvds, review, rezensionen, community, chat, buecher, dvd, buch, book" name="keywords"/>
<meta content="becast.at" name="author"/>
{$meta}
<title>{$user.sitetitle}</title>
<link rel="stylesheet" type="text/css" href="{$path}modules/nickpage/templates/default/styles.css" />
</head>
<body>
{$content}
</body>
</html>

View file

@ -1,49 +0,0 @@
<div id="posts-list" class="page-content-half">
<div class="entry-content cf">
<h2>Register</h2>
<span style="text-align:center; display:block;">
{$emsg}
<form class="registerform" action="/register.php" method="post">
<fieldset>
<legend>Data</legend>
<div style="float:left; width: 200px; margin-top: 10px;"><strong><img src="themes/default/images/icons/user.png" style="border:none;"/> Username:<img src="themes/default/images/icons/bullet_star.png" style="border:none;"/><br /></strong>
<input type="text" value="{$data.username}" name="username" size="20" maxlength="25" /></div>
<div style="float: left; width: 200px; margin-top: 10px; margin-left:20px;"><strong><img src="themes/default/images/icons/key.png" style="border:none;"/> Password:<img src="themes/default/images/icons/bullet_star.png" style="border:none;" /></strong><br />
<input type="password" name="password" size="20" maxlength="20" /></div>
<div style="float:right; width: 200px; margin-top: 10px;">
<strong><img src="themes/default/images/icons/key.png" style="border:none;" /> repeat Passwort:<img src="themes/default/images/icons/bullet_star.png" style="border:none;"/></strong><br />
<input type="password" name="cpassword" size="20" maxlength="25" /></div>
<div style="float:left; width: 200px; margin-top: 10px;">
<strong><img src="themes/default/images/icons/email.png" style="border:none;"/> E-Mail:<img src="themes/default/images/icons/bullet_star.png" style="border:none;" /></strong><br />
<input type="text" value="{$data.email}" name="email" size="20" maxlength="40" /></div>
<div style="float:left; width: 200px; margin-top: 10px; margin-left:20px;">
<strong><img src="themes/default/images/icons/map.png" style="border:none;"/> Location:</strong><br />
<input type="text" value="{$data.from}" name="from" size="20" maxlength="40" /></div>
<div style="float:right; width: 200px; margin-top: 10px; margin-bottom: 10px;"><strong><img src="themes/default/images/icons/user_orange.png" style="border:none;"/> Realname:<br /></strong>
<input type="text" value="{$data.realname}" name="realname" size="20" maxlength="25" /></div>
<div style="float:left; width: 200px; margin-top: 10px;"><strong><img src="themes/default/images/icons/female.png" style="border:none;"/>/<img src="themes/default/images/icons/male.png" style="border:none;" /> Gender:<br /></strong>
<select name="gender">
<option value="u">N/A</option>
<option value="f">Female</option>
<option value="m">Male</option>
</select></div>
<div style="float:left; width: 200px; margin-top: 10px;">
<strong><img src="themes/default/images/icons/cake.png" style="border:none;"/> Birthday:<img src="themes/default/images/icons/bullet_star.png" style="border:none;"/></strong><br />
<input type="text" value="{$data.birthday}" name="birthday" id="birthday" size="10" maxlength="10" /> <img src="themes/default/images/icons/date.png" onclick="displayCalendar(document.getElementById('birthday'),'dd.mm.yyyy',this)"/></div>
<br />
<div style="clear:both; margin-top: 10px;">
<input type="checkbox" value="1" name="agreed" id="agreed" /><strong> I agree to the <a href="/terms.html">Terms &amp; Conditions</a>, the <a href="/rules.html">Rules</a> and I confirm I am at least 17 years old.</strong><img src="themes/default/images/icons/bullet_star.png" style="border:none;"/></div>
</fieldset>
{if $captcha==1}
<fieldset>
<legend>Captcha<img src="themes/default/images/icons/bullet_star.png" style="border:none;"/></legend>
<div class="g-recaptcha" data-sitekey="6Le4qyQTAAAAAEq44nutlvk87TQ8GAX9GvRMUNpk"></div>
</fieldset>
{/if}
<img src="themes/default/images/icons/bullet_star.png" style="border:none;"/> required Fields<br />
<input type="hidden" name="sid" value="{$sid}" />
<input type="submit" class="button" name="submit" value="Register" />
</form>
</span>
</div>
</div>

View file

@ -1,12 +0,0 @@
Hello {$username}!
You (or someone thinking he is you) has registered an account at {$sitename}.
We are really happy to welcome you (or your hidden personality) in our Community.
To activate your account please follow this link:
{$url}
Best regards
Your
{$sitename}-Team

View file

@ -1,2 +0,0 @@
<h1>{$article.title}</h1> <p> <b><span style="color:red; font-size:medium;">Here are our Rules and Guidelines. Please read them carefully, there is a random word hidden in the text which you have to enter at the end in order to continue!</span><br /></b> {$article.text}
</p> <form class="signup" name="signup" action="{$path}signup.php" method="post"> <fieldset> <legend>Please enter the not fitting word from the text above.</legend> <strong>The word is:</strong><br /> <input type="text" value="" name="word" size="20" maxlength="40" /> </fieldset> <input type="submit" class="button" name="submit" value="Continue" /> </form>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 B

Some files were not shown because too many files have changed in this diff Show more