[ create a new paste ] login | about

Link: http://codepad.org/kOsTA7FL    [ raw code | output | fork ]

C, pasted on May 23:
body 
{ 
    margin:0px;
    padding:0px;
    background-image:url('/img/pattern.jpg');
    height:100%;
    
    
}

#footer {
   position:absolute;
   bottom:-200px;
   width:100%;
   height:60px;   /* Height of the footer */
   background:#6cf;
   z-index:999;
}

#header {
   
   background-image:url('/img/header_img.png');
   padding:10px;
   height:100px;
}

#title
{
    color:White;
    font-size:18px;
    
   overflow: auto;
  display: block;
  width: 550px;
  margin: 0 auto;  
  position:relative;
    
}


.navigation {
  background: url(images/navigation.png);
  height: 134px;
  overflow: auto;
  display: block;
  width: 550px;
  margin: 0 auto;  
}
.navigation * {
  padding:0;
  margin:0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}
.navigation ul {
  display: block;
  float: left;
  padding: 0px 0 0 0;
  margin: 37px 0 0 20px;
}
.navigation ul li 
{
  
  background-color:White;
  list-style: none;
  float: left;
  margin: 0 0 0 5px;
  border-radius: 10px;
}

.navigation ul li a {
  background-image:url(img/navbutton_back.png);
  display: block;
  padding: 0 13px 0 0;
  color: #578ba0;
  text-decoration: none
}
.navigation ul li.selected a,
.navigation ul li.hover a {
  background-image:url(img/navbutton_back.png);
  color: #578ba0;
}

.navigation ul li a span {
  background-image:url(img/navbutton_back.png);
  display: block;
  padding: 15px 10px 10px 23px;
}
.navigation ul li.selected a span,
.navigation ul li.hover a span {
  background-image:url(img/navbutton_back.png);
}

#contentOne
{
    margin-top:20px;
    margin-left:80px;  
    float:left;  
    height:200px;
    width:200px;   
    border-top-left-radius:10px;
    border-top-right-radius:10px;    
}

#contentTwo
{
    
    margin-top:100px;
    margin-left:80px;    
    
    height:200px;
    width:200px;   
    border-top-left-radius:10px;
    border-top-right-radius:10px;    
}

#contentThree
{
    position:absolute;
    margin-top:100px;
    margin-right:80px;   
    
    height:200px;
    width:200px;   
    border-top-left-radius:10px;
    border-top-right-radius:10px;    
}

#contentFour
{
    position:absolute;
    margin-top:100px;
    margin-right:80px;   
      
    height:200px;
    width:200px;   
    border-top-left-radius:10px;
    border-top-right-radius:10px;    
}

#leftBar
{
    position:absolute;
    height:100%;
    width:200px;
    background-color:White;
    margin:0px;
    padding:0px;
    
    background-image:url('/img/header_img.png');       
}

#wrapper{
    
    overflow:auto;
}


Output:
Line 2: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
Line 11: error: invalid suffix "px" on integer constant
Line 12: error: invalid suffix "px" on integer constant
Line 25: warning: character constant too long for its type
Line 1: error: invalid preprocessing directive #footer
Line 12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
Line 13: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
Line 11: error: invalid suffix "px" on integer constant
Line 14: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
Line 15: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
Line 10: error: invalid suffix "px" on integer constant
Line 16: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
Line 16: error: stray '#' in program
Line 15: error: invalid suffix "cf" on integer constant
Line 17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token
Line 18: error: expected identifier or '(' before '}' token
Line 1: error: invalid preprocessing directive #header
Line 22: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token
Line 24: warning: character constant too long for its type
Line 23: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
Line 11: error: invalid suffix "px" on integer constant
Line 24: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
Line 10: error: invalid suffix "px" on integer constant
Line 25: error: expected identifier or '(' before '}' token
Line 1: error: invalid preprocessing directive #title
Line 28: error: expected identifier or '(' before '{' token
Line 14: error: invalid suffix "px" on integer constant
Line 9: error: invalid suffix "px" on integer constant
Line 41: error: expected identifier or '(' before '.' token
Line 10: error: invalid suffix "px" on integer constant
Line 9: error: invalid suffix "px" on integer constant
Line 49: error: expected identifier or '(' before '.' token
Line 13: error: invalid suffix "px" on integer constant
Line 56: error: expected identifier or '(' before '.' token
Line 11: error: invalid suffix "px" on integer constant
Line 10: error: invalid suffix "px" on integer constant
Line 19: error: invalid suffix "px" on integer constant
Line 62: error: expected identifier or '(' before '.' token
Line 16: error: invalid suffix "px" on integer constant
Line 17: error: invalid suffix "px" on integer constant
Line 72: error: expected identifier or '(' before '.' token
Line 13: error: invalid suffix "px" on integer constant
Line 76: error: stray '#' in program
Line 10: error: invalid suffix "ba0" on integer constant
Line 79: error: expected identifier or '(' before '.' token
Line 82: error: stray '#' in program
Line 10: error: invalid suffix "ba0" on integer constant
Line 85: error: expected identifier or '(' before '.' token
Line 11: error: invalid suffix "px" on integer constant
Line 16: error: invalid suffix "px" on integer constant
Line 21: error: invalid suffix "px" on integer constant
Line 26: error: invalid suffix "px" on integer constant
Line 90: error: expected identifier or '(' before '.' token
Line 1: error: invalid preprocessing directive #contentOne
Line 96: error: expected identifier or '(' before '{' token
Line 15: error: invalid suffix "px" on integer constant
Line 16: error: invalid suffix "px" on integer constant
Line 11: error: invalid suffix "px" on integer constant
Line 10: error: invalid suffix "px" on integer constant
Line 27: error: invalid suffix "px" on integer constant
Line 28: error: invalid suffix "px" on integer constant
Line 1: error: invalid preprocessing directive #contentTwo
Line 107: error: expected identifier or '(' before '{' token
Line 15: error: invalid suffix "px" on integer constant
Line 16: error: invalid suffix "px" on integer constant
Line 11: error: invalid suffix "px" on integer constant
Line 10: error: invalid suffix "px" on integer constant
Line 27: error: invalid suffix "px" on integer constant
Line 28: error: invalid suffix "px" on integer constant
Line 1: error: invalid preprocessing directive #contentThree
Line 119: error: expected identifier or '(' before '{' token
Line 15: error: invalid suffix "px" on integer constant
Line 17: error: invalid suffix "px" on integer constant
Line 11: error: invalid suffix "px" on integer constant
Line 10: error: invalid suffix "px" on integer constant
Line 27: error: invalid suffix "px" on integer constant
Line 28: error: invalid suffix "px" on integer constant
Line 1: error: invalid preprocessing directive #contentFour
Line 131: error: expected identifier or '(' before '{' token
Line 15: error: invalid suffix "px" on integer constant
Line 17: error: invalid suffix "px" on integer constant
Line 11: error: invalid suffix "px" on integer constant
Line 10: error: invalid suffix "px" on integer constant
Line 27: error: invalid suffix "px" on integer constant
Line 28: error: invalid suffix "px" on integer constant
Line 1: error: invalid preprocessing directive #leftBar
Line 143: error: expected identifier or '(' before '{' token
Line 10: error: invalid suffix "px" on integer constant
Line 11: error: invalid suffix "px" on integer constant
Line 12: error: invalid suffix "px" on integer constant
Line 25: warning: character constant too long for its type
Line 1: error: invalid preprocessing directive #wrapper
Line 156: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
Line 157: error: expected identifier or '(' before '}' token


Create a new paste based on this one


Comments: