18.11.2012, 15:47
Dieser Benutzer erhält keinen Support, da eines seiner Foren nicht unseren Foren-Regeln entspricht!
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-align: center;
line-height: 1.4;
margin: 0;
background-attachment:fixed;
font-family: Verdana, Arial, Sans-Serif;
font-size: 13px;
}
a:link {
color: #539e01;
text-decoration: none;
}
a:visited {
color: #539e01;
text-decoration: none;
}
a:hover, a:active {
color: #539e01;
text-decoration: underline;
}
#container {
width: 970px;
color: #707070;
margin: auto auto;
padding: 0 15px 15px;
text-align: left;
text-shadow: 1px 1px #000;
}
#header {
background: #222222 url(images/CoderGreen/header.png) bottom repeat-x;
border: 1px solid #353434;
padding: 0 8px 0;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
overflow: hidden;
-moz-box-shadow: 0px 0px 1px #000;
-webkit-box-shadow: 0px 0px 1px #000;
box-shadow: 0px 0px 1px #000;
}
#content {
/* FIX: Make internet explorer wrap correctly */
width: auto !important;
}
.menu ul {
color: #000000;
font-weight: bold;
text-align: right;
padding: 4px;
}
.menu ul a:link {
color: #000000;
text-decoration: none;
}
.menu ul a:visited {
color: #000000;
text-decoration: none;
}
.menu ul a:hover, .menu ul a:active {
color: #222;
text-decoration: none;
}
#panel {
color: #707070;
padding: 8px;
float: right;
padding-top: 35px;
font-size: 10px;
}
#panel .remember_me input {
vertical-align: middle;
margin-top: -1px;
}
table {
color: #fff;
text-shadow:1px 1px #000;
font-family: Verdana, Arial, Sans-Serif;
font-size: 13px;
}
.tborder {
width: 100%;
margin: auto auto;
border: 1px solid #373737;
border-width:0px 1px 1px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
}
.tborder1 {
width: 100%;
margin: auto auto;
border: 1px solid #373737;
border-width: 0px 1px 1px;
}
.thead {
background: #437c01 url(images/CoderGreen/thead.png) repeat-x;
color: #000;
border: 1px solid #181818;
border-width:1px 0 1px 0;
text-shadow: 0 -1px #74ad34;
padding: 4px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
position: relative;
line-height: 23px;
}
.thead a:link {
color: #000;
text-decoration: none;
}
.thead a:visited {
color: #000;
text-decoration: none;
}
.thead a:hover, .thead a:active {
color: #000;
text-decoration: underline;
}
.tcat {
background: #2b2b2b url(images/CoderGreen/tcat.png) repeat-x;
color: #707070;
border: 1px solid #171717;
border-right-color: #373737;
border-top-color: #373737;
text-shadow: 0 -1px #000;
font-size: 12px;
}
.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;
border: 1px solid #171717;
border-right-color: #373737;
border-top-color: #373737;
}
.trow2 {
background: #212121 url(images/CoderGreen/trow.png) repeat-x;
border: 1px 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;
border: 1px solid #171717;
border-top-color: #373737;
font-size: 12px;
font-weight: bold;
}
.tfoot {
background: #56a301 url(images/CoderGreen/tfoot.png) repeat-x;
color: #000;
border: 1px solid #181818;
border-top: none;
text-shadow: 0 -1px #74ad34;
}
.tfoot a:link {
color: #000;
text-decoration: none;
}
.tfoot a:visited {
color: #000;
text-decoration: none;
}
.tfoot a:hover, .tfoot a:active {
color: #000;
text-decoration: underline;
}
.bottommenu {
background: #212121 url(images/CoderGreen/header.png) repeat-x;
color: #707070;
border: 1px solid #111;
border-top-color: #373737;
padding: 8px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-shadow:0 -1px #000;
font-size: 11px;
}
.navigation {
background: #212121 url(images/CoderGreen/trow.png) repeat-x;
color: #707070;
text-shadow: 1px 1px #000;
border: 1px solid #373737;
padding: 4px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0px 0px 1px #000;
-webkit-box-shadow: 0px 0px 1px #000;
box-shadow: 0px 0px 1px #000;
font-size: 13px;
font-weight: bold;
}
.navigation a:link {
color: #707070;
text-decoration: none;
}
.navigation a:visited {
color: #707070;
text-decoration: none;
}
.navigation a:hover, .navigation a:active {
color: #707070;
text-decoration: none;
}
.navigation .active {
color: #4a8805;
font-size: small;
font-weight: bold;
}
.smalltext {
font-size: 11px;
}
.largetext {
font-size: 16px;
font-weight: bold;
}
.editor {
background: #f1f1f1;
border: 1px solid #ccc;
}
.editor_control_bar {
background: #fff;
border: 1px solid #0f5c8e;
}
.autocomplete {
background: #fff;
border: 1px solid #000;
color: black;
}
.autocomplete_selected {
background: #adcee7;
color: #000;
}
.popup_menu {
background: #ccc;
border: 1px 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 {
color: green;
}
.reputation_neutral {
color: #444;
}
.reputation_negative {
color: red;
}
.invalid_field {
border: 1px solid #f30;
color: #f30;
}
.valid_field {
border: 1px solid #0c0;
}
.validation_error {
background: url(images/invalid.gif) no-repeat center left;
color: #f30;
margin: 5px 0;
padding: 5px;
font-weight: bold;
font-size: 11px;
padding-left: 22px;
}
.validation_success {
background: url(images/valid.gif) no-repeat center left;
color: #00b200;
margin: 5px 0;
padding: 5px;
font-weight: bold;
font-size: 11px;
padding-left: 22px;
}
.validation_loading {
background: url(images/spinner.gif) no-repeat center left;
color: #555;
margin: 5px 0;
padding: 5px;
font-weight: bold;
font-size: 11px;
padding-left: 22px;
}
/* Additional CSS (Master) */
img {
border: none;
}
.clear {
clear: both;
}
.hidden {
display: none;
float: none;
width: 1%;
}
.hiddenrow {
display: none;
}
.selectall {
background-color: #FFFBD9;
font-weight: bold;
text-align: center;
}
.float_left {
float: left;
}
.float_right {
float: right;
}
.menu ul {
list-style: none;
margin: 0;
}
.menu li {
background: #437c01 url(images/CoderGreen/thead.png) repeat-x;
border: 1px solid #181818;
text-shadow: 0 -1px #74ad34;
padding: 8px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
display: inline;
}
.menu img {
padding-right: 5px;
vertical-align: top;
}
#panel .links {
margin: 0;
float: right;
}
.expcolimage {
width: auto;
float: right;
}
img.attachment {
border: 1px solid #E9E5D7;
padding: 2px;
}
hr {
background-color: #000000;
color: #000000;
height: 1px;
border: 0px;
}
#copyright {
font: 11px Verdana, Arial, Sans-Serif;
margin: 0;
padding: 10px 0 0 0;
}
#debug {
float: right;
text-align: right;
margin-top: 0;
}
blockquote {
border: 1px solid #ccc;
margin: 0;
background: #fff;
padding: 4px;
}
blockquote cite {
font-weight: bold;
border-bottom: 1px solid #ccc;
font-style: normal;
display: block;
margin: 4px 0;
}
blockquote cite span {
float: right;
font-weight: normal;
}
blockquote cite span.highlight {
float: none;
font-weight: bold;
padding-bottom: 0;
}
.codeblock {
background: #fff;
border: 1px solid #ccc;
padding: 4px;
}
.codeblock .title {
border-bottom: 1px solid #ccc;
font-weight: bold;
margin: 4px 0;
}
.codeblock code {
overflow: auto;
height: auto;
max-height: 200px;
display: block;
font-family: Monaco, Consolas, Courier, monospace;
font-size: 13px;
}
.subforumicon {
border: 0;
vertical-align: middle;
}
.separator {
margin: 5px;
padding: 0;
height: 0px;
font-size: 1px;
list-style-type: none;
}
form {
margin: 0;
padding: 0;
}
.popup_menu .popup_item_container {
margin: 1px;
text-align: left;
}
.popup_menu .popup_item {
display: block;
padding: 3px;
text-decoration: none;
white-space: nowrap;
}
.popup_menu a.popup_item:hover {
text-decoration: none;
}
.autocomplete {
text-align: left;
}
.subject_new {
font-weight: bold;
}
.highlight {
background: #FFFFCC;
padding-top: 3px;
padding-bottom: 3px;
}
.pm_alert div {
background: #212121 url(images/CoderGreen/trow.png) repeat-x;
color: #707070;
border: 1px solid #373737;
text-align: center;
padding: 5px 20px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-size: 11px;
}
.pm_alert .float_right {
background: none;
border: none;
}
.pm_alert {
border: 1px solid #171717;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin: 0;
padding: 0;
}
.red_alert {
background: #FBE3E4;
border: 1px solid #A5161A;
color: #A5161A;
text-align: center;
padding: 5px 20px;
margin-bottom: 15px;
font-size: 11px;
}
.high_warning {
color: #CC0000;
}
.moderate_warning {
color: #F3611B;
}
.low_warning {
color: #AE5700;
}
div.error {
padding: 5px 10px;
border-top: 2px solid #FFD324;
border-bottom: 2px solid #FFD324;
background: #FFF6BF;
font-size: 12px;
}
div.error p {
margin: 0;
color: #000;
font-weight: normal;
}
div.error p em {
font-style: normal;
font-weight: bold;
padding-left: 24px;
display: block;
color: #C00;
background: url(images/error.gif) no-repeat 0;
}
div.error.ul {
margin-left: 24px;
}
.online {
color: #15A018;
}
.offline {
color: #C7C7C7;
}
.pagination {
font-size: 11px;
padding-top: 10px;
margin-bottom: 5px;
}
.tfoot .pagination, .tcat .pagination {
padding-top: 0;
}
.pagination .pages {
font-weight: bold;
}
.pagination .pagination_current, .pagination a {
padding: 2px 6px;
margin-bottom: 3px;
}
.pagination a {
border: 1px solid #81A2C4;
}
.pagination .pagination_current {
background: #F5F5F5;
border: 1px solid #81A2C4;
font-weight: bold;
color: #000;
}
.pagination a:hover {
background: #F5F5F5;
text-decoration: none;
}
.thread_legend, .thread_legend dd {
margin: 0;
padding: 0;
}
.thread_legend dd {
padding-bottom: 4px;
margin-right: 15px;
}
.thread_legend img {
margin-right: 4px;
vertical-align: bottom;
}
.forum_legend, .forum_legend dt, .forum_legend dd {
margin: 0;
padding: 0;
line-height: 45px;
}
.forum_legend dd {
float: left;
margin-right: 10px;
}
.forum_legend dt {
margin-right: 10px;
float: left;
}
.success_message {
color: #00b200;
font-weight: bold;
font-size: 10px;
margin-bottom: 10px;
}
.error_message {
color: #C00;
font-weight: bold;
font-size: 10px;
margin-bottom: 10px;
}
.post_body {
padding: 5px;
}
.post_content {
padding: 5px 10px;
}
.quick_jump {
background: url(images/jump.gif) no-repeat 0;
width: 13px;
height: 13px;
padding-left: 13px; /* amount of padding needed for image to fully show */
vertical-align: middle;
border: none;
}
.repbox {
font-size:16px;
font-weight: bold;
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;
border: 1px solid #fff;
outline: 1px solid #ccc;
padding: 5px;
margin-top: 5px;
font-weight: normal;
}
.pagination_breadcrumb_link {
vertical-align: middle;
cursor: pointer;
}
.logo {
padding:7px 0 0;
float: left;
}
input[type=submit], input[type=button] {
background: #437c01 url(images/CoderGreen/thead.png) repeat-x;
color: #000;
border: none;
text-shadow: 0 -1px #74ad34;
padding: 4px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
position: relative;
cursor: pointer;
font-weight: bold;
}
.tfoot input[type=submit], .tfoot input[type=button] {
border: 1px solid #181818;
}
textarea {
background: #2b2b2b url(images/CoderGreen/tcat.png) repeat-x;
color: #707070;
border: 1px solid #373737;
text-shadow: 0 -1px #000;
padding: 4px;
margin: 1px;
outline: 1px solid #171717;
font-size: 13px;
}
table select, table input.textbox, #header input.textbox, .bottommenu select {
outline: 1px solid #171717;
}
select, input.textbox {
background: #2b2b2b url(images/CoderGreen/tcat.png) repeat-x;
color: #707070;
border: 1px solid #373737;
text-shadow: 0 -1px #000;
padding: 4px;
margin: 1px;
outline: 1px solid #000;
}
#lang_select {
position: relative;
top: -7px;
}
]]>
</stylesheet>
<stylesheet name="usercp.css" attachedto="usercp.php|usercp2.php|private.php" version="1501"><![CDATA[
.usercp_nav_item {
display: block;
padding: 1px 0 1px 23px;
}
.usercp_nav_composepm {
background: url(images/CoderGreen/usercp/composepm.gif) no-repeat left center;
}
.usercp_nav_pmfolder {
background: url(images/CoderGreen/usercp/pmfolder.gif) no-repeat left center;
}
.usercp_nav_sub_pmfolder {
background: url(images/CoderGreen/usercp/sub_pmfolder.gif) no-repeat left center;
padding-left: 40px;
}
.usercp_nav_trash_pmfolder {
background: url(images/CoderGreen/usercp/trash_pmfolder.gif) no-repeat left center;
padding-left: 40px;
}
.usercp_nav_pmtracking {
background: url(images/CoderGreen/usercp/pmtracking.gif) no-repeat left center;
}
.usercp_nav_pmfolders {
background: url(images/CoderGreen/usercp/editfolders.gif) no-repeat left center;
}
.usercp_nav_profile {
background: url(images/CoderGreen/usercp/profile.gif) no-repeat left center;
}
.usercp_nav_email {
background: url(images/CoderGreen/usercp/email.gif) no-repeat left center;
padding-left: 40px;
}
.usercp_nav_password {
background: url(images/CoderGreen/usercp/password.gif) no-repeat left center;
padding-left: 40px;
}
.usercp_nav_username {
background: url(images/CoderGreen/usercp/username.gif) no-repeat left center;
padding-left: 40px;
}
.usercp_nav_editsig {
background: url(images/CoderGreen/usercp/editsig.gif) no-repeat left center;
padding-left: 40px;
}
.usercp_nav_avatar {
background: url(images/CoderGreen/usercp/avatar.gif) no-repeat left center;
padding-left: 40px;
}
.usercp_nav_options {
background: url(images/CoderGreen/usercp/options.gif) no-repeat left center;
}
.usercp_nav_usergroups {
background: url(images/CoderGreen/usercp/usergroups.gif) no-repeat left center;
}
.usercp_nav_editlists {
background: url(images/CoderGreen/usercp/editlists.gif) no-repeat left center;
}
.usercp_nav_attachments {
background: url(images/CoderGreen/usercp/attachments.gif) no-repeat left center;
}
.usercp_nav_drafts {
background: url(images/CoderGreen/usercp/drafts.gif) no-repeat left center;
}
.usercp_nav_subscriptions {
background: url(images/CoderGreen/usercp/subscriptions.gif) no-repeat left center;
}
.usercp_nav_fsubscriptions {
background: url(images/CoderGreen/usercp/fsubscriptions.gif) no-repeat left center;
}
.usercp_nav_notepad {
background: url(images/CoderGreen/usercp/notepad.gif) no-repeat left center;
}
.usercp_nav_viewprofile {
background: url(images/CoderGreen/usercp/viewprofile.gif) no-repeat left center;
}
.usercp_nav_home {
background: url(images/CoderGreen/usercp/home.gif) no-repeat left center;
}
.usercp_notepad {
width: 99%;
}
.usercp_container {
margin: 5px;
padding: 8px;
border:1px solid #CCCCCC;
}
]]>
</stylesheet>
<stylesheet name="modcp.css" attachedto="modcp.php" version="1501"><![CDATA[
.modcp_nav_item {
display: block;
padding: 1px 0 1px 23px;
}
.modcp_nav_home {
background: url(images/CoderGreen/modcp/home.gif) no-repeat left center;
}
.modcp_nav_announcements {
background: url(images/CoderGreen/modcp/announcements.gif) no-repeat left center;
}
.modcp_nav_reports {
background: url(images/CoderGreen/modcp/reports.gif) no-repeat left center;
}
.modcp_nav_modqueue {
background: url(images/CoderGreen/modcp/modqueue.gif) no-repeat left center;
}
.modcp_nav_modlogs {
background: url(images/CoderGreen/modcp/modlogs.gif) no-repeat left center;
}
.modcp_nav_editprofile {
background: url(images/CoderGreen/modcp/editprofile.gif) no-repeat left center;
}
.modcp_nav_banning {
background: url(images/CoderGreen/modcp/banning.gif) no-repeat left center;
}
.modcp_nav_warninglogs {
background: url(images/CoderGreen/modcp/warninglogs.gif) no-repeat left center;
}
.modcp_nav_ipsearch {
background: url(images/CoderGreen/modcp/ipsearch.gif) no-repeat left center;
}
.modqueue_message {
overflow: auto;
max-height: 250px;
}
.modqueue_controls {
width: 270px;
float: right;
text-align: center;
border: 1px solid #ccc;
background: #fff;
padding: 6px;
font-weight: bold;
}
.modqueue_controls label {
margin-right: 8px;
}
.label_radio_ignore, .label_radio_delete, .label_radio_approve {
font-weight: bold;
}
.modqueue_meta {
color: #444;
font-size: 95%;
margin-bottom: 8px;
}
.modqueue_mass {
list-style: none;
margin: 0;
width: 150px;
padding: 0;
}
.modqueue_mass li {
margin-bottom: 4px;
padding: 0;
}
.modqueue_mass li a {
display: block;
padding: 4px;
border: 1px solid transparent;
}
.modqueue_mass li a:hover {
background: #efefef;
border: 1px solid #ccc;
text-decoration: none;
}
]]>
</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 {
background: url(images/CoderGreen/star_rating.gif) left -1000px repeat-x;
vertical-align: middle;
}
.star_rating {
position: relative;
width:80px;
height:16px;
overflow: hidden;
list-style: none;
margin: 0;
padding: 0;
background-position: left top;
}
td .star_rating {
margin: auto;
}
.star_rating li {
display: inline;
}
.star_rating li a,
.star_rating .current_rating {
position: absolute;
text-indent: -1000px;
height: 16px;
line-height: 16px;
outline: none;
overflow: hidden;
border: none;
top:0;
left:0;
}
.star_rating_notrated li a:hover {
background-position: left 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-position: left center;
}
.star_rating_success, .success_message {
color: #00b200;
font-weight: bold;
font-size: 10px;
margin-bottom: 10px;
}
.inline_rating {
background: url(images/CoderGreen/star_rating.gif) left -1000px repeat-x;
width: 210px;
vertical-align: middle;
}
]]>
</stylesheet>
<stylesheet name="showthread.css" attachedto="showthread.php" version="1501"><![CDATA[
ul.thread_tools, ul.thread_tools li {
list-style: none;
padding: 0;
margin: 0;
}
ul.thread_tools li {
padding-left: 26px;
padding-bottom: 4px;
margin-bottom: 3px;
font-size: 11px;
}
ul.thread_tools li.printable {
background: url(images/CoderGreen/printable.gif) no-repeat 0px 0px;
}
ul.thread_tools li.sendthread {
background: url(images/CoderGreen/send.gif) no-repeat 0px 0px;
}
ul.thread_tools li.subscription_add {
background: url(images/CoderGreen/subscribe.gif) no-repeat 0px 0px;
}
ul.thread_tools li.subscription_remove {
background: url(images/CoderGreen/unsubscribe.gif) no-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} — <a href="{$mybb->settings['bburl']}/member.php?action=logout&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 software, support us and we'll support you. -->
{$lang->powered_by} <a href="http://mybb.com" target="_blank">MyBB{$mybbversion}</a>, © 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>., © 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&uid={$uid}">{$lang->find_threads}</a> — <a href="search.php?action=finduser&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&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&imtype=aim&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&imtype=yahoo&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&imtype=msn&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&tid={$tid}&pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&tid={$tid}&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>« <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> »</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&tid={$tid}&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> <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 /> <input type="text" class="textbox" name="username" value="" /><br /><br />
{$lang->password}<br /> <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>» </strong>{$lang->latest_threads_replies} {$thread['replies']}
<td class="tcat" width="50%">
<strong>» </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>» </strong>{$lang->num_members} {$stats['numusers']}<br />
<strong>» </strong>{$lang->latest_member} {$newestmember}<br />
<strong>» </strong>{$lang->num_threads} {$stats['numthreads']}<br />
<strong>» </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?