MyBB.de Forum

Normale Version: XML-Dokument für Farbwechsel?
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Hallo,
ich möchte gerne wissen, ob ich die Theme in der XML ändern kann, indem ich den zum Beispiel diesen Code ändere, wenn ich nur die HTML-Farbe ändere.

PHP-Code:
body {
    
background#1e1e1e url(images/CoderGreen/bg.png) repeat;
    
color#000;
    
text-aligncenter;
    
line-height1.4;
    
margin0;
    
background-attachment:fixed;
    
font-familyVerdanaArialSans-Serif;
    
font-size13px;
}

a:link {
    
color#539e01;
    
text-decorationnone;
}

a:visited {
    
color#539e01;
    
text-decorationnone;
}

a:hovera:active {
    
color#539e01;
    
text-decorationunderline;
}

#container {
    
width970px;
    
color#707070;
    
marginauto auto;
    
padding0 15px 15px;
    
text-alignleft;
    
text-shadow1px 1px #000;
}

#header {
    
background#222222 url(images/CoderGreen/header.png) bottom repeat-x;
    
border1px solid #353434;
    
padding0 8px 0;
    -
moz-border-radius-bottomleft5px;
    -
webkit-border-bottom-left-radius5px;
    
border-bottom-left-radius5px;
    -
moz-border-radius-bottomright5px;
    -
webkit-border-bottom-right-radius5px;
    
border-bottom-right-radius5px;
    
overflowhidden;
    -
moz-box-shadow0px 0px 1px #000;
    
-webkit-box-shadow0px 0px 1px #000;
    
box-shadow0px 0px 1px #000;
}

#content {
    /* FIX: Make internet explorer wrap correctly */
    
widthauto !important;
}

.
menu ul {
    
color#000000;
    
font-weightbold;
    
text-alignright;
    
padding4px;
}

.
menu ul a:link {
    
color#000000;
    
text-decorationnone;
}

.
menu ul a:visited {
    
color#000000;
    
text-decorationnone;
}

.
menu ul a:hover, .menu ul a:active {
    
color#222;
    
text-decorationnone;
}

#panel {
    
color#707070;
    
padding8px;
    
floatright;
    
padding-top35px;
    
    
font-size10px;
}

#panel .remember_me input {
    
vertical-alignmiddle;
    
margin-top: -1px;
}

table {
    
color#fff;
    
text-shadow:1px 1px #000;
    
font-familyVerdanaArialSans-Serif;
    
font-size13px;
}

.
tborder {
    
width100%;
    
marginauto auto;
    
border1px solid #373737;
    
border-width:0px 1px 1px;
    -
moz-border-radius-topleft5px;
    -
webkit-border-top-left-radius5px;
    
border-top-left-radius5px;
    -
moz-border-radius-topright5px;
    -
webkit-border-top-right-radius5px;
    
border-top-right-radius5px;
}

.
tborder1 {
    
width100%;
    
marginauto auto;
    
border1px solid #373737;
    
border-width0px 1px 1px;
}

.
thead {
    
background#437c01 url(images/CoderGreen/thead.png) repeat-x;
    
color#000;
    
border1px solid #181818;
    
border-width:1px 0 1px 0;
    
text-shadow-1px #74ad34;
    
padding4px;
    -
moz-border-radius-topleft5px;
    -
webkit-border-top-left-radius5px;
    
border-top-left-radius5px;
    -
moz-border-radius-topright5px;
    -
webkit-border-top-right-radius5px;
    
border-top-right-radius5px;
    
positionrelative;
    
line-height23px;
}

.
thead a:link {
    
color#000;
    
text-decorationnone;
}

.
thead a:visited {
    
color#000;
    
text-decorationnone;
}

.
thead a:hover, .thead a:active {
    
color#000;
    
text-decorationunderline;
}

.
tcat {
    
background#2b2b2b url(images/CoderGreen/tcat.png) repeat-x;
    
color#707070;
    
border1px solid #171717;
    
border-right-color#373737;
    
border-top-color#373737;
    
text-shadow-1px #000;
    
    
font-size12px;
}

.
tcat a:link {
    
color#707070;
}

.
tcat a:visited {
    
color#707070;
}

.
tcat a:hover, .tcat a:active {
    
color#fff;
}

.
tcat:last-child, .trow1:last-child, .trow2:last-child {
    
border-right-color:#171717;
}

.
trow1 {
    
background#212121 url(images/CoderGreen/trow.png) repeat-x;
    
border1px solid #171717;
    
border-right-color#373737;
    
border-top-color#373737;
}

.
trow2 {
    
background#212121 url(images/CoderGreen/trow.png) repeat-x;
    
border1px solid #171717;
    
border-right-color#373737;
    
border-top-color#373737;
}

.
trow_shaded {
    
background#ffdde0;
}

.
trow_selected td {
    
background#FFFBD9;
}

.
trow_sep {
    
background#212121;
    
color#fff;
    
border1px solid #171717;
    
border-top-color#373737;
    
    
font-size12px;
    
font-weightbold;
}

.
tfoot {
    
background#56a301 url(images/CoderGreen/tfoot.png) repeat-x;
    
color#000;
    
border1px solid #181818;
    
border-topnone;
    
text-shadow-1px #74ad34;
}

.
tfoot a:link {
    
color#000;
    
text-decorationnone;
}

.
tfoot a:visited {
    
color#000;
    
text-decorationnone;
}

.
tfoot a:hover, .tfoot a:active {
    
color#000;
    
text-decorationunderline;
}

.
bottommenu {
    
background#212121 url(images/CoderGreen/header.png) repeat-x;
    
color#707070;
    
border1px solid #111;
    
border-top-color#373737;
    
padding8px;
    -
moz-border-radius5px;
    -
webkit-border-radius5px;
    
border-radius5px;
    
text-shadow:-1px #000;
    
font-size11px;
}

