Wordcounter
Listet ein detailliertes Ergebnis von deinem eingegebenen Text
Kommentar abgeben zu diesen Beitrag/Code ?Dann hier klicken
Der hier verwendete Code
<script src="/js_webseite/jquery.js"></script>
<style>*{
font-family:helvetica neue,Helvetica,Arial,Geneva,sans-serif;
font-size:100%
}
#wrapper{
width:100%;
margin:0 auto
}
#readability{
font-size:60%;
font-style:italic;
color:#eee
}
.box_container{
border:1px solid #158cba;
margin:2px 0;
line-height:1.5;
background-color:#fff;
-webkit-box-shadow:-3px 0 5px -3px rgba(1,1,1,.87),3px 0 5px -3px rgba(1,1,1,.87);
box-shadow:-3px 0 5px -3px rgba(1,1,1,.87),3px 0 5px -3px rgba(1,1,1,.87);
-moz-border-radius-bottomright:7px;
-webkit-border-bottom-right-radius:7px;
border-bottom-right-radius:7px;
-moz-border-radius-bottomleft:7px;
-webkit-border-bottom-left-radius:7px;
border-bottom-left-radius:7px
}
#generation{
padding:1px;
border:1px solid #090;
font-size:100%;
line-height:1.5;
margin:10px 0
}