Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > Web Development
You last visited: Today at 23:06

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Website Umgestaltung

Discussion on Website Umgestaltung within the Web Development forum part of the Coders Den category.

Reply
 
Old   #1
 
bloody2009's Avatar
 
elite*gold: 15
Join Date: Feb 2010
Posts: 572
Received Thanks: 114
Website Umgestaltung

Servus,

habe eine Webseite von blau in rot umgestaltet. Jedoch weis ich grad nicht wie ich dieses blau von den Buttons weg bekomme.



Inhalt Style.css:
PHP Code:
  /*********************************/
 /************ Website ************/
/*********************************/
body {
    
background:rgb(131824url(../images/website/backgrounds/bg.pngcenter top repeat;

    
font:12px Helvetica67"Trebuchet MS"sans-serif;
    
color#000000;
    
font-size13px;
    
line-height1.5em;
    
text-shadow1px 1px 0 hsla(00%, 100%, 1);
}
body:beforebody:after {
    
positionfixed;
    
left0;
    
width100%;
    
height10px;
    
content"";
    
z-index100;

    -
webkit-box-shadow0 0 10px rgba(0,255,255,1);
    -
moz-box-shadow0 0 10px rgba(0,255,255,1);
    
box-shadow0 0 10px rgba(0,255,255,1);
}
body:before {
    
top: -10px;
}
body:after {
    
bottom: -10px;
}
.
overlay_box_top_button {
    
width38px;
    
height38px;
    
backgroundurl('../images/website/overlay/button.png'repeat-x transparent 0 0;

    
positionfixed;
    
right24pxtop8px;
    
cursorpointer;
    
z-index2;
}
.
overlay_box_top_button:hover {background-position:-38px;}.overlay_box_top_button:active, .overlay_box_top_button:focus {background-position:-76px;}
.
website {
    
max-width1400pxmin-width1080px;
    
background:url(../images/website/backgrounds/abg.pngno-repeat center top;
    
margin0 auto;
    
positionrelative;
    
z-index0;
}
    .
website .page {
        
max-width1200pxmin-width1100px;
        
backgroundurl(../images/website/backgrounds/bbg.pngno-repeat center bottom;
        
margin0 autopadding-bottom150px;
    }
        .
website .pageContainer {
            
width1080px;
            
backgroundhsla(00%, 100%, 0.2);
            
margin0 autopadding0 10px 10px 10px;
            
border-left1px solid #c0c0c0;
            
border-right1px solid #c0c0c0;
            
border-radius5px; -webkit-border-radius5px; -moz-border-radius5px;
        }
            .
website .page .header {
                
width:501pxheight:135px;
                
background:url(../images/website/header/header.pngno-repeat bottom;
                
margin0 autopadding-top141px;
            }
            .
website .page .navigation {
                
width1080pxheight40px;
                
backgroundurl(../images/website/navigation/bg.pngno-repeat;
                
margin55px 0 7px 0padding30px 0 0 0;

                
text-aligncenter;
            }
                .
website .navigation a, .website .navigation a:focus {
                    
backgroundnone;
                    
padding9px 6pxmargin0 5px;
                    
border1px solid transparent;
                    
border-radius6px; -webkit-border-radius6px; -moz-border-radius6px;


                    
font-size17px;
                    
font-familyCatriel'Trebuchet MS'sans-serif;
                    
text-decorationnone;
                    
colorhsla(0100%, 100%, 1);
                    
text-shadow#000 1px 1px 0;

                    
transitionbackground 0.3s ease; -webkit-transitionbackground 0.3s ease; -moz-transitionbackground 0.3s ease; -o-transitionbackground 0.3s ease;
                }
                .
website .navigation a:hover {
                    
backgroundhsla(00%, 0%, 0.10);
                }
                .
website .navigation a:active {
                    
backgroundhsla(00%, 0%, 0.10);
                    
border1px solid hsla(0100%, 50%, 0.7);
                }
            .
website .page .contents {
                
width1078px;
                
margin0 auto;
            }
                .
website .page .contents .col {
                    
width260px;
                    
floatleft;
                }
                    .
website .page .contents .col .boxContainer {
                        
backgroundurl(../images/website/box/bg.pngrepeat-y top center #8B131F;
                        
padding7px;

                        
border1px solid hsla(085%, 50%);
                        
border-radius3px; -webkit-border-radius3px; -moz-border-radius3px;
                        
box-shadow0 0 0 1px rgba(0000.30); -webkit-box-shadow0 0 0 1px rgba(0000.30); -moz-box-shadow0 0 0 1px rgba(0000.30);
                    }
                        .
website .page .contents .col .boxContainer .box {
                            
backgroundhsla(00%, 92%, 1);
                            
padding5pxmargin-top8px;
                            
border1px solid rgba(0000.30);

                            
border-radius3px; -webkit-border-radius3px; -moz-border-radius3px;
                            
box-shadow0 0 0 1px hsla(085%, 50%); -webkit-box-shadow0 0 0 1px hsla(085%, 50%); -moz-box-shadow0 0 0 1px hsla(085%, 50%);
                        }
                            .
website .page .contents .col .boxContainer .box p.list {
                                
text-alignright;
                            }
                                .
website .page .contents .col .boxContainer .box p.list span.span {
                                    
width120px;
                                    
padding-left5px;

                                    
colorhsl(01%, 37%);
                                    
text-alignleft;
                                    
floatleft;
                                 }
                    .
website .page .contents .col .socialNetworks {
                        
width266pxheight40px;
                        
margin2px 0 0 0;
                        
backgroundurl(../images/website/footer/subfooter.pngno-repeat transparent center top;
                        
text-aligncenter;
                    }
                        .
website .page .contents .col .socialNetworks a {
                            
width42pxheight30px;
                            
backgroundurl(../images/website/footer/subfooterSocial.pngno-repeat transparent 42px 42px;
                            
margin0 auto;

                            
displayinline-block;
                            
vertical-aligntop;

                            
text-aligncenter;
                        }
                        .
website .page .contents .col .socialNetworks a:hover, .website .page .contents .socialNetworks a:active  {
                            
height34px;
                        }
                            .
website .page .contents .col .socialNetworks a.fb {
                                
background-position0 bottom;
                            }
                            .
website .page .contents .col .socialNetworks a.tw {
                                
background-position: -42px bottom;
                            }
                            .
website .page .contents .col .socialNetworks a.yt {
                                
background-position: -84px bottom;
                            }
                            .
website .page .contents .col .socialNetworks a.rs {
                                
background-position: -126px bottom;
                            }
                .
website .page .contents .main-col {
                    
width810px;
                    
floatright;
                }
                    .
website .page .contents .main-col .contentContainer {
                        
backgroundurl(../images/website/box/bg.pngrepeat-y top center #cd2d2d;
                        
padding7px;

                        
border1px solid hsla(085%, 50%);
                        
border-radius3px; -webkit-border-radius3px; -moz-border-radius3px;
                        
box-shadow0 0 0 1px rgba(0000.30); -webkit-box-shadow0 0 0 1px rgba(0000.30); -moz-box-shadow0 0 0 1px rgba(0000.30);
                    }
                        .
website .page .contents .main-col .content, .website .page .contents .main-col .slider {
                            
backgroundhsla(00%, 92%, 1);
                            
padding5px;
                            
border1px solid rgba(0000.30);
                            
border-radius3px; -webkit-border-radius3px; -moz-border-radius3px;
                            
box-shadow0 0 0 1px hsla(085%, 50%); -webkit-box-shadow0 0 0 1px hsla(085%, 50%); -moz-box-shadow0 0 0 1px hsla(085%, 50%);
                        }
                        .
website .page .contents .main-col .slider {
                            
width787px;
                            
padding1px;
                        }
            .
footer {
                
width1080px;
                
margin0 auto 10px autopadding0;

                
font11px"Trebuchet MS";
                
font-weightbold;
                
text-align:right;
                
colorhsl(00%, 0%);
            }
                .
footer .valids {
                    
floatright;
                    
margin-left20px;
                }
                    .
footer .valids img {
                        
margin0 3px;
                        
bordernone;

                        
opacity0.4;
                        
transitionopacity 0.6s ease; -webkit-transitionopacity 0.6s ease; -moz-transitionopacity 0.6s ease; -o-transitionopacity 0.6s ease;
                    }
                    .
footer .valids img:hover, .footer .valids img:focus, .footer .valids img:active {
                        
opacity1.0;
                    }
                .
footer .backlinks {
                    
floatright;
                    
margin-top:-4px;
                }
                    .
footer .backlinks a {
                        
font-family"Trebuchet MS"Verdanasans-serif;
                    }
            .
clear {
                
clearboth;
            }
            
p.clear {
                
clearboth;
                
width0height0;
                
margin0padding0;
                
visibilityhidden;
            }
  
/*********************************/
 /************ Website ************/
/*********************************/
div.table {
    
width100%;
    
font-size12px;
}
    
div.table .thead {
    }
    
div.table .tbody {
    }
        
div.table .thead .trdiv.table .tbody .tr {
            
height:18px;
            
margin0 0 4px 0padding4px 6px;
            
border-radius5px; -webkit-border-radius5px; -moz-border-radius5px;
        }
        
div.table .thead .tr {
            
backgroundrgba(0000.03);
            
border-bottom1px solid rgba(02552550.06);
        }
        
div.table .tbody .tr {
            
backgroundrgba(0000.06);
            
border-bottom1px solid rgba(02552550.12);
        }
            
div.table .thead .tr divdiv.table .tbody .tr div {
                
floatleft;
            }
        
div.table .thead .tr div {
            
font-weightbold;
        } 
Inhalt additional.css:
PHP Code:

  
/*********************************/
 /****** Pseudotags - Anfang ******/
/*********************************/
    /*::selection {background: hsla(0, 100%, 50%, 0.5);}*/
    
::-moz-selection {backgroundhsla(050%, 20%, 0.5);}
    ::-
webkit-input-placeholder {colorhsl(00%, 20%); text-shadownone;}
    ::-
moz-placeholder {colorhsl(00%, 20%); text-shadownone;}
    
/*::placeholder {color: hsl(0, 0%, 20%);}*/
  /*******************************/
 /****** Pseudotags - Ende ******/
/*******************************/






  /****************************************/
 /****** Einzelne Elemente - Anfang ******/
/****************************************/
    
img {border:none;}
    
ulol {margin:0padding:0 0 0 20px;}
    
li {margin:0padding:0;}
    
hr {height:1pxbackground:#c0c0c0; border:none; margin:10px 0;}
    
table {margin:0padding:0border-collapse:collapseborder-spacing:0border-style:none;}
    
tddiv{
        
margin:0padding:0
        
        
text-decorationnone;
        
font-weight:normal
        
cursor:default;
    }
    
fieldset {border:none;}
    
fieldset legend {font-weight:boldpadding:0;}
    
label {padding-top:10pxfloat:left;}
    
input{outlinenone;}
  
/**************************************/
 /****** Einzelne Elemente - Ende ******/
/**************************************/






  /************************************/
 /************** Fonts ***************/
/************************************/
    
@font-face {font-family:'Helvetica67'src:url('../fonts/Helvetica67.ttf'); font-weightnormalfont-stylenormal;}
    @
font-face {font-family:'HelveticaLT67'src:url('../fonts/HelveticaLT67.ttf'); font-weightnormalfont-stylenormal;}
    @
font-face {font-family:'Gothic'src:url('../fonts/Gothic.ttf'); font-weightnormalfont-stylenormal;}
    @
font-face {font-family:'Candara'src:url('../fonts/Candata.ttf'); font-weightnormalfont-stylenormal;}
    @
font-face {font-family:'Catriel'src:url('../fonts/Catriel.ttf'); font-weightnormalfont-stylenormal;}

    
a:activea:focusinput {outlinenone;}
    
aa:visited {font-family:'Helvetica67',Verdana,sans-serifcolor:hsl(30100%, 40%); font-weight:normaloutline:nonetext-decoration:nonetransitioncolor 0.3s linear 0s;}
    
a:hover {color:hsl(30100%, 50%); outline:none;}
    
a:activea:focus {text-decoration:none;}
    
    
h1h2h3h4 {
        
margin0 0 4px 0
        
font-family'Archivo',"Trebuchet MS",Verdana,sans-serif
        
colorhsl(30100%, 50%);
        
text-decorationunderline;
    }
    
h1 {font-size:18pxletter-spacing:1px;}
    
h2 {font-size:16px;}
    
h3 {font-size:14px;}
    
h4 {font-size:12pxtext-decorationnone;}
    
    
/*     Colors     */
    
.normalColor01 {color:hsl(180100%, 35%);}
    .
normalColor02 {color:hsl(180100%, 25%);}
    .
highlight01 {color:hsl(200100%, 50%);}
    .
highlight02 {colorhsl(30100%, 50%);}
    .
green {color:#11c908;}
    
.red  {color:#ff0000;}
    
.yellow {color:#ddb700;}
    
    /*     Sizes     */
    
.sechs {font-size:6px;}
    .
acht {font-size:8px;}
    .
zehn {font-size:10px;}
    .
elf {font-size:11px;}
    .
vierzehn {font-size:14px;}
    .
achtzehn {font-size:18px;}
    .
zweizwei {font-size:22px;}
    
    .
archivo {
        
font-family'Archivo Narrow'sans-serif;
    }
  
/************************************/
 /************** Fonts ***************/
/************************************/






  /****************************************/
 /***************** Misc *****************/
/****************************************/
    /*     Aligns and Styles     */
    
.left {text-align:left;} .center {text-align:center;} .right {text-align:right;}
    .
nound {text-decoration:none;} .und {text-decoration:underline;}
    .
kursiv {font-style:italic;} .bold {font-weight:bold;}
    
    
/*     Margin and Padding     */
    
.padding {padding-top30px;} .nopad {padding0;}
    .
marginTop{margin-top:30px;} .nomar {margin:0;}
    
    
/*     Widths     */
    
.w030 {width30px;} .w140 {width140px;} .w160 {width160px;} .w170 {width170px;}
    .
w190 {width190px;} .w220 {width220px;} .w200 {width200px;}
    
    .
p05 {width05%;} .p10 {width10%;} .p15 {width15%;} .p20 {width20%;} .p25 {width25%;} 
    .
p30 {width30%;} .p35 {width35%;} .p40 {width40%;} .p45 {width45%;} .p50 {width50%;} 
    .
p55 {width55%;} .p60 {width60%;} .p65 {width65%;} .p70 {width70%;} .p75 {width75%;} 
    .
p80 {width80%;} .p85 {width85%;} .p90 {width90%;} .p95 {width95%;} .p100 {width100%;}
  
/****************************************/
 /***************** Misc *****************/
/****************************************/






  /**************************************/
 /****** Einzelne Seiten - Anfang ******/
/**************************************/
    
.fail, .hint, .success {
        
min-height20px;
        
margin7px autopadding6px 6px 6px 32px;
        
border1px solid #b3a79b;
        
text-alignleft;
    }
    .
fail {
        
background#FFDDDD url(../images/icons/misc/fail.png) 9px 9px no-repeat;
        
color#CC3300;
    
}
    .
hint {
        
background#FFEEDE url(../images/icons/misc/hint.png) 9px 9px no-repeat;
        
color#CC9900;
    
}
    .
success {
        
background#DDFFDD url(../images/icons/misc/success.png) 9px 9px no-repeat;
        
color#33CC00;
    
}
        .
fail p.title, .hint p.title, .success p.title, .fail p.noticeTitle, .hint p.noticeTitle, .success p.noticeTitle {font-weight:boldtext-decoration:underline;}

    
span.span {
        
text-alignleft;
        
floatleft;
    }

    .
page_title {
        
margin0 0 15px 0padding8px 0 12px 0;
        
border-bottom1px solid #c0c0c0;
        
border-radius5px; -webkit-border-radius5px; -moz-border-radius5px;
        
        
colorhsla(0100%, 0%, 1);
        
font16px 'Archivo Narrow',Verdana,sans-serif;
        
font-weightbold;
        
text-aligncenter;
        
word-spacing2px;
        
letter-spacing1px;
    }
    
    .
modifiedDate {
        
margin-top:10px;
        
        
font-size10px;
        
font-styleitalic;
    }
    
    .
newsTitle {
        
height48px;
        
margin2px 0padding0 0 0 15px
        
        
font14px 'Archivo Narrow'sans-serif;
        
line-height3.5em;
        
colorhsl(0100%, 0%);
        
text-decorationnone;
        
cursorpointer
        
overflowhidden;

        
border1px solid #c0c0c0;
    
}
    .
newsContent {
        
padding7px;
        
border-radius4px; -webkit-border-radius4px; -moz-border-radius4px;

        
line-height1.5em;
    }
        .
newsContent .additionalInformation {
            
margin25px 0 0 0;
        }
        .
newsContent .additionalInformation, .newsContent .additionalInformation a {
            
font-size10px;
            
font-styleitalic;
            
line-height1.3em;
        }
    .
newsTitle:hover, .newsTitle:active, .newsTitle:focus, .newsOpened {
        
colorhsl(30100%, 50%);
    }

    .
boxesContent ul.accountpanelNavigation {
        
width100%;
        
margin0 0 0 14pxpadding0;
        
        
colorhsl(2520%, 55%);
        
text-align:left;
        list-
style-type:square;
    }

    
input.votebutton {
        
floatleft;
    }
    .
voteNotice {
        
line-height1.4em;
    }
    
    
a.weiterleitung {
        
width195pxheight38px;
        
backgroundtransparent url(../images/website/buttons/redirect.pngno-repeat;
        
margin-left20pxpadding17px 0 0 20px;
        
        
text-alignleft;
        
displayinline-block;
        
cursorpointer;
        
floatright;

        
color#000000;
    
}
    
a.weiterleitung:activea.weiterleitung:focus {
        
background-position:-55px;
    }
    
    .
downloadContainer {
        
text-align:center;
    }
        
a.download {
            
width155pxheight55px;
            
backgroundtransparent url(../images/website/buttons/download.pngno-repeat;
            
margin4pxpadding13px 0 0 60px;

            
color#000000;

            
font-family'HelveticaLT67',"Trebuchet MS",Verdana,sans-serif
            
text-alignleft
            
displayinline-block;
            
line-height1.3em;
        }
            
a.download:hover {
                
colorhsl(3050%, 50%);
            }
            
a.download:active {
                
background-position-68px;
            }
 
    .
characterWindow {
        
width30%;
        
backgroundhsla(00%, 0%, 0.05);
        
margin5pxpadding5px;
        
border-radius4px; -webkit-border-radius4px; -moz-border-radius4px;
        
        
floatleft;
    }
        .
characterWindow p {
            
floatleft;
        }
            .
characterWindow p.name {
                
font-weightbold;
                
floatleft;
            }
            .
characterWindow p.rank {
                
font-weightbold;
                
floatright;
            }
    
    .
accPanelInformation {
        
width50%;
        
floatleft;
    }
        .
accPanelInformation span.title1 {
            
width:140px;
            
            
font-weight:bold;
            
float:left;
        }
        .
accPanelInformation span.title2 {
            
width:160px;
            
            
font-weight:bold;
            
float:left;
        }

    .
shopBorder {
        
margin-top10pxpadding-top10px;
        
border-top1px dashed #c0c0c0;

        
displaynone;
    }
    
#itemDetailsContainer {
    
}
        
#itemDetailsContainer img.itemDetailsIcon {
            
max-width60pxmax-height120px;
            
padding10px 0;
        }
        
#itemDetailsContainer .itemDetails {
            
width50%;
            
floatleft;
        }
            
#itemDetailsContainer .itemDetails div {
                
font-weightbold;
                
min-height24px;
            }
                
#itemDetailsContainer .itemDetails div span {
                    
width206px;

                    
floatright;
                    
text-alignleft;
                    
font-weightnormal;
                }
                
#itemDetailsContainer .itemDetails div ul {
                    
width192px;

                    
floatright;
                    
text-alignleft;
                    
font-weightnormal;
                }
        
#itemDetailsContainer .itemDescription {
            
width45%;
            
floatright;
        }
        
#itemDetailsContainer .buy, #itemDetailsContainer .gift {
            
margin10px 0 0 0;
            
border-top1px dashed #c0c0c0;
        
}
        
#itemDetailsContainer .buy {
            
padding5px 20px 5px 10px;
            
border-right1px dashed #c0c0c0;

            
floatleft;
        }
        
#itemDetailsContainer .gift {
            
padding5px 10px 5px 20px;
            
border-left1px dashed #c0c0c0;

            
floatright;
        }
    .
singleItem {
        
width210px;
        
margin5pxpadding5px;
        
border-radius4px;

        
floatleft;
        
cursorpointer;
    }
        .
singleItem.buy:hover {
            
backgroundhsla(120100%, 50%, 0.03);
        }
        .
singleItem.none:hover {
            
backgroundhsla(00%, 0%, 0.2);
        }
        .
singleItem.nobuy:hover {
            
backgroundhsla(0100%, 50%, 0.06);
        }
    .
singleItem.active {
        
backgroundhsla(00%, 0%, 0.1);
    }
        .
singleItem img.itemIcon {
            
max-width32pxmax-height32px;
            
margin0 10px 0 0;

            
floatleft;
        }
        .
singleItem .itemShortDesc{
            
margin-top5px;
        }

    
p.stepbystep {
        
margin-bottom30px;
    }
    
    .
ticket {
    }
        .
ticket .thead {
        }
            .
ticket .thead .tr div {
                
cursor:pointer;
            }
        .
ticket .tbody {
            
backgroundhsla(00%, 0%, 0.4);
            
margin0 0 3px 0padding7px;
            
border-radius4px; -webkit-border-radius4px; -moz-border-radius4px;
        
            
display:none;
        }
            .
ticket .tbody .mainText {
                
padding-bottom:10px;
            }
            .
ticket .tbody .sub {
                
margin:10px 50px;
            }
                .
ticket .tbody .sub .subText {
                    
margin:30px 0;
                }

    
div.loadingImage {
        
margin-top10px;
        
height330px;
        
vertical-alignmiddle;
        
text-aligncenter;
    }
  
/************************************/
 /****** Einzelne Seiten - Ende ******/
/************************************/






  /********************************/
 /****** Formulare - Anfang ******/
/********************************/
    
form.formDonation {
        
width:405px
        
margin10px auto 0 autopadding:7px;
        
border1px solid #c0c0c0;
        
border-radius4px;    -webkit-border-radius4px; -moz-border-radius4px;
        
display:none;
    }
    
form.configurationForm label {
        
float:leftwidth:230px;
    }

    
label.labelRegistrationspan.labelRegistration {float:leftwidth:190px;}
    
label.px170span.px170 {float:leftwidth:170px;}
    
label.px140span.px140 {float:leftwidth:140px;}
    
label.px120span.px120 {float:leftwidth:120px;}

    
textarea {
        
background:hsla(08%, 5%, 1); 
        
padding:3px
        
border:1px #231a1a solid;
        
        
colorhsl(2520%, 55%); 
        
font-family"Trebuchet MS",Helvetica,sans-serif
        
font-size12px;
        
font-weight:normal
        
text-decoration:none;
    }
        
select.small {
            
width:220px;
            
background:url('../images/forms/fields/220.png'no-repeat transparent;
        }
    
input[type=text].w030input[type=number].w030 {
        
width30px;
        
background:url('../images/forms/fields/030.png'no-repeat transparent;
    }
    
input[type=text], input[type=email], input[type=number], input[type=password], input[type=date], select {
        
width200px;
        
backgroundtransparent;
        
margin-top5pxpadding5px 10px;
        
border1px solid #c0c0c0;
        
border-radius3px; -webkit-border-radius3px; -moz-border-radius3px;
        
        
font-size11px;
        
text-shadow:1px 1px 0 hsl(00%, 100%);
    }
    
select {
        
width222pxheight30px;
    }


    
input[type=submit] {
        
height27px;
        
backgroundurl(../images/website/form/button.pngrepeat-x 0 0 transparent;
        
margin5px 0 0 0padding0 10px 2px 10px;
        
border1px solid hsl(19080%, 75%);
        
border-radius4px; -webkit-border-radius4px; -moz-border-radius4px;
        
box-shadow0 0 0 1px hsla(00%, 0%, 0.2); -webkit-box-shadow0 0 0 1px hsla(00%, 0%, 0.2); -moz-box-shadow0 0 0 1px hsla(00%, 0%, 0.2);

        
color#ffffff;
        
font14px Catriel,Verdana,sans-serif;
        
text-decorationnone;
        
text-shadowhsla(00%, 0%, 11px 1px;
        
cursorpointer;
    }
    
input[type=submit]:hoverinput[type=submit]:focus {border1px solid hsl(18580%, 60%); background-position-28px;}
    
input[type=submit]:active {border1px solid hsl(185100%, 60%); background-position-56px;}
    
input[type=submit]:disabled {border1px solid hsl(20100%, 80%); background-position-84pxcursor: default;}

    
a.inputButton {
        
backgroundurl(../images/website/form/button.pngrepeat-x center 0;
        
margin5px 0 0 0padding3px 9px;
        
border1px solid hsl(19080%, 75%);
        
border-radius4px; -webkit-border-radius4px; -moz-border-radius4px;
        
box-shadow0 0 0 1px hsla(00%, 0%, 0.2); -webkit-box-shadow0 0 0 1px hsla(00%, 0%, 0.2); -moz-box-shadow0 0 0 1px hsla(00%, 0%, 0.2);

        
color#ffffff;
        
font14px Catriel,Verdana,sans-serif;
        
text-decorationnone;
        
text-shadow#000000 1px 1px;
        
cursorpointer;

        
text-aligncenter;
        
displayblock;
    }
    
a.inputButton:hovera.inputButton:focus {border1px solid hsl(18580%, 60%); background-position:center -28px;}
    
a.inputButton:active {border1px solid hsl(185100%, 60%); background-position:center -56px;}

    
a.contentButton {
        
height18px;
        
margin5px 3px 0padding4px 5px 3px 5px;
        
border1px solid #c0c0c0;
        
border-radius4px; -webkit-border-radius4px; -moz-border-radius4px;

        
color#000000;
        
font13px Catriel,Verdana,sans-serif;
        
text-decorationnone;
        
displayinline-block;
        
cursorpointer;
        
vertical-aligntop;
    }
    
a.contentButton:hovera.contentButton:focusa.contentButton:activea.contentButton.active {text-shadow#000000 1px 1px; color: #ffffff; background: url(../images/website/buttons/linkButton.png) repeat-x 0 -25px;}
  /******************************/
 /****** Formulare - Ende ******/
/******************************/ 
Inhalt lightbox.css:
PHP Code:
/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  
positionabsolute;
  
top0;
  
left0;
  
z-index9999;
  
background-colorblack;
  
opacity0.85;
  
displaynone;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  
positionabsolute;
  
left0;
  
width100%;
  
z-index10000;
  
text-aligncenter;
  
line-height0;
  
font-family"lucida grande"tahomaverdanaarialsans-serif;
  
font-weightnormal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  
widthauto;
  
heightauto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  
bordernone;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  
positionrelative;
  
background-colorwhite;
  
width250px;
  
height250px;
  
margin0 auto;
  -
webkit-border-radius4px;
  -
moz-border-radius4px;
  -
ms-border-radius4px;
  -
o-border-radius4px;
  
border-radius4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  
displaytable;
  
clearboth;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  
padding10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  
positionabsolute;
  
top40%;
  
left0;
  
height25%;
  
width100%;
  
text-aligncenter;
  
line-height0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  
positionabsolute;
  
top0;
  
left0;
  
height100%;
  
width100%;
  
z-index10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  
left0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  
outlinenone;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  
width49%;
  
height100%;
  
background-imageurl("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  
/* Trick IE into showing hover */
  
displayblock;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  
left0;
  
floatleft;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  
right0;
  
floatright;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  
backgroundurl(../images/icons/misc/prev.pngleft 48no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  
backgroundurl(../images/icons/misc/next.pngright 48no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  
margin0 auto;
  
padding-top5px;
  
width100%;
    
border-bottom-left-radius4px;
  -
moz-border-radius-bottomleft4px;
  -
webkit-border-bottom-left-radius4px;
  -
ms-border-bottom-left-radius4px;
  -
o-border-bottom-left-radius4px;
  -
moz-border-radius-bottomright4px;
  -
webkit-border-bottom-right-radius4px;
  -
ms-border-bottom-right-radius4px;
  -
o-border-bottom-right-radius4px;
  
border-bottom-right-radius4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  
displaytable;
  
clearboth;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  
padding0 10px;
  
color#bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  
width85%;
  
floatleft;
  
text-alignleft;
  
line-height1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  
font-size13px;
  
font-weightbold;
  
line-height1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  
displayblock;
  
clearleft;
  
padding-bottom1em;
  
font-size11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  
width35px;
  
floatright;
  
padding-bottom0.7em;
  
outlinenone;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  
cursorpointer;

Inhalt reset.css:
PHP Code:
    /**
    * Eric Meyer's Reset CSS v2.0 ([url=http://meyerweb.com/eric/tools/css/reset/]CSS Tools: Reset CSS[/url])
    * [url=http://www.cssportal.com]CSS Portal - Templates, Tutorials, Books, Software, Code Examples - CSS Portal[/url]
    */
    
htmlbodydivspanappletobjectiframe,
    
h1h2h3h4h5h6pblockquotepre,
    
aabbracronymaddressbigcitecode,
    
deldfnemimginskbdqssamp,
    
smallstrikestrongsubsuptt, var,
    
buicenter,
    
dldtddolulli,
    
fieldsetformlabellegend,
    
tablecaptiontbodytfoottheadtrthtd,
    
articleasidecanvasdetailsembed,
    
figurefigcaptionfooterheaderhgroup,
    
menunavoutputrubysectionsummary,
    
timemarkaudiovideo {
    
margin0;
    
padding0;
    
border0;
    
font-size100%;
    
fontinherit;
    
vertical-alignbaseline;
    }
    
/* HTML5 display-role reset for older browsers */
    
articleasidedetailsfigcaptionfigure,
    
footerheaderhgroupmenunavsection {
    
displayblock;
    }
    
body {
    
line-height1;
    }
    
blockquote{
    
quotesnone;
    }
    
blockquote:beforeblockquote:after,
    
q:beforeq:after {
    
content'';
    
contentnone;
    }
    
table {
    
border-collapsecollapse;
    
border-spacing0;
    } 
Inhalt slider.css:
PHP Code:

    
.slider div {
        
height270px;
        
positionrelative
        
overflowhidden;
    }
        .
slider div.nextImage, .slider div.previousImage {
            
width33pxheight45px;
            
margin0 10px;
            
            
cursor:pointer;
            
positionabsolute
            
z-index2
            
displayblock
            
top114px;
            
            
opacity0.7
            
transitionopacity .6s ease-in-out;
            -
webkit-transitionall 0.6s ease
            -
moz-transitionall 0.6s ease
            -
o-transitionall 0.6s ease;
        }
        .
slider div.nextImage {
            
background:url(../images/icons/misc/next.pngno-repeat center left;
            
margin-left:0;
            
right0;
        }
            .
slider div.nextImage:hover {
                
opacity1;
                
transitionopacity .25s ease-in-out;
                -
moz-transitionopacity .25s ease-in-out;
                -
webkit-transitionopacity .25s ease-in-out;
                -
o-transitionall 0.25s ease;
            }
        .
slider div.previousImage {
            
background:url(../images/icons/misc/prev.pngno-repeat center right;
            
margin-right:0;
            
left0;
        }
            .
slider div.previousImage:hover {
                
opacity1;
                
transitionopacity .25s ease-in-out;
                -
moz-transitionopacity .25s ease-in-out;
                -
webkit-transitionopacity .25s ease-in-out;
                -
o-transitionall 0.25s ease;
            }
        .
slider div.thumbs {
            
position:absolute
            
z-index:2
            
bottom:10px
            
right:48%;
            
vertical-alignmiddle
            
padding:10px;
            -
webkit-border-top-left-radius5px;
            -
webkit-border-top-right-radius5px;
            -
moz-border-radius-topleft5px;
            -
moz-border-radius-topright5px;
            
border-top-left-radius5px;
            
border-top-right-radius5px;
            
background#ffa90a; /* Old browsers */
            
background: -moz-linear-gradient(top#ffa90a 0%, #fe6e09 100%); /* FF3.6+ */
            
background: -webkit-gradient(linearleft topleft bottomcolor-stop(0%,#ffa90a), color-stop(100%,#fe6e09)); /* Chrome,Safari4+ */
            
background: -webkit-linear-gradient(top#ffa90a 0%,#fe6e09 100%); /* Chrome10+,Safari5.1+ */
            
background: -o-linear-gradient(top#ffa90a 0%,#fe6e09 100%); /* Opera 11.10+ */
            
background: -ms-linear-gradient(top#ffa90a 0%,#fe6e09 100%); /* IE10+ */
            
backgroundlinear-gradient(to bottom#ffa90a 0%,#fe6e09 100%); /* W3C */
        
}
            .
slider div.thumbs a {
                
display:block
                
margin-left:5px
                
float:left
                
font-family:VerdanaGenevasans-serif
                
font-size:9px
                
text-decoration:none
                
padding:4px 7px
                
background:url(slidebox_thumb.png); 
                
color:#fff; 
                
text-indent:0;
                -
webkit-border-radius100px;
                -
moz-border-radius100px;
                
border-radius100px;
                -
moz-box-shadowinset 0 0 10px #000000;
               
-webkit-box-shadowinset 0 0 10px #000000;
                
box-shadowinset 0 0 10px #000000;
                
border:1px solid #6a3814;
            
}
                .
slider div.thumbs a:hover{
                    
background:#b86224;
                    
color:#e16913;
                
}
            .
slider div.thumbs .thumbActive{
                
background:#b86224; 
                
color:#e16913; 
                
display:block
                
margin-left:5px
                
float:left
                
font-family:VerdanaGenevasans-serif
                
font-size:9px
                
text-decoration:none
                
padding:4px 7px;
            }
        .
slider div ul {
            
margin0;
            
padding0;
        }
            .
slider div ul li {
                
position:relative
                
left:0;  
                
float:left;
                list-
stylenone;
                
font-family:VerdanaGenevasans-serif;
                
font-size:13px;
            }
                .
slider div ul li img{
                    
width790pxheight270px;
                } 


Wäre nett wenn mir jmd helfen könnte

Liebe Grüße
bloody2009
bloody2009 is offline  
Old 04/21/2017, 23:00   #2


 
False's Avatar
 
elite*gold: 0
The Black Market: 243/0/0
Join Date: Apr 2011
Posts: 11,118
Received Thanks: 2,435
Quote:
Originally Posted by bloody2009 View Post
Servus,

habe eine Webseite von blau in rot umgestaltet. Jedoch weis ich grad nicht wie ich dieses blau von den Buttons weg bekomme.



Inhalt Style.css:
PHP Code:
  /*********************************/
 /************ Website ************/
/*********************************/
body {
    
background:rgb(131824url(../images/website/backgrounds/bg.pngcenter top repeat;

    
font:12px Helvetica67"Trebuchet MS"sans-serif;
    
color#000000;
    
font-size13px;
    
line-height1.5em;
    
text-shadow1px 1px 0 hsla(00%, 100%, 1);
}
body:beforebody:after {
    
positionfixed;
    
left0;
    
width100%;
    
height10px;
    
content"";
    
z-index100;

    -
webkit-box-shadow0 0 10px rgba(0,255,255,1);
    -
moz-box-shadow0 0 10px rgba(0,255,255,1);
    
box-shadow0 0 10px rgba(0,255,255,1);
}
body:before {
    
top: -10px;
}
body:after {
    
bottom: -10px;
}
.
overlay_box_top_button {
    
width38px;
    
height38px;
    
backgroundurl('../images/website/overlay/button.png'repeat-x transparent 0 0;

    
positionfixed;
    
right24pxtop8px;
    
cursorpointer;
    
z-index2;
}
.
overlay_box_top_button:hover {background-position:-38px;}.overlay_box_top_button:active, .overlay_box_top_button:focus {background-position:-76px;}
.
website {
    
max-width1400pxmin-width1080px;
    
background:url(../images/website/backgrounds/abg.pngno-repeat center top;
    
margin0 auto;
    
positionrelative;
    
z-index0;
}
    .
website .page {
        
max-width1200pxmin-width1100px;
        
backgroundurl(../images/website/backgrounds/bbg.pngno-repeat center bottom;
        
margin0 autopadding-bottom150px;
    }
        .
website .pageContainer {
            
width1080px;
            
backgroundhsla(00%, 100%, 0.2);
            
margin0 autopadding0 10px 10px 10px;
            
border-left1px solid #c0c0c0;
            
border-right1px solid #c0c0c0;
            
border-radius5px; -webkit-border-radius5px; -moz-border-radius5px;
        }
            .
website .page .header {
                
width:501pxheight:135px;
                
background:url(../images/website/header/header.pngno-repeat bottom;
                
margin0 autopadding-top141px;
            }
            .
website .page .navigation {
                
width1080pxheight40px;
                
backgroundurl(../images/website/navigation/bg.pngno-repeat;
                
margin55px 0 7px 0padding30px 0 0 0;

                
text-aligncenter;
            }
                .
website .navigation a, .website .navigation a:focus {
                    
backgroundnone;
                    
padding9px 6pxmargin0 5px;
                    
border1px solid transparent;
                    
border-radius6px; -webkit-border-radius6px; -moz-border-radius6px;


                    
font-size17px;
                    
font-familyCatriel'Trebuchet MS'sans-serif;
                    
text-decorationnone;
                    
colorhsla(0100%, 100%, 1);
                    
text-shadow#000 1px 1px 0;

                    
transitionbackground 0.3s ease; -webkit-transitionbackground 0.3s ease; -moz-transitionbackground 0.3s ease; -o-transitionbackground 0.3s ease;
                }
                .
website .navigation a:hover {
                    
backgroundhsla(00%, 0%, 0.10);
                }
                .
website .navigation a:active {
                    
backgroundhsla(00%, 0%, 0.10);
                    
border1px solid hsla(0100%, 50%, 0.7);
                }
            .
website .page .contents {
                
width1078px;
                
margin0 auto;
            }
                .
website .page .contents .col {
                    
width260px;
                    
floatleft;
                }
                    .
website .page .contents .col .boxContainer {
                        
backgroundurl(../images/website/box/bg.pngrepeat-y top center #8B131F;
                        
padding7px;

                        
border1px solid hsla(085%, 50%);
                        
border-radius3px; -webkit-border-radius3px; -moz-border-radius3px;
                        
box-shadow0 0 0 1px rgba(0000.30); -webkit-box-shadow0 0 0 1px rgba(0000.30); -moz-box-shadow0 0 0 1px rgba(0000.30);
                    }
                        .
website .page .contents .col .boxContainer .box {
                            
backgroundhsla(00%, 92%, 1);
                            
padding5pxmargin-top8px;
                            
border1px solid rgba(0000.30);

                            
border-radius3px; -webkit-border-radius3px; -moz-border-radius3px;
                            
box-shadow0 0 0 1px hsla(085%, 50%); -webkit-box-shadow0 0 0 1px hsla(085%, 50%); -moz-box-shadow0 0 0 1px hsla(085%, 50%);
                        }
                            .
website .page .contents .col .boxContainer .box p.list {
                                
text-alignright;
                            }
                                .
website .page .contents .col .boxContainer .box p.list span.span {
                                    
width120px;
                                    
padding-left5px;

                                    
colorhsl(01%, 37%);
                                    
text-alignleft;
                                    
floatleft;
                                 }
                    .
website .page .contents .col .socialNetworks {
                        
width266pxheight40px;
                        
margin2px 0 0 0;
                        
backgroundurl(../images/website/footer/subfooter.pngno-repeat transparent center top;
                        
text-aligncenter;
                    }
                        .
website .page .contents .col .socialNetworks a {
                            
width42pxheight30px;
                            
backgroundurl(../images/website/footer/subfooterSocial.pngno-repeat transparent 42px 42px;
                            
margin0 auto;

                            
displayinline-block;
                            
vertical-aligntop;

                            
text-aligncenter;
                        }
                        .
website .page .contents .col .socialNetworks a:hover, .website .page .contents .socialNetworks a:active  {
                            
height34px;
                        }
                            .
website .page .contents .col .socialNetworks a.fb {
                                
background-position0 bottom;
                            }
                            .
website .page .contents .col .socialNetworks a.tw {
                                
background-position: -42px bottom;
                            }
                            .
website .page .contents .col .socialNetworks a.yt {
                                
background-position: -84px bottom;
                            }
                            .
website .page .contents .col .socialNetworks a.rs {
                                
background-position: -126px bottom;
                            }
                .
website .page .contents .main-col {
                    
width810px;
                    
floatright;
                }
                    .
website .page .contents .main-col .contentContainer {
                        
backgroundurl(../images/website/box/bg.pngrepeat-y top center #cd2d2d;
                        
padding7px;

                        
border1px solid hsla(085%, 50%);
                        
border-radius3px; -webkit-border-radius3px; -moz-border-radius3px;
                        
box-shadow0 0 0 1px rgba(0000.30); -webkit-box-shadow0 0 0 1px rgba(0000.30); -moz-box-shadow0 0 0 1px rgba(0000.30);
                    }
                        .
website .page .contents .main-col .content, .website .page .contents .main-col .slider {
                            
backgroundhsla(00%, 92%, 1);
                            
padding5px;
                            
border1px solid rgba(0000.30);
                            
border-radius3px; -webkit-border-radius3px; -moz-border-radius3px;
                            
box-shadow0 0 0 1px hsla(085%, 50%); -webkit-box-shadow0 0 0 1px hsla(085%, 50%); -moz-box-shadow0 0 0 1px hsla(085%, 50%);
                        }
                        .
website .page .contents .main-col .slider {
                            
width787px;
                            
padding1px;
                        }
            .
footer {
                
width1080px;
                
margin0 auto 10px autopadding0;

                
font11px"Trebuchet MS";
                
font-weightbold;
                
text-align:right;
                
colorhsl(00%, 0%);
            }
                .
footer .valids {
                    
floatright;
                    
margin-left20px;
                }
                    .
footer .valids img {
                        
margin0 3px;
                        
bordernone;

                        
opacity0.4;
                        
transitionopacity 0.6s ease; -webkit-transitionopacity 0.6s ease; -moz-transitionopacity 0.6s ease; -o-transitionopacity 0.6s ease;
                    }
                    .
footer .valids img:hover, .footer .valids img:focus, .footer .valids img:active {
                        
opacity1.0;
                    }
                .
footer .backlinks {
                    
floatright;
                    
margin-top:-4px;
                }
                    .
footer .backlinks a {
                        
font-family"Trebuchet MS"Verdanasans-serif;
                    }
            .
clear {
                
clearboth;
            }
            
p.clear {
                
clearboth;
                
width0height0;
                
margin0padding0;
                
visibilityhidden;
            }
  
/*********************************/
 /************ Website ************/
/*********************************/
div.table {
    
width100%;
    
font-size12px;
}
    
div.table .thead {
    }
    
div.table .tbody {
    }
        
div.table .thead .trdiv.table .tbody .tr {
            
height:18px;
            
margin0 0 4px 0padding4px 6px;
            
border-radius5px; -webkit-border-radius5px; -moz-border-radius5px;
        }
        
div.table .thead .tr {
            
backgroundrgba(0000.03);
            
border-bottom1px solid rgba(02552550.06);
        }
        
div.table .tbody .tr {
            
backgroundrgba(0000.06);
            
border-bottom1px solid rgba(02552550.12);
        }
            
div.table .thead .tr divdiv.table .tbody .tr div {
                
floatleft;
            }
        
div.table .thead .tr div {
            
font-weightbold;
        } 
Inhalt additional.css:
PHP Code:

  
/*********************************/
 /****** Pseudotags - Anfang ******/
/*********************************/
    /*::selection {background: hsla(0, 100%, 50%, 0.5);}*/
    
::-moz-selection {backgroundhsla(050%, 20%, 0.5);}
    ::-
webkit-input-placeholder {colorhsl(00%, 20%); text-shadownone;}
    ::-
moz-placeholder {colorhsl(00%, 20%); text-shadownone;}
    
/*::placeholder {color: hsl(0, 0%, 20%);}*/
  /*******************************/
 /****** Pseudotags - Ende ******/
/*******************************/






  /****************************************/
 /****** Einzelne Elemente - Anfang ******/
/****************************************/
    
img {border:none;}
    
ulol {margin:0padding:0 0 0 20px;}
    
li {margin:0padding:0;}
    
hr {height:1pxbackground:#c0c0c0; border:none; margin:10px 0;}
    
table {margin:0padding:0border-collapse:collapseborder-spacing:0border-style:none;}
    
tddiv{
        
margin:0padding:0
        
        
text-decorationnone;
        
font-weight:normal
        
cursor:default;
    }
    
fieldset {border:none;}
    
fieldset legend {font-weight:boldpadding:0;}
    
label {padding-top:10pxfloat:left;}
    
input{outlinenone;}
  
/**************************************/
 /****** Einzelne Elemente - Ende ******/
/**************************************/






  /************************************/
 /************** Fonts ***************/
/************************************/
    
@font-face {font-family:'Helvetica67'src:url('../fonts/Helvetica67.ttf'); font-weightnormalfont-stylenormal;}
    @
font-face {font-family:'HelveticaLT67'src:url('../fonts/HelveticaLT67.ttf'); font-weightnormalfont-stylenormal;}
    @
font-face {font-family:'Gothic'src:url('../fonts/Gothic.ttf'); font-weightnormalfont-stylenormal;}
    @
font-face {font-family:'Candara'src:url('../fonts/Candata.ttf'); font-weightnormalfont-stylenormal;}
    @
font-face {font-family:'Catriel'src:url('../fonts/Catriel.ttf'); font-weightnormalfont-stylenormal;}

    
a:activea:focusinput {outlinenone;}
    
aa:visited {font-family:'Helvetica67',Verdana,sans-serifcolor:hsl(30100%, 40%); font-weight:normaloutline:nonetext-decoration:nonetransitioncolor 0.3s linear 0s;}
    
a:hover {color:hsl(30100%, 50%); outline:none;}
    
a:activea:focus {text-decoration:none;}
    
    
h1h2h3h4 {
        
margin0 0 4px 0
        
font-family'Archivo',"Trebuchet MS",Verdana,sans-serif
        
colorhsl(30100%, 50%);
        
text-decorationunderline;
    }
    
h1 {font-size:18pxletter-spacing:1px;}
    
h2 {font-size:16px;}
    
h3 {font-size:14px;}
    
h4 {font-size:12pxtext-decorationnone;}
    
    
/*     Colors     */
    
.normalColor01 {color:hsl(180100%, 35%);}
    .
normalColor02 {color:hsl(180100%, 25%);}
    .
highlight01 {color:hsl(200100%, 50%);}
    .
highlight02 {colorhsl(30100%, 50%);}
    .
green {color:#11c908;}
    
.red  {color:#ff0000;}
    
.yellow {color:#ddb700;}
    
    /*     Sizes     */
    
.sechs {font-size:6px;}
    .
acht {font-size:8px;}
    .
zehn {font-size:10px;}
    .
elf {font-size:11px;}
    .
vierzehn {font-size:14px;}
    .
achtzehn {font-size:18px;}
    .
zweizwei {font-size:22px;}
    
    .
archivo {
        
font-family'Archivo Narrow'sans-serif;
    }
  
/************************************/
 /************** Fonts ***************/
/************************************/






  /****************************************/
 /***************** Misc *****************/
/****************************************/
    /*     Aligns and Styles     */
    
.left {text-align:left;} .center {text-align:center;} .right {text-align:right;}
    .
nound {text-decoration:none;} .und {text-decoration:underline;}
    .
kursiv {font-style:italic;} .bold {font-weight:bold;}
    
    
/*     Margin and Padding     */
    
.padding {padding-top30px;} .nopad {padding0;}
    .
marginTop{margin-top:30px;} .nomar {margin:0;}
    
    
/*     Widths     */
    
.w030 {width30px;} .w140 {width140px;} .w160 {width160px;} .w170 {width170px;}
    .
w190 {width190px;} .w220 {width220px;} .w200 {width200px;}
    
    .
p05 {width05%;} .p10 {width10%;} .p15 {width15%;} .p20 {width20%;} .p25 {width25%;} 
    .
p30 {width30%;} .p35 {width35%;} .p40 {width40%;} .p45 {width45%;} .p50 {width50%;} 
    .
p55 {width55%;} .p60 {width60%;} .p65 {width65%;} .p70 {width70%;} .p75 {width75%;} 
    .
p80 {width80%;} .p85 {width85%;} .p90 {width90%;} .p95 {width95%;} .p100 {width100%;}
  
/****************************************/
 /***************** Misc *****************/
/****************************************/






  /**************************************/
 /****** Einzelne Seiten - Anfang ******/
/**************************************/
    
.fail, .hint, .success {
        
min-height20px;
        
margin7px autopadding6px 6px 6px 32px;
        
border1px solid #b3a79b;
        
text-alignleft;
    }
    .
fail {
        
background#FFDDDD url(../images/icons/misc/fail.png) 9px 9px no-repeat;
        
color#CC3300;
    
}
    .
hint {
        
background#FFEEDE url(../images/icons/misc/hint.png) 9px 9px no-repeat;
        
color#CC9900;
    
}
    .
success {
        
background#DDFFDD url(../images/icons/misc/success.png) 9px 9px no-repeat;
        
color#33CC00;
    
}
        .
fail p.title, .hint p.title, .success p.title, .fail p.noticeTitle, .hint p.noticeTitle, .success p.noticeTitle {font-weight:boldtext-decoration:underline;}

    
span.span {
        
text-alignleft;
        
floatleft;
    }

    .
page_title {
        
margin0 0 15px 0padding8px 0 12px 0;
        
border-bottom1px solid #c0c0c0;
        
border-radius5px; -webkit-border-radius5px; -moz-border-radius5px;
        
        
colorhsla(0100%, 0%, 1);
        
font16px 'Archivo Narrow',Verdana,sans-serif;
        
font-weightbold;
        
text-aligncenter;
        
word-spacing2px;
        
letter-spacing1px;
    }
    
    .
modifiedDate {
        
margin-top:10px;
        
        
font-size10px;
        
font-styleitalic;
    }
    
    .
newsTitle {
        
height48px;
        
margin2px 0padding0 0 0 15px
        
        
font14px 'Archivo Narrow'sans-serif;
        
line-height3.5em;
        
colorhsl(0100%, 0%);
        
text-decorationnone;
        
cursorpointer
        
overflowhidden;

        
border1px solid #c0c0c0;
    
}
    .
newsContent {
        
padding7px;
        
border-radius4px; -webkit-border-radius4px; -moz-border-radius4px;

        
line-height1.5em;
    }
        .
newsContent .additionalInformation {
            
margin25px 0 0 0;
        }
        .
newsContent .additionalInformation, .newsContent .additionalInformation a {
            
font-size10px;
            
font-styleitalic;
            
line-height1.3em;
        }
    .
newsTitle:hover, .newsTitle:active, .newsTitle:focus, .newsOpened {
        
colorhsl(30100%, 50%);
    }

    .
boxesContent ul.accountpanelNavigation {
        
width100%;
        
margin0 0 0 14pxpadding0;
        
        
colorhsl(2520%, 55%);
        
text-align:left;
        list-
style-type:square;
    }

    
input.votebutton {
        
floatleft;
    }
    .
voteNotice {
        
line-height1.4em;
    }
    
    
a.weiterleitung {
        
width195pxheight38px;
        
backgroundtransparent url(../images/website/buttons/redirect.pngno-repeat;
        
margin-left20pxpadding17px 0 0 20px;
        
        
text-alignleft;
        
displayinline-block;
        
cursorpointer;
        
floatright;

        
color#000000;
    
}
    
a.weiterleitung:activea.weiterleitung:focus {
        
background-position:-55px;
    }
    
    .
downloadContainer {
        
text-align:center;
    }
        
a.download {
            
width155pxheight55px;
            
backgroundtransparent url(../images/website/buttons/download.pngno-repeat;
            
margin4pxpadding13px 0 0 60px;

            
color#000000;

            
font-family'HelveticaLT67',"Trebuchet MS",Verdana,sans-serif
            
text-alignleft
            
displayinline-block;
            
line-height1.3em;
        }
            
a.download:hover {
                
colorhsl(3050%, 50%);
            }
            
a.download:active {
                
background-position-68px;
            }
 
    .
characterWindow {
        
width30%;
        
backgroundhsla(00%, 0%, 0.05);
        
margin5pxpadding5px;
        
border-radius4px; -webkit-border-radius4px; -moz-border-radius4px;
        
        
floatleft;
    }
        .
characterWindow p {
            
floatleft;
        }
            .
characterWindow p.name {
                
font-weightbold;
                
floatleft;
            }
            .
characterWindow p.rank {
                
font-weightbold;
                
floatright;
            }
    
    .
accPanelInformation {
        
width50%;
        
floatleft;
    }
        .
accPanelInformation span.title1 {
            
width:140px;
            
            
font-weight:bold;
            
float:left;
        }
        .
accPanelInformation span.title2 {
            
width:160px;
            
            
font-weight:bold;
            
float:left;
        }

    .
shopBorder {
        
margin-top10pxpadding-top10px;
        
border-top1px dashed #c0c0c0;

        
displaynone;
    }
    
#itemDetailsContainer {
    
}
        
#itemDetailsContainer img.itemDetailsIcon {
            
max-width60pxmax-height120px;
            
padding10px 0;
        }
        
#itemDetailsContainer .itemDetails {
            
width50%;
            
floatleft;
        }
            
#itemDetailsContainer .itemDetails div {
                
font-weightbold;
                
min-height24px;
            }
                
#itemDetailsContainer .itemDetails div span {
                    
width206px;

                    
floatright;
                    
text-alignleft;
                    
font-weightnormal;
                }
                
#itemDetailsContainer .itemDetails div ul {
                    
width192px;

                    
floatright;
                    
text-alignleft;
                    
font-weightnormal;
                }
        
#itemDetailsContainer .itemDescription {
            
width45%;
            
floatright;
        }
        
#itemDetailsContainer .buy, #itemDetailsContainer .gift {
            
margin10px 0 0 0;
            
border-top1px dashed #c0c0c0;
        
}
        
#itemDetailsContainer .buy {
            
padding5px 20px 5px 10px;
            
border-right1px dashed #c0c0c0;

            
floatleft;
        }
        
#itemDetailsContainer .gift {
            
padding5px 10px 5px 20px;
            
border-left1px dashed #c0c0c0;

            
floatright;
        }
    .
singleItem {
        
width210px;
        
margin5pxpadding5px;
        
border-radius4px;

        
floatleft;
        
cursorpointer;
    }
        .
singleItem.buy:hover {
            
backgroundhsla(120100%, 50%, 0.03);
        }
        .
singleItem.none:hover {
            
backgroundhsla(00%, 0%, 0.2);
        }
        .
singleItem.nobuy:hover {
            
backgroundhsla(0100%, 50%, 0.06);
        }
    .
singleItem.active {
        
backgroundhsla(00%, 0%, 0.1);
    }
        .
singleItem img.itemIcon {
            
max-width32pxmax-height32px;
            
margin0 10px 0 0;

            
floatleft;
        }
        .
singleItem .itemShortDesc{
            
margin-top5px;
        }

    
p.stepbystep {
        
margin-bottom30px;
    }
    
    .
ticket {
    }
        .
ticket .thead {
        }
            .
ticket .thead .tr div {
                
cursor:pointer;
            }
        .
ticket .tbody {
            
backgroundhsla(00%, 0%, 0.4);
            
margin0 0 3px 0padding7px;
            
border-radius4px; -webkit-border-radius4px; -moz-border-radius4px;
        
            
display:none;
        }
            .
ticket .tbody .mainText {
                
padding-bottom:10px;
            }
            .
ticket .tbody .sub {
                
margin:10px 50px;
            }
                .
ticket .tbody .sub .subText {
                    
margin:30px 0;
                }

    
div.loadingImage {
        
margin-top10px;
        
height330px;
        
vertical-alignmiddle;
        
text-aligncenter;
    }
  
/************************************/
 /****** Einzelne Seiten - Ende ******/
/************************************/






  /********************************/
 /****** Formulare - Anfang ******/
/********************************/
    
form.formDonation {
        
width:405px
        
margin10px auto 0 autopadding:7px;
        
border1px solid #c0c0c0;
        
border-radius4px;    -webkit-border-radius4px; -moz-border-radius4px;
        
display:none;
    }
    
form.configurationForm label {
        
float:leftwidth:230px;
    }

    
label.labelRegistrationspan.labelRegistration {float:leftwidth:190px;}
    
label.px170span.px170 {float:leftwidth:170px;}
    
label.px140span.px140 {float:leftwidth:140px;}
    
label.px120span.px120 {float:leftwidth:120px;}

    
textarea {
        
background:hsla(08%, 5%, 1); 
        
padding:3px
        
border:1px #231a1a solid;
        
        
colorhsl(2520%, 55%); 
        
font-family"Trebuchet MS",Helvetica,sans-serif
        
font-size12px;
        
font-weight:normal
        
text-decoration:none;
    }
        
select.small {
            
width:220px;
            
background:url('../images/forms/fields/220.png'no-repeat transparent;
        }
    
input[type=text].w030input[type=number].w030 {
        
width30px;
        
background:url('../images/forms/fields/030.png'no-repeat transparent;
    }
    
input[type=text], input[type=email], input[type=number], input[type=password], input[type=date], select {
        
width200px;
        
backgroundtransparent;
        
margin-top5pxpadding5px 10px;
        
border1px solid #c0c0c0;
        
border-radius3px; -webkit-border-radius3px; -moz-border-radius3px;
        
        
font-size11px;
        
text-shadow:1px 1px 0 hsl(00%, 100%);
    }
    
select {
        
width222pxheight30px;
    }


    
input[type=submit] {
        
height27px;
        
backgroundurl(../images/website/form/button.pngrepeat-x 0 0 transparent;
        
margin5px 0 0 0padding0 10px 2px 10px;
        
border1px solid hsl(19080%, 75%);
        
border-radius4px; -webkit-border-radius4px; -moz-border-radius4px;
        
box-shadow0 0 0 1px hsla(00%, 0%, 0.2); -webkit-box-shadow0 0 0 1px hsla(00%, 0%, 0.2); -moz-box-shadow0 0 0 1px hsla(00%, 0%, 0.2);

        
color#ffffff;
        
font14px Catriel,Verdana,sans-serif;
        
text-decorationnone;
        
text-shadowhsla(00%, 0%, 11px 1px;
        
cursorpointer;
    }
    
input[type=submit]:hoverinput[type=submit]:focus {border1px solid hsl(18580%, 60%); background-position-28px;}
    
input[type=submit]:active {border1px solid hsl(185100%, 60%); background-position-56px;}
    
input[type=submit]:disabled {border1px solid hsl(20100%, 80%); background-position-84pxcursor: default;}

    
a.inputButton {
        
backgroundurl(../images/website/form/button.pngrepeat-x center 0;
        
margin5px 0 0 0padding3px 9px;
        
border1px solid hsl(19080%, 75%);
        
border-radius4px; -webkit-border-radius4px; -moz-border-radius4px;
        
box-shadow0 0 0 1px hsla(00%, 0%, 0.2); -webkit-box-shadow0 0 0 1px hsla(00%, 0%, 0.2); -moz-box-shadow0 0 0 1px hsla(00%, 0%, 0.2);

        
color#ffffff;
        
font14px Catriel,Verdana,sans-serif;
        
text-decorationnone;
        
text-shadow#000000 1px 1px;
        
cursorpointer;

        
text-aligncenter;
        
displayblock;
    }
    
a.inputButton:hovera.inputButton:focus {border1px solid hsl(18580%, 60%); background-position:center -28px;}
    
a.inputButton:active {border1px solid hsl(185100%, 60%); background-position:center -56px;}

    
a.contentButton {
        
height18px;
        
margin5px 3px 0padding4px 5px 3px 5px;
        
border1px solid #c0c0c0;
        
border-radius4px; -webkit-border-radius4px; -moz-border-radius4px;

        
color#000000;
        
font13px Catriel,Verdana,sans-serif;
        
text-decorationnone;
        
displayinline-block;
        
cursorpointer;
        
vertical-aligntop;
    }
    
a.contentButton:hovera.contentButton:focusa.contentButton:activea.contentButton.active {text-shadow#000000 1px 1px; color: #ffffff; background: url(../images/website/buttons/linkButton.png) repeat-x 0 -25px;}
  /******************************/
 /****** Formulare - Ende ******/
/******************************/ 
Inhalt lightbox.css:
PHP Code:
/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  
positionabsolute;
  
top0;
  
left0;
  
z-index9999;
  
background-colorblack;
  
opacity0.85;
  
displaynone;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  
positionabsolute;
  
left0;
  
width100%;
  
z-index10000;
  
text-aligncenter;
  
line-height0;
  
font-family"lucida grande"tahomaverdanaarialsans-serif;
  
font-weightnormal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  
widthauto;
  
heightauto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  
bordernone;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  
positionrelative;
  
background-colorwhite;
  
width250px;
  
height250px;
  
margin0 auto;
  -
webkit-border-radius4px;
  -
moz-border-radius4px;
  -
ms-border-radius4px;
  -
o-border-radius4px;
  
border-radius4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  
displaytable;
  
clearboth;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  
padding10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  
positionabsolute;
  
top40%;
  
left0;
  
height25%;
  
width100%;
  
text-aligncenter;
  
line-height0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  
positionabsolute;
  
top0;
  
left0;
  
height100%;
  
width100%;
  
z-index10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  
left0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  
outlinenone;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  
width49%;
  
height100%;
  
background-imageurl("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  
/* Trick IE into showing hover */
  
displayblock;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  
left0;
  
floatleft;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  
right0;
  
floatright;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  
backgroundurl(../images/icons/misc/prev.pngleft 48no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  
backgroundurl(../images/icons/misc/next.pngright 48no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  
margin0 auto;
  
padding-top5px;
  
width100%;
    
border-bottom-left-radius4px;
  -
moz-border-radius-bottomleft4px;
  -
webkit-border-bottom-left-radius4px;
  -
ms-border-bottom-left-radius4px;
  -
o-border-bottom-left-radius4px;
  -
moz-border-radius-bottomright4px;
  -
webkit-border-bottom-right-radius4px;
  -
ms-border-bottom-right-radius4px;
  -
o-border-bottom-right-radius4px;
  
border-bottom-right-radius4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  
displaytable;
  
clearboth;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  
padding0 10px;
  
color#bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  
width85%;
  
floatleft;
  
text-alignleft;
  
line-height1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  
font-size13px;
  
font-weightbold;
  
line-height1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  
displayblock;
  
clearleft;
  
padding-bottom1em;
  
font-size11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  
width35px;
  
floatright;
  
padding-bottom0.7em;
  
outlinenone;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  
cursorpointer;

Inhalt reset.css:
PHP Code:
    /**
    * Eric Meyer's Reset CSS v2.0 ([url=http://meyerweb.com/eric/tools/css/reset/]CSS Tools: Reset CSS[/url])
    * [url=http://www.cssportal.com]CSS Portal - Templates, Tutorials, Books, Software, Code Examples - CSS Portal[/url]
    */
    
htmlbodydivspanappletobjectiframe,
    
h1h2h3h4h5h6pblockquotepre,
    
aabbracronymaddressbigcitecode,
    
deldfnemimginskbdqssamp,
    
smallstrikestrongsubsuptt, var,
    
buicenter,
    
dldtddolulli,
    
fieldsetformlabellegend,
    
tablecaptiontbodytfoottheadtrthtd,
    
articleasidecanvasdetailsembed,
    
figurefigcaptionfooterheaderhgroup,
    
menunavoutputrubysectionsummary,
    
timemarkaudiovideo {
    
margin0;
    
padding0;
    
border0;
    
font-size100%;
    
fontinherit;
    
vertical-alignbaseline;
    }
    
/* HTML5 display-role reset for older browsers */
    
articleasidedetailsfigcaptionfigure,
    
footerheaderhgroupmenunavsection {
    
displayblock;
    }
    
body {
    
line-height1;
    }
    
blockquote{
    
quotesnone;
    }
    
blockquote:beforeblockquote:after,
    
q:beforeq:after {
    
content'';
    
contentnone;
    }
    
table {
    
border-collapsecollapse;
    
border-spacing0;
    } 
Inhalt slider.css:
PHP Code:

    
.slider div {
        
height270px;
        
positionrelative
        
overflowhidden;
    }
        .
slider div.nextImage, .slider div.previousImage {
            
width33pxheight45px;
            
margin0 10px;
            
            
cursor:pointer;
            
positionabsolute
            
z-index2
            
displayblock
            
top114px;
            
            
opacity0.7
            
transitionopacity .6s ease-in-out;
            -
webkit-transitionall 0.6s ease
            -
moz-transitionall 0.6s ease
            -
o-transitionall 0.6s ease;
        }
        .
slider div.nextImage {
            
background:url(../images/icons/misc/next.pngno-repeat center left;
            
margin-left:0;
            
right0;
        }
            .
slider div.nextImage:hover {
                
opacity1;
                
transitionopacity .25s ease-in-out;
                -
moz-transitionopacity .25s ease-in-out;
                -
webkit-transitionopacity .25s ease-in-out;
                -
o-transitionall 0.25s ease;
            }
        .
slider div.previousImage {
            
background:url(../images/icons/misc/prev.pngno-repeat center right;
            
margin-right:0;
            
left0;
        }
            .
slider div.previousImage:hover {
                
opacity1;
                
transitionopacity .25s ease-in-out;
                -
moz-transitionopacity .25s ease-in-out;
                -
webkit-transitionopacity .25s ease-in-out;
                -
o-transitionall 0.25s ease;
            }
        .
slider div.thumbs {
            
position:absolute
            
z-index:2
            
bottom:10px
            
right:48%;
            
vertical-alignmiddle
            
padding:10px;
            -
webkit-border-top-left-radius5px;
            -
webkit-border-top-right-radius5px;
            -
moz-border-radius-topleft5px;
            -
moz-border-radius-topright5px;
            
border-top-left-radius5px;
            
border-top-right-radius5px;
            
background#ffa90a; /* Old browsers */
            
background: -moz-linear-gradient(top#ffa90a 0%, #fe6e09 100%); /* FF3.6+ */
            
background: -webkit-gradient(linearleft topleft bottomcolor-stop(0%,#ffa90a), color-stop(100%,#fe6e09)); /* Chrome,Safari4+ */
            
background: -webkit-linear-gradient(top#ffa90a 0%,#fe6e09 100%); /* Chrome10+,Safari5.1+ */
            
background: -o-linear-gradient(top#ffa90a 0%,#fe6e09 100%); /* Opera 11.10+ */
            
background: -ms-linear-gradient(top#ffa90a 0%,#fe6e09 100%); /* IE10+ */
            
backgroundlinear-gradient(to bottom#ffa90a 0%,#fe6e09 100%); /* W3C */
        
}
            .
slider div.thumbs a {
                
display:block
                
margin-left:5px
                
float:left
                
font-family:VerdanaGenevasans-serif
                
font-size:9px
                
text-decoration:none
                
padding:4px 7px
                
background:url(slidebox_thumb.png); 
                
color:#fff; 
                
text-indent:0;
                -
webkit-border-radius100px;
                -
moz-border-radius100px;
                
border-radius100px;
                -
moz-box-shadowinset 0 0 10px #000000;
               
-webkit-box-shadowinset 0 0 10px #000000;
                
box-shadowinset 0 0 10px #000000;
                
border:1px solid #6a3814;
            
}
                .
slider div.thumbs a:hover{
                    
background:#b86224;
                    
color:#e16913;
                
}
            .
slider div.thumbs .thumbActive{
                
background:#b86224; 
                
color:#e16913; 
                
display:block
                
margin-left:5px
                
float:left
                
font-family:VerdanaGenevasans-serif
                
font-size:9px
                
text-decoration:none
                
padding:4px 7px;
            }
        .
slider div ul {
            
margin0;
            
padding0;
        }
            .
slider div ul li {
                
position:relative
                
left:0;  
                
float:left;
                list-
stylenone;
                
font-family:VerdanaGenevasans-serif;
                
font-size:13px;
            }
                .
slider div ul li img{
                    
width790pxheight270px;
                } 


Wäre nett wenn mir jmd helfen könnte

Liebe Grüße
bloody2009
Musst uns schon den Html Code geben für den Button, oder ein Link oder sagen was für Klassen genutzt werden, ansonsten können wir auch nur raten
False is offline  
Old 04/22/2017, 02:56   #3
TBM Head Mod





 
Icetea's Avatar
 
elite*gold: 0
Join Date: Oct 2012
Posts: 23,929
Received Thanks: 2,046
Quote:
Originally Posted by .ƒaℓsє. View Post
Musst uns schon den Html Code geben für den Button, oder ein Link oder sagen was für Klassen genutzt werden, ansonsten können wir auch nur raten
Ist die Klasse "a.inputButton", die du in der additional.css findest, und das weiß ich auch nur, weil ich mal selbst mit der Webseite gearbeitet habe.

Hatte mal den selben "Fehler", wenn man es denn so nennen darf. Leider weiß ich aber gerade nicht mehr wirklich, wie ich diesen damals behoben habe...

Aber da du den HTML Part haben wolltest, habe ich diesen einmal hier zur Verfügung gestellt.

PHP Code:
<div class="box" style="margin: 0;">
    <a class="inputButton" href="index.php?site=stepbystep" style="margin: 0;">
        <?php echo $_CONFIG['allg_svr_name']; ?> - QuickGuide
    </a>
</div>
Liebe Grüße,
Icetea'
Icetea is offline  
Old 04/22/2017, 05:41   #4
 
elite*gold: 0
Join Date: Apr 2015
Posts: 428
Received Thanks: 361
Bei

PHP Code:
a.inputButton {
     
backgroundurl(../images/website/form/button.pngrepeat-x center 0;
     
margin5px 0 0 0;
     
padding3px 9px;
     
border1px solid hsl(19080%, 75%);
     
border-radius4px;
     -
webkit-border-radius4px;
     -
moz-border-radius4px;
     
box-shadow0 0 0 1px hsla(00%, 0%, 0.2);
     -
webkit-box-shadow0 0 0 1px hsla(00%, 0%, 0.2);
     -
moz-box-shadow0 0 0 1px hsla(00%, 0%, 0.2);
     
color#ffffff;
     
font14px CatrielVerdanasans-serif;
     
text-decorationnone;
     
text-shadow#000000 1px 1px;
     
cursorpointer;
     
text-aligncenter;
     
displayblock;
 }

 
a.inputButton:hover,
 
a.inputButton:focus {
     
border1px solid hsl(18580%, 60%);
     
background-positioncenter -28px;
 }

 
a.inputButton:active {
     
border1px solid hsl(185100%, 60%);
     
background-positioncenter -56px;
 } 
Die border-Property entfernen oder auskommentieren:

PHP Code:
a.inputButton {
     
backgroundurl(../images/website/form/button.pngrepeat-x center 0;
     
margin5px 0 0 0;
     
padding3px 9px;
     
/* border: 1px solid hsl(190, 80%, 75%); */
     
border-radius4px;
     -
webkit-border-radius4px;
     -
moz-border-radius4px;
     
box-shadow0 0 0 1px hsla(00%, 0%, 0.2);
     -
webkit-box-shadow0 0 0 1px hsla(00%, 0%, 0.2);
     -
moz-box-shadow0 0 0 1px hsla(00%, 0%, 0.2);
     
color#ffffff;
     
font14px CatrielVerdanasans-serif;
     
text-decorationnone;
     
text-shadow#000000 1px 1px;
     
cursorpointer;
     
text-aligncenter;
     
displayblock;
 }

 
a.inputButton:hover,
 
a.inputButton:focus {
     
/* border: 1px solid hsl(185, 80%, 60%); */
     
background-positioncenter -28px;
 }

 
a.inputButton:active {
     
/* border: 1px solid hsl(185, 100%, 60%); */
     
background-positioncenter -56px;
 } 
#Metho is offline  
Reply


Similar Threads Similar Threads
Suche SCHNELLE Avatar Umgestaltung - Biete "wenig :(" egold.
02/04/2012 - elite*gold Trading - 4 Replies
Yo Leute, Brauche nen Steam Avatar ( einen umgestaltet ) Sollte wenn möglich Blau-Türkis sein. Biete 1-10egold. http://media.steampowered.com/steamcommunity/publ ic/images/avatars/ad/ad7598c9da6fdf418284c586837d0 29dcde7af5b_full.jpg
Server Umgestaltung MetinMaster2
08/21/2011 - Metin2 PServer Advertising - 16 Replies
Hallo liebe Elitepvpers, Der Server MetinMaster2 arbeitet gerade an einer Server Umgestaltung. Was bei der Umgestaltung gemacht werden soll liegt an euch. Was wir uns vorstellen sind 3 Varianten die wir zu Verfügung haben.



All times are GMT +2. The time now is 23:06.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.