Einzelnen Beitrag anzeigen
  #1 (permalink)  
Alt 19.01.2012, 00:20
rasputin rasputin ist offline
Neuer Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 19.01.2012
Beiträge: 2
rasputin befindet sich auf einem aufstrebenden Ast
Rotes Gesicht css html oder gar nix - anfänger frage

Hallo,
ich hab keine ahnung vom programmieren, möchte es aber lernen... frage:
was sind das für codes!? sind es überhaupt welche? kann ich ansatzweise was damit anfangen? schon mal danke.

hier der text/code:

{ margin: 0; padding: 0; outline: none; outline-style: none; }

body{ font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif; font-size: 13px; line-height: 1.4em; color: #333; background: #eee; }
a{ color: #fe8cad; text-decoration: none; }

ul{ list-style-type: none; }
img{ border: 0; overflow: hidden; font-size: 12px; font-weight: normal; color: #666; }


/* ################################################## ########## */


/* Basic elements: Textfields */
.textfield,
.searchfield,
.textarea{ font-size: 13px; font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif; color: #575757; padding: 6px; display: block; border: 1px solid #ccc; -webkit-box-shadow: inset 0 1px 1px #DDD, 0 1px 0px rgba(255, 255, 255, 0.3); -moz-box-shadow: inset 0 1px 1px #DDD, 0 1px 0px rgba(255, 255, 255, 0.3); -o-box-shadow: inset 0 1px 1px #DDD, 0 1px 0px rgba(255, 255, 255, 0.3); box-shadow: inset 0 1px 1px #DDD, 0 1px 0px rgba(255, 255, 255, 0.3); -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-appearance: none; }
.field_with_errors .textfield{ border-color: #c43d3d; }
.textfield.username{ background: url(http://...........png) no-repeat left center; padding-left: 145px !important; width: 143px !important; }
.textfield:focus,
.searchfield:focus,
.textarea:focus{ -webkit-box-shadow: 0px 0px 2px #fe8cad; -moz-box-shadow: 0px 0px 2px #fe8cad; -o-box-shadow: 0px 0px 2px #fe8cad; box-shadow: 0px 0px 2px #fe8cad; }
.textarea{ height: 20px; }
Mit Zitat antworten
Sponsored Links