http://www.mygen24.c...?threadid=12585
Style Umcoden Für Wbb 2.3.2 Please help me !
#1
geschrieben 03. Juni 2005 - 20:46
http://www.mygen24.c...?threadid=12585
Anzeige
#2
geschrieben 03. Juni 2005 - 23:03
Da brachst du schon den Style selber für das WBB zum Download.
Wende dich halt mal an den Webmaster dieser Seite.
Hier der reine CSS-Code, damit du dir es vorstellen kannst:
<style type="text/css">
<!--
body {
color: #8A8A8A;
background-color: #323232;
font-family: tahoma, helvetica;
margin-top: 0px;
background-repeat: repeat-x;
background-position: top;
background-image: url(images/balance/mainbg.jpg);
height: 100%;
}
body a:link, body a:visited, body a:active {
color: #818181;
text-decoration: none;
}
body a:hover {
color: #AE7600;
text-decoration: underline;
}
.mainpage {
background-color: #2C2C2C;
}
.tableinborder {
background-color: #1F1F1F;
}
.threadline {
color: #1F1F1F;
background-color: #1F1F1F;
height: 1px;
border: 0;
}
.tabletitle {
color: #727272;
background-color: #2D2D2D;
background-image: url(images/balance/cellpic.gif);
}
.tabletitle_fc {
color: #727272;
}
.inposttable {
background-color: #2B2B2B;
border-top: #494949 1px solid;
border-left: #494949 1px solid;
background-image: url(images/balance/table_bg.gif);
background-repeat: repeat-x;
}
.tabletitle a:link, .tabletitle a:visited, .tabletitle a:active {
color: #727272;
text-decoration: none;
}
.tabletitle a:hover {
color: #727272;
text-decoration: underline;
}
.smallfont {
font-size: 10px;
font-family: Tahoma,Helvetica;
}
.normalfont {
font-size: 11px;
font-family: Tahoma,Helvetica;
}
.tablecat {
color: #140E00;
background-color: #533A00;
background-image: url(images/balance/catpic.gif);
}
.tablecat_fc {
color: #140E00;
}
.tablecat a:link, .tablecat a:visited, .tablecat a:active {
color: #140E00;
text-decoration: none;
}
.tablecat a:hover {
color: #140E00;
text-decoration: underline;
}
.tableb {
color: #818181;
background-color: #2B2B2B;
border-top: #3A3A3A 1px solid;
border-left: #3A3A3A 1px solid;
background-image: url(images/balance/table_bg.gif);
background-repeat: repeat-x;
}
.tableb_fc {
color: #818181;
}
.tableb a:link, .tableb a:visited, .tableb a:active {
color: #818181;
text-decoration: none;
}
.tableb a:hover {
color: #AE7600;
text-decoration: underline;
}
.tablea {
color: #818181;
background-color: #2B2B2B;
border-top: #3A3A3A 1px solid;
border-left: #3A3A3A 1px solid;
background-image: url(images/balance/table_bg.gif);
background-repeat: repeat-x;
}
.tablea_fc {
color: #818181;
}
.tablea a:link, .tablea a:visited, .tablea a:active {
color: #818181;
text-decoration: none;
}
.tablea a:hover {
color: #AE7600;
text-decoration: underline;
}
.prefix {
color: #AE7600;
}
.time {
color: #818181;
}
.highlight {
color: red;
font-weight: bold;
}
select {
font-size: 11px;
font-family: tahoma,helvetica;
color: #818181;
background-color: #2B2B2B;
text-indent : 2px;
border: 1px solid #000000;
border-bottom: #3A3A3A 1px solid;
border-right: #3A3A3A 1px solid;
background-image: url(images/balance/table_bg.gif);
background-repeat: repeat-x;
}
textarea {
font-size: 11px;
font-family: tahoma,helvetica;
color: #818181;
background-color: #2B2B2B;
text-indent : 2px;
border: 1px solid #000000;
border-bottom: #3A3A3A 1px solid;
border-right: #3A3A3A 1px solid;
background-image: url(images/balance/table_bg.gif);
background-repeat: repeat-x;
}
.input {
font-size: 11px;
font-family: tahoma,helvetica;
color: #818181;
background-color: #2B2B2B;
text-indent : 2px;
border: 1px solid #000000;
border-bottom: #3A3A3A 1px solid;
border-right: #3A3A3A 1px solid;
background-image: url(images/balance/table_bg.gif);
background-repeat: repeat-x;
}
.publicevent {
color: #AE7600;
}
.privateevent {
color: #AE7600;
}
.hoverMenu {
display: none;
position: absolute;
z-index: 10;
padding: 5px;
border: 1px solid #1F1F1F;
color: #818181;
background-color: #2B2B2B;
}
.hoverMenu ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.hoverMenu ul li {
text-align: left;
padding: 0;
}
form {
padding:0px;
margin:0px;
}
pre {
padding:0px;
margin:0px;
}
.navi {
color: #949393;
font-size: 10px;
font-family: Tahoma, Helvetica;
text-decoration: none;
}
.navi a:link, navi a:visited, navi a:active {
color: #949393;
font-size: 10px;
font-family: Tahoma, Helvetica;
text-decoration: none;
}
.navi a:hover {
color: #AE7600;
text-decoration: underline;
font-size: 10px;
font-family: Tahoma,Helvetica;
}
.tablec {
background-color: #543B02;
background-image: url(images/balance/tablecpic.gif);
background-position: top;
height: 6px;
background-repeat: repeat-x;
}
html {
height: 100%;
}
-->
</style>
Erstens durch Nachdenken: Das ist der Edelste.
Zweitens durch Nachahmen: Das ist der Leichteste.
Drittens durch Erfahrung: Das ist der Bitterste.
(Konfuzius)
#3
geschrieben 04. Juni 2005 - 10:52
#4
geschrieben 04. Juni 2005 - 11:04
Zitat (Phillies: 04.06.2005, 11:52)
<{POST_SNAPBACK}>
Nein. Du sollst nicht das Design abgucken und es umschreiben (oder jemand machen lassen), sondern dich nach diesem Skin/Style für das WBB auf die Suche machen, das hat der bestimmt auch nicht selber gemacht, sondern irgendwo heruntergeladen.
Also kontaktiere den Webmaster dieser Seite und frage ihn danach.
Das wäre mein Vorschlag!
Erstens durch Nachdenken: Das ist der Edelste.
Zweitens durch Nachahmen: Das ist der Leichteste.
Drittens durch Erfahrung: Das ist der Bitterste.
(Konfuzius)
#5
geschrieben 04. Juni 2005 - 11:08
#6
geschrieben 04. Juni 2005 - 11:12
Erstens durch Nachdenken: Das ist der Edelste.
Zweitens durch Nachahmen: Das ist der Leichteste.
Drittens durch Erfahrung: Das ist der Bitterste.
(Konfuzius)
#7
geschrieben 04. Juni 2005 - 11:48
#8
geschrieben 04. Juni 2005 - 11:58
es gibt ja verschiedene Gründe warum ne seite "Pause" macht.
z. B. die Datenbank hat vllt. probleme gemacht und das backup muss aufgespielt werden.
ich denke mal 1-4 Wochen kann das dauern
<3 Adblock
#9
geschrieben 04. Juni 2005 - 14:01
Ich würde dir empfehlen den Domaininhaber mal zu kontaktieren:
Die Adresse des Domaininhabers bekommst du über http://www.denic.de
Dieser Beitrag wurde von Slayer bearbeitet: 04. Juni 2005 - 14:12
Erstens durch Nachdenken: Das ist der Edelste.
Zweitens durch Nachahmen: Das ist der Leichteste.
Drittens durch Erfahrung: Das ist der Bitterste.
(Konfuzius)

Hilfe
Neues Thema
Antworten
Nach oben


