Entry tags:
layout 004
one month counts as a while..!!
tested in chrome and ff. comment pages are not stylized.
edit: 8/03/14 added code to remove the 'modules' link under the title/page title
tested in chrome and ff. comment pages are not stylized.
edit: 8/03/14 added code to remove the 'modules' link under the title/page title
![]() full size
|
no subject
for moving the icon out of the entry box. find .entry .userpic and change the margin to margin: -20px 150px 0 0;
and if you care to, then in .entry .poster, change the margin to margin: 90px -160px 0 0; to fix the username misalignment on the reading page
no subject
no subject
at the very end of the code is a section that starts with .has-userpic .entry, just delete that entire snippet and that should do it
no subject
This is what the bit of code looks like:
.entry .userpic {
margin: -20px 0 0 150px;
float: right;
display: block;
padding: 10px;
background: black;
height: 80px;
width: 80px;
border-radius: 50px;
}
I also removed the
.has-userpic .entry
bit already.no subject
no subject