.
navigation {
    
background#212121 url(images/CoderGreen/trow.png) repeat-x;
    
color#707070;
    
text-shadow1px 1px #000;
    
border1px solid #373737;
    
padding4px;
    -
moz-border-radius5px;
    -
webkit-border-radius5px;
    
border-radius5px;
    -
moz-box-shadow0px 0px 1px #000;
    
-webkit-box-shadow0px 0px 1px #000;
    
box-shadow0px 0px 1px #000;
    
font-size13px;
    
font-weightbold;
}

.
navigation a:link {
    
color#707070;
    
text-decorationnone;
}

.
navigation a:visited {
    
color#707070;
    
text-decorationnone;
}

.
navigation a:hover, .navigation a:active {
    
color#707070;
    
text-decorationnone;
}

.
navigation .active {
    
color#4a8805;
    
font-sizesmall;
    
font-weightbold;
}

.
smalltext {
    
font-size11px;
}

.
largetext {
    
font-size16px;
    
font-weightbold;
}

.
editor {
    
background#f1f1f1;
    
border1px solid #ccc;
}

.
editor_control_bar {
    
background#fff;
    
border1px solid #0f5c8e;
}

.
autocomplete {
    
background#fff;
    
border1px solid #000;
    
colorblack;
}

.
autocomplete_selected {
    
background#adcee7;
    
color#000;
}

.
popup_menu {
    
background#ccc;
    
border1px solid #000;
}

.
popup_menu .popup_item {
    
background#fff;
    
color#000;
}

.
popup_menu .popup_item:hover {
    
background#C7DBEE;
    
color#000;
}

.
trow_reputation_positive {
    
background#ccffcc;
}

.
trow_reputation_negative {
    
background#ffcccc;
}

.
reputation_positive {
    
colorgreen;
}

.
reputation_neutral {
    
color#444;
}

.
reputation_negative {
    
colorred;
}

.
invalid_field {
    
border1px solid #f30;
    
color#f30;
}

.
valid_field {
    
border1px solid #0c0;
}

.
validation_error {
    
backgroundurl(images/invalid.gifno-repeat center left;
    
color#f30;
    
margin5px 0;
    
padding5px;
    
font-weightbold;
    
font-size11px;
    
padding-left22px;
}

.
validation_success {
    
backgroundurl(images/valid.gifno-repeat center left;
    
color#00b200;
    
margin5px 0;
    
padding5px;
    
font-weightbold;
    
font-size11px;
    
padding-left22px;
}

.
validation_loading {
    
backgroundurl(images/spinner.gifno-repeat center left;
    
color#555;
    
margin5px 0;
    
padding5px;
    
font-weightbold;
    
font-size11px;
    
padding-left22px;
}

/* Additional CSS (Master) */
img {
    
bordernone;
}

.
clear {
    
clearboth;
}

.
hidden {
    
displaynone;
    
floatnone;
    
width1%;
}

.
hiddenrow {
    
displaynone;
}

.
selectall {
    
background-color#FFFBD9;
    
font-weightbold;
    
text-aligncenter;
}

.
float_left {
    
floatleft;
}

.
float_right {
    
floatright;
}

.
menu ul {
    list-
stylenone;
    
margin0;
}

.
menu li {
    
background#437c01 url(images/CoderGreen/thead.png) repeat-x;
    
border1px solid #181818;
    
text-shadow-1px #74ad34;
    
padding8px;
    -
moz-border-radius-bottomleft5px;
    -
webkit-border-bottom-left-radius5px;
    
border-bottom-left-radius5px;
    -
moz-border-radius-bottomright5px;
    -
webkit-border-bottom-right-radius5px;
    
border-bottom-right-radius5px;
    
displayinline;
}

.
menu img {
    
padding-right5px;
    
vertical-aligntop;
}

#panel .links {
    
margin0;
    
floatright;
}

.
expcolimage {
    
widthauto;
    
floatright;
}

img.attachment {
    
border1px solid #E9E5D7;
    
padding2px;
}

hr {
    
background-color#000000;
    
color#000000;
    
height1px;
    
border0px;
}

#copyright {
    
font11px VerdanaArialSans-Serif;
    
margin0;
    
padding10px 0 0 0;
}

#debug {
    
floatright;
    
text-alignright;
    
margin-top0;
}

blockquote {
    
border1px solid #ccc;
    
margin0;
    
background#fff;
    
padding4px;
}

blockquote cite {
    
font-weightbold;
    
border-bottom1px solid #ccc;
    
font-stylenormal;
    
displayblock;
    
margin4px 0;
}

blockquote cite span {
    
floatright;
    
font-weightnormal;
}

blockquote cite span.highlight {
    
floatnone;
    
font-weightbold;
    
padding-bottom0;
}

.
codeblock {
    
background#fff;
    
border1px solid #ccc;
    
padding4px;
}

.
codeblock .title {
    
border-bottom1px solid #ccc;
    
font-weightbold;
    
margin4px 0;
}

.
codeblock code {
    
overflowauto;
    
heightauto;
    
max-height200px;
    
displayblock;
    
font-familyMonacoConsolasCouriermonospace;
    
font-size13px;
}

.
subforumicon {
    
border0;
    
vertical-alignmiddle;
}

.
separator {
    
margin5px;
    
padding0;
    
height0px;
    
font-size1px;
    list-
style-typenone;
}

form {
    
margin0;
    
padding0;
}

.
popup_menu .popup_item_container {
    
margin1px;
    
text-alignleft;
}

.
popup_menu .popup_item {
    
displayblock;
    
padding3px;
    
text-decorationnone;
    
white-spacenowrap;
}

.
popup_menu a.popup_item:hover {
    
text-decorationnone;
}

.
autocomplete {
    
text-alignleft;
}

.
subject_new {
    
font-weightbold;
}

.
highlight {
    
background#FFFFCC;
    
padding-top3px;
    
padding-bottom3px;
}

