xa-media.com | Support Forum

Hilfestellung und Support zu unseren Webmaster Projekten

 

Hier erhältst du Hilfestellung und Support zu folgenden Projekten:
- BBoard.de
- Forenfuchs.de
- iphpbb.com
- xa-board.com

Zu anderen Foren Services können wir leider keinen Support geben. Wende dich bitte hierfür an den zuständigen Hoster!

Bevor du postest, beachte bitte folgende Punkte:
- FAQ und phpbb Doku lesen.
- Forensuche benutzen

Es ist notwendig bei jeder Anfrage die Adresse zu deinem Forum mit anzugeben, da wir sonst nicht weiterhelfen und somit die Anfrage nicht bearbeiten können. Weiters bitten wir dich immer zuerst die "News & Ankündigungen" zu lesen, bevor du postest. Danke :)

Buttons fehlen

Hilfestellung zum Thema Styles im phpbb3! Wie passe ich einen Style an meine Bedürfnisse an?

Buttons fehlen

Beitragvon Sally » 01.01.2014, 12:23

Hallo...

Ich hab nochmal ein Problem: Und zwar habe ich ein Theme von Extern reingeladen und da gibt es jetzt die Buttons (wenn ein Beitrag angewählt ist)"antworten" und "Thema erstellen" nicht und auch im (Sub)forum selbst gibt es keinen "Thema erstellen"- Button; da sind die Links zwar, aber eben nur als Schrift.

Ich habe jetzt die entsprechenden Buttons gebastelt und in die Uploads reingepackt.

Unter Styles hab ich die Buttons verknüpft mit den ja noch freien "benutzerdefinierten Grafiken".

Wie nun bekomme ich da jetzt die Verknüpfung zum Forum; also dass die Buttons sichtbar werden? Ich hab mich schon durch den Themes- Code gewühlt, blick da aber wegen den Buttons nicht durch und weiss nicht, wohin genau die gehören, damit es funktioniert.

Leider hat mir die SuFu nichts gebracht.

Foren- URL: http://schattenderseele.iphpbb3.com/for ... 434nx56407

Und hier mal der Themes-Code:

Code: Alles auswählen
/*

blubb


*/





* {
margin : 0;
padding : 0;
}
html {
font-size : 100%;
}
body {
font-family : "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color : #000000;
/*background-color : #c4c9cc;*/
/*background-color : #cddce7;*/
/*background-color: #e5dfdf;*/
background-color: #cac9c9;
font-size : 62.5%;
margin : 0;
height: 100%;
}

#wrapheader_top {

padding : 0px;
margin : 7px 17px 7px 17px;
}

#wrapheader {
/*min-height : 120px;
height : auto !important ;
height : 120px;*/
padding : 0px;
margin : 5px 17px 5px 17px;
}
#wrapheader1 {
/*min-height : 120px;
height : auto !important ;
height : 120px;*/
padding : 0px;
margin : 5px 17px 5px 17px;
}
#wrapcentre {
margin : 0px 0px 0px 0px;
height: 100%;
}
#wrapcentre_pop {
margin : 0px 0px 0px 0px;
height: 100%;
}
#wrapfooter {
text-align : center;
/*clear : both;*/
height: 100%;
}
#wrapnav {
width : 100%;
margin : 0;
background-color : #ececec;
border-width : 1px;
border-style : solid;
border-color : #aeaeae;
}

