Sunday, August 16, 2015

css example

1:10 AM

@charset "utf-8";
/* CSS Document */

body {
    background-color:silver;
    margin: 0;
    padding: 0;
    color: #000000;
    margin-left: 0px;
}

#logo{
    margin-left: 28px;
    float: left;
    margin-top: 28px;
}
.rightsection{
    padding:14px 0 0 220px;
    overflow:hidden;
   
}
.first{
    float:left;
}
#tfheader{
       
    }
    #tfnewsearch{
       
        padding-top:60px;
    }
    .tftextinput{
        margin: 0;
        padding: 5px 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size:14px;
        border:1px solid #0076a3; border-right:0px;
        border-top-left-radius: 5px 5px;
        border-bottom-left-radius: 5px 5px;
    }
    .tfbutton {
        margin: 0;
        padding: 5px 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size:14px;
        outline: none;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        color: #ffffff;
        border: solid 1px #0076a3; border-right:0px;
        background: #0095cd;
        background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
        background: -moz-linear-gradient(top,  #00adee,  #0078a5);
        border-top-right-radius: 5px 5px;
        border-bottom-right-radius: 5px 5px;
    }
    .tfbutton:hover {
        text-decoration: none;
        background: #007ead;
        background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
        background: -moz-linear-gradient(top,  #0095cc,  #00678e);
    }
    /* Fixes submit button height problem in Firefox */
    .tfbutton::-moz-focus-inner {
      border: 0;
    }
    .tfclear{
        clear:both;
    }
.social{
    float:right;
}
.social ul{
    padding-right:26px;
}
.social ul li{
    list-style:none;
}
.social ul li a{
    text-decoration:none;
   
}

ul, ol, dl {
    padding: 0;
    margin: 0;
    text-align: center;
}
h1, h2, h3,  h5, h6 {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    color: #0000FF;
    font-size: 28px;
    text-decoration: none;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}
p{
}
a img {
    border: none;
}

a:link {
    color: #FFFFFF;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #FFF;
}
a:hover, a:active, a:focus {
    color: #FF0000;
    box-shadow: 0px 0px;
    -webkit-box-shadow: 0px 0px;
}

.container {
    width: 1200px;
    background-color: #FFFFFF;
    margin: 0 auto;
    -webkit-box-shadow: inset 0px 0px;
    box-shadow: inset 0px 0px;
}

header {
    min-height:170px;
    background-color: #FFFFFF;
}

.sidebar1 {
    color: #FFF;
    float: left;
    width: 180px;
    background-color:#66F
    padding-bottom: 10px;
}
.content {
    padding: 15px 0;
    width: 830px;
    float: left;
    height: 0px;
   
}
aside {
    float: right;
    width: 180px;
    background-color: #FFFFFF;
    padding: 10px 0;
}

.content ul, .content ol {
    padding: 0 15px 15px 40px;
}


nav ul{
    list-style: none;
    border-top: 1px solid #666;
    margin-bottom: 15px;
    text-align: left;
}
nav li {
    border-bottom: 1px solid #666;
}
nav a, nav a:visited {
    display: block;
   
    width: 160px;
    text-decoration:  none;
    background-color: #2E4712;
    padding-bottom:   15px;
    padding-left:     15px;
    padding-top:      15px;
    padding-right:    3px;
}
nav a:hover, nav a:active, nav a:focus {
    font-size: 18px;
}




.fltrt {
    float: right;
    margin-left: 8px;
}
.fltlft {
    float: left;
    margin-right: 8px;
}
.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


header, section, footer, aside, article, figure {
    display: block;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.table, th, td {
    border-spacing: 0px 0px;
    table-layout: fixed;
    border-style: groove;
    color: #FFF;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    text-indent: 0px;
    text-shadow: 0px 0px #FFFFFF;
    border-color: #CCC;
}





a:hover {
    color: #FFFF33;
    text-decoration: none;
}
h6 {
    font-size: 20px;
    color: #000;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
h1 {
    font-size: 36px;
    text-decoration: blink;
}
a:active {
    text-decoration: none;
}
h4 {
    font-size: 16px;
}
.menu {
    width:100%;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    display: inline-table;
    width: 100%;
    }
    .menu ul{
    margin: 0;
    padding: px;
    background: #efefef;
    background: linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
    background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
    background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
   
    display: inline-table;
   
    }
    .menu li{
    width: 190px;
    background-color: #2E4712;
   
    height: 30;
    list-style: none;
    float: left;
    float: left;
    color: Cornsilk;
    font-style: italic;
    margin-bottom: auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: auto;
    position: relative;
    padding-bottom: 15px;
    padding-left: 2.5px;
    padding-right: 2.5px;
    padding-top: 15px;
    font-size: medium
    }
    .menu li a
body,td,th {
    font-size: 15px;
}
body,td,th {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.content {
    background-color: #FFF;
    height: 1300px;
    width: 800px;
}
.listme,h4{
    color: blue;
}
.footer {
    width: 100%;
    height: 70px;
    text-align: right;
    color: #00F;
    background-color: #CCC49F;
    position: relative;
    padding-bottom: 5px;
    clear: both;
    overflow: visible;
    padding-top: 5px;
}

Written by

We are Creative Blogger Theme Wavers which provides user friendly, effective and easy to use themes. Each support has free and providing HD support screen casting.

0 comments:

Post a Comment

 

© 2013 Java Tutorials. All rights resevered. Designed by Templateism

Back To Top