.
pm_alert div {
    
background#212121 url(images/CoderGreen/trow.png) repeat-x;
    
color#707070;
    
border1px solid #373737;
    
text-aligncenter;
    
padding5px 20px;
    -
moz-border-radius5px;
    -
webkit-border-radius5px;
    
border-radius5px;
    
font-size11px;
}

.
pm_alert .float_right {
    
backgroundnone;
    
bordernone;
}

.
pm_alert {
    
border1px solid #171717;
    
-moz-border-radius5px;
    -
webkit-border-radius5px;
    
border-radius5px;
    
margin0;
    
padding0;
}

.
red_alert {
    
background#FBE3E4;
    
border1px solid #A5161A;
    
color#A5161A;
    
text-aligncenter;
    
padding5px 20px;
    
margin-bottom15px;
    
font-size11px;
}

.
high_warning {
    
color#CC0000;
}

.
moderate_warning {
    
color#F3611B;
}

.
low_warning {
    
color#AE5700;
}

div.error {
    
padding5px 10px;
    
border-top2px solid #FFD324;
    
border-bottom2px solid #FFD324;
    
background#FFF6BF;
    
font-size12px;
}

div.error p {
    
margin0;
    
color#000;
    
font-weightnormal;
}

div.error p em {
    
font-stylenormal;
    
font-weightbold;
    
padding-left24px;
    
displayblock;
    
color#C00;
    
backgroundurl(images/error.gifno-repeat 0;
}

div.error.ul {
    
margin-left24px;
}

.
online {
    
color#15A018;
}

.
offline {
    
color#C7C7C7;
}

.
pagination {
    
font-size11px;
    
padding-top10px;
    
margin-bottom5px;
}

.
tfoot .pagination, .tcat .pagination {
    
padding-top0;
}

.
pagination .pages {
    
font-weightbold;
}

.
pagination .pagination_current, .pagination a {
    
padding2px 6px;
    
margin-bottom3px;
}

.
pagination a {
    
border1px solid #81A2C4;
}

.
pagination .pagination_current {
    
background#F5F5F5;
    
border1px solid #81A2C4;
    
font-weightbold;
    
color#000;
}

.
pagination a:hover {
    
background#F5F5F5;
    
text-decorationnone;
}

.
thread_legend, .thread_legend dd {
    
margin0;
    
padding0;
}

.
thread_legend dd {
    
padding-bottom4px;
    
margin-right15px;
}

.
thread_legend img {
    
margin-right4px;
    
vertical-alignbottom;
}

.
forum_legend, .forum_legend dt, .forum_legend dd {
    
margin0;
    
padding0;
    
line-height45px;
}

.
forum_legend dd {
    
floatleft;
    
margin-right10px;
}

.
forum_legend dt {
    
margin-right10px;
    
floatleft;
}

.
success_message {
    
color#00b200;
    
font-weightbold;
    
font-size10px;
    
margin-bottom10px;
}

.
error_message {
    
color#C00;
    
font-weightbold;
    
font-size10px;
    
margin-bottom10px;
}

.
post_body {
    
padding5px;
}

.
post_content {
    
padding5px 10px;
}

.
quick_jump {
    
backgroundurl(images/jump.gifno-repeat 0;
    
width13px;
    
height13px;
    
padding-left13px/* amount of padding needed for image to fully show */
    
vertical-alignmiddle;
    
bordernone;
}

.
repbox {
    
font-size:16px;
    
font-weightbold;
    
padding:5px 7px 5px 7px;
}

.
_neutral {
    
background-color:#FAFAFA;
    
color#999999;
    
border:1px solid #CCCCCC;
}

.
_minus {
    
background-color#FDD2D1;
    
color#CB0200;
    
border:1px solid #980201;
}

.
_plus {
    
background-color:#E8FCDC;
    
color#008800;
    
border:1px solid #008800;
}

.
pagination_breadcrumb {
    
background-color#f5f5f5;
    
border1px solid #fff;
    
outline1px solid #ccc;
    
padding5px;
    
margin-top5px;
    
font-weightnormal;
}

.
pagination_breadcrumb_link {
    
vertical-alignmiddle;
    
cursorpointer;
}

.
logo {
    
padding:7px 0 0;
    
floatleft;
}

input[type=submit], input[type=button] {
    
background#437c01 url(images/CoderGreen/thead.png) repeat-x;
    
color#000;
    
bordernone;
    
text-shadow-1px #74ad34;
    
padding4px;
    -
moz-border-radius5px;
    -
webkit-border-radius5px;
    
border-radius5px;
    
positionrelative;
    
cursorpointer;
    
font-weightbold;
}

.
tfoot input[type=submit], .tfoot input[type=button] {
    
border1px solid #181818;
}

textarea {
    
background#2b2b2b url(images/CoderGreen/tcat.png) repeat-x;
    
color#707070;
    
border1px solid #373737;
    
text-shadow-1px #000;
    
padding4px;
    
margin1px;
    
outline1px solid #171717;
    
font-size13px;
}

table selecttable input.textbox#header input.textbox, .bottommenu select {
    
outline1px solid #171717;
}

selectinput.textbox {
    
background#2b2b2b url(images/CoderGreen/tcat.png) repeat-x;
    
color#707070;
    
border1px solid #373737;
    
text-shadow-1px #000;
    
padding4px;
    
margin1px;
    
outline1px solid #000;
}

#lang_select {
    
positionrelative;
    
top: -7px;
}

]]>
        </
stylesheet>
        <
