Forum'da ara:
Ara


Yazar Mesaj
Mesaj25.06.2009, 13:38 (UTC)    
Mesaj konusu: bunu css kodunu bulabilirmisiniz

kardeşler diger tasarımın css kodunu buldugunuz için çok teşekkürler peki bunu css kodunu bulabilirmisiniz lütfen arkadaşlar

http://www.metamorphozis.com/free_templates/free_css_templates/metamorph_orangemess/


En son nehirarastirma tarafından 25.06.2009 13:42:32 tarihinde değiştirildi, toplam 1 kere değiştirildi
Mesaj25.06.2009, 13:45 (UTC)    
Mesaj konusu:

Mesaj25.06.2009, 13:56 (UTC)    
Mesaj konusu:

yaptın mı
______________
Mesaj25.06.2009, 14:10 (UTC)    
Mesaj konusu: ??

HİÇ BİŞEY ANLAMADIM
Mesaj25.06.2009, 14:45 (UTC)    
Mesaj konusu:

css tasarımı seç en altta css kodu kısmına yapıştır

Kod:
*
{
margin: 0px;
padding: 0px;
}

a:link {
   color: #C04D1D;
}

a:hover {
   text-decoration: none;
   color: #FF0000;
}

a:visited {
   color: #C04D1D;
}

body {
   
   background: #732F0B url(http://www.metamorphozis.com/free_templates/free_css_templates/metamorph_orangemess/images/back_all.jpg) repeat-x;
   font: 13px Arial, Helvetica, sans-serif;
   color: #383838;
}

#content
{
   margin: 0 auto;
   width: 789px;
   text-align: left;
}

#main
{
width: 789px;
padding-top: 10px;
}

#back
{
width: 789px;
}

#header {
   height: 434px;
   text-align: right;
   background: url(http://www.metamorphozis.com/free_templates/free_css_templates/metamorph_orangemess/images/header.jpg) no-repeat;      
}

#logo {

width: 759px;
height: 292px;
text-align: left;
padding-left: 20px;
padding-top: 20px;
}


#logo a {
   text-decoration: none;
   text-transform: lowercase;
   font-style: italic;
   font-size: 18px;
   color: #ffffff;
}
#logo H2 a
{
font-size: 12px;
}


#menu
{
width: 639px;
height: 89px;
padding-left: 150px;
}

#menu ul {
   list-style: none;   
}

#menu li {
   
   display: inline;
   
}

#menu a {
   float: left;
   width: 100px;
   height: 59px;
    display: block;
   text-align: center;
   text-decoration: none;
   color: #ffffff;
   font-weight: bold;
   padding-top: 35px;
   font-size: 14px;
   text-transform: uppercase;
}

#menu a:hover {
   width: 100px;
    height: 59px;
   color: #FFF8B3;
   text-decoration: underline;
   background: url(http://www.metamorphozis.com/free_templates/free_css_templates/metamorph_orangemess/images/menu_r.gif) repeat-x;
}




#left
{
   width: 239px;
}

#left H3
{
width: 214px;
height: 34px;
font-size: 14px;
font-weight: bold;
padding-left: 25px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
background: url(http://www.metamorphozis.com/free_templates/free_css_templates/metamorph_orangemess/images/title.png) repeat-x
}

#left ul {
   list-style: none;
   margin-bottom: 10px;
}


#left ul {
   border: 0px;
   margin-bottom: 10px;
   padding-top: 20px;
}

#left li {
   padding: 4px;
   color: #FFFFFF
}

#arc li
{
padding-left: 30px;
}

#left a {
   color: #ffffff;
}
#left a:visited {
   color: #ffffff;
}

#left p
{
padding: 10px;
}

#calendar1 {
   padding: 20px 10px 20px 10px;
}

#calendar table {
   width: 100%;
   text-align: center;
}

#calendar thead {

}

#calendar tbody td {
   border: 1px solid #F1F1F1;
}

#calendar #prev {
   text-align: left;
}

#calendar #next {
   text-align: right;
}

#calendar tfoot a {
   text-decoration: none;
   font-weight: bold;
}

#calendar #now {
   background: #696969;
   border: 1px solid #ff0000;
   font-weight: bold;
   color: #ffffff
}

#right
{
float: right;
width: 515px;
}

#right H4
{
   margin: 0;
   padding: 0px;
   font-size: 12px;
   color: #C5C5C5;
}

.right_top
{
background: url(http://www.metamorphozis.com/free_templates/free_css_templates/metamorph_orangemess/images/top.png) no-repeat top;
height: 13px;
}

.right_back
{
background: url(http://www.metamorphozis.com/free_templates/free_css_templates/metamorph_orangemess/images/table_back.png) repeat-y;
}

.right_bottom
{
background: url(http://www.metamorphozis.com/free_templates/free_css_templates/metamorph_orangemess/images/bottom.png) no-repeat bottom;
padding: 20px;
margin-bottom: 20px;
}

#right a
{
color: #C04D1D;
text-decoration: none;
}

#right p {
   margin: 0;
   padding: 0;
   padding-bottom: 10px;
}

#right h2 {
   margin: 0;
   padding: 0;
   padding-top: 10px;
   color: #C04D1D;
}

#right ol, #right ul
{
margin-left: 30px;
}


.date {
   text-align: right;
   color: #C04D1D;
   font-size: 11px;
}

.date a {
   color: #C04D1D;
}



#footer {
   height: 74px;
   clear: both;
   padding-top: 30px;
   background: url(http://www.metamorphozis.com/free_templates/free_css_templates/metamorph_orangemess/images/footer.gif) repeat-x bottom;
}

#footer p {
   margin: 0;
   font-size: 10px;
   text-align: center;
   color: #ffffff;
}

#footer a {
   color: #ffffff;
}
Mesaj25.06.2009, 14:53 (UTC)    
Mesaj konusu: ohbe

saol kardeş düzeldi
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu