Tip: Click lines to highlight, hold ctrl/cmd to multi-select
http://codedumper.com/azova (16-Jul @ 20:26)
Syntax Highlighted Code
- <style type="text/css" media="screen">
- body {
- margin: 0;
- padding: 0;
- background: #1a1613 url(images/bg_tutBody.gif) repeat-x;
- }
- img { border: 0; }
- #siteWrap { /* The wrapper for my page icons and bubbles */
- margin: 287px auto 0 auto;
- width: 642px;
- height: 345px;
- position: relative;
- background: transparent url(images/bg_pageWrap.jpg) no-repeat top left;
- }
- #pageWrap { /* Wrapper for my page icons */
- position: absolute;
- z-index: 5;
- top: 138px;
- left: 134px;
- }
- /* Page specific styles */
- #psdPage {
- margin-right: 19px;
- float: left;
- cursor: pointer;
- }
- #netPage {
- margin-right: 20px;
- float: left;
- cursor: pointer;
- }
- #audioPage {
- float: left;
- cursor: pointer;
- }
- #bubbleWrap { /* Wrapper for my bubbles */
- position: absolute;
- z-index: 10;
- left: 158px;
- top: 30px;
- }
- .bubble {
- position: absolute;
- }
- </style>
Plain Code
<style type="text/css" media="screen">
body {
margin: 0;
padding: 0;
background: #1a1613 url(images/bg_tutBody.gif) repeat-x;
}
img { border: 0; }
#siteWrap { /* The wrapper for my page icons and bubbles */
margin: 287px auto 0 auto;
width: 642px;
height: 345px;
position: relative;
background: transparent url(images/bg_pageWrap.jpg) no-repeat top left;
}
#pageWrap { /* Wrapper for my page icons */
position: absolute;
z-index: 5;
top: 138px;
left: 134px;
}
/* Page specific styles */
#psdPage {
margin-right: 19px;
float: left;
cursor: pointer;
}
#netPage {
margin-right: 20px;
float: left;
cursor: pointer;
}
#audioPage {
float: left;
cursor: pointer;
}
#bubbleWrap { /* Wrapper for my bubbles */
position: absolute;
z-index: 10;
left: 158px;
top: 30px;
}
.bubble {
position: absolute;
}
</style>