stylesheet name="usercp.css" attachedto="usercp.php|usercp2.php|private.php" version="1501"><![CDATA[
.
usercp_nav_item {
    
displayblock;
    
padding1px 0 1px 23px;
}

.
usercp_nav_composepm {
    
backgroundurl(images/CoderGreen/usercp/composepm.gifno-repeat left center;
}

.
usercp_nav_pmfolder {
    
backgroundurl(images/CoderGreen/usercp/pmfolder.gifno-repeat left center;
}

.
usercp_nav_sub_pmfolder {
    
backgroundurl(images/CoderGreen/usercp/sub_pmfolder.gifno-repeat left center;
    
padding-left40px;
}

.
usercp_nav_trash_pmfolder {
    
backgroundurl(images/CoderGreen/usercp/trash_pmfolder.gifno-repeat left center;
    
padding-left40px;
}

.
usercp_nav_pmtracking {
    
backgroundurl(images/CoderGreen/usercp/pmtracking.gifno-repeat left center;
}

.
usercp_nav_pmfolders {
    
backgroundurl(images/CoderGreen/usercp/editfolders.gifno-repeat left center;
}

.
usercp_nav_profile {
    
backgroundurl(images/CoderGreen/usercp/profile.gifno-repeat left center;
}

.
usercp_nav_email {
    
backgroundurl(images/CoderGreen/usercp/email.gifno-repeat left center;
    
padding-left40px;
}

.
usercp_nav_password {
    
backgroundurl(images/CoderGreen/usercp/password.gifno-repeat left center;
    
padding-left40px;
}

.
usercp_nav_username {
    
backgroundurl(images/CoderGreen/usercp/username.gifno-repeat left center;
    
padding-left40px;
}

.
usercp_nav_editsig {
    
backgroundurl(images/CoderGreen/usercp/editsig.gifno-repeat left center;
    
padding-left40px;
}

.
usercp_nav_avatar {
    
backgroundurl(images/CoderGreen/usercp/avatar.gifno-repeat left center;
    
padding-left40px;
}

.
usercp_nav_options {
    
backgroundurl(images/CoderGreen/usercp/options.gifno-repeat left center;
}

.
usercp_nav_usergroups {
    
backgroundurl(images/CoderGreen/usercp/usergroups.gifno-repeat left center;
}

.
usercp_nav_editlists {
    
backgroundurl(images/CoderGreen/usercp/editlists.gifno-repeat left center;
}

.
usercp_nav_attachments {
    
backgroundurl(images/CoderGreen/usercp/attachments.gifno-repeat left center;
}

.
usercp_nav_drafts {
    
backgroundurl(images/CoderGreen/usercp/drafts.gifno-repeat left center;
}

.
usercp_nav_subscriptions {
    
backgroundurl(images/CoderGreen/usercp/subscriptions.gifno-repeat left center;
}

.
usercp_nav_fsubscriptions {
    
backgroundurl(images/CoderGreen/usercp/fsubscriptions.gifno-repeat left center;
}

.
usercp_nav_notepad {
    
backgroundurl(images/CoderGreen/usercp/notepad.gifno-repeat left center;
}

.
usercp_nav_viewprofile {
    
backgroundurl(images/CoderGreen/usercp/viewprofile.gifno-repeat left center;
}

.
usercp_nav_home {
    
backgroundurl(images/CoderGreen/usercp/home.gifno-repeat left center;
}

.
usercp_notepad {
    
width99%;
}

.
usercp_container {
    
margin5px;
    
padding8px;
    
border:1px solid #CCCCCC;
}

]]>
        </
stylesheet>
        <
stylesheet name="modcp.css" attachedto="modcp.php" version="1501"><![CDATA[
.
modcp_nav_item {
    
displayblock;
    
padding1px 0 1px 23px;
}

.
modcp_nav_home {
    
backgroundurl(images/CoderGreen/modcp/home.gifno-repeat left center;
}

.
modcp_nav_announcements {
    
backgroundurl(images/CoderGreen/modcp/announcements.gifno-repeat left center;
}

.
modcp_nav_reports {
    
backgroundurl(images/CoderGreen/modcp/reports.gifno-repeat left center;
}

.
modcp_nav_modqueue {
    
backgroundurl(images/CoderGreen/modcp/modqueue.gifno-repeat left center;
}

.
modcp_nav_modlogs {
    
backgroundurl(images/CoderGreen/modcp/modlogs.gifno-repeat left center;
}

.
modcp_nav_editprofile {
    
backgroundurl(images/CoderGreen/modcp/editprofile.gifno-repeat left center;
}

.
modcp_nav_banning {
    
backgroundurl(images/CoderGreen/modcp/banning.gifno-repeat left center;
}

.
modcp_nav_warninglogs {
    
backgroundurl(images/CoderGreen/modcp/warninglogs.gifno-repeat left center;
}

.
modcp_nav_ipsearch {
    
backgroundurl(images/CoderGreen/modcp/ipsearch.gifno-repeat left center;
}

.
modqueue_message {
    
overflowauto;
    
max-height250px;
}

.
modqueue_controls {
    
width270px;
    
floatright;
    
text-aligncenter;
    
border1px solid #ccc;
    
background#fff;
    
padding6px;
    
font-weightbold;
}

.
modqueue_controls label {
    
margin-right8px;
}

.
label_radio_ignore, .label_radio_delete, .label_radio_approve {
    
font-weightbold;
}

.
modqueue_meta {
    
color#444;
    
font-size95%;
    
margin-bottom8px;
}

.
modqueue_mass {
    list-
stylenone;
    
margin0;
    
width150px;
    
padding0;
}

.
modqueue_mass li {
    
margin-bottom4px;
    
padding0;
}

.
modqueue_mass li a {
    
displayblock;
    
padding4px;
    
border1px solid transparent;
}

.
modqueue_mass li a:hover {
    
background#efefef;
    
border1px solid #ccc;
    
text-decorationnone;
}

]]>
        </
stylesheet>
        <
stylesheet name="star_ratings.css" attachedto="forumdisplay.php|showthread.php" version="1501"><![CDATA[
.
star_rating,
.
star_rating li a:hover,
.
star_rating .current_rating {
    
backgroundurl(images/CoderGreen/star_rating.gifleft -1000px repeat-x;
    
vertical-alignmiddle;
}

.
star_rating {
    
positionrelative;
    
width:80px;
    
height:16px;
    
overflowhidden;
    list-
stylenone;
    
margin0;
    
padding0;
    
background-positionleft top;
}

td .star_rating {
    
marginauto;
}

.
star_rating li {
    
displayinline;
}

.
star_rating li a,
.
star_rating .current_rating {
    
positionabsolute;
    
text-indent: -1000px;
    
height16px;
    
line-height16px;
    
outlinenone;
    
overflowhidden;
    
bordernone;
    
top:0;
    
left:0;
}

.
star_rating_notrated li a:hover {
    
background-positionleft bottom;
}

.
star_rating li a.one_star {
    
width:20%;
    
z-index:6;
}

.
star_rating li a.two_stars {
    
width:40%;
    
z-index:5;
}

.
star_rating li a.three_stars {
    
width:60%;
    
z-index:4;
}

.
star_rating li a.four_stars {
    
width:80%;
    
z-index:3;
}

.
star_rating li a.five_stars {
    
width:100%;
    
z-index:2;
}

.
star_rating .current_rating {
    
z-index:1;
    
background-positionleft center;
}

.
star_rating_success, .success_message {
    
color#00b200;
    
font-weightbold;
    
font-size10px;
    
margin-bottom10px;
}

.
inline_rating {
    
backgroundurl(images/CoderGreen/star_rating.gifleft -1000px repeat-x;
    
width210px;
    
vertical-alignmiddle;
}

]]>
        </
stylesheet>
        <
stylesheet name="showthread.css" attachedto="showthread.php" version="1501"><![CDATA[
ul.thread_toolsul.thread_tools li {
    list-
stylenone;
    
padding0;
    
margin0;
}

ul.thread_tools li {
    
padding-left26px;
    
padding-bottom4px;
    
margin-bottom3px;
    
font-size11px;
}

ul.thread_tools li.printable {
    
backgroundurl(images/CoderGreen/printable.gifno-repeat 0px 0px;
}

ul.thread_tools li.sendthread {
    
backgroundurl(images/CoderGreen/send.gifno-repeat 0px 0px;
}

ul.thread_tools li.subscription_add {
    
backgroundurl(images/CoderGreen/subscribe.gifno-repeat 0px 0px;
}

ul.thread_tools li.subscription_remove {
    
backgroundurl(images/CoderGreen/unsubscribe.gifno-repeat 0px 0px;
}

]]>
        </
stylesheet>
    </
stylesheets>
    <
templates>
        <
template name="header_welcomeblock_guest" version="1501"><![CDATA[<form action="{$mybb->settings['bburl']}/member.php" class="loginform" method="post">
<
input type="hidden" name="action" value="do_login" />
<
input type="hidden" name="url" value="{$url}/>
<
input type="text" class="textbox" name="username" value="Username" onclick="this.value='';" />
<
input type="password" class="textbox" style="left:-3px;" name="password" value="password" onclick="this.value='';" />
<
input type="submit" value="Login" tabindex="3" />
</
form>
<
div class="logintext"><a href="{$mybb->settings['bburl']}/member.php?action=lostpw">Lost Password?</a> - <a href="{$mybb->settings['bburl']}/member.php?action=register">Register</a></div>]]></template>
        <
template name="private" version="1501"><![CDATA[<html>
<
head>
<
title>{$mybb->settings['bbname']} - {$lang->private_messaging}</title>
{
$headerinclude}
</
head>
<
body>
{
$header}
<
form action="private.php" method="post" name="pmForm">
<
input type="hidden" name="my_post_key" value="{$mybb->post_code}/>
<
table width="100%" border="0" align="center">
<
tr>
{
$usercpnav}
<
td valign="top">
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder1">
<
tr>
<
td class="trow1">
<
table border="0" cellspacing="0" cellpadding="0" width="100%">
<
tr>
<
td>{$pmspacebar}<span class="smalltext"><a href="private.php">{$lang->inbox}</a> | <a href="private.php?action=send">{$lang->compose_message2}</a> | <a  href="private.php?action=folders">{$lang->manage_folders}</a> | <a  href="private.php?action=empty">{$lang->empty_folders2}</a> | <a href="private.php?action=export">{$lang->export_messages2}</a></span></td>
</
tr>
</
table>
</
td>
</
tr>
</
table>
<
br />
{
$limitwarning}
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">
<
tr>
<
td class="thead" colspan="6">
    <
div class="float_right">
    <
input type="text" name="keywords" value="{$lang->enter_keywords}onfocus="if(this.value == '{$lang->enter_keywords}') { this.value = ''; }" onblur="if(this.value=='') { this.value='{$lang->enter_keywords}'; }" class="textbox" size="25" />
    <
input type="submit" class="button" name="quick_search" value="{$lang->search_pms}/>
    (<
a href="private.php?action=advanced_search">{$lang->advanced_search}</a>)</div>
    <
strong>{$lang->pms_in_folder}</strong></td>
</
tr>
<
tr>
<
td class="tcat" align="center" colspan="3"><span class="smalltext"><strong>{$lang->message_title}</strong></span></td>
<
td class="tcat" align="center" width="30%" style="white-space: nowrap"><span class="smalltext"><strong>{$sender}</strong></span></td>
<
td class="tcat" align="right"  width="20%" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->date_sent}</strong></span></td>
<
td class="tcat" align="center" width="1%" style="white-space: nowrap"><span class="smalltext"><input name="allbox" title="{$lang->check_all}type="checkbox" class="checkbox checkall" value="{$lang->check_all}/></span></td>
</
tr>
{
$messagelist}
<
tr>
<
td class="tfoot" align="right" colspan="6">
<
input type="submit" class="button" name="moveto" value="{$lang->move_to}/> {$folderoplist} {$lang->or}
<
input type="submit" class="button" name="delete" value="{$lang->delete}/> {$lang->selected_messages}
</
td>
</
tr>
</
table>
<
br />
<
div class="float_left">{$multipage}</div>
<
div class="float_right">
<
span class="smalltext">
<
strong>{$lang->jump_folder} {$folderjump}
<
input type="submit" class="button" name="hop" value="{$lang->go}/>
</
strong>
</
span>
</
div>
</
td>
</
tr>
</
table>
<
input type="hidden" name="action" value="do_stuff" />
</
form>
{
$footer}
</
body>
</
html>]]></template>
        <
template name="forumbit_depth1_cat" version="1501"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">
<
thead>
<
tr>
<
td class="thead" colspan="5">
<
div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}title="{$expaltext}/></div>
<
div><strong><a href="{$forum_url}">{$forum['name']}</a></strong> - <small>{$forum['description']}</small></div>
</
td>
</
tr>
</
thead>
<
tbody style="{$expdisplay}id="cat_{$forum['fid']}_e">
<
tr>
<
td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<
td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<
td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<
td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</
tr>
{
$sub_forums}
</
tbody>
</
table>
<
br />]]></template>
        <
template name="forumbit_depth2_forum" version="1501"><![CDATA[<tr>
<
td class="{$bgcolor}align="center" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}title="{$lightbulb['altonoff']}class="ajax_mark_read" id="mark_read_{$forum['fid']}/></td>
<
td class="{$bgcolor}">
<
strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</
td>
<
td class="{$bgcolor}align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<
td class="{$bgcolor}align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<
td class="{$bgcolor}align="right" style="white-space: nowrap">{$lastpost}</td>
</
tr>]]></template>
        <
template name="header_welcomeblock_member" version="1501"><![CDATA[{$lang->welcome_back} (<a href="{$mybb->settings['bburl']}/usercp.php"><strong>{$lang->welcome_usercp}</strong></a>{$modcplink}{$admincplink} &mdash; <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">{$lang->welcome_logout}</a>)<br />
<
a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a> | <a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a> | <a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}]]></template>
        <
template name="header" version="1501"><![CDATA[<div id="container">
        <
a name="top" id="top"></a>
        <
div id="header">
            <
div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img align="left" src="{$theme['logo']}alt="{$mybb->settings['bbname']}title="{$mybb->settings['bbname']}/></a></div>
            <
div class="menu">
                <
ul>
                    <
li><a href="{$mybb->settings['bburl']}/search.php">{$lang->toplinks_search}</a></li>
                    <
li><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a></li>
                    <
li><a href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a></li>
                    <
li><a href="{$mybb->settings['bburl']}/misc.php?action=help">
{
$lang->toplinks_help}</a></li>
                </
ul>
            </
div>
            <
hr class="hidden" />
            <
div id="panel">
                {
$welcomeblock}
            </
div>
        </
div>
        <
hr class="hidden" />
        <
br class="clear" />
        <
div id="content">
            {
$pm_notice}
            {
$bannedwarning}
            {
$bbclosedwarning}
            {
$unreadreports}
            {
$pending_joinrequests}
            <
navigation>
            <
br />]]></template>
        <
template name="footer" version="1501"><![CDATA[<br />
            <
div class="bottommenu">
                <
div class="float_right">{$lang_select}</div>
                <
div>
                    <
span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a> | <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="#content">{$lang->bottomlinks_returncontent}</a> | <a href="<archive_url>">{$lang->bottomlinks_litemode}</a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
                </
div>
            </
div>
            </
div>
        <
hr class="hidden" />
            <
div id="copyright">
                <
div id="debug"><debugstuff></div>
                <!-- 
MyBB is free software developed and maintained by a volunteer community
                     
It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact
                     
to show your support for MyBB.  If you choose to remove or modify the copyright below
                     
you may be refused support on the MyBB Community Forums.
                     
                     
This is free softwaresupport us and we'll support you. -->
{$lang->powered_by} <a href="http://mybb.com" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://mybb.com" target="_blank">MyBB Group</a>.<br />
Theme designed by Damion of <a href="http://www.audentio.com" title="High Quality MyBB Themes">Audentio Design</a>., &copy; 2010.
                <!-- End powered by -->
                <br />
<br class="clear" />
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
        </div>
        </div>]]></template>
        <template name="member_profile" version="1501"><![CDATA[<html>
<head>
<title>{$mybb->settings['
bbname']} - {$lang->profile}</title>
{$headerinclude}
</head>
<body>
{$header}
<table border="0" cellspacing="{$theme['
borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder1">
<tr>
<td class="trow1">
<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="" width="75%">
<span class="largetext"><strong>{$formattedname}</strong></span><br />
<span class="smalltext">
({$usertitle})<br />
{$groupimage}
{$userstars}<br />
<br />
<strong>{$lang->registration_date}</strong> {$memregdate}<br />
<strong>{$lang->date_of_birth}</strong> {$membday} {$membdayage}<br />
<strong>{$lang->local_time}</strong> {$localtime}<br />
<strong>{$lang->postbit_status}</strong> {$online_status}
</span>
</td><td width="25%" align="right" valign="middle">{$avatar}</td></tr></table>
</td>
</tr>
{$awaybit}
</table>
<br />
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td width="50%" valign="top">
<table border="0" cellspacing="{$theme['
borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td colspan="2" class="thead"><strong>{$lang->users_forum_info}</strong></td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->joined}</strong></td>
<td class="trow1">{$memregdate}</td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->lastvisit}</strong></td>
<td class="trow2">{$memlastvisitdate} {$memlastvisittime}</td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->total_posts}</strong></td>
<td class="trow1">{$memprofile['
postnum']} ({$lang->ppd_percent_total})<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&amp;uid={$uid}">{$lang->find_threads}</a> &mdash; <a href="search.php?action=finduser&amp;uid={$uid}">{$lang->find_posts}</a>)</span></td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->timeonline}</strong></td>
<td class="trow2">{$timeonline}</td>
</tr>
{$referrals}
{$reputation}
{$warning_level}
</table>
<br />
<table border="0" cellspacing="{$theme['
borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td colspan="2" class="thead"><strong>{$lang->users_contact_details}</strong></td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->homepage}</strong></td>
<td class="trow1">{$website}</td>
</tr>
{$sendemail}
<tr>
<td class="{$bgcolors['
pm']}"><strong>{$lang->pm}</strong></td>
<td class="{$bgcolors['
pm']}"><a href="private.php?action=send&amp;uid={$memprofile['uid']}">{$lang->send_pm}</a></td>
</tr>
<tr>
<td class="{$bgcolors['
icq']}"><strong>{$lang->icq_number}</strong></td>
<td class="{$bgcolors['
icq']}">{$memprofile['icq']}</td>
</tr>
<tr>
<td class="{$bgcolors['
aim']}"><strong>{$lang->aim_screenname}</strong></td>
<td class="{$bgcolors['
aim']}"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=aim&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['aim']}</a></td>
</tr>
<tr>
<td class="{$bgcolors['
yahoo']}"><strong>{$lang->yahoo_id}</strong></td>
<td class="{$bgcolors['
yahoo']}"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=yahoo&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['yahoo']}</a></td>
</tr>
<tr>
<td class="{$bgcolors['
msn']}"><strong>{$lang->msn}</strong></td>
<td class="{$bgcolors['
msn']}"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=msn&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['msn']}</a></td>
</tr>
</table>
</td>
<td><img src="{$theme['
imgdir']}/pixel.gif" height="1" width="8" alt=""/></td>
<td width="50%" valign="top">
{$profilefields}
{$signature}
{$modoptions}
{$adminoptions}
{$buddy_options}
</td>
</tr>
</table>
{$footer}
</body>
</html>]]></template>
        <template name="showthread" version="1501"><![CDATA[<html>
<head>
<title>{$thread['
subject']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
    var quickdelete_confirm = "{$lang->quickdelete_confirm}";
// -->
</script>
<script type="text/javascript" src="jscripts/thread.js?ver=1400"></script>
</head>
<body>
    {$header}
    {$pollbox}
    <div class="float_left">
        {$multipage}

    </div>
    <div class="float_right">
        {$newreply}
    </div>
    {$ratethread}
    <table border="0" cellspacing="{$theme['
borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
        <tr>
            <td class="thead" colspan="2">
                <div style="float: right;">
                    <span class="smalltext"><strong><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span>
                </div>
                <div>
                    <strong>{$thread['
threadprefix']}{$thread['subject']}</strong>
                </div>
            </td>
        </tr>
        {$classic_header}
    </table>
    <div id="posts">
        {$posts}
    </div>
    <table border="0" cellspacing="{$theme['
borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder1" style="border-top-width: 0;">
        <tr>
            <td colspan="2" class="tfoot">
                {$search_thread}
                <div>
                    <strong>&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;</strong>
                </div>
            </td>
        </tr>
    </table>
    <div class="float_left">
        {$multipage}
    </div>
    <div style="padding-top: 4px;" class="float_right">
        {$newreply}
    </div>
    <br style="clear: both;" />
    {$quickreply}
    {$threadexbox}
    {$similarthreads}
    <br />
    <div class="float_left">
        <ul class="thread_tools">
            <li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
            <li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
            <li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
        </ul>
    </div>

    <div class="float_right" style="text-align: right;">
        {$moderationoptions}
        {$forumjump}
    </div>
    <br style="clear: both;" />
    {$usersbrowsing}
    {$footer}
</body>
</html>]]></template>
        <template name="postbit" version="1501"><![CDATA[{$ignore_bit}
<a name="pid{$post['
pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['
borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder1" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    <tbody>
        <tr>
            <td class="tcat">
                <div class="float_left smalltext">
                    {$post['
postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
                </div>
                {$post['
posturl']}
            </td>
        </tr>

        <tr>
            <td class="trow1 {$unapproved_shade}">
                <table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
                    <tr>
                        <td class="post_avatar" width="1" style="{$post['
avatar_padding']}">
                            {$post['
useravatar']}
                        </td>
                        <td class="post_author">
                            <strong><span class="largetext">{$post['
profilelink']}</span></strong> {$post['onlinestatus']}<br />
                            <span class="smalltext">
                                {$post['
usertitle']}<br />
                                {$post['
userstars']}
                                {$post['
groupimage']}
                            </span>
                        </td>
                        <td class="smalltext post_author_info" width="165">
                            {$post['
user_details']}
                        </td>
                    </tr>
                </table>
            </td>
        </tr>

        <tr>
            <td class="trow2 post_content {$unapproved_shade}">
                <span class="smalltext"><strong>{$post['
icon']}{$post['subject']} {$post['subject_extra']}</strong></span>

                <div class="post_body" id="pid_{$post['
pid']}">
                    {$post['
message']}
                </div>
                {$post['
attachments']}
                {$post['
signature']}

                <div class="post_meta" id="post_meta_{$post['
pid']}">
                {$post['
iplogged']}
                </div>
            </td>
        </tr>

        <tr>
            <td class="trow1 post_buttons {$unapproved_shade}">
                <div class="author_buttons float_left">
                    {$post['
button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
                </div>
                <div class="post_management_buttons float_right">{$post['
button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
                </div>
            </td>
        </tr>
    </tbody>
</table>]]></template>
        <template name="memberlist_referrals_bit" version="1501"><![CDATA[<td class="trow1 {$alt_bg}" align="center">{$user['
referrals']}</td>]]></template>
        <template name="forumdisplay_newthread" version="1501"><![CDATA[<a href="newthread.php?fid={$fid}"><img style="padding:0 0 5px;" src="{$theme['
imglangdir']}/newthread.gif" alt="{$lang->post_thread}" title="{$lang->post_thread}" /></a>]]></template>
        <template name="portal_announcement" version="1501"><![CDATA[<table cellspacing="{$theme['
borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$icon} <a href="{$mybb->settings['
bburl']}/{$announcement['threadlink']}">{$announcement['subject']}</a></strong><span class="smalltext float_right">{$lang->posted_by} {$profilelink}</span></td>
</tr>
<tr>
<td class="trow1" align="left">
<span class="smalltext"> {$anndate} {$anntime} {$numcomments}</span>
<span class="float_right"><a href="{$mybb->settings['
bburl']}/printthread.php?tid={$announcement['tid']}"><img src="{$theme['imgdir']}/printable.gif" alt="{$lang->print_this_item}" title="{$lang->print_this_item}" /></a>&nbsp;<a href="{$mybb->settings['bburl']}/sendthread.php?tid={$announcement['tid']}"><img src="{$theme['imgdir']}/send.gif" alt="{$lang->send_to_friend}" title="{$lang->send_to_friend}" /></a></span>
</td>
</tr>
<tr>
<td class="trow1">
<table border="0" cellpadding="{$theme['
tablespace']}" width="100%">
    <tr>
        <td class="tcat">
            <p>
                {$message}
            </p>
            {$post['
attachments']}
        </td>
    </tr>
</table>
</td>
</tr>
</table>
<br />]]></template>
        <template name="portal_search" version="1501"><![CDATA[<table border="0" cellspacing="{$theme['
borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$lang->search_forums}</strong></td>
</tr>
<tr>
<td class="trow1" align="center">
<form method="post" action="{$mybb->settings['
bburl']}/search.php">
<input type="hidden" name="action" value="do_search" />
<input type="hidden" name="postthread" value="1" />
<input type="hidden" name="forums" value="all" />
<input type="hidden" name="showresults" value="threads" />
<input type="text" class="textbox" name="keywords" style="width:130px;" value="" />
{$gobutton}
</form>
<span class="smalltext">
(<a href="{$mybb->settings['
bburl']}/search.php">{$lang->advanced_search}</a>)
</span>
</td>
</tr>
</table>
<br />]]></template>
        <template name="portal_welcome_guesttext" version="1501"><![CDATA[<span class="smalltext">You have to <a href="{$mybb->settings['
bburl']}/member.php?action=register">register</a> before you can post on {$mybb->settings['homename']}.</span><br />
<br />
<form method="post" action="{$portal_url}"><input type="hidden" name="action" value="do_login" />
{$lang->username}<br />&nbsp;&nbsp;<input type="text" class="textbox" name="username" value="" /><br /><br />
{$lang->password}<br />&nbsp;&nbsp;<input type="password" class="textbox" name="password" value="" /><br /><br />
<label title="{$lang->remember_me_desc}"><input type="checkbox" class="checkbox" name="remember" value="yes" /> {$lang->remember_me}</label><br /><br />
<br /><input type="submit" class="button" name="loginsubmit" value="{$lang->login}" /></form>]]></template>
        <template name="portal_latestthreads_thread" version="1501"><![CDATA[<tr>
<td class="{$altbg}" colspan="2">
<strong><a href="{$mybb->settings['
bburl']}/{$thread['threadlink']}">{$thread['subject']}</a></strong>
<span class="smalltext"><br />
<em>{$lang->latest_threads_lastpost}</em> {$lastposterlink}<br />
{$lastpostdate} {$lastposttime}<br />
</span>
</td>
</tr>
<tr>
<td class="tcat">
<strong>&raquo; </strong>{$lang->latest_threads_replies} {$thread['
replies']}
<td class="tcat" width="50%">
<strong>&raquo; </strong>{$lang->latest_threads_views} {$thread['
views']}
</td>
</td>
</tr>]]></template>
        <template name="portal_latestthreads" version="1501"><![CDATA[<table border="0" cellspacing="{$theme['
borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->latest_threads}</strong></td>
</tr>
{$threadlist}
</table>
<br />]]></template>
        <template name="portal_stats" version="1501"><![CDATA[<table border="0" cellspacing="{$theme['
borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$lang->forum_stats}</strong></td>
</tr>
<tr>
<td class="trow1">
<span class="smalltext">
<strong>&raquo; </strong>{$lang->num_members} {$stats['
numusers']}<br />
<strong>&raquo; </strong>{$lang->latest_member} {$newestmember}<br />
<strong>&raquo; </strong>{$lang->num_threads} {$stats['
numthreads']}<br />
<strong>&raquo; </strong>{$lang->num_posts} {$stats['
numposts']}
<br />
</span>
</td>
</tr>
<tr>
<td class="trow1">
<a href="{$mybb->settings['
bburl']}/stats.php">{$lang->full_stats}</a>
</td>
</tr>
</table>
<br />]]></template>
    </templates>
</theme> 

Das Theme ist von Anfang grün, ich möchte es gerne blau haben, ich brauche jede Zeile den Farbcode ändern, natürlich darauf achten, dass alles nicht die gleiche Farbe hat.

Würde das so einfach funktionieren?
Du kannst es doch genauso im ACP bearbeiten?
Die Farbe? Wo denn genau? Smile
Kann man das Theme eigentlich weiter auseinander ziehen sprich es breiter machen, es sieht aus wie das von MyBBoard.de, nur grünlicher.
Sieh Dir mal diesen Thread an. Der sollte Dir bei beiden Fragen weiter helfen.
Wie ändere ich das?
Also ich meine, ich erkenne gar nichts bzw. ich finde das einfach nicht, wie bzw. wo ich das ändern könnte.
Und im Thread habe ich nichts gefunden, was mir momentan weiterhelfen könnte..

Kenny

Bei Fragen zu Designänderungen bitte immer einen Link zum Forum posten. Sonst kann man nur raten.

Zitat:Und im Thread habe ich nichts gefunden, was mir momentan weiterhelfen könnte..
Und das bezweifel ich mal ganz stark! Toungue Sorgfältig durchlesen, dann findet man auch eine Lösung.