Skip to content

Instantly share code, notes, and snippets.

@tsavory
Created June 11, 2012 07:21
Show Gist options
  • Save tsavory/2908883 to your computer and use it in GitHub Desktop.
Save tsavory/2908883 to your computer and use it in GitHub Desktop.
css from the main column
#maincolumn_full {
margin: 0;
}
#maincolumn .nopad, #maincolumn_full .nopad {
position: relative;
z-index: 100;
}
#maincolumn .border_topleft, #maincolumn_full .border_topleft {
background-image: url("../images/paper_topleft.png");
height: 61px;
width: 61px;
}
#maincolumn .border_top, #maincolumn_full .border_top {
background-image: url("../images/paper_top.png");
height: 61px;
left: 14px;
right: 22px;
}
#maincolumn .border_topright, #maincolumn_full .border_topright {
background-image: url("../images/paper_topright.png");
height: 61px;
width: 70px;
}
#maincolumn .border_right, #maincolumn_full .border_right {
background-image: url("../images/paper_right.png");
bottom: 18px;
top: 14px;
width: 70px;
}
#maincolumn .border_bottomright, #maincolumn_full .border_bottomright {
background-image: url("../images/paper_bottomright.png");
height: 66px;
width: 70px;
}
#maincolumn .border_bottom, #maincolumn_full .border_bottom {
background-image: url("../images/paper_bottom.png");
height: 66px;
left: 14px;
right: 22px;
}
#maincolumn .border_bottomleft, #maincolumn_full .border_bottomleft {
background-image: url("../images/paper_bottomleft.png");
height: 66px;
width: 61px;
}
#maincolumn .border_left, #maincolumn_full .border_left {
background-image: url("../images/paper_left.png");
bottom: 18px;
top: 14px;
width: 61px;
}
#maincolumn .border_fill, #maincolumn_full .border_fill {
background-image: url("../images/paper_fill.png");
bottom: 12px;
left: 12px;
right: 12px;
top: 12px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment