Di. 02.09.2008
22:04 Uhr
#1
- Registriert seit
- 10.08.2008
- Beiträge
- 28
- Beitragswertungen
Also ich will buttons haben, aber bei der shoutbox will ich die buttons nicht haben, also das da nicht die buttons stehen, sondern n anderes "motiv".
Wie mach ich das?:'(
(denn ich mach neues design für .de domain :D)
verwendete ilchClan Version: 1.1
betroffene Homepage:
externer Link
[url=www.clanfod.de]http://clanfod.de//include/images/usergallery/img_115.gif[/url]
www.clanfod.de
lachen wenn man kein Plan hat XD
Di. 02.09.2008
22:48 Uhr
#2
- Registriert seit
- 31.01.2007
- Beiträge
- 856
- Beitragswertungen
z.B. in css mit background-imagesurl(..);
Di. 02.09.2008
23:01 Uhr
#3
- Registriert seit
- 10.08.2008
- Beiträge
- 28
- Beitragswertungen
kannsu mir da mal css schicken?
meine css:
[html]
.menu
{
display:block;
color: #000000;
font-size: 11px;
width: 164px;
height: 20px;
text-indent: 25px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 19px;
background-image: url('bilder/fod_10.png');
background-repeat: no-repeat;
}
.menu:link, .menu:visited, .menu:active
{
display: block;
color: #FFFFFF;
font-size: 11px;
background: url(include/designs/fod/Bilder/fod_13.png);
width: 140px;
height: 18px;
text-indent: 15px;
text-decoration: none;
font-family: Arial, sans-serif;
line-height: 20px;
}
.menu:hover
{
display: block;
color: #FFFFFF;
font-size: 11px;
background:url(include/designs/fod/Bilder/mousee1.png);
width: 140px;
height: 18px;
text-indent: 15px;
text-decoration: none;
font-family: Arial, sans-serif;
line-height: 20px;
font-style: italic;
}
.title
{
font-size: 10px;
font-weight: bold;
color: #ffffff;
}
.login_1
{
color: #ffffff;
background:#FFF url('bilder/login_1.gif') ;
width: 103px;
height: 17px;
border-width: 0px;
font-weight: normal;
text-decoration: none;
text-align: center;
padding-top: 3px; font-style:normal; font-variant:normal; font-size:12px; font-family:Tahoma
}
.login_2
{
color: #000000;
background:#FFF url('bilder/login_2.gif') ;
width: 103px;
height: 15px;
border-width: 0px;
font-weight: normal;
text-decoration: none;
text-align: center;
padding-top: 5px; font-style:normal; font-variant:normal; font-size:12px; font-family:Tahoma
}
.login_s
{
background:url('bilder/login_s.gif') ;
width:40px;
height:20px;
border-width: 0px;
font-weight: normal;
text-decoration: none
}
.btitle
{
color: #ffffff;
font-weight: bold;
font-size:12px;
}
.bcontent
{
margin-left: 10px;
}
body
{
background-color: #000000;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
}
td
{
font-family: Verdana;
font-size: 10px;
color: #FFFFFF;
}
a
{
color: #ffffff;
font-family: Verdana;
font-size: 10px;
text-decoration: none;
}
a:hover
{
color: #ffffff;
text-decoration: none;
}
a.box
{
color: #ffffff;
font-family: Verdana;
font-size: 10px;
text-decoration: none;
}
a.box:hover
{
color: #ffffff;
text-decoration: none;
}
.Chead
{
color: #ffffff;
}
.Chead td, .Chead td strong, .Chead h4, .Chead td b
{
color: #ffffff;
}
.Callg
{
color: #ffffff;
}
.Callg td
{
color: #ffffff;
}
.Cnorm
{
color: #ffffff;
background-color: #921a01;
}
.Cmite
{
color:#ffffff;
background-color: #921a01;
}
.Cdark
{
background-color: #ff7007;
}
#Ballg
{
color: #FFFFFF;
background-color: #ad2408;
}
#Ballg td
{
color: #ffffff;
background-color: #921a01;
}
.Bhead
{
color: #921a01;
}
.Bbody
{
color: #FFFFFF;
}
.smalfont
{
color: #FFFFFF;
font-size: 10px;
text-decoration: none;
}
.smalfont_copyright
{
color: #FFFFFF;
font-size: 10px;
text-decoration: none;
}
.border
{
background-color: #ac0009;
}
hr
{
height: 0px;
border-top-width: 1px;
}
input, textarea, select
{
color: #333333;
background-color: #999999;
font: 10px Verdana;
border-color: #333333;
border-width: 1px;
border-style: double;
font-weight: normal;
text-decoration: none;
}
#menu {}
#menu ul { padding-left: 10px; margin-left: 10px; }
#smallmenu { }
#smallmenu li { font-size: 10px; }
#smallmenu a { font-size: 10px; }
[/html]
[url=www.clanfod.de]http://clanfod.de//include/images/usergallery/img_115.gif[/url]
www.clanfod.de
lachen wenn man kein Plan hat XD