Hi there,
I apologize if I am being blind here but I cannot see the above code in the CSS section of my page?
This is all of the CSS I can see..
HTML Code:
<style type="text/css">
body {
background-color:#ffffff;
font-family:'BrownBold';
color:#000000;
font-size:17px;
line-height:25px;
}
a {
padding-bottom:2px;
color:#000000;
text-decoration:none;
border-bottom:2px solid;
}
img {
border: none;
border : 0;
outline:none;
width: 1000px;
height: auto;
max-width: 100%
}
a img {
outline: none;
}
iframe#tumblr_controls {
display:none;
}
#wrapper {
margin: 50px auto auto auto;
width: 1000px;
max-width: 100%
height: auto;
}
#post {
padding:40px;
}
#post img {
width: 1000px;
height: auto;
max-width: 100%
}
#post img:hover {
}
#post embed, #post iframe {
width:100% !important;
}
#post .photoset a:first-child {
}
#post .photoset a {
display:none;
}
.title {
width:100%;
text-align:center;
margin:auto;
position:fixed;
top:20px;
z-index:5000;
}
.follow {
position:fixed;
top:20px;
right:20px;
z-index:5000;
}
.archive {
position:fixed;
top:20px;
left:20px;
z-index:5000;
}
.message {
position:fixed;
bottom:20px;
left:20px;
z-index:5000;
}
.random {
position:fixed;
bottom:20px;
right:20px;
z-index:5000;
}
#toTop {
width:100%;
text-align:center;
margin:auto;
z-index:5000;
position:fixed;
display:none;
bottom:20px;
cursor:pointer;
}
.player {
background:#000;
width: 1000px;
max-width: 100%
height: auto;
}
ul.chat {
list-style-type:none;
width: 1000px;
max-width: 100%
height: auto;
}
#infscr-loading {
display:none !important;
}
.corner {
top:6px;
right:40px;
position:absolute;
padding:1em 1.5em;
margin:2em auto;
color:#fff;
overflow:hidden;
z-index:4000;
}
.corner:before {
content:"";
position:absolute;
top:0px;
right:0px;
border-width:0 25px 25px 0;
border-style:solid;
border-color:#fff #fff red red;
background:#fff;
display:block; width:0; /* Firefox 3.0 damage limitation */
}
.contentcolumn{
margin:auto;
width: 100%;
</style>
Thanks,
Bookmarks