I'm trying to morph
my LiveJournal into a layout I can use for webcomics, but while I can write HTML, I don't have a real handle on S2 code, I'm used to building from scratch, and canceling things out and the correct order things need to be presented in is giving me a lot of trouble.
(
Details )
Okay, this is what I have (using some of the code that tuff_ghost posted):
#header, .userpic, .userpicfriends, .clear, .separator, .clearfoot {
display: none;
}
#content {
position: relative;
padding: 0px 0px 125px 0px;
background: none;
border: none;
}
#maincontent {
background: none;
border: none;
}
.subcontent {
padding: 20px;
background: #ffffff;
border: 3px solid #D1EEF5;
border-radius: 60px;
}
.datesubject {
padding: 0px;
background: none;
}
.date {
float: right;
padding-top: 23px;
font-size: 14pt;
}
.subject {
padding: 0px 0px 15px 0px;
font-size: 36pt;
font-weight: normal;
}
.entry {
margin: 0px;
padding: 0px;
background: none;
border: none;
}
.comments {
width: 802px;
margin: 0px auto;
padding-bottom: 12px;
text-align: left;
font-size: 0px;
font-weight: bold;
background: none;
}
.comments a {
font-size: 18pt;
color: #000000!important;
}
.comments a + a {
float: right;
}
.box {
margin-top: 20px;
padding: 20px;
background: #ffffff;
border: 3px solid #D1EEF5;
border-radius: 60px;
}
.skiplinks, #footer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.skiplinks {
width: 758px;
margin: 0px auto;
background: none;
text-align: left;
font-size: 0px;
z-index: 1;
}
.skiplinks a:first-child {
display: inline-block;
width: 108px;
height: 54px;
background: url(http://www.sand3.com/New%20Site/previous.png);
}
.skiplinks a:last-child {
display: inline-block;
float: right;
width: 108px;
height: 54px;
background: url(http://www.sand3.com/New%20Site/next.png);
}
#footer {
width: 758px;
margin: 0px auto;
background: none;
border: none;
text-align: left;
font-size: 0px;
z-index: 1;
}
#footer a {
display: inline-block;
width: 108px;
height: 54px;
margin: 0px 246px 0px 0px;
background: url(http://www.sand3.com/New%20Site/previous.png);
}
#footer li + li > a {
display: inline-block;
float: right;
width: 108px;
height: 54px;
margin: 0px 0px 0px 246px;
background: url(http://www.sand3.com/New%20Site/next.png);
}
#sidebar {
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 408px;
margin: 0px auto;
padding: 0px;
font-size: 0px;
background: none;
border: none;
z-index: 5;
}
.sbartitle {
display: none;
}
ul.sbarlist, ul.sbarlist + .sbarlist, #sidebar_linklist.sbarbody {
margin: 0px;
padding: 0px;
}
li.sbaritem a {
display: block;
width: 108px;
height: 54px;
}
li.sbaritem {
display: inline-block;
margin: 0px 42px 0px 0px;
padding: 0px;
width: 108px;
height: 54px;
background: url(http://www.sand3.com/New%20Site/first.png);
}
li.sbaritem + li.sbaritem {
display: inline-block;
background: url(http://www.sand3.com/New%20Site/archive.png);
}
li.sbaritem + li.sbaritem + li.sbaritem {
margin: 0px;
background: url(http://www.sand3.com/New%20Site/last.png);
}
Reply
Leave a comment