Initial commit

This commit is contained in:
genuineparts 2025-06-02 10:01:12 +02:00
commit 43ad32700c
7085 changed files with 447606 additions and 0 deletions

View file

@ -0,0 +1,27 @@
<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}

682
themes/archer/archer.css Normal file
View file

@ -0,0 +1,682 @@
/* ------------------------------------------------
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.

After

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -0,0 +1,287 @@
/*!
* 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; }

27
themes/archer/footer.tpl Normal file
View file

@ -0,0 +1,27 @@
<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

@ -0,0 +1,16 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/transitional.dtd">
<html>
<head>
<title>Sorry. Currently offline</title>
<link rel="stylesheet" type="text/css" href="templates/netzteil.css" />
</head>
<body>
<div align="center"><img src="templates/logo.gif" border="0" /><br /><br />
Sorry.<br />
We are expiriencing technical difficulties.<br />
<br/>
You may wish to contact the Siteadministrator to inform him.
Please check back soon.
</div>
</body>
</html>

41
themes/archer/header.tpl Normal file
View file

@ -0,0 +1,41 @@
<!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>

BIN
themes/archer/images/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
themes/archer/images/bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
themes/archer/images/bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
themes/archer/images/bg.psd Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 796 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 590 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 884 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 586 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 883 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 781 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 733 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 619 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 533 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 703 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 656 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 467 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 592 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 605 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 714 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 685 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 670 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 656 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 701 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 487 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 483 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 520 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 576 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 555 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 465 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 507 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 600 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 551 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 626 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 594 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 685 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 608 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

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