In: CSS
16 Dec 2009Previously I have written a full text page having Complete Tutorial For Developing own CMS System. On the request of my readers I am going to post the CSS style for the code.
@charset "utf-8";
/* CSS Document */body{
margin:0;
padding:0;
font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
}
.sitetitle{
padding:0px 0px 0px 25px;
font-family: "Arial";
display: inline;
color: white;
font-size: 24px;
font-weight: bold;
vertical-align: middle;
}
.dispaly{
border:1px solid #8c8c8c;
}
.menu{
padding:3px 5px 3px 10px;
color:#0099CC;
font-weight:bold;
font-size:12px;
text-decoration:none;
}
.menu a{
padding:3px 5px 3px 10px;
color:#0099CC;
font-weight:bold;
font-size:12px;
text-decoration:none;
}
h1{
font-size:16px;
color:#006699;
padding-top:10px;
text-decoration:none;
}
h1 span{
font-size:10px;
color:#999999;
text-align:right;
padding-right:0px 20px 0px 30px;
font-weight:normal;
}
h1 a{
font-size:16px;
color:#0099CC;
padding-top:10px;
text-decoration:none;
}
.posted{
font-size:10px;
color:#999999;
text-align:right;
font-weight:normal;
}
.archtitle{
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-align:center;
}
.menupost{
font-size:11px;
color:#FFFFFF;
text-decoration:none;
}
.menupost a{
font-size:11px;
color:#FFFFFF;
text-decoration:none;
}.footertext{
padding:0px 10px 0px 10px;
text-align:center;
color:#FFFFFF;
font-size:12px;
}
.footertext a{
text-align:center;
color:#FFFFFF;
font-size:12px;
text-decoration:none;
}
You can Download Zip file Here

3 Responses to CSS style for CMS system
Logan
December 17th, 2009 at 7:40 am
Thank you so much
great work ^_^
Cheers!
Boldy
December 17th, 2009 at 10:01 am
Hi, Everything dynamic and very positively!
Thanks
Boldy
SuperSonic
December 21st, 2009 at 7:26 am
Interesting, I`ll quote it on my site later.
Thanks
SuperSonic