Skip to content

Instantly share code, notes, and snippets.

@dayanand-sourcebits
Created July 30, 2012 13:05

Revisions

  1. @invalid-email-address Anonymous created this gist Jul 30, 2012.
    66 changes: 66 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,66 @@
    body
    {
    background-color:#000000;
    background: url(wide-blue-wallpaper.jpg) no-repeat;
    size:2080px 1960px;
    /*background-position: 100px 100px;*/

    }
    #page wrapper
    {

    }
    #header
    {
    font: small-caps bold 50px/70px Courier New,serif ;
    background: url(frosted-ferns.jpg) repeat-x;
    color:#FFE4E1;
    margin-bottom:60px;

    }

    .side_bar
    {
    font: oblique normal 15px/20px arial,sans-serif;
    width:20%;
    color:#CCFFFF;
    float: left;
    text-align:center;
    }
    #contents
    {
    font: normal normal normal 35px/50x arial,sans-serif ;
    color:#F5FFFA;
    width:50%;
    padding:10px;
    float: left;
    height:800;
    overflow:scroll;
    }
    #contents_head
    {
    font: small-caps bolder 45px/70px Lucida Console, serif;
    }
    #footer
    {
    font: italic normal 30px/40px times,serif ;
    color:#191970;
    clear:both;
    text-align:center;

    }
    #pics
    {
    background-color:#000;
    margin:10px 63px 10px 10px;
    border: thick solid black;
    }

    a:link {color:#6B8E23;}
    a:visited{color:#B8860B;}
    a:hover {color:#800080;}
    img
    {
    height:300px;
    width: 300px;
    }