#menubar {
margin : 0 25px;
}
#datebar {
margin : 10px 25px 0 25px;
}
#findbar {
width : 100%;
margin : 0;
padding : 0;
border : 0;
}
.gensmallclock {
  color: #22CC44;
background : url('styles/twilightBB/theme/images/clock.png') no-repeat top left;
   margin: 0px 0px;
   padding-bottom:6px;
   padding-top:2px;
   font-size: 1em;
width: 250px;

}
.h-t-buttons-l0 {
color : #ffffff;
background : url('styles/twilightBB/theme/images/bg_buttons.png') repeat-x top left;
border-left : 1px solid #7d7d7d;
border-top : 1px solid #7d7d7d;
border-bottom : 1px solid #7d7d7d;
/*line-height : 42px;*/
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 1.1em;
font-weight : bold;
text-align : center;
white-space : nowrap;
padding-left : 8px;
padding-top: 12px;
padding-bottom: 10px;
}
.h-t-buttons-l {
color : #ffffff;
background : url('styles/twilightBB/theme/images/bg_buttons.png') repeat-x top left;
border-left : 1px solid #7d7d7d;
/*line-height : 42px;*/
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 1.1em;
font-weight : bold;
text-align : center;
white-space : nowrap;
padding-left : 8px;
padding-top: 12px;
padding-bottom: 10px;
}
.h-t-buttons-l:hover {
color : #ffffff;
background : url('styles/twilightBB/theme/images/bg_buttons.png') repeat-x top left;
border-left : 1px solid #7d7d7d;
/*line-height : 42px;*/
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 1.1em;
font-weight : bold;
text-align : center;
white-space : nowrap;
padding-left : 8px;
padding-top: 12px;
padding-bottom: 10px;
cursor:pointer;
}
.h-t-buttons-r {
color : #ffffff;
background : url('styles/twilightBB/theme/images/bg_buttons.png') repeat-x top left;
border-right : 1px solid #7d7d7d;
/*line-height : 38px;*/

font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 1.1em;
font-weight : bold;
text-align : right;
white-space : nowrap;
padding-right : 8px;
padding-top: 10px;
padding-bottom: 10px;
}
.h-t-buttons-r:hover {
color : #ffffff;
background : url('styles/twilightBB/theme/images/bg_buttons_h.png') repeat-x top left;
border-right : 1px solid #7d7d7d;
/*line-height : 38px;*/

font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 1.1em;
font-weight : bold;
text-align : right;
white-space : nowrap;
padding-right : 8px;
padding-top: 10px;
padding-bottom: 10px;
}
.h-m-buttons-l {
color : #ffffff;
background : url('styles/twilightBB/theme/images/bg_buttons.png') repeat-x;
border-left : 1px solid #404040;
border-top : 1px solid #404040;
border-bottom : 1px solid #404040;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 1.1em;
font-weight : bold;
text-align : left;
white-space : nowrap;
padding-top : 0;
padding-left : 8px;
padding-top: 10px;
padding-bottom: 10px;
}
.h-m-buttons-r {
color : #ffffff;
background : url('styles/twilightBB/theme/images/bg_buttons.png') repeat-x;
border-right : 1px solid #404040;

font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 1.1em;
font-weight : bold;
text-align : right;
white-space : nowrap;
padding-top : 0;
padding-right : 8px;
padding-top: 10px;
padding-bottom: 10px;
}
.h-pag-l {
color : #000000;
background : url('styles/twilightBB/theme/images/pag_arrow.png') no-repeat;
/*border-left : 1px solid #404040;
border-bottom : 1px solid #404040;*/
height : 33px;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 1.1em;
font-weight : bold;
text-align : left;
vertical-align : middle;
white-space : nowrap;

margin:0px;
padding-left:37px;

}
.h-pag-c {
color : #ffcc33;
background : #111111 url('styles/twilightBB/theme/images/pag.png') repeat-x;


font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 1.1em;
font-weight : bold;
text-align : left;
white-space : nowrap;
padding : 0px;
padding-bottom:1px;
margin: 0px;
}
.h-pag-r {
color : #ffcc33;
background :  url('styles/twilightBB/theme/images/h-pag-r.png') no-repeat;


font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 1.1em;
font-weight : bold;
text-align : right;
white-space : nowrap;
padding : 0px;
padding-bottom:1px;
margin: 0px;
padding-right:7px;
}
.forumrules {
background: #FFFFFF url('styles/twilightBB/theme/images/rules_header.png') repeat-x top left;
border-width : 1px;
border-style : solid;
border-color : #000000;
padding : 4px;
font-weight : normal;
font-size : 1.1em;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
}
.forumrules_main {

background-color : #e79895;
/*background-color : #ccd9ea;*/
border-width : 1px;
border-style : solid;
border-color : #000000;
padding : 4px;
font-weight : normal;
font-size : 1.1em;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
}
.forumrules h3 {
color : #880000;
}
h1 {
color : black;
font-family : "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
font-weight : bold;
font-size : 1.8em;
text-decoration : none;
}
h2 {
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-size : 1.5em;
text-decoration : none;
line-height : 120%;
}
h3 {
font-size : 1.3em;
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
line-height : 120%;
}
h4 {
color : #4d4c46;
font-size : 1em;
font-weight : bold;
margin : 0;
padding-top : 3px;
}
h5 {
color : #4d4c46;
font-size : 1em;
font-weight : bold;
margin : 0;
padding: 0px;
padding: 0px;
}
p {
font-size : 1.1em;
}
p.moderators {
margin : 0;
float : left;
color : black;
font-weight : bold;
}
.rtl p.moderators {
float : right;
}
p.linkmcp {
margin : 0;
float : right;
white-space : nowrap;
}
.rtl p.linkmcp {
float : left;
}
p.breadcrumbs {
margin : 0;
float : left;
color : black;
font-weight : bold;
white-space : normal;
font-size : 1em;
}
.rtl p.breadcrumbs {
float : right;
}
p.datetime {
margin : 0;
float : right;
white-space : nowrap;
font-size : 1em;
}
.rtl p.datetime {
float : left;
}
p.searchbar {
padding : 2px 0;
white-space : nowrap;
}
p.searchbarreg {
margin : 0;
float : right;
white-space : nowrap;
}
.rtl p.searchbarreg {
float : left;
}
p.forumdesc {
padding-bottom : 4px;
}
p.topicauthor {
margin : 1px 0;
}
p.topicdetails {
margin : 1px 0;
color : #4d4c46;
}
p.topicdetails_pt {
margin : 1px 0;
color : #4d4c46;
font-size: 1.3em;
font-weight: bold;
}
p.topicdetails2 {
margin : 1px 0;
color : #000000;
}
.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
margin : 1px 0;
color : red;
font-weight : bold;
}
.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
color : green;
font-weight : bold;
}
.postapprove img, .postreported img {
vertical-align : bottom;
}
.postauthor {
color : #000000;
}
.postdetails {
color : #000000;
}
.postbody {
color : #000000;
font-size : 1.3em;
line-height : 1.4em;
font-family : "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
min-height : 150px;
}
.postbody li, ol, ul {
margin : 0 0 0 1.5em;
}
.rtl .postbody li, .rtl ol, .rtl ul {
margin : 0 1.5em 0 0;
}
.postbody_faq {
color : #000000;
font-size : 1.3em;
line-height : 1.4em;
font-family : "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}
.postbody_faq li, ol, ul {
margin : 0 0 0 1.5em;
}
.rtl .postbody_faq li, .rtl ol, .rtl ul {
margin : 0 1.5em 0 0;
}
.posthilit {
background-color : yellow;
}
.nav {
margin : 0;
color : black;
font-weight : bold;
}
.pagination {
height : 1%;
width : auto;
text-align : right;
margin-top : 5px;
float : right;
}
.pagination span.page-sep {
display : none;
}
li.pagination {
margin-top : 0;
}
.pagination strong, .pagination b {
font-weight : bold;
}
.pagination span strong {
padding : 1px 3px;
margin : 0 2px;
font-weight : normal;
color : #000000;
background-color : #ffc9a5;
border : 1px solid #404040;
font-size : 1.1em;
}
.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
font-weight : normal;
text-decoration : none;
color : #000000;
margin : 0 2px;
padding : 1px 3px;
background-color : #eeeeee;
border : 1px solid #404040;
font-size : 1.1em;
line-height : 1.6em;
}
.pagination span a:hover {
border-color : #000000;
background-color : #70afd7;
color : #ffffff;
text-decoration : none;
}
.pagination img {
vertical-align : middle;
}
.t_pagination {
height : 1%;
width : auto;
text-align : right;
margin-top : 5px;
}
.t_pagination span.page-sep {
display : none;
}
li.t_pagination {
margin-top : 0;
}
.t_pagination strong, .t_pagination b {
font-weight : bold;
}
.t_pagination span strong {
padding : 1px 3px;
margin : 0 2px;
font-weight : normal;
color : #000000;
background-color : #ffc9a5;
border : 1px solid #404040;
font-size : 1.1em;
}
.t_pagination span a, .t_pagination span a:link, .t_pagination span a:visited, .t_pagination span a:active {
font-weight : normal;
text-decoration : none;
color : #000000;
margin : 0 2px;
padding : 1px 3px;
background-color : #eeeeee;
border : 1px solid #404040;
font-size : 1.1em;
line-height : 1.5em;
}
.t_pagination span a:hover {
border-color : #000000;
background-color : #70afd7;
color : #ffffff;
text-decoration : none;
}
.t_pagination img {
vertical-align : middle;
}
.optionsbutton {
white-space : nowrap;
/*background-color : #c2cfdf;*/
background :  url('styles/twilightBB/theme/images/button.png') no-repeat right 12%;
/*background : #c2cfdf url('styles/twilightBB/theme/images/arrowd.png') no-repeat right 50%;*/
border : 1px solid #404040;
color : #4d4c46;
font-weight : bold;
float : right;
text-align : center;
margin: 0px 0px 0px 0px;
font-size : 11px;
padding : 5px 35px 5px 15px;
}
.optionsbutton:hover {
white-space : nowrap;
/*background-color : #c2cfdf;*/
background :  url('styles/twilightBB/theme/images/button.png') no-repeat right 95% ;
border : 1px solid #404040;
color : #6f6e68;
font-weight : bold;
float : right;
text-align : center;
margin : 0x 0px 0px 0px;
font-size : 11px;
padding : 5px 35px 5px 15px;
text-decoration : none;
}
.userbutton {
width : auto;
text-align : left;
padding : 5px;
font-weight : normal;
margin : 0 0;
border : 1px solid #404040;
background : #252525 url('styles/twilightBB/theme/images/button.png') repeat-x right 10%;
}
.userbutton:hover {
width : auto;
text-align : left;
padding : 5px;
font-weight : normal;
border : 1px solid #404040;
background : #252525 url('styles/twilightBB/theme/images/button.png') repeat-x right 100%;
}
.username a:link, .username a:visited, .username a:active {
font-size : 12px;
}
.gen {
margin : 1px 1px;
font-size : 1.2em;
}
.genmed {
margin : 1px 1px;
font-size : 1.1em;
}
.gensmall {
margin : 1px 1px;
font-size : 1em;
}
.copyright {
color : #444;
font-weight : normal;
font-family : "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.titles {
font-family : "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight : bold;
font-size : 1.3em;
text-decoration : none;
}
.error {
color : red;
}
th {
color : #202020;
font-size : 1.1em;
font-weight : bold;
background-color : #7e7e7e;
background-image : url('styles/twilightBB/theme/images/bg.png');
white-space : nowrap;
padding : 3px;
border-top : 1px solid #404040;
border-bottom : 1px solid #404040;
}
td {
padding : 2px;
}
td.profile {
padding : 4px;
padding-top : 0;
background-color : #d9d9d9;
border-right : 1px solid #404040;
}
td.profile_b {
padding : 4px;
background-color : #eaeaea;
border-top : 1px solid #404040;
}
.tablebg {
background-color : #aeaeae;
border-left : 1px solid #404040;
border-right : 1px solid #404040;
border-bottom : 1px solid #404040;
}
.tablebg_nnn {
background-color : #aeaeae;
border-left : 1px solid #404040;
border-right : 1px solid #404040;
border-bottom : 1px solid #404040;
padding: 0;
margin:0;
}
.tablebg2 {
background-color : #aeaeae;
border : 1px solid #404040;
}
.tablebg2_footer {
background-color : #aeaeae;
background-image : url('styles/twilightBB/theme/images/c-h-c.png') repeat-x;
height: 38px;
border : 1px solid #404040;
}
.tablebg3 {
background-color : #aeaeae;
border-left : 1px solid #404040;
border-right : 1px solid #404040;
}
.tablebg_top {
background-color : #aeaeae;
border-top : 1px solid #404040;
border-left : 1px solid #404040;
border-right : 1px solid #404040;
}
.tablebg10 {
padding : 5px;
}
.tablebg_r {
background-color : transparent;
border-right : 1px solid #aab7c8;
}
.catdiv {
height : 28px;
margin : 0;
padding : 0;
border : 0;
background : white url('styles/twilightBB/theme/images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
background : white url('styles/twilightBB/theme/images/cellpic2_rtl.jpg') repeat-y scroll top right;
}
.cat {
height : 25px;
margin : 0;
padding : 0;
border-top : 1px solid #404040;
background-color : #a3a3a3;
background-image : url('styles/twilightBB/theme/images/cat-bottom.png');
text-indent : 4px;
}
.cat_chat {
height : 28px;
margin : 0;
padding : 0;
border-top : 1px solid #404040;
border-bottom : 1px solid #404040;
background-color : #abc4e5;
background-image : url('styles/twilightBB/theme/images/cat-bottom.png');
text-indent : 4px;
}
.catold {
height : 28px;
margin : 0;
padding : 0;
border-top : 1px solid #404040;
background-color : #6b8dba;
background-image : url('styles/twilightBB/theme/images/cat-bottom.png');
text-indent : 4px;
}
.cat_online {
font-size : 1.2em;
color: #404040;
margin : 0;
padding : 0;
border-top : 1px solid #404040;
border-bottom : 1px solid #404040;
background-color : #385d86;
background-image : url('styles/twilightBB/theme/images/bg.png');
text-indent : 4px;
padding-top: 0px;
padding-bottom: 2px;
}
.cat_online_top {
font-size : 1.2em;

margin : 0;
padding : 0;
/*border-top : 1px solid #404040;*/
border-bottom : 1px solid #404040;
background-color : #385d86;
background-image : url('styles/twilightBB/theme/images/bg.png');
text-indent : 4px;
padding-top: 0px;
padding-bottom: 2px;
}
.cat_online_top_2 {
font-size : 1.2em;
text-align: center;
margin : 0;
padding : 0;
border-top : 1px solid #404040;
border-bottom : 1px solid #404040;
background-color : #385d86;
background-image : url('styles/twilightBB/theme/images/bg2.png');
text-indent : 4px;
padding-top: 2px;
padding-bottom: 4px;
}
.cat_online_top_2_l {
font-size : 1.1em;
text-align: left;
margin : 0;
padding : 0;
border-top : 1px solid #404040;
border-bottom : 1px solid #404040;
background-color : #385d86;
background-image : url('styles/twilightBB/theme/images/bg2.png');
text-indent : 4px;
padding-top: 0px;
padding-bottom: 0px;
}

.row1 {
background-color : #cac9c9;
padding : 4px;
}
.row_footer {

padding-top : 10px;
padding-bottom : 20px;
background : url('styles/twilightBB/theme/images/foot.png') repeat-x top left;
}
.row11 {
background-color : #ccd9ea;
padding : 5px;
}
.row1_t {
background-color : #cac9c9;
padding : 4px;
/*border-top : 1px solid #404040;*/
height : 25px;
}
.row2 {
background-color : #cac9c9;
padding : 4px;
}
.row_announce {
background-color : #6b8dba;
padding : 2px;
background : url('styles/twilightBB/theme/images/bg_announce.png') repeat-x bottom;
border-bottom : 1px solid #404040;
}
.row_topic{
background-color : #6b8dba;
padding : 2px;
background : url('styles/twilightBB/theme/images/bg_announce.png') repeat-x bottom;
border-top : 1px solid #404040;
border-bottom : 1px solid #404040;
}

.row4 {
background-color : #dddddd;
border-left : 1px solid #404040;
border-right : 1px solid #404040;
border-bottom : 1px solid #404040;
border-top : 1px solid #404040;
padding : 7px;
}
.row_sort {
background-color : #dddddd;
border-top : 1px solid #404040;
padding : 2px;
}
.row_desc {
background-color : #eeeedd;
border-left : 1px solid #404040;
border-right : 1px solid #404040;
border-bottom : 1px solid #404040;
border-top : 1px solid #404040;
padding : 7px;
}
.row_select {
background-color : #eeeedd;
/*border-left : 1px solid #404040;
border-right : 1px solid #404040;*/
border-bottom : 1px solid #404040;
border-top : 1px solid #404040;
padding-top : 3px;
padding-bottom : 3px;
padding-left: 4px;
}
.poster_row {
background-color : #6b8dba;
padding : 4px;
}
.spacer {
background-color : #385d86;
background : url('styles/twilightBB/theme/images/c-f-c.png') repeat-x top left;

}
hr {
height : 1px;
border-width : 0;
background-color : #d1d7dc;
color : #d1d7dc;
}
.legend {
text-align : center;
margin : 0 auto;
}
.h-pag {
color : #000000;
font-size : 1.2em;
font-weight : bold;
text-align : left;
padding : 0 0 0 0;
}
a:link {
color : #636363;
text-decoration : none;
}
a:active {
color : #636363;
text-decoration : none;
}
a:visited {
color : #636363;
text-decoration : none;
}
a:hover {
color : #808080;
text-decoration : none;
}



a.top_link, a.top_link:visited {
color : #ffffff;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 1em;
font-weight : bold;
text-decoration : none;
}
a.top_link:hover, a.top_link:active {
color : #808080;

font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 1em;
font-weight : bold;
text-decoration : none;
}



a.buttonlink, a.buttonlink:visited {
color : #d8e2ef;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 1em;
font-weight : bold;
text-decoration : none;
}
a.buttonlink:hover, a.buttonlink:active {
color : #ffffff;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 1em;
font-weight : bold;
text-decoration : none;
}
a.c-h-link, a.c-h-link:visited {
color : #4d4c46;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 1em;
font-weight : bold;
text-decoration : none;

}
a.c-h-link:hover, a.c-h-link:active {
color : #6f6e68;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 1em;
font-weight : bold;
text-decoration : none;
}
a.forumlink, a.forumlink:visited {
color : #4d4c46;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 1.2em;
font-weight : bold;
text-decoration : underline;
}
a.forumlink:hover, a.forumlink:active {
color : #6f6e68;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 1.2em;
font-weight : bold;
text-decoration : none;
}
a.topictitle, a.topictitle:visited {
color : #4d4c46;
margin : 1px 0;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight : bold;
font-size : 1.1em;
text-decoration : underline;
}
a.topictitle:hover, a.topictitle:active {
color : #6f6e68;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 1.1em;
font-weight : bold;
text-decoration : none;
}
a.m-buttons-link, a.m-buttons-link:visited {
color : #202020;
margin : 1px 0;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight : bold;
font-size : 0.9em;
text-decoration : none;
}
a.m-buttons-link:hover, a.m-buttons-link:active {
color : #656565;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 0.9em;
font-weight : bold;
text-decoration : none;
}
th a, th a:visited {
color : #000000 !important ;
text-decoration : none;
}
th a:hover {
color : #5588bb !important ;
text-decoration : underline;
}
form {
margin : 0;
padding : 0;
border : 0;
}
input {
color : #333333;
font-family : "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size : 1.1em;
font-weight : normal;
padding : 1px;
border : 1px solid #aeaeae;
background-color : #fafafa;
}

textarea {
background-color : #fafafa;
color : #333333;
font-family : "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size : 1.3em;
line-height : 1.4em;
font-weight : normal;
border : 1px solid #aeaeae;
padding : 2px;
}
textarea:viaited {
background-color : #fafafa;
color : #333333;
font-family : "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size : 1.3em;
line-height : 1.4em;
font-weight : normal;
border : 1px solid #aeaeae;
padding : 2px;
}
textarea:hover {
background-color : #d9d9d9;
color : #333333;
font-family : "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size : 1.3em;
line-height : 1.4em;
font-weight : normal;
border : 1px solid #aeaeae;
padding : 2px;
}
textarea:focus {
background-color : #d3d3d3;
color : #333333;
font-family : "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size : 1.3em;
line-height : 1.4em;
font-weight : normal;
border : 1px solid #404040;
padding : 2px;
}
select {
color : #333333;
background-color : #fafafa;
font-family : "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size : 1.1em;
font-weight : normal;
border : 1px solid #aeaeae;
padding : 1px;
}
option {
padding : 0 1em 0 0;
}
option.disabled-option {
color : GrayText;
}
.rtl option {
padding : 0 0 0 1em;
}
input.radio {
border : none;
background-color : transparent;
}
.post {
background-color : white;
border-style : solid;
border-width : 1px;
}

.post:visited{
background-color : white;
border : 1px solid;
}
.post:hover{
background-color : #d9d9d9;

}
.post:focus{
background-color : #d3d3d3;
border : 1px solid;
}


.btnbbcode {
color : #000000;
font-weight : normal;
font-size : 1.1em;
font-family : "Lucida Grande", Verdana, Helvetica, sans-serif;
background-color : #efefef;
border : 1px solid #666666;
}
.btnmain {
font-weight : bold;
background-color : #ececec;
border : 1px solid #505050;
cursor : pointer;
padding : 1px 5px;
font-size : 1.1em;
}
.btnmain:hover {
font-weight : bold;
background : url('styles/twilightBB/theme/images/c-h-c.png') repeat-x top left;
border : 1px solid #404040;
cursor : pointer;
padding : 1px 5px;
font-size : 1.1em;
}
.btnlite {
font-weight : normal;
background-color : #ececec;
border : 1px solid #aeaeae;
cursor : pointer;
padding : 1px 5px;
font-size : 1.1em;
}
.btnmain {
font-weight : bold;
background-color : #ececec;
background : url('styles/twilightBB/theme/images/btn.png') repeat-x left 0%;
border : 1px solid #505050;
cursor : pointer;
padding : 1px 5px;
font-size : 1.1em;
}
.btnmain:hover {
font-weight : bold;
color: #ffffff;
background-color : #ececec;
background : url('styles/twilightBB/theme/images/btn.png') repeat-x left 100%;
border : 1px solid #404040;
cursor : pointer;
padding : 1px 5px;
font-size : 1.1em;
}
.btnlite {
font-weight : normal;
background-color : #ececec;
background : url('styles/twilightBB/theme/images/btn.png') repeat-x left 0%;
border : 1px solid #505050;
cursor : pointer;
padding : 1px 5px;
font-size : 1.1em;
}
.btnlite:hover {
font-weight : normal;
color: #ffffff;
background-color : #ececec;
background : url('styles/twilightBB/theme/images/btn.png') repeat-x left 100%;
border : 1px solid #404040;
cursor : pointer;
padding : 1px 5px;
font-size : 1.1em;
}
.btnfile {
font-weight : normal;
background-color : #ececec;
border : 1px solid #aeaeae;
padding : 1px 5px;
font-size : 1.1em;
}
.helpline {
background-color : #dee3e7;
border-style : none;
}
.quotetitle {
color : #ffffff;
background : #252525 url('styles/twilightBB/theme/images/quote.png') repeat-x top right;
border : 1px solid #646464;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 0.9em;
font-weight : bold;
text-align : left;
padding : 5px;
margin-top : 10px;
}
.attachtitle {
color : #446688;
background : #aaccff url('styles/twilightBB/theme/images/bbc_zip.gif') no-repeat right 0%;
border : 1px solid #555555;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 0.9em;
font-weight : bold;
text-align : left;
padding : 5px;
margin-top : 10px;
}
.quotetitle .quotetitle {
font-size : 1em;
}
.quotecontent {
background : #eeeeee;
border : 1px solid #646464;
border-top : 0;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 0.9em;
text-align : left;
padding : 5px;
overflow : auto;
direction : ltr;
}
.quotecontent, .attachcontent {
background : #eeeeee;
border : 1px solid #646464;
border-top : 0;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 0.9em;
text-align : left;
padding : 5px;
overflow : auto;
direction : ltr;
}
.attachcontent {
font-size : 0.85em;
}
.codetitle {
color : #ffffff;
background : #252525 url('styles/twilightBB/theme/images/code.png') repeat-x top right;
border-top : 1px solid #404040;
border-left : 1px solid #404040;
border-right : 1px solid #404040;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 0.9em;
font-weight : bold;
text-align : left;
margin-top : 10px;
padding : 5px;
}
.codecontent {
color : #3a4f6c;
background : #fafafa;
border : 1px solid #404040;
border-top : 0;
font-family : 'Courier New', Monaco, monospace;
font-size : 0.9em;
font-weight : normal;
text-align : left;
padding : 5px;
overflow : auto;
direction : ltr;
}
.syntaxbg {
color : #ffffff;
}
.syntaxcomment {
color : #ff8000;
}
.syntaxdefault {
color : #0000bb;
}
.syntaxhtml {
color : #000000;
}
.syntaxkeyword {
color : #007700;
}
.syntaxstring {
color : #dd0000;
}
.pm_marked_colour {
background-color : #000000;
}
.pm_replied_colour {
background-color : #aeaeae;
}
.pm_friend_colour {
background-color : #007700;
}
.pm_foe_colour {
background-color : #dd0000;
}
img {
border : none;
}
.sep {
color : black;
background-color : #ffa34f;
}
table.colortable td {
padding : 0;
}
pre {
font-size : 1.1em;
font-family : Monaco, 'Courier New', monospace;
}
.nowrap {
white-space : nowrap;
}
.username-coloured {
font-weight : bold;
}
#msg > li.row1 {
display : block;
list-style-type : none;
margin : 0;
height : auto;
width : 98%;
float : left;
}
#msg > li.row2 {
display : block;
list-style-type : none;
margin : 0;
height : auto;
width : 98%;
float : left;
}
#msg > li > dl {
vertical-align : middle;
width : 100%;
}
#msg > li > dl > dt {
width : auto !important ;
white-space : nowrap;
margin-right : 2px;
}
#msg > li > dl > dd > input {
margin : 3px;
}
#msg > li > dl > dd#msgbody {
display : inline;
padding : 3px 0 1px 0 !important ;
vertical-align : middle;
float : none !important ;
}
#base_ul {
list-style : none;
margin-left : 0;
}
#dropmenudiv {
position : absolute;
border-left : 1px solid #404040;
border-top : 1px solid #404040;
border-right : 1px solid #404040;
font-family : verdana, sans-serif;
font-size : 11px;
line-height : 15px;
z-index : 100;
text-align : left;
margin : 0 0 0 0;

}
#dropmenudiv a {
width : 100%;
display : block;
text-indent : 10px;
padding : 5px 0;
text-decoration : none;
font-weight : bold;
color : #4d4c46;
background-color : #f0f5fa;
border-bottom : 1px solid #404040;
background : #252525 url('styles/twilightBB/theme/images/op_but.png') repeat-x right 0%;
}
#dropmenudiv a:hover {
color : #cdcdcd;
background : #6699cc url('styles/twilightBB/theme/images/op_but.png') repeat-x right 100%;
}
#lbOverlay {
position : absolute;
top : 0;
left : 0;
z-index : 99998;
width : 100%;
height : 500px;
}
#lbOverlay.grey {
background-color : #000000;
}
#lbMain {
position : absolute;
left : 0;
width : 100%;
z-index : 99999;
text-align : center;
line-height : 0;
}
#lbMain a img {
border : none;
}
#lbOuterContainer {
position : relative;
background-color : #ffffff;
width : 200px;
height : 200px;
margin : 0 auto;
}
#lbOuterContainer.grey {
border : 3px solid #888888;
}
#lbDetailsContainer {
font : 10px Verdana, Helvetica, sans-serif;
background-color : #ffffff;
width : 100%;
line-height : 1.4em;
overflow : auto;
margin : 0 auto;
}
#lbDetailsContainer.grey {
border : 3px solid #888888;
border-top : none;
}
#lbImageContainer, #lbIframeContainer {
padding : 10px;
}
#lbLoading {
position : absolute;
top : 45%;
left : 0%;
height : 32px;
width : 100%;
text-align : center;
line-height : 0;
background : url("styles/twilightBB/theme/images/lytebox/loading.gif") center 0%;
}
#lbHoverNav {
position : absolute;
top : 0;
left : 0;
height : 100%;
width : 100%;
z-index : 10;
}
#lbImageContainer > #lbHoverNav {
left : 0;
}
#lbHoverNav a {
outline : none;
}
#lbPrev {
width : 49%;
height : 100%;
background : transparent url("styles/twilightBB/theme/images/lytebox/blank.gif") no-repeat;
display : block;
left : 0;
float : left;
}
#lbPrev.grey:hover, #lbPrev.grey:visited:hover {
background : url("styles/twilightBB/theme/images/lytebox/prev_grey.gif") no-repeat left 15%;
}
#lbNext {
width : 49%;
height : 100%;
background : transparent url("styles/twilightBB/theme/images/lytebox/blank.gif") no-repeat;
display : block;
right : 0;
float : right;
}
#lbNext.grey:hover, #lbNext.grey:visited:hover {
background : url("styles/twilightBB/theme/images/lytebox/next_grey.gif") no-repeat right 15%;
}
#lbPrev2, #lbNext2 {
text-decoration : none;
font-weight : bold;
}
#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey {
color : #333333;
}
#lbPrev2_Off, #lbNext2_Off {
font-weight : bold;
}
#lbPrev2_Off.grey, #lbNext2_Off.grey {
color : #cccccc;
}
#lbDetailsData {
padding : 0 10px;
}
#lbDetailsData.grey {
color : #333333;
}
#lbDetails {
width : 60%;
float : left;
text-align : left;
}
#lbCaption {
display : block;
font-weight : bold;
}
#lbNumberDisplay {
float : left;
display : block;
padding-bottom : 1em;
}
#lbNavDisplay {
float : left;
display : block;
padding-bottom : 1em;
}
#lbClose {
width : 64px;
height : 28px;
float : right;
margin-bottom : 1px;
}
#lbClose.grey {
background : url("styles/twilightBB/theme/images/lytebox/close_grey.png") no-repeat;
}
#lbPlay {
width : 64px;
height : 28px;
float : right;
margin-bottom : 1px;
}
#lbPlay.grey {
background : url("styles/twilightBB/theme/images/lytebox/play_grey.png") no-repeat;
}
#lbPause {
width : 64px;
height : 28px;
float : right;
margin-bottom : 1px;
}
#lbPause.grey {
background : url("styles/twilightBB/theme/images/lytebox/pause_grey.png") no-repeat;
}
#image-resize {
padding : 3px 0 3px 0;
text-indent : 25px;
background : #ffffe1 url("styles/twilightBB/theme/images/img_warn.gif") no-repeat 99% 50%;
color : #000;
font-size : 0.8em;
border-top : #666666;
}
#image-resize a:hover {
color : #000000;
}
.thumbnail {
z-index : 0;
position : relative;
}
.thumbnail:hover {
background-color : transparent;
z-index : 50;
}
.thumbnail span {
position : absolute;
background-color : #292d38;
padding : 4px;
left : 0;
border : 1px solid #52513f;
display : none;
color : #ffffff;
text-decoration : none;
}
.thumbnail span img {
border-width : 0;
padding : 2px;
}
.thumbnail:hover span {
position : absolute;
display : block;
top : 20px;
left : 7px;
}



Danke schonmal ... LG, Sally.
Dateianhänge
zwei.jpg
zwei.jpg (9.24 KiB) 839-mal betrachtet
eins.jpg
eins.jpg (8.13 KiB) 839-mal betrachtet
Sally
Grünschnabel
Grünschnabel
 
Beiträge: 6
Registriert: 28.12.2013, 12:16

Re: Buttons fehlen

Beitragvon Sally » 01.01.2014, 15:27

So, nochwas, was m.E. nach eine Ähnliche Problematik ist...

Ich hab da nochmal Buttons ändern müssen und hochgeladen. Die Buttons sind aber in dem Falle schon im Forum vorhanden, aber die Farbe zu hell (weswegen ich sie änderte)... nun gibt es in den Grafiksammlungen (Styles) keine Möglichkeit diese auszutauschen, weil im Dropdownmenü diese scheinbar nicht existieren.

Da bräuchte ich auch entsprechende Hilfe.


Und: Es gibt im Forum keinen eigenen Pfad, wo die User hin und her klicken können... sowas bräuchte ich dann auch noch; bzw. Eure Hilfe ;) <-- Edith meint, dass sie blind ist... hab grad gesehen, dass es sowas doch gibt... Frage hat sich also erledigt. Mit ner Lupe hätt ich es ehr gesehen^^

Danke schonmal... Sally.
Dateianhänge
vierx.jpg
Solch eine Art von Pfad(en) meine ich
vierx.jpg (4.83 KiB) 837-mal betrachtet
dreix.jpg
Buttons im Adminbereich sind zu hell
dreix.jpg (1.12 KiB) 837-mal betrachtet
Sally
Grünschnabel
Grünschnabel
 
Beiträge: 6
Registriert: 28.12.2013, 12:16

Re: Buttons fehlen

Beitragvon chris » 03.01.2014, 19:35

ich glaub die buttons können nur bei den auf prosilver basierenden styles getauscht werden.
probier doch mal im original twilight style die buttons zu tauschen obs dort klappt
-> Kein support per PN !!
-> Bist du mit unserem Support zufrieden, dann werde Fan von xa-media auf Facebook
Benutzeravatar
chris
Administrator
Administrator
 
Beiträge: 17016
Registriert: 16.07.2003, 17:54
Wohnort: Gmunden


Zurück zu iphpbb3.com - Styles

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 1 Gast

cron