Code:
body {
background-color: #e1e1e1;
margin:0 auto;
text-shadow:#666;
}
#right {
background-image: url(images/rss.png);
padding-right: 10px;
padding-left: 10px;
}
#page {
background-color: #CCC;
margin:0 auto;
width: 960px;
}
#inside{ background-color: #CCC;
width: 960px;
}
#topbar{ margin:0 auto;
width:900px;
height:50px;
background: rgb(169,3,41); /* Old browsers */
background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(188,19,3,1) 47%, rgba(211,0,59,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(47%,rgba(188,19,3,1)), color-stop(100%,rgba(211,0,59,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(188,19,3,1) 47%,rgba(211,0,59,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(188,19,3,1) 47%,rgba(211,0,59,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(188,19,3,1) 47%,rgba(211,0,59,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(188,19,3,1) 47%,rgba(211,0,59,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#d3003b',GradientType=0 ); /* IE6-9 */
border-bottom-right-radius:15px;
border-bottom-left-radius:15px;
box-shadow:3px 3px 7px #990033;
padding-top:1px;
padding-left:30px;
padding-bottom:15px;
}
#menubar{
width:900px;
height:17px;;
margin:0 auto;
margin-top:20px;
padding-bottom:20px;
border-radius:15px;
padding-left:15px;
background: rgb(191,210,85); /* Old browsers */
background: -moz-linear-gradient(top, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
box-shadow:#360 3px 3px 7px;
}
#top {
overflow: auto;
margin:30px auto;
width:800px;
border:1px #666 solid;
border-radius:15px;
box-shadow:#999 3px 3px 7px;
}
.controller {
background-image: url(images/presscoders.png);
background-repeat: no-repeat;
background-position: center;
height: 417px;
width: 52px;
float: left;
/* [disabled]padding:30px; */
}
#left {
padding-right: 10px;
padding-left: 10px;
float:left;
}
#right { padding-left:30px;float:left; }
#slider {
height: 417px;
width: 625px;
float: left;
overflow: hidden;
}
body,td,th {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 14px;
color: #FFFFFF;
}
#footer{
float:left;
width:800px;
height:50px;
margin-top:30px;
padding:30px;
text-align:center;
clear:both;
border-top-left-radius:15px;
border-top-right-radius:15px;
border: 1px solid #999;
border: inset 1.5px solid #333;
color:#FFF;
}
Bookmarks