• Halli Hallo Towner ,
    heute stell ich euch mein neus Projekt vor .
    Und zwar mach ich ne Website , wo ich ganz viele CMS Sammle .
    Dort könnt ihr sie dann alle 100 % Kostenlos downloaden .
    Das design hab ich selbst mit html und css gecodet .
    Die Seite ist immoment noch etwas leer , da sie noch sehr neu ist .
    An dem design wird natührlich auch noch gefeilt , weil ich gerade erst css lerne .
    es ist auch mein erstel Layout .

    Also kommen wir zum Link : CMS Base

    Krittik oder Lob ist auch gerne gewüncht .

    Das wars erstmal .
    Also bis zum nächsten mal .

  • Stylesheet:

    Code
    body {background-color:black;text-align:center;}#webseite {width:980px;margin:0 auto;}#header{width:980px;height:150px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;-o-border-radius: 5px;background: rgb(0,239,79); /* Old browsers */background: -moz-linear-gradient(top,  rgba(0,239,79,1) 0%, rgba(33,209,45,1) 38%, rgba(7,181,24,1) 63%, rgba(27,170,5,1) 80%, rgba(1,142,15,1) 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,239,79,1)), color-stop(38%,rgba(33,209,45,1)), color-stop(63%,rgba(7,181,24,1)), color-stop(80%,rgba(27,170,5,1)), color-stop(100%,rgba(1,142,15,1))); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  rgba(0,239,79,1) 0%,rgba(33,209,45,1) 38%,rgba(7,181,24,1) 63%,rgba(27,170,5,1) 80%,rgba(1,142,15,1) 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  rgba(0,239,79,1) 0%,rgba(33,209,45,1) 38%,rgba(7,181,24,1) 63%,rgba(27,170,5,1) 80%,rgba(1,142,15,1) 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  rgba(0,239,79,1) 0%,rgba(33,209,45,1) 38%,rgba(7,181,24,1) 63%,rgba(27,170,5,1) 80%,rgba(1,142,15,1) 100%); /* IE10+ */background: linear-gradient(top,  rgba(0,239,79,1) 0%,rgba(33,209,45,1) 38%,rgba(7,181,24,1) 63%,rgba(27,170,5,1) 80%,rgba(1,142,15,1) 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ef4f', endColorstr='#018e0f',GradientType=0 ); /* IE6-9 */}#header h1 {padding-top:50px;font-size:60px;font-weight:bold;color:black;font-family:Curier;}#main {width:980px;}#menu {float:left;width:200px;height:300px;background:blue;margin-top:5px;margin-bottom:5px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;-o-border-radius: 5px;}#inhalt {float:right;width:770px;height:300px;background:darkred;margin-top:5px;margin-bottom:5px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;-o-border-radius: 5px;}#footer {width:980px;height:30px;background:#6600CC;border-radius: 100px;-moz-border-radius: 5px;-webkit-border-radius: 5px;-o-border-radius: 5px;margin-top:20px;clear:both;ju }



    Ich glaube einfach kaum das die CMS von dir ist.
    Trotzdem viele erfolg.

  • Stylesheet:

    Code
    body {background-color:black;text-align:center;}#webseite {width:980px;margin:0 auto;}#header{width:980px;height:150px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;-o-border-radius: 5px;background: rgb(0,239,79); /* Old browsers */background: -moz-linear-gradient(top,  rgba(0,239,79,1) 0%, rgba(33,209,45,1) 38%, rgba(7,181,24,1) 63%, rgba(27,170,5,1) 80%, rgba(1,142,15,1) 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,239,79,1)), color-stop(38%,rgba(33,209,45,1)), color-stop(63%,rgba(7,181,24,1)), color-stop(80%,rgba(27,170,5,1)), color-stop(100%,rgba(1,142,15,1))); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  rgba(0,239,79,1) 0%,rgba(33,209,45,1) 38%,rgba(7,181,24,1) 63%,rgba(27,170,5,1) 80%,rgba(1,142,15,1) 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  rgba(0,239,79,1) 0%,rgba(33,209,45,1) 38%,rgba(7,181,24,1) 63%,rgba(27,170,5,1) 80%,rgba(1,142,15,1) 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  rgba(0,239,79,1) 0%,rgba(33,209,45,1) 38%,rgba(7,181,24,1) 63%,rgba(27,170,5,1) 80%,rgba(1,142,15,1) 100%); /* IE10+ */background: linear-gradient(top,  rgba(0,239,79,1) 0%,rgba(33,209,45,1) 38%,rgba(7,181,24,1) 63%,rgba(27,170,5,1) 80%,rgba(1,142,15,1) 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ef4f', endColorstr='#018e0f',GradientType=0 ); /* IE6-9 */}#header h1 {padding-top:50px;font-size:60px;font-weight:bold;color:black;font-family:Curier;}#main {width:980px;}#menu {float:left;width:200px;height:300px;background:blue;margin-top:5px;margin-bottom:5px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;-o-border-radius: 5px;}#inhalt {float:right;width:770px;height:300px;background:darkred;margin-top:5px;margin-bottom:5px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;-o-border-radius: 5px;}#footer {width:980px;height:30px;background:#6600CC;border-radius: 100px;-moz-border-radius: 5px;-webkit-border-radius: 5px;-o-border-radius: 5px;margin-top:20px;clear:both;ju }



    Ich glaube einfach kaum das die CMS von dir ist.
    Trotzdem viele erfolg.

    Wenn dann heißt es 'das CMS'. (das Content Management System)

  • Ist aber , ich habs selbt gecodet .
    Warum sollte ich nicht ?

    seems legit bro.
    Die css ist geklaut zu 1022324224%
    Die ist verfeinert für die verschiedenen Browser. Von diesem Programmierer Kenntnissen können wir alle nur träumen!
    Dan müsstest du zuerst einmal die verschiedenen Darstellungen der Browser lernen somit die Webseite überall gleich aussieht.

  • Mein lieber Schwan:




    Für dies muss man zuerst 2 Monate über die Bücher das man es auswendig schreiben könnte, aus Kopf stylisch aufwendiges zu schreiben scheint leichter als es ist. Bitte unterschätzte das nicht.


    Die Webseite ist in solch einem leihenhaftem Style das ich es dem Machern nie zutrauen würde.
    Falls meine aussage nicht stimmen sollte bin ich dir ein Keks schuldig

    Einmal editiert, zuletzt von DeathLesson (18. Juni 2012 um 21:13)

  • OMFG DAN IST ES JA NICHT SELBER MACHEN , DAS WOLLT IHR EINFACH NICHT BEGREIFEN.
    PROGRAMMIEREN = 0 GOOGLE.
    Sobald man Google benutz beim programmieren macht man automatisch copy&paste.
    Dan ist es auch kein selber machen.

    GOOGLE -> LERNEN.

    Dan ohne Google -> Programmieren (aus Brain)
    Genau das stört mich an der Retroszene das man diesen Fachbegriff vertauscht.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!