Gästebuch moderator Nachricht zu groß
Verfasst: Do 26. Apr 2012, 00:53
Webseitenbau - Designvorlagen - Grafik Shop - Hilfe Lexikon und vieles mehr
https://homepagehelfer.org:443/
Code: Alles auswählen
<small>Deine Nachricht.</small>
h1 {
font-family: Trebuchet MS;
font-size: 24px;
color: #382516;
}
h2 {
font-family: Trebuchet MS;
font-size: 22px;
color: #54361e;
}
h3 {
font-family: Trebuchet MS;
font-size: 20px;
color: #54361e;
}
a:link {font-family: Arial Narrow;color:#754117;font-size:20px;text-decoration:none}
a:visited {font-family: Arial Narrow;color:#754117;font-size:20px;text-decoration:none}
a:active {font-family: Arial Narrow;color:#754117;font-size:20px;text-decoration:none}
a:hover {font-family: Arial Narrow;color:#9B1515;font-size:20px;text-decoration:none}
textarea {color:#54361e;font-size:12px;font-family:Arial;background-color:#FFE4C4;border:solid 1px #CC9461}
body {
font-family: Verdana;
color: #54361e;
font-size: 20px;
background-color: #ece0ce;
background-image: url(http://file1.npage.de/006328/14/bilder/ ... g_body.png);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
}
#wrap {
width: 850px;
margin-right: auto;
margin-left: auto;
margin-top: 5px;
background-color: #fec0ff;
background-image: url(http://file1.npage.de/006328/14/bilder/ ... g_wrap.jpg);
background-repeat: repeat;
border-style: ridge;
border-width: 4px;
border-color: #ce9869;
}
#header {
background-position: center top;
width: 850px;
height: 200px;
background-color: transparent;
background-image: url(http://file1.npage.de/006328/14/bilder/ ... header.jpg);
background-repeat: no-repeat;
border-style: ridge;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width : 4px;
border-left-width: 0px;
border-color: #ce9869;
}
#navigation {
float: left;
width: 161px;
height: 100%;
margin: 12px;
text-align: left;
background-color: transparent;
padding-left: 0px;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#menu a, #menu h2 {
text-align: left;
text-decoration: none;
font-family: Franklin Gothic Demi Cond;
font-size: 16px;
display: block;
line-height:12px;
margin: 0;
padding: 9px 9px;
}
#menu h2 {
color: #754117;
font-weight:normal;
text-transform: uppercase;
background-image: url(http://file1.npage.de/006328/14/bilder/ ... button.png);
}
#menu a {
color: #754117;
font-weight:normal;
background-image: url(http://file1.npage.de/006328/14/bilder/ ... button.png);
background-repeat: no-repeat;
text-decoration: none;
}
#menu a:hover {
color: #9B1515;
font-weight:normal;
background-image: url(http://file1.npage.de/006328/14/bilder/ ... button.png);
background-repeat: no-repeat;
}
#menu li {
position: relative;
}
#menu ul ul ul {
position: absolute;
top: 0;
left: 92%;
width: 150px;
}
div#menu ul ul ul, div#menu ul ul li:hover ul ul {
display: none;
}
div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
display: block;
}
#inhalt {
float: right;
width: 640px;
background-color: #dad8d9;
background-image: url(http://file1.npage.de/006328/14/bilder/ ... inhalt.jpg);
background-repeat: repeat;
font-family: Arial Narrow;
color: #aa7744;
text-align:left;
font-size: 20px;
padding-right: 12px;
padding-left: 8px;
padding-top: 12px;
padding-bottom: 8px;
border-style: ridge;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width : 2px;
border-left-width: 2px;
border-color: #ce9869;
}
#footer {
width: 850px;
height: 50px;
line-height:50px;
text-align: center;
background-color: #000000;
background-image: url(http://file1.npage.de/006328/14/bilder/ ... footer.jpg);
background-repeat: no-repeat;
border-style: ridge;
border-top-width: 4px;
border-right-width: 0px;
border-bottom-width : 0px;
border-left-width: 0px;
border-color: #ce9869;
}
.clear {
clear: both;
}
Code: Alles auswählen
td {
font-size: 12px;
}
wo am ende musst schon genauer sagenJasko hat geschrieben:Das hier einfach ans ende kopieren:
Code: Alles auswählen
td { font-size: 12px; }