Suche im Forum:
Suchen


Autor Nachricht
Beitrag19.05.2007 um 11:30 (UTC)    
Titel: Code Umschreiben

hallo kann mir jemand diesen code umschreiben???



fürs design Iceblue

Code:
/* styles for css + design | Template */
/* Die (vor-)definierten Styles dienen nur der ersten Orientierung */
/* Saemtliche Styles koennen nach Belieben geaendert werden. */
/* Nicht benoetigte Styles einfach leer lassen oder auskommentieren. */
/* Zusaetzliche IDs oder Klassen duerfen nicht eingefuegt werden. */
/* Bei Bedarf mit zusaetzlichen (erweiterten) Kontextselektoren arbeiten. */
/* Kommentare, vor allem fuer 'Hacks', sind ausdruecklich erwuenscht */
/*========================================================================*/

/* set all to 0 */
* {
margin: 0;
padding: 0;
}

/* ===== Haupt-Container ===== */
body#corpus {
font-family: Verdana, Helvetica, Arial, sans-serif;
text-align: center;
padding: 0;
background:#000000;
}

/* Alles umschlieszender Container */
#wrapper {
width: 720px;
margin: 0 auto;
padding: 0px;
text-align: left;
background:#081c2e;
border-left: 1px solid #545454;
border-right: 1px solid #545454;
}

/* Header */
#header { /* umschlieszt oder enthaelt Logo */
border-bottom: 1px solid #545454;
}
/* Aktiviere das Element, das Du nutzen willst (Text- oder Bild-Logo) */
#header #logo h1 {
display: none;
}
#header #logo {/* LOGO.PSD befindet sich im Zipfile */
background-image: url(../images/logo.jpg);
background-repeat: no-repeat;
height:150px;
}

/* Breadcrumb */
* html #breadcrumb {
margin:0 0 0 183px;
padding:5px 10px 0 35px;
color:#6686a6;
background-image:url(../images/spacer.png);
background-repeat:repeat-y;
background-position:left;
background-color:#081c2e;
}

#breadcrumb {
margin:0 0 0 185px;
padding:5px 10px 0 35px;
color:#6686a6;
background-image:url(../images/spacer.png);
background-repeat:repeat-y;
background-position:left;
background-color:#081c2e;
}

#breadcrumb a {
color:#989898;
font-weight:bold;
}

#breadcrumb a:hover {
color:#eeeeee;
font-weight:bold;
}

/* Content */
#contentpre { /* optional, zB. fuer Grafik */
height: 10px;
border-left: 1px solid #545454;
display:none;

}
#content {
margin:0 0 0 185px;
padding:5px 10px 0 35px;
color:#6686a6;
background-image:url(../images/spacer.png);
background-repeat:repeat-y;
background-position:left;
background-color:#081c2e;
min-height:73em;
height:auto !important;
height:73em;
}

* html #content {
margin:0 0 0 180px;
padding:5px 10px 0 35px;
color:#6686a6;
background-image:url(../images/spacer.png);
background-repeat:repeat-y;
background-position:left;
background-color:#081c2e;
min-height:73em;
height:auto !important;
height:73em;
}

/* Footer */
#footerpre { /* optional, zB. fuer Grafik */
color: #000;
border-left:1px solid #545454;
display:none;
}
#footer {
clear:both;
border-top: 1px solid #545454;
padding:0.2em;
color:#6686a6;
}

/* ===== Menues ===== */

* html #menuebox {
margin-top: 50px;
margin-left:5px;
float:left;
}
#menuebox {
margin-top: 50px;
margin-left:10px;
float:left;
}
#menpre1 {
background:url(../images/menpre1.jpg);
height:60px;
}
#menpre2 {
background:url(../images/menpre1.jpg);
height:60px;
}
#menpre3 { /* optional, zB. fuer Grafik */
background:url(../images/menpre3.jpg);
height:60px;
}
#menaft1 {
background:url(../images/menaft1.jpg);
height:60px;
}
#menaft2 {
background:url(../images/menaft2.jpg);
height:60px;
}
#menaft3 { /* optional, zB. fuer Grafik */
background:url(../images/menaft2.jpg);
height:60px;
}

/* === Gestaltung Menue-Listen === */
ul {
list-style-type: none;
}
ul li {
   
}

#menue1 {
width: 165px;
}
#menue1 ul#menu1 {
background:#3d5d79;
width:165px;
}
#menue1 ul#menu1 li#menuhead1 {
font-weight: bold;
font-size:0.8em;
color:#989898;
padding:0 0 0 15px;
list-style:none;
/*display: none;*/
}

#menue2 {
width: 165px;
}
#menue2 ul#menu2 {
background:#3d5d79;
width:165px;

}
#menue2 ul#menu2 li#menuhead2 {
font-weight: bold;
font-size:0.8em;
color:#989898;
padding:0 0 0 15px;
list-style:none;
/*display: none;*/
}

/*   Spezielle Formatierung fuer
   'Alle Designs' und 'Freestyle' in menue2(a) */
#menue2 ul#menu2a {
width: 165px;
background:#3d5d79;
}
#menue2 ul#menu2a li.extra {

}

#menue3 {
width: 165px;

}
#menue3 ul#menu3 {
background:#3d5d79;
width:165px;
}
#menue3 ul#menu3 li#menuhead3 {
font-weight: bold;
font-size:0.8em;
color:#989898;
padding:0 0 0 15px;
list-style:none;
/*display: none;*/
}

/*   === LINKS ===
   Bitte Status-Formate selber einfuegen:
   a:link, a:visited, a:hover, a:active; a:focus */
   
/*   Links allgemein */
a {
background-color: transparent;
color: #600;
text-decoration: none;
}


/* Links in Menues */
#menue1 ul#menu1 li a,
#menue2 ul#menu2 li a,
#menue3 ul#menu3 li a {

color:#989898;
padding:1em 0 0 15px;
display:block;
border-bottom:1px solid #767676;

}

#menue1 ul#menu1 li a:hover,
#menue2 ul#menu2 li a:hover,
#menue3 ul#menu3 li a:hover {
color:#eeeeee;
border-bottom:1px solid #eeeeee;
}

/* Formatierung fuer 'Alle Designs' und 'Freestyle' */
#menue2 ul#menu2a li.extra a {
color:#eeeeee;
padding:1em 0 0 15px;
display:block;
font-weight:bold;
border-bottom:1px solid #767676;

}

#menue2 ul#menu2a li.extra a:hover {
color:#eeeeee;
padding:1em 0 0 15px;
display:block;
border-bottom:1px solid #eeeeee;
}
/* Formatierung fuer aktiven Link
   (Diese Formatierung wird per PHP automatisch
   dem gerade aktiven Link zugewiesen) */
#menue2 ul#menu2 li a.aktiv {

}
/* Formatierung fuer externen Link */
a.ext {
color:#989898;
}

/* === TEXT-FORMATE === */
/* Headings
   (H1 ist reserviert fuer Text-Logo im 'Header') */
div.header-h2 {

}
div.header-h3 {

}
div.header-h4 {

}

h2 {
padding: 20px 0px 10px 0px;
font-size:1em;
font-family:Verdana, Helvetica, Arial, sans-serif; /* Für Opera */
}
h3 {
padding: 20px 0px 10px 0px;
font-size:0.9em;
font-family:Verdana, Helvetica, Arial, sans-serif;
}
h4#erste-h4 {
padding: 20px 0px 10px 0px;
font-size:0.8em;
font-family:Verdana, Helvetica, Arial, sans-serif;
}
h4#zweite-h4 {
padding: 20px 0px 10px 0px;
font-size:0.7em;
font-family:Verdana, Helvetica, Arial, sans-serif;
}

/* Text allgemein */
p, li {
font-size:0.70em;
}
#content p {
line-height: 150%;
margin: 10px 0;
}

/* Textbloecke im Content */
#content p.text1 {

}
#content p.text2 {

}
#content p.text3 {

}
#content p.text4 {

}
#content p.text5 {

}
#content p.text6 {

}
#content p.text7 {

}

/* Copyright-Tabelle */
#content table#copyright {
border: 0 none;
}
#content table#copyright td {
border:1px solid #545454;
padding:0.3em;
}
#content table#copyright td.one {

}
#content table#copyright td.two {

}
#content table#copyright td.three {

}
#content table#copyright td.four {

}
#content table#copyright td.five a {
font-weight:bold;
color:#989898;
}
#content table#copyright td.five a:hover {
font-weight:bold;
color:#eeeeee;
}
#content table#copyright td.six a {
font-weight:bold;
color:#989898;
}
#content table#copyright td.six a:hover {
font-weight:bold;
color:#eeeeee;
}
/* Absaetze in Tabelle */
#content table#copyright td p {
margin: 0;
padding: 0;
}
/* Links in Tabelle */
#content table#copyright td a {

}

/* IMAGES */
img {
border: 0 none;
}

#bild1 {/* kann beliebig ersetzt werden */
float: right;
background-image: url(../images/micro-css-design.gif);
background-repeat: no-repeat;
width: 88px;
height: 31px;
margin-top: 20px;
margin-left: 20px;
display:none;
}

#bild2 {/* kann beliebig ersetzt werden */
float: left;
background-image: url(../images/micro_ew_forum.gif);
background-repeat: no-repeat;
width: 88px;
height: 31px;
margin-top: 20px;
margin-right: 20px;
display:none;
}

#bild3 {/* kann beliebig ersetzt werden */
float: right;
background-image: url(../images/ff-info.gif);
background-repeat: no-repeat;
width: 88px;
height: 31px;
margin-top: 20px;
margin-left: 20px;
display:none;
}

/*==============================*/
/* DIVERSES */

/*   Target fuer Sprungmarke(n)
   Wird auch fuer 'unsichtbaren' AT-Link ('zum Artikel springen') genutzt */
#top {

}
/* Seitenanfang Sprungmarken */
#content #topper-1 a,
#content #topper-2 a,
#content #topper-3 a {
color:#989898;
font-weight:bold;
}

