Suche im Forum:
Suchen


Autor Nachricht
Beitrag11.04.2009 um 14:17 (UTC)    
Titel: für den hpbk umändern

kann mir mal wer (kurz) dieses disign so umändern das es beim baukaten geht?!
weiss nicht welchen aufwand das macht aber ich denke es lässt sich über eine belohnung (Werbung o.ä.) recden Very Happy

Zitat:

/*
Template name: Indigo
Template URI: http://templates.arcsin.se/indigo-website-template/
Release date: 2006-07-27
Description: A lightweight, simple and pleasant design.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
* {
margin: 0;
padding: 0;
}
a {
color: #F70;
}
a:hover {
color: #C60;
}
body {
background: #0094D6 url("http://img.webme.com/pic/w/wrg2/bg.gif") repeat-x;
color: #466;
font: normal 62.5% "Lucida Sans Unicode",sans-serif;
margin: 0;
}
input {
color: #555;
font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
font-size: 1.2em;
padding-bottom: 1.2em;
}
h1 {
font-size: 1.4em;
margin-bottom: 4px;
}
code {
background: url("http://img.webme.com/pic/w/wrg2/bgcode.gif");
border: 1px solid #F0F0F0;
border-left: 6px solid #39F;
color: #555;
display: block;
font: normal 1.1em "Lucida Sans Unicode",serif;
margin-bottom: 12px;
padding: 8px 10px;
white-space: pre;
}
cite {
background: url("http://img.webme.com/pic/w/wrg2/quote.gif") no-repeat;
color: #666;
display: block;
font: normal 1.3em "Lucida Sans Unicode",serif;
padding-left: 28px;
}
h1,h2,h3 {
color: #06C;
padding-top: 6px;
}
/* misc */
.clearer {
clear: both;
}

/* structure */
.container {
background: url("http://img.webme.com/pic/w/wrg2/topleft.gif") no-repeat;
}

.header {
height: 92px;
}

/* title */
.title {
float: left;
padding: 28px 0 0 76px;
}
.title h1 {
color: #FFF;
font: normal 2em Verdana,sans-serif;
}
/* navigation */
.navigation {
float: left;
height: 92px;
margin-left: 24px;
padding: 0 16px;
}
.navigation a {
color: #FFF;
float: left;
font: bold 1.2em "Trebuchet MS",sans-serif;
margin-top: 56px;
padding: 8px 18px;
text-align: center;
text-decoration: none;
}
.navigation a:hover {
background-color: #4A91C3;
color: #FFF;
}

/* main */
.main {
background: #FFF url(
"http://img.webme.com/pic/w/wrg2/bgmain.gif") no-repeat;
clear: both;
padding: 12px 12px 0 52px;
}

/* main left */
.sidenav {
float: left;
width: 24%;
}
.sidenav h1 {
border-bottom: 1px dashed #DDD;
color: #E73;
font-size: 1.2em;
height: 20px;
margin-top: 1.2em;
}
.sidenav ul {
margin: 0;
padding: 0;
}
.sidenav li {
border-bottom: 1px dashed #EEE;
list-style: none;
margin: 0;
}
.sidenav li a {
color: #777;
display: block;
font-size: 0.9em;
padding: 3px 6px 3px 18px;
text-decoration: none;
}
.sidenav li a:hover {
color: #111;
background: url("http://img.webme.com/pic/w/wrg2/nav_li.gif") no-repeat;
}

/* content */
.content {
float: left;
margin-right: 4%;
width: 69%;
}
.content .descr {
color: #C60;
margin-bottom: 6px;
}
.content li {
list-style: url("http://img.webme.com/pic/w/wrg2/li.gif");
margin-left: 18px;
}

/* search form */
.styled {
border: 3px double #E5E5E5;
padding: 2px 3px;
}
.button {
border: 1px solid #AAA;
margin-left: 5px;
padding: 2px 3px;
}

/* footer */
.footer {
background: #0094D6 url("http://img.webme.com/pic/w/wrg2/bgfooter.gif") repeat-x;
color: #C1DEF0;
font-size: 1.1em;
line-height: 40px;
text-align: center;
}
.footer a {
color: #FFF;
text-decoration: none;
}
.footer a:hover {
color: #FFF;
text-decoration: underline;
}


danke schonmal Wink
Beitrag11.04.2009 um 15:09 (UTC)    
Titel:

ist das denn so schwer???
Beitrag11.04.2009 um 16:00 (UTC)    
Titel:

du musst zuerst ein bisschen warten
es lesen nicht alle den tread in einer stunde

mfg
______________
Forenregeln, FAQ, Suchfunktion
Beitrag11.04.2009 um 16:04 (UTC)    
Titel:

oki
Beitrag11.04.2009 um 19:18 (UTC)    
Titel: Re: für den hpbk umändern

wrg2 hat Folgendes geschrieben:
kann mir mal wer (kurz) dieses disign so umändern das es beim baukaten geht?!
weiss nicht welchen aufwand das macht aber ich denke es lässt sich über eine belohnung (Werbung o.ä.) recden Very Happy

Zitat:

/*
Template name: Indigo
Template URI: http://templates.arcsin.se/indigo-website-template/
Release date: 2006-07-27
Description: A lightweight, simple and pleasant design.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
* {
margin: 0;
padding: 0;
}
a {
color: #F70;
}
a:hover {
color: #C60;
}
body {
background: #0094D6 url("http://img.webme.com/pic/w/wrg2/bg.gif") repeat-x;
color: #466;
font: normal 62.5% "Lucida Sans Unicode",sans-serif;
margin: 0;
}
input {
color: #555;
font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
font-size: 1.2em;
padding-bottom: 1.2em;
}
h1 {
font-size: 1.4em;
margin-bottom: 4px;
}
code {
background: url("http://img.webme.com/pic/w/wrg2/bgcode.gif");
border: 1px solid #F0F0F0;
border-left: 6px solid #39F;
color: #555;
display: block;
font: normal 1.1em "Lucida Sans Unicode",serif;
margin-bottom: 12px;
padding: 8px 10px;
white-space: pre;
}
cite {
background: url("http://img.webme.com/pic/w/wrg2/quote.gif") no-repeat;
color: #666;
display: block;
font: normal 1.3em "Lucida Sans Unicode",serif;
padding-left: 28px;
}
h1,h2,h3 {
color: #06C;
padding-top: 6px;
}
/* misc */
.clearer {
clear: both;
}

/* structure */
.container {
background: url("http://img.webme.com/pic/w/wrg2/topleft.gif") no-repeat;
}

.header {
height: 92px;
}

/* title */
.title {
float: left;
padding: 28px 0 0 76px;
}
.title h1 {
color: #FFF;
font: normal 2em Verdana,sans-serif;
}
/* navigation */
.navigation {
float: left;
height: 92px;
margin-left: 24px;
padding: 0 16px;
}
.navigation a {
color: #FFF;
float: left;
font: bold 1.2em "Trebuchet MS",sans-serif;
margin-top: 56px;
padding: 8px 18px;
text-align: center;
text-decoration: none;
}
.navigation a:hover {
background-color: #4A91C3;
color: #FFF;
}

/* main */
.main {
background: #FFF url(
"http://img.webme.com/pic/w/wrg2/bgmain.gif") no-repeat;
clear: both;
padding: 12px 12px 0 52px;
}

/* main left */
.sidenav {
float: left;
width: 24%;
}
.sidenav h1 {
border-bottom: 1px dashed #DDD;
color: #E73;
font-size: 1.2em;
height: 20px;
margin-top: 1.2em;
}
.sidenav ul {
margin: 0;
padding: 0;
}
.sidenav li {
border-bottom: 1px dashed #EEE;
list-style: none;
margin: 0;
}
.sidenav li a {
color: #777;
display: block;
font-size: 0.9em;
padding: 3px 6px 3px 18px;
text-decoration: none;
}
.sidenav li a:hover {
color: #111;
background: url("http://img.webme.com/pic/w/wrg2/nav_li.gif") no-repeat;
}

/* content */
.content {
float: left;
margin-right: 4%;
width: 69%;
}
.content .descr {
color: #C60;
margin-bottom: 6px;
}
.content li {
list-style: url("http://img.webme.com/pic/w/wrg2/li.gif");
margin-left: 18px;
}

/* search form */
.styled {
border: 3px double #E5E5E5;
padding: 2px 3px;
}
.button {
border: 1px solid #AAA;
margin-left: 5px;
padding: 2px 3px;
}

/* footer */
.footer {
background: #0094D6 url("http://img.webme.com/pic/w/wrg2/bgfooter.gif") repeat-x;
color: #C1DEF0;
font-size: 1.1em;
line-height: 40px;
text-align: center;
}
.footer a {
color: #FFF;
text-decoration: none;
}
.footer a:hover {
color: #FFF;
text-decoration: underline;
}


danke schonmal Wink


ohho

da fehlen sachen damit es beim hpbk funzt
Beitrag11.04.2009 um 20:01 (UTC)    
Titel:

Hallo,
ich sag dir mal was.
Geh auf www.Design991.de.tl unter Kontakt und da mach ich es dir =) GRATIS!
Beitrag11.04.2009 um 21:25 (UTC)    
Titel:

oki hab dir geschrieben Exclamation
Beitrag11.04.2009 um 21:31 (UTC)    
Titel:

ihr braucht die erlaubnis vom designersteller könnt nicht einfach das design umschreiben oder kopierne ihr habt nicht die rechte daran

Template name: Indigo
Template URI: http://templates.arcsin.se/indigo-website-template/
Release date: 2006-07-27
Description: A lightweight, simple and pleasant design.
Author: Viktor Persson
Author URI: http://arcsin.se/

guck genau was in der lizenz steht

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
______________
Video Portal Unplugged
Neues Gewinnspiel #1
Neues Gewinnspiel #2


Zuletzt bearbeitet von gameshop am 11.04.2009, 22:31, insgesamt einmal bearbeitet
Beitrag11.04.2009 um 21:40 (UTC)    
Titel:

Es handelt sich nur um ein anpassen an die derwertigen gegenbenheiten, kein diregtes umschreiben, für die grafiken z.B. die nur bei .gif datein "mitgeliefert werden" muss man auch in den code eingreifen, da man die grafiker über einen eigenen host hochladen muss!

mfg
Beitrag11.04.2009 um 21:41 (UTC)    
Titel:

was willst du denn alles verändern zb? weil gibt ein paar einschränkungen
______________
Video Portal Unplugged
Neues Gewinnspiel #1
Neues Gewinnspiel #2
Beitrag11.04.2009 um 21:45 (UTC)    
Titel:

verändern ? GAR NIX!
ich will es nur gemoddet haben das es über dem hpbk geht Very Happy
Beiträge der letzten Zeit anzeigen:   


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