#content #topper-1 a:hover,
#content #topper-2 a:hover,
#content #topper-3 a:hover {
color:#eeeeee;
}
#content #topper a {
color:#989898;
font-weight:bold;
}
#content #topper a:hover {
color:#eeeeee;
}

/* unsichtbare Elemente */
.invis, hr {
display: none;
margin:0;
}

/* Initialen fuer '#content p' */
#content p span.initial {
font-size: 1.5em;
font-weight: bold;
}

/* Formatierung fuer Akronyme */
acronym {

}

/* validiert */
#footer a.valid {
font-weight:bold;
}
#footer a.valid span#html {
color:#989898;
text-decoration:underline;
}
#footer a.valid span#css {
color:#989898;
text-decoration:underline;
}
#footer a.valid span#html:hover {
color:#eeeeee;
text-decoration:none;
}
#footer a.valid span#css:hover {
text-decoration:none;
color:#eeeeee;
}

______________
[b:3fe4fb5f4d]Kannst du subtrahieren?[/b:3fe4fb5f4d]
...
...
...
[b:3fe4fb5f4d]Dann zieh ab.[/b:3fe4fb5f4d]
http://x-devil.pytalhost.de/


Zuletzt bearbeitet von devil-drummer am 19.05.2007, 12:31, insgesamt einmal bearbeitet
Beitrag19.05.2007 um 11:32 (UTC)    
Titel:

wie is das gemeint? umschreiben?

soll es angepasst wererden oder wie?
Beitrag19.05.2007 um 11:33 (UTC)    
Titel:

das gehört nicht in die plauderecke sondern in css oder allgemeine probleme Wink

Arrow http://www.homepage-baukasten.de/forum/viewforum.php?f=20
______________


Zuletzt bearbeitet von flymax am 19.05.2007, 12:33, insgesamt einmal bearbeitet
Beitrag19.05.2007 um 11:33 (UTC)    
Titel:

angepasst ans design iceblue
______________
[b:3fe4fb5f4d]Kannst du subtrahieren?[/b:3fe4fb5f4d]
...
...
...
[b:3fe4fb5f4d]Dann zieh ab.[/b:3fe4fb5f4d]
http://x-devil.pytalhost.de/
Beitrag19.05.2007 um 11:34 (UTC)    
Titel:

devil-drummer hat Folgendes geschrieben:
angepasst ans design iceblue

oh gott das ist ziemlich viel arbeit.. das könnte ich nicht

wie ich sehe willst du ja schon ein design:

http://www.homepage-baukasten.de/forum/viewtopic.php?t=47391
______________


Zuletzt bearbeitet von flymax am 19.05.2007, 12:34, insgesamt einmal bearbeitet
Beitrag19.05.2007 um 11:35 (UTC)    
Titel:

flymax hat Folgendes geschrieben:
devil-drummer hat Folgendes geschrieben:
angepasst ans design iceblue

oh gott das ist ziemlich viel arbeit.. das könnte ich nicht

wie ich sehe willst du ja schon ein design:

http://www.homepage-baukasten.de/forum/viewtopic.php?t=47391


ich könnte das auch nicht frag mal einen der motoratoren
Beitrag19.05.2007 um 11:36 (UTC)    
Titel:

swatpolice hat Folgendes geschrieben:
motoratoren

die leute heißen moderatoren Wink
______________
Beitrag19.05.2007 um 11:36 (UTC)    
Titel:

Exclamation Exclamation Modorator mit CSS kenntnissen bitte melden Exclamation Exclamation ^^
______________
[b:3fe4fb5f4d]Kannst du subtrahieren?[/b:3fe4fb5f4d]
...
...
...
[b:3fe4fb5f4d]Dann zieh ab.[/b:3fe4fb5f4d]
http://x-devil.pytalhost.de/
Beitrag19.05.2007 um 11:38 (UTC)    
Titel:

devil-drummer hat Folgendes geschrieben:
Exclamation Exclamation Modorator mit CSS kenntnissen bitte melden Exclamation Exclamation ^^


Moderator nicht Modorator Laughing Laughing
poste dein problem doch einfach unter CSS
______________


Zuletzt bearbeitet von flymax am 19.05.2007, 12:39, insgesamt 2-mal bearbeitet
Beitrag19.05.2007 um 12:44 (UTC)    
Titel:

Außerdem glaube ich kaum das dir das einfach so einer macht - denn das ist nicht all zu wenig Arbeit, vorallem wenn das HTML gerüst zu dem CSS fehlt.
Beitrag19.05.2007 um 12:51 (UTC)    
Titel:

ne einfach so net. viel zu aufwendig für einfach mal so
Beitrag19.05.2007 um 15:27 (UTC)    
Titel:

Für 100¤ mach ichs...+ Spesen und Überweisungskosten... Wink
Das ist ne Heidenarbeit...
______________
Kein Support über Kontakt und PM!
Beitrag19.05.2007 um 17:15 (UTC)    
Titel:

lol motoratoren modoratoren ihr seit lustig n aih rmmotoräder haltet ihr das forum auch schön saueber? Laughing

brumm ne nurn witz
______________
*** Signatur editiert vom Support Team - Signatur zu groß - max. 650 x 150 px ***
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de