<?xml version='1.0' encoding='utf-8' ?>
<!--  If you are running a bot please visit this policy page outlining rules you must respect. https://www.livejournal.com/bots/  -->
<rss version='2.0'  xmlns:lj='http://www.livejournal.org/rss/lj/1.0/' xmlns:media='http://search.yahoo.com/mrss/' xmlns:atom10='http://www.w3.org/2005/Atom'>
<channel>
  <title>spire。</title>
  <link>https://spire.livejournal.com/</link>
  <description>spire。 - LiveJournal.com</description>
  <lastBuildDate>Sat, 12 Feb 2011 14:08:14 GMT</lastBuildDate>
  <generator>LiveJournal / LiveJournal.com</generator>
  <lj:journal>spire</lj:journal>
  <lj:journalid>14467155</lj:journalid>
  <lj:journaltype>community</lj:journaltype>
  <image>
    <url>https://l-userpic.livejournal.com/101804917/14467155</url>
    <title>spire。</title>
    <link>https://spire.livejournal.com/</link>
    <width>100</width>
    <height>100</height>
  </image>

  <item>
  <guid isPermaLink='true'>https://spire.livejournal.com/55790.html</guid>
  <pubDate>Sat, 12 Feb 2011 14:08:14 GMT</pubDate>
  <title>Closed.</title>
  <author>daemon</author>
  <link>https://spire.livejournal.com/55790.html</link>
  <description>&lt;center&gt;&lt;b&gt;&lt;font size=&quot;5&quot;&gt;CLOSED.&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;&lt;br /&gt;You could also say permanent hiatus, if you so wish.  I realized that it was simply a farce to believe that I would make new layouts again.  The fact is, not only have my interests changed, but I&apos;m getting a lot more work from college now.  LJ layout making is no longer something I have the patience for, especially when my other activities have more relevance to my desired career in game development, and/or actually have the potential to earn me a paycheck.  I won&apos;t go into the details, as they&apos;d just bore you fine folks, so in short: don&apos;t expect to see more layouts.  &lt;br /&gt;&lt;br /&gt;I&apos;m really sorry about this -- I tried to delay the inevitable as much as possible.  But it&apos;s just not going to happen anymore.  So I&apos;d like to redirect you to &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-C     &quot;  data-ljuser=&quot;refutare&quot; lj:user=&quot;refutare&quot; &gt;&lt;a href=&quot;https://refutare.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/community.png?v=556&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://refutare.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;refutare&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;, a layout community operated by two very talented friends of mine.  You&apos;re probably watching them already, but if you aren&apos;t, get on it!&lt;br /&gt;&lt;br /&gt;Anyway, I think I&apos;ve rambled on long enough.  Thank you for all the support over the years, and farewell. &amp;hearts;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;EDIT:&lt;/b&gt; The community will not be deleted.  It will remain as an archive of my layouts. :)</description>
  <comments>https://spire.livejournal.com/55790.html?view=comments#comments</comments>
  <category>!announcement</category>
  <lj:security>public</lj:security>
  <lj:poster>daemon</lj:poster>
  <lj:posterid>16797028</lj:posterid>
  <lj:reply-count>28</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://spire.livejournal.com/55296.html</guid>
  <pubDate>Wed, 29 Sep 2010 13:52:42 GMT</pubDate>
  <title>Tutorial: Replace the Custom Userheads</title>
  <author>daemon</author>
  <link>https://spire.livejournal.com/55296.html</link>
  <description>Some of your friends have custom userheads, and as neat as this feature is, you may not like how they are messing the conformity of your custom tiny icons.  While I couldn&apos;t help but buy a userhead that cheesily relates to my username, I can sympathize.  Thus, it is with great pleasure that I reveal the code needed to correct this aberration. (This tutorial can also double as a simple introduction to replacing icons in your own layout.)&lt;br /&gt;&lt;br /&gt;&lt;textarea&gt;img[src*=&quot;userhead&quot;]&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;For clarification, many of my layouts (your mileage may vary with other maker&apos;s stuff) have something like the following code to replace the userheads with your own icons (code in &lt;font color=&quot;red&quot;&gt;red&lt;/font&gt; is used to apply the same custom icon to the ONTD, staff, Open ID, and anonymous icons, mostly not present in my older layouts):&lt;br /&gt;&lt;br /&gt;&lt;code&gt;img[src*=&quot;userinfo.gif&quot;]&lt;font color=&quot;red&quot;&gt;, img[src*=&quot;user_ontd.gif&quot;], img[src*=&quot;userinfo-support.gif&quot;], img[src*=&quot;openid-profile.gif&quot;], img[src*=&quot;anonymous.gif&quot;]&lt;/font&gt; {&lt;br /&gt;background-image:url(&quot;&lt;a target=&apos;_blank&apos; href=&apos;http://irondevil.org/icon/categories/diagona%2010a/05.png&apos; rel=&apos;nofollow&apos;&gt;http://irondevil.org/icon/categories/diagona%2010a/05.png&lt;/a&gt;&quot;) !important;&lt;br /&gt;background-repeat:no-repeat !important;&lt;br /&gt;height:0;&lt;br /&gt;padding:15px 11px 0 0 !important;&lt;br /&gt;width:0;&lt;br /&gt;}&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;As you may have guessed, replacing the userheads is as easy as inserting the first code snippet in the list before the bracket.  Don&apos;t forget the comma!&lt;br /&gt;&lt;br /&gt;&lt;code&gt;img[src*=&quot;userinfo.gif&quot;]&lt;font color=&quot;red&quot;&gt;, img[src*=&quot;user_ontd.gif&quot;], img[src*=&quot;userinfo-support.gif&quot;], img[src*=&quot;openid-profile.gif&quot;], img[src*=&quot;anonymous.gif&quot;]&lt;/font&gt;&lt;font color=&quot;green&quot;&gt;, img[src*=&quot;userhead&quot;] &lt;/font&gt; {&lt;br /&gt;background-image:url(&quot;&lt;a target=&apos;_blank&apos; href=&apos;http://irondevil.org/icon/categories/diagona%2010a/05.png&apos; rel=&apos;nofollow&apos;&gt;http://irondevil.org/icon/categories/diagona%2010a/05.png&lt;/a&gt;&quot;) !important;&lt;br /&gt;background-repeat:no-repeat !important;&lt;br /&gt;height:0;&lt;br /&gt;padding:15px 11px 0 0 !important;&lt;br /&gt;width:0;&lt;br /&gt;}&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Note that I haven&apos;t tested this with every userhead, but I did a quick check on a couple and it appears that they all have &quot;userhead&quot; in the URL, which means this solution should work for them.&lt;br /&gt;&lt;br /&gt;Theoretically, it&apos;s also possible to replace &lt;i&gt;individual&lt;/i&gt; userheads with custom icons.  I&apos;m not sure why you&apos;d put yourself through that, but it&apos;s as simple as finding the image URL for a particular userhead (my demon horns one, for instance, is &lt;code&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://files.livejournal.com/userhead/28&apos;&gt;http://files.livejournal.com/userhead/28&lt;/a&gt;&lt;/code&gt;) and inserting that &quot;/28&quot; part into the code.&lt;br /&gt;&lt;br /&gt;&lt;textarea&gt;img[src*=&quot;userhead/28&quot;]&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;Tada, no more demon horns userheads!&lt;a name=&apos;cutid1-end&apos;&gt;&lt;/a&gt;</description>
  <comments>https://spire.livejournal.com/55296.html?view=comments#comments</comments>
  <category>*tutorial</category>
  <lj:security>public</lj:security>
  <lj:poster>daemon</lj:poster>
  <lj:posterid>16797028</lj:posterid>
  <lj:reply-count>13</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://spire.livejournal.com/54935.html</guid>
  <pubDate>Sat, 24 Jul 2010 20:56:57 GMT</pubDate>
  <title>minimalism: new york</title>
  <author>daemon</author>
  <link>https://spire.livejournal.com/54935.html</link>
  <description>&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://lj.irondevil.org/newyork.php&quot; target=&quot;_blank&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/50dde50c880fdb95d9d671500453183b5632aa11d4edf242721f657af1bab8c1/P2WlxyVijxKvgmFv9cdfVEMdsf-ah7h000TMTqBcgdTW5RHY2863DwUvDUA4EEhmr01Hl3PZagUHAA:LEPTBVTS3Oa4nTovIR4lYw&quot; border=&quot;0&quot; fetchpriority=&quot;high&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;People wanted a Minimalism layout with a sidebar, so here you go. Named for my lovely state of birth. :)  The layout will stretch to fit larger monitors. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;EDIT:&lt;/b&gt; Added code for customized contextual pop-ups.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://community.livejournal.com/spire/29110.html#rename&quot; target=&quot;_blank&quot;&gt;&quot;Wait, who the hell is ~daemon and what happened to ~thrashmetal?!&quot;&lt;/a&gt;&lt;br&gt;&lt;br /&gt;&lt;table width=&quot;65%&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;10&quot; cellspacing=&quot;1&quot;&gt;
  &lt;tr&gt;
    &lt;th colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot; scope=&quot;col&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;layout notes&lt;/font&gt;&lt;/div&gt;&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width=&quot;35%&quot; align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;account types&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td width=&quot;65%&quot; bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Basic, Paid&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;compatible browsers&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Internet Explorer 8, Mozilla Firefox, Opera, Safari, Google Chrome&lt;font size=&quot;1&quot;&gt;&lt;br /&gt;	Margin/padding issues in IE, as usual. Otherwise ok.&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;minimum resolution&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;1024x768&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;comment pages&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Yes&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;navstrip&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Optional&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;disabled&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;N/A&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt; 
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;css stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;div style=&quot;margin:10px 0;text-align:center&quot;&gt;&lt;textarea cols=&quot;50&quot; rows=&quot;10&quot;&gt;/*---------------------------------------------------
STYLESHEET CREATOR: daemon.livejournal.com
STYLESHEET NAME: New York
S2 STYLE: Minimalism
DOWNLOAD: spire.livejournal.com

****Please remember to credit!****
-----------------------------------------------------*/

body {
background:none repeat scroll 0 0 #FFFFFF;
color:#444444;
font-family:Helvetica,Arial,Sans-serif;
font-size:11px;
line-height:20px;
}
textarea, input, select {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #DDDDDD;
color:#444444;
font-size:12px;
max-width:450px;
}
a, a:visited {
color:#000000;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
blockquote {
background:none repeat scroll 0 0 #DDDDDD;
padding:14px;
}
.header {
width:200px;
}
#page {
padding-bottom:20px;
position:absolute;
top:70px;
width:100%;
}
.content .header .userpic {
display:inline;
float:left;
overflow:hidden;
}
.header .userpic-in, hr, .header h3, .header-sec h1 {
display:none;
}
.header-sec h1 {
display:none;
font-size:12px;
margin-top:-80px;
position:absolute;
text-align:right;
width:60%;
}
.header h2 {
background:none repeat scroll 0 0 #000000;
color:#FFFFFF;
font-size:22px;
letter-spacing:-1px;
padding:16px;
position:absolute;
top:24px;
}
ul.nav {
font-size:22px;
font-weight:bold;
letter-spacing:-1px;
line-height:31px;
list-style-type:none;
margin:0;
padding:0;
text-transform:lowercase;
}
ul.nav li {
border-bottom:1px solid #DDDDDD;
padding:2px 0;
}
ul.nav li a {
color:#000000;
}
ul.nav li a:hover {
color:#666666;
text-decoration:none;
}
ul.nav-sub {
display:none;
}
.layout {
border-top:7px solid #DDDDDD;
margin:121px auto;
min-width:800px;
padding-top:12px;
width:60%;
}
.content {
float:left;
margin-right:-100%;
width:100%;
}
.content-inner {
margin-left:244px;
margin-right:15px;
margin-top:-176px;
}
.content .entry {
margin:3.5em 0 0;
overflow:hidden;
position:relative;
width:100%;
}
.content dd.entry-text {
margin:0 auto;
min-height:164px;
}
.metadata {
line-height:16px;
margin-left:22px;
padding:11px 0;
}
.metadata dl {
margin:0;
padding:0;
}
.metadata dt, .metadata dd {
display:inline;
margin:2px;
}
dd.meta-music-value {
background:url(&quot;http://irondevil.org/icon/categories/brsev%20Token%20Dark%2014px/Headphones1414.PNG&quot;) no-repeat scroll 0 -1px transparent;
padding-left:15px;
}
dd.meta-mood-value {
background:url(&quot;http://irondevil.org/icon/categories/brsev%20Token%20Dark%2014px/Contact1414.PNG&quot;) no-repeat scroll 0 -1px transparent;
padding-left:15px;
}
dd.meta-location-value {
background:url(&quot;http://irondevil.org/icon/categories/brsev%20Token%20Dark%2014px/Earth1414.PNG&quot;) no-repeat scroll 0 -1px transparent;
padding-left:15px;
}
dd.meta-groups-value {
background:url(&quot;http://irondevil.org/icon/categories/brsev%20Token%20Dark%2014px/MSN1414.PNG&quot;) no-repeat scroll 1px 0 transparent;
padding-left:15px;
}
.meta-music-label, .meta-location-label, .meta-mood-label, .meta-groups-label {
display:none !important;
}
.ljtags {
margin-left:17px;
margin-top:16px;
}
.ljtags a {
color:#111111;
}
.vcard {
text-align:right;
}
.vcard dd.username .ljuser a b {
font-size:14px;
}
.vcard dt img {
border:15px solid #111111;
}
.vcard .entry-date abbr {
border:medium none;
}
.content .entry .entry-title {
color:#000000;
font-size:22px;
font-weight:bold;
letter-spacing:-1px;
line-height:27px;
margin:5px 163px 5px 0;
}
.content .entry .entry-title a {
}
.content .entry .entry-linkbar {
margin-right:0;
padding-bottom:0.5em;
text-align:center;
}
.content .entry .entry-text .author {
float:right;
margin:-2.6em 0 1.2em 1.2em;
}
.content .entry .entry-text .author * {
margin-left:0;
}
.content .entry .entry-text .metadata dl {
display:block;
margin:0;
padding:0;
}
.content .entry .entry-text .metadata dt, .content .entry .entry-text .metadata dd {
display:inline;
margin-left:0;
}
.content .entry .entry-text .metadata dt {
font-weight:bold;
margin-right:0.4em;
}
.content .entry .entry-text .metadata dd img {
vertical-align:top;
}
.content .entry .entrymenu {
margin:10px 0 0;
padding:0;
}
.content .entry .entrymenu ul {
background:none repeat scroll 0 0 #000000;
margin-bottom:0;
margin-left:0;
margin-top:0;
min-height:22px;
padding:3px 11px;
text-align:right;
}
.content .entry .entrymenu li {
display:inline;
margin-left:13px;
}
.content .entry .entrymenu li a {
color:#FFFFFF;
}
li.tell_friend {
display:none !important;
}
.content ul.page-nav {
list-style:none outside none;
margin:0;
padding:29px 0;
text-align:right;
}
.content ul.page-nav li {
display:inline;
margin:0 5px;
}
.content .page-nav a {
background:none repeat scroll 0 0 #000000;
color:#FFFFFF;
font-size:22px;
font-weight:bold;
letter-spacing:-1px;
padding:8px 13px;
}
.calendar-wrap table {
margin:16px auto;
width:400px;
}
.calendar-wrap td {
background:none repeat scroll 0 0 #DDDDDD;
padding-bottom:24px;
padding-left:6px;
}
.calendar-wrap caption {
font-size:22px;
font-weight:bold;
letter-spacing:-1px;
}
.sidebar {
float:left;
width:100%;
}
.sidebar-inner {
width:200px;
}
.sidebar-block dd {
margin:0;
}
dl.sidebar-links a {
font-size:14px;
font-weight:bold;
}
dl.sidebar-links dd {
background:url(&quot;http://irondevil.org/icon/categories/brsev%20Token%20Dark%2014px/Media-Player1414.PNG&quot;) no-repeat scroll 0 3px transparent;
padding-left:17px;
}
.sidebar-block dt, .sidebar-powered {
display:none;
}
.sidebar dd.calendar-wrap table {
width:200px;
}
.sidebar dd.calendar-wrap table td {
background:none repeat scroll 0 0 #DDDDDD;
padding:0 4px 6px;
}
.sidebar dd.calendar-wrap caption {
font-size:14px;
font-weight:bold;
letter-spacing:0;
padding:4px 0;
text-align:right;
}
.ljuser a b {
background:none repeat scroll 0 0 transparent;
text-decoration:none !important;
}
.ljuser a:hover b {
background:none repeat scroll 0 0 transparent;
border-bottom:0 none;
text-decoration:none !important;
}
img[src*=&quot;userinfo.gif&quot;], img[src*=&quot;userinfo-support.gif&quot;], img[src*=&quot;user_ontd.gif&quot;], img[src*=&quot;openid-profile.gif&quot;], img[src*=&quot;anonymous.gif&quot;] {
background:url(&quot;http://irondevil.org/icon/categories/brsev%20Token%20Dark%2014px/Contact1414.PNG&quot;) no-repeat scroll 0 0 transparent;
height:0;
padding:18px 13px 0 0 !important;
width:0;
}
#lj_controlstrip img[src*=&quot;userinfo.gif&quot;], #lj_controlstrip img[src*=&quot;user_ontd.gif&quot;] {
background:url(&quot;http://irondevil.org/icon/categories/damniconsmini/user.gif&quot;) no-repeat scroll 0 0 transparent;
}
img[src*=&quot;community.gif&quot;], img[src*=&quot;partnercomm.gif&quot;] {
background-image:url(&quot;http://irondevil.org/icon/categories/brsev%20Token%20Dark%2014px/Home1414.PNG&quot;);
background-repeat:no-repeat !important;
height:0;
padding:17px 13px 0 0 !important;
width:0;
}
img[src*=&quot;newsinfo.gif&quot;] {
background-image:url(&quot;http://irondevil.org/icon/categories/brsev%20Token%20Dark%2014px/Update1414.PNG&quot;) !important;
background-repeat:no-repeat !important;
height:0;
padding:17px 13px 0 0 !important;
width:0;
}
img[src*=&quot;syndicated.gif&quot;] {
background-image:url(&quot;http://irondevil.org/icon/categories/brsev%20Token%20Dark%2014px/RSS1414.PNG&quot;) !important;
background-repeat:no-repeat !important;
height:0;
padding:17px 13px 0 0 !important;
width:0;
}
img[src*=&quot;icon_protected.gif&quot;], img[src*=&quot;icon_groups.gif&quot;], img[src*=&quot;icon_private.gif&quot;] {
background-image:url(&quot;http://irondevil.org/icon/categories/brsev%20Token%20Dark%2020px/Lock.png&quot;) !important;
background-position:0 0;
background-repeat:no-repeat;
height:0;
padding:1px 26px 17px 0 !important;
width:0;
}
.comments-links {
background:none repeat scroll 0 0 #111111;
color:#FFFFFF;
padding:5px;
text-align:center;
}
.entry-comments-text {
}
.comment-wrap {
margin-bottom:11px;
margin-top:24px;
}
.comment-upic img {
border:14px solid #111111;
float:left;
height:75px;
width:75px;
}
.comment-text {
margin:14px 11px 0 114px;
min-height:72px;
}
a.comment-permalink {
margin:0 4px;
}
.comment-menu {
background:none repeat scroll 0 0 #111111;
color:#000000;
padding:5px 10px;
text-align:right;
}
.comment-menu a, .comments-links a {
color:#FFFFFF;
}
.comment-head-in {
font-size:10px;
padding-left:114px;
}
.comment-head-in p {
display:inline;
}
.comment-head-in .ljuser {
font-size:18px;
}
.comment-head-in img[src*=&quot;userinfo.gif&quot;] {
background-image:none !important;
height:0;
padding:0 !important;
width:0;
}
.comment-head-in h3 {
color:#AAAAAA;
font-size:22px;
letter-spacing:-1px;
margin-bottom:0;
}
#qrform table {
border:medium none !important;
}
.content-tags {
padding:10px;
}
#lj_controlstrip {
background:none repeat scroll 0 0 #111111;
color:#FFFFFF;
}
#lj_controlstrip td {
border-bottom:medium none;
color:#FFFFFF;
}
#lj_controlstrip a {
color:#FFFFFF;
}
#lj_controlstrip_user, #lj_controlstrip_actionlinks, #lj_controlstrip_search, #lj_controlstrip_login, #lj_controlstrip_loggedout_userpic {
border-right:0 none;
}
#lj_controlstrip_login td {
border-bottom:0 none;
}
#lj_controlstrip td td {
border-bottom:0 none;
}
#lj_controlstrip_userpic {
background-image:url(&quot;http://stat.livejournal.com/palimg/controlstrip/ljlogo.gif/ptd4dce8000000&quot;);
}
#lj_controlstrip_loggedout_userpic {
background-image:url(&quot;http://stat.livejournal.com/palimg/controlstrip/ljlogo-loggedout.gif/ptd4dce8000000&quot;);
}
#lj_controlstrip input {
background:none repeat scroll 0 0 #333333 !important;
border:medium none;
color:#FFFFFF !important;
}
#lj_controlstrip_search_input_text, #lj_controlstrip select, #lj_controlstrip input#xc_user, #lj_controlstrip input#xc_password, #lj_controlstrip input#xc_remember {
background:none repeat scroll 0 0 #333333 !important;
border:medium none;
color:#FFFFFF !important;
}
#lj_controlstrip .ljuser a b {
background:none repeat scroll 0 0 transparent;
color:#FFFFFF;
letter-spacing:0;
text-decoration:none !important;
}
div.ContextualPopup div.Inner {
background:#000 !important;
border:1px solid #000;
}
div.ContextualPopup .Content {
color:#ddd;
font-family:Helvetica,Arial,Sans-serif;
font-size:11px;
margin:4px 59px 4px 4px;
padding:10px;
}
div.ContextualPopup div.Inner a:link, div.ContextualPopup div.Inner a:visited {
color:#fff !important;
text-decoration:none !important;
font-weight:normal;
}
div.ContextualPopup div.Inner a:hover {
text-decoration:underline !important;
}
div.ContextualPopup .Relation {
font-size:17px;
font-weight:bold;
letter-spacing:-1px;
color:#fff;
}
div.ContextualPopup .Userpic img {
margin:7px;
}
&lt;/textarea&gt;&lt;/div&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot;&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;how to install&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;select journal style&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Type &lt;b&gt;Black Pit&lt;/b&gt; into the search box and apply the theme.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
 
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=customcss&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;custom css&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Make sure any drop-down boxes are set to &lt;b&gt;No&lt;/b&gt;, paste the code into the box, and click &lt;b&gt;Save Changes&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;appendix&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;credit and comment&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Please credit &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-C     &quot;  data-ljuser=&quot;spire&quot; lj:user=&quot;spire&quot; &gt;&lt;a href=&quot;https://spire.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/community.png?v=556&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://spire.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;spire&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; somewhere public. (Profile, Links List, Friends Only post, etc.)&lt;br /&gt;• Comments aren&apos;t required, but are appreciated!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;resources&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
   &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt; Tiny icons by &lt;a href=&quot;http://brsev.deviantart.com/art/Token-128429570&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;brsev&lt;/a&gt;. &lt;/font&gt;&lt;/td&gt; 
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#F64A2C&quot;&gt;&lt;font color=&quot;#FFFFFF&quot; size=&quot;6&quot; face=&quot;georgia&quot;&gt;read the &lt;a href=&quot;http://community.livejournal.com/thrashmetal/29110.html&quot; target=&quot;_blank&quot; style=&quot;color: #FFFFFF;&quot; target=&quot;_blank&quot;&gt;layout faq&lt;/a&gt; before asking questions!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#3CA1C3&quot;&gt;&lt;font color=&quot;#FFFFFF&quot; size=&quot;6&quot; face=&quot;georgia&quot;&gt;commission a &lt;a href=&quot;http://lj.irondevil.org/custom&quot; target=&quot;_blank&quot; style=&quot;color: #FFFFFF;&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;custom layout&lt;/a&gt;!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;a name=&apos;cutid1-end&apos;&gt;&lt;/a&gt;</description>
  <comments>https://spire.livejournal.com/54935.html?view=comments#comments</comments>
  <category>style: minimalism</category>
  <category>- all layouts</category>
  <category>feature: flexible width</category>
  <lj:security>public</lj:security>
  <lj:poster>daemon</lj:poster>
  <lj:posterid>16797028</lj:posterid>
  <lj:reply-count>42</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://spire.livejournal.com/53973.html</guid>
  <pubDate>Thu, 08 Jul 2010 15:29:15 GMT</pubDate>
  <title>smooth sailing: hells bells</title>
  <author>daemon</author>
  <link>https://spire.livejournal.com/53973.html</link>
  <description>&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://lj.irondevil.org/hellsbells-dark.php&quot; target=&quot;_blank&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/dc3c280439f7873c8df6f85a3dc4f46eb7e55b8e25769fcbe2a423c4f4ac3ac5/P2WlxyVijxKvgmFv9cdfVEMdsf-ah7h000TMTqBcgdTW5RHY2863DwUvDUA4Fkh9ulFXmTHScE5BHEAH0x8y-QQS:bQ5c446Z9CatZNsjOx5NMg&quot; border=&quot;0&quot; fetchpriority=&quot;high&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://lj.irondevil.org/hellsbells-light.php&quot; target=&quot;_blank&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/b8fdb68f6ccb803bd3c47acf2a09b05dc99ec63614c39c812714ab0714910f5a/P2WlxyVijxKvgmFv9cdfVEMdsf-ah7h000TMTqBcgdTW5RHY2863DwUvDUA4Fkh9ulFXmTHScE5JFFUEiVY89kBNlg:e9350Kr8YXaMIooFpfAXMQ&quot; border=&quot;0&quot; loading=&quot;lazy&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;I recall someone saying something about wanting a dark layout, so here&apos;s a dark layout!  I also hastily inverted the colors for a light version.&lt;br&gt;&lt;br /&gt;&lt;table width=&quot;65%&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;10&quot; cellspacing=&quot;1&quot;&gt;
  &lt;tr&gt;
    &lt;th colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot; scope=&quot;col&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;layout notes&lt;/font&gt;&lt;/div&gt;&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width=&quot;35%&quot; align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;account types&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td width=&quot;65%&quot; bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Basic, Plus, Paid (Horizontal ads)&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;compatible browsers&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Internet Explorer 8, Mozilla Firefox, Opera, Safari, Google Chrome&lt;font size=&quot;1&quot;&gt;&lt;br /&gt;	&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;minimum resolution&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;1024x768&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;comment pages&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Yes&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;navstrip&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Optional&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;disabled&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Default header menu&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt; 
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;css stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;pick your layout:&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• &lt;a href=&quot;http://lj.irondevil.org/archive/Smooth%20Sailing%20-%20Hells%20Bells%20(Dark).css&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Hells Bells (Dark)&lt;/a&gt;&lt;br /&gt;• &lt;a href=&quot;http://lj.irondevil.org/archive/Smooth%20Sailing%20-%20Hells%20Bells%20(Light).css&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Hells Bells (Light)&lt;/a&gt;&lt;br /&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot;&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;how to install&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;select journal style&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;b&gt;1.&lt;/b&gt; Apply any &lt;a href=&quot;http://www.livejournal.com/customize/?layoutid=4601331&quot; target=&quot;_blank&quot;&gt;Smooth Sailing&lt;/a&gt; theme.&lt;br&gt;&lt;br&gt;&lt;b&gt;2.&lt;/b&gt; Scroll down to &lt;b&gt;Choose a Page Setup&lt;/b&gt; and select &lt;b&gt;2 Column (sidebar on left).&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  
&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=text_entry&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;entry text&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Paste the following code into &lt;b&gt;Format for Date and Time (Recent/Friends/Entry/Reply page)&lt;/b&gt; and &lt;b&gt;Format for Date and Time (Day page only)&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;&lt;textarea&gt;%%mon%% %%dd%% %%yyyy%%&lt;/textarea&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=linkslist&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;links list&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Define your links.  These are the links that show up underneath the title.  I recommend adding no more than 5-6 links of moderate length.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=customcss&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;custom css&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Make sure any drop-down boxes are set to &lt;b&gt;No&lt;/b&gt;, paste the code into the box, and click &lt;b&gt;Save Changes&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;optional&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;upload images&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;The images in this layout are hosted on Tinypic.  It is highly recommended that you re-upload them to your own server, as I won&apos;t replace them if they break.&lt;br /&gt;&lt;br /&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i29.tinypic.com/2vvs5c9.jpg&apos; rel=&apos;nofollow&apos;&gt;http://i29.tinypic.com/2vvs5c9.jpg&lt;/a&gt;&lt;br /&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i29.tinypic.com/ne6hl0.jpg&apos; rel=&apos;nofollow&apos;&gt;http://i29.tinypic.com/ne6hl0.jpg&lt;/a&gt;&lt;br /&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i32.tinypic.com/2qd03kh.jpg&apos; rel=&apos;nofollow&apos;&gt;http://i32.tinypic.com/2qd03kh.jpg&lt;/a&gt;&lt;br /&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i26.tinypic.com/dmwn14.jpg&apos; rel=&apos;nofollow&apos;&gt;http://i26.tinypic.com/dmwn14.jpg&lt;/a&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;other notes&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;This layout will work best with a short journal title.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;appendix&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;credit and comment&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Please credit &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-C     &quot;  data-ljuser=&quot;spire&quot; lj:user=&quot;spire&quot; &gt;&lt;a href=&quot;https://spire.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/community.png?v=556&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://spire.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;spire&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; somewhere public. (Profile, Links List, Friends Only post, etc.)&lt;br /&gt;• Comments aren&apos;t required, but are appreciated!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;resources&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
   &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt; &amp;bull; Icon by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-deleted  i-ljuser-type-P     &quot;  data-ljuser=&quot;parle&quot; lj:user=&quot;parle&quot; &gt;&lt;a href=&quot;https://parle.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://parle.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;parle&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;bull; Circular icons by &lt;a href=&quot;http://prothemedesign.com/circular-icons/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Pro Theme Design&lt;/a&gt;&lt;br /&gt;&amp;bull; Inspired by the &lt;a href=&quot;http://simplifiedclothing.tumblr.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Simplified Clothing blog&lt;/a&gt; &lt;/font&gt;&lt;/td&gt; 
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#F64A2C&quot;&gt;&lt;font color=&quot;#FFFFFF&quot; size=&quot;6&quot; face=&quot;georgia&quot;&gt;read the &lt;a href=&quot;http://community.livejournal.com/thrashmetal/29110.html&quot; target=&quot;_blank&quot; style=&quot;color: #FFFFFF;&quot; target=&quot;_blank&quot;&gt;layout faq&lt;/a&gt; before asking questions!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#3CA1C3&quot;&gt;&lt;font color=&quot;#FFFFFF&quot; size=&quot;6&quot; face=&quot;georgia&quot;&gt;commission a &lt;a href=&quot;http://lj.irondevil.org/custom&quot; target=&quot;_blank&quot; style=&quot;color: #FFFFFF;&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;custom layout&lt;/a&gt;!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;a name=&apos;cutid1-end&apos;&gt;&lt;/a&gt;&lt;/b&gt;</description>
  <comments>https://spire.livejournal.com/53973.html?view=comments#comments</comments>
  <category>style: smooth sailing</category>
  <category>- all layouts</category>
  <lj:security>public</lj:security>
  <lj:poster>daemon</lj:poster>
  <lj:posterid>16797028</lj:posterid>
  <lj:reply-count>57</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://spire.livejournal.com/53550.html</guid>
  <pubDate>Wed, 30 Jun 2010 14:14:54 GMT</pubDate>
  <title>minimalism: planet caravan</title>
  <author>daemon</author>
  <link>https://spire.livejournal.com/53550.html</link>
  <description>&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://lj.irondevil.org/planetcaravan.php&quot; target=&quot;_blank&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/4f6154b475bcce0cb83af494aa65209cb516a91bdfc501b5f2d0315cd24e360a/P2WlxyVijxKvgmFv9cdfVEMdsf-ah7h000TMTqBcgdTW5RHY2863DwUvDUA4DkFwuEdBnzzMYhVEExwLlB554g:XMk29z6WbfYDGoHjT1v48w&quot; border=&quot;0&quot; fetchpriority=&quot;high&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;b&gt;EDIT 2:&lt;/b&gt; Chrome/Safari bug is FIXED! :D&lt;br /&gt;&lt;br /&gt;I decided to play around with Minimalism here -- the bar on the side of each entry varies between five different colors, depending on the entry ID.  It&apos;s actually a lot more randomized than it looks in the preview; it ended up going from darkest -&amp;gt; lightest purely out of coincidence.  Surprisingly enough, it didn&apos;t break in IE.&lt;br /&gt;&lt;br /&gt;(Btw, I&apos;m pretty sure there&apos;s one thing I&apos;m forgetting to fix in the stylesheet, or address here, but I can&apos;t remember what. I&apos;ll edit this once I do. 8|)&lt;br&gt;&lt;br /&gt;&lt;table width=&quot;65%&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;10&quot; cellspacing=&quot;1&quot;&gt;
  &lt;tr&gt;
    &lt;th colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot; scope=&quot;col&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;layout notes&lt;/font&gt;&lt;/div&gt;&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width=&quot;35%&quot; align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;account types&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td width=&quot;65%&quot; bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Basic, Plus, Paid&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;compatible browsers&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Internet Explorer 8, Mozilla Firefox, Opera, Safari, Google Chrome&lt;font size=&quot;1&quot;&gt;&lt;br /&gt;	There are minor alignment issues in IE (as usual).&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;minimum resolution&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;1024x768&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;comment pages&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Yes&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;navstrip&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Optional&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;disabled&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Sidebar&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt; 
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;css stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;div style=&quot;margin:10px 0;text-align:center&quot;&gt;&lt;textarea cols=&quot;50&quot; rows=&quot;10&quot;&gt;/*---------------------------------------------------
STYLESHEET CREATOR: scythe.livejournal.com
STYLESHEET NAME: Planet Caravan
S2 STYLE: Minimalism
DOWNLOAD: thrashmetal.livejournal.com

****Please remember to credit!****
-----------------------------------------------------*/
body {
background:none repeat scroll 0 0 #FFFFFF;
color:#111111;
font-family:Helvetica,Arial,Sans-serif;
font-size:11px;
margin:0;
}
a, a:visited {
color:#ED303C;
text-decoration:none;
}
a:hover {
color:#F5634A;
text-decoration:underline;
}
blockquote {
border-left:14px solid #111111;
padding-left:10px;
}
a img {
border:medium none;
}
li {
margin:3px 0;
}
.layout {
position:absolute;
text-align:justify;
top:0;
width:100%;
}
hr {
display:none;
}
.entry-title {
font-size:24px;
letter-spacing:-1px;
line-height:27px;
margin-left:4px;
padding:16px 17px;
text-align:left;
}
dt.entry-title a {
color:#111111;
}
dt.entry-title a:hover {
}
.entry-wrap {
margin:0 auto;
width:645px;
}
dd.entry-text {
margin:0;
padding:0 18px;
}
.entry-content {
line-height:17px;
min-height:100px;
padding-bottom:20px;
}
dl#post-sticky .entry-content {
min-height:0;
padding-bottom:15px;
}
.vcard {
float:right;
line-height:13px;
text-align:right;
}
.vcard dd.username .ljuser a b {
font-size:14px;
}
.vcard dd.username .ljuser a:hover {
text-decoration:none;
}
.vcard dt {
float:right;
}
.vcard dt img {
border:19px solid #111111;
margin-left:-710px;
margin-top:-37px;
position:absolute;
}
dd.username img[src*=&quot;userinfo.gif&quot;], dd.username img[src*=&quot;user_ontd.gif&quot;], dd.username img[src*=&quot;userinfo-support.gif&quot;], dd.username img[src*=&quot;community.gif&quot;], dd.username img[src*=&quot;partnercomm.gif&quot;], dd.username img[src*=&quot;newsinfo.gif&quot;], dd.username img[src*=&quot;syndicated.gif&quot;] {
background:none repeat scroll 0 0 transparent !important;
height:0;
padding:0 !important;
width:0;
}
abbr.updated {
border:0 none;
}
.metadata {
line-height:15px;
margin-bottom:7px;
margin-left:22px;
}
.metadata dl {
line-height:15px;
margin:0;
padding:0;
}
.metadata dt, .metadata dd {
display:inline;
margin:2px;
}
dd.meta-music-value {
background:url(&quot;http://irondevil.org/icon/categories/damniconsmini/musicnote.gif&quot;) no-repeat scroll 1px 3px transparent;
padding-left:14px;
}
dd.meta-mood-value {
background:url(&quot;http://irondevil.org/icon/categories/damniconsmini/heart.gif&quot;) no-repeat scroll 1px 3px transparent;
padding-left:14px;
}
dd.meta-location-value {
background:url(&quot;http://irondevil.org/icon/categories/damniconsmini/house.gif&quot;) no-repeat scroll 0 1px transparent;
padding-left:14px;
}
dd.meta-groups-value {
background:url(&quot;http://irondevil.org/icon/categories/damniconsmini/user.gif&quot;) no-repeat scroll 1px 0 transparent;
padding-left:14px;
}
.meta-music-label, .meta-location-label, .meta-mood-label, .meta-groups-label {
display:none !important;
}
.ljtags {
background:url(&quot;http://i48.tinypic.com/28nqs7.gif&quot;) no-repeat scroll 0 2px transparent;
line-height:13px;
margin-left:17px;
margin-top:16px;
padding-left:12px;
text-transform:lowercase;
}
.ljtags a {
color:#111111;
}
.entrymenu {
background:none repeat scroll 0 0 #111111;
font-size:14px;
margin:0 0 0 4px;
padding:15px 4px;
}
dd.entrymenu ul {
margin:0;
padding:0;
}
dd.entrymenu ul li a {
color:#FFFFFF;
margin-left:8px;
text-transform:lowercase;
}
dd.entrymenu li {
display:inline;
}
dd.entrymenu li.comments {
background:url(&quot;http://irondevil.org/icon/categories/icondock%20-%20marker%20icons%20WHITE/comment.png&quot;) no-repeat scroll 0 0 transparent;
display:block;
float:right;
height:32px;
line-height:19px;
margin-top:-7px;
padding:3px 6px 5px 0;
text-align:center;
width:32px;
}
dd.entrymenu li.comments a {
color:#FFFFFF;
font-size:12px;
font-weight:bold;
letter-spacing:-1px;
margin:0;
padding:5px;
}
dd.entrymenu li.comments a:hover {
color:#AAAAAA;
text-decoration:none;
}
dd.entrymenu li.postcomment {
background:url(&quot;http://irondevil.org/icon/categories/icondock%20-%20marker%20icons%20WHITE/pencil.png&quot;) no-repeat scroll 0 0 transparent;
display:block;
float:right;
height:32px;
margin-right:5px;
margin-top:-7px;
width:32px;
}
dd.entrymenu li.postcomment a {
color:#000000;
display:block;
font-size:0;
margin-left:0;
padding:16px 5px;
}
ul.nav {
display:inline;
margin:0;
padding:0;
text-align:center;
}
.header {
background:none repeat scroll 0 0 #111111;
margin-bottom:4px;
padding:100px 0 28px;
}
.header-in {
text-align:center;
}
.header-sec {
display:inline;
}
.header li {
margin:0;
padding:0;
}
.header ul.nav li.item {
display:inline;
list-style:none outside none;
margin:0 5px;
padding:0;
}
.header li.item a {
color:#FFFFFF;
font-size:24px;
letter-spacing:-2px;
text-transform:lowercase;
}
.header li.item-selected a {
color:#AAAAAA;
}
.header li.item-selected a:hover {
text-decoration:none;
}
ul.nav-sub {
display:inline;
margin:0;
padding:0;
}
ul.nav-sub li {
display:inline;
margin:0 9px 0 0;
}
.userpic {
display:none;
}
.header h2, .header h3, .header h1 {
display:none;
}
.sidebar {
display:none;
}
.ljuser a b {
background:none repeat scroll 0 0 transparent;
text-decoration:none !important;
}
.ljuser a:hover b {
background:none repeat scroll 0 0 transparent;
border-bottom:0 none;
text-decoration:none !important;
}
img[src*=&quot;userinfo.gif&quot;], img[src*=&quot;userinfo-support.gif&quot;], img[src*=&quot;user_ontd.gif&quot;], img[src*=&quot;openid-profile.gif&quot;], img[src*=&quot;anonymous.gif&quot;] {
background:url(&quot;http://irondevil.org/icon/categories/damniconsmini/user.gif&quot;) no-repeat scroll 0 0 transparent;
height:0;
padding:15px 8px 0 0 !important;
width:0;
}
#lj_controlstrip img[src*=&quot;userinfo.gif&quot;], #lj_controlstrip img[src*=&quot;user_ontd.gif&quot;] {
background:url(&quot;http://irondevil.org/icon/categories/damniconsmini/user.gif&quot;) no-repeat scroll 0 0 transparent;
}
img[src*=&quot;community.gif&quot;], img[src*=&quot;partnercomm.gif&quot;] {
background-image:url(&quot;http://irondevil.org/icon/categories/damniconsmini/house.gif&quot;);
background-repeat:no-repeat !important;
height:0;
padding:15px 12px 0 0 !important;
width:0;
}
img[src*=&quot;newsinfo.gif&quot;], img[src*=&quot;syndicated.gif&quot;] {
background-image:url(&quot;http://irondevil.org/icon/categories/damniconsmini/note2.gif&quot;) !important;
background-repeat:no-repeat !important;
height:0;
padding:14px 10px 0 0 !important;
width:0;
}
img[src*=&quot;icon_protected.gif&quot;], img[src*=&quot;icon_groups.gif&quot;], img[src*=&quot;icon_private.gif&quot;] {
background-image:url(&quot;http://irondevil.org/icon/categories/icondock%20-%20marker%20icons/link.png&quot;) !important;
background-position:0 0;
background-repeat:no-repeat;
height:0;
padding:1px 31px 28px 0 !important;
width:0;
}
ul.page-nav {
background:none repeat scroll 0 0 #111111;
font-size:14px;
list-style:none outside none;
margin:0;
min-height:10px;
padding:17px;
text-align:center;
}
ul.page-nav li {
display:inline;
margin:0 8px;
padding:0;
}
ul.page-nav li a {
color:#111111;
font-size:0;
}
li.prev a {
background:url(&quot;http://irondevil.org/icon/categories/icondock%20-%20marker%20icons%20WHITE/arrow-left.png&quot;) no-repeat scroll 0 50% transparent;
padding:17px 0 17px 33px;
}
li.next a {
background:url(&quot;http://irondevil.org/icon/categories/icondock%20-%20marker%20icons%20WHITE/arrow-right.png&quot;) no-repeat scroll 100% 50% transparent;
padding:17px 0 17px 33px;
}
ul.page-nav a {
color:#FFFFFF;
text-transform:lowercase;
}
dl#post-sticky.entry {
padding-bottom:14px;
}
dl#post-sticky.entry .entry-title {
padding:16px 17px 10px;
}
.view-month .entry-text {
font-size:14px;
}
.view-archive .entry-wrap li {
display:inline;
font-size:14px;
margin-right:3px;
}
.calendar-wrap table {
margin:16px auto;
width:400px;
}
.calendar-wrap td {
background:none repeat scroll 0 0 #DDDDDD;
padding-bottom:24px;
padding-left:6px;
}
a.month {
font-size:24px;
letter-spacing:-2px;
}
a.year {
font-size:24px;
letter-spacing:-2px;
}
.entry-linkbar {
float:right;
padding:10px 12px !important;
}
img[src*=&quot;btn_prev.gif&quot;] {
background-image:url(&quot;http://i48.tinypic.com/b4g35w.jpg&quot;) !important;
background-repeat:no-repeat !important;
height:0;
padding:15px 15px 0 0 !important;
width:0;
}
img[src*=&quot;btn_edit.gif&quot;] {
background-image:url(&quot;http://i45.tinypic.com/qrmbtl.jpg&quot;) !important;
background-repeat:no-repeat !important;
height:0;
padding:15px 17px 0 0 !important;
width:0;
}
img[src*=&quot;btn_edittags.gif&quot;] {
background-image:url(&quot;http://i48.tinypic.com/2wewg8i.jpg&quot;) !important;
background-repeat:no-repeat !important;
height:0;
padding:15px 16px 0 0 !important;
width:0;
}
img[src*=&quot;btn_memories.gif&quot;] {
background-image:url(&quot;http://i47.tinypic.com/35je874.jpg&quot;) !important;
background-repeat:no-repeat !important;
height:0;
padding:14px 15px 0 0 !important;
width:0;
}
img[src*=&quot;btn_track.gif&quot;] {
background-image:url(&quot;http://i49.tinypic.com/286wup0.jpg&quot;) !important;
background-repeat:no-repeat !important;
height:0;
padding:15px 15px 0 0 !important;
width:0;
}
img[src*=&quot;btn_next.gif&quot;] {
background-image:url(&quot;http://i48.tinypic.com/14t0i6e.jpg&quot;) !important;
background-repeat:no-repeat !important;
height:0;
padding:15px 15px 0 0 !important;
width:0;
}
img[src*=&quot;http://p-stat.livejournal.com/img/button-flag.gif&quot;] {
background-image:url(&quot;http://i49.tinypic.com/2gt2ip5.jpg&quot;) !important;
background-repeat:no-repeat !important;
height:0;
padding:15px 15px 0 0 !important;
width:0;
}
img[src*=&quot;btn_del.gif&quot;] {
background-image:url(&quot;http://i50.tinypic.com/sw32v7.jpg&quot;) !important;
background-repeat:no-repeat !important;
height:0;
padding:15px 15px 0 0 !important;
width:0;
}
img[src*=&quot;btn_scr.gif&quot;], img[src*=&quot;btn_unscr.gif&quot;] {
background-image:url(&quot;http://i50.tinypic.com/zjcbhc.jpg&quot;) !important;
background-repeat:no-repeat !important;
height:0;
padding:15px 15px 0 0 !important;
width:0;
}
img[src*=&quot;btn_freeze.gif&quot;] {
background-image:url(&quot;http://i49.tinypic.com/2gt2ip5.jpg&quot;) !important;
background-repeat:no-repeat !important;
height:0;
padding:15px 16px 0 0 !important;
width:0;
}
textarea, input, select {
background:none repeat scroll 0 0 white;
border:1px solid #E9E9E9;
color:#333333;
font-size:12px;
max-width:450px;
}
.comments-links {
background:none repeat scroll 0 0 #111111;
color:#FFFFFF;
font-size:14px;
padding:12px;
text-align:center;
}
.entry-comments-text {
}
.comment-wrap {
margin-bottom:11px;
margin-top:24px;
}
.comment-upic img {
border:14px solid #111111;
float:left;
height:75px;
width:75px;
}
.comment-text {
margin:14px 11px 0 114px;
min-height:72px;
}
a.comment-permalink {
margin:0 4px;
}
.comment-menu {
background:none repeat scroll 0 0 #111111;
color:#000000;
padding:7px;
text-align:right;
}
.comment-menu a, .comments-links a {
color:#FFFFFF;
}
.comment-head-in {
font-size:10px;
padding-left:114px;
}
.comment-head-in p {
display:inline;
}
.comment-head-in .ljuser {
font-size:18px;
}
.comment-head-in img[src*=&quot;userinfo.gif&quot;] {
background-image:none !important;
height:0;
padding:0 !important;
width:0;
}
.comment-head-in h3 {
color:#AAAAAA;
font-size:24px;
font-weight:normal;
letter-spacing:-2px;
margin-bottom:0;
}
#qrform table {
border:medium none !important;
}
.content-tags {
padding:10px;
}
div.ContextualPopup img {
border:0 none;
}
div.ContextualPopup div.Inner {
background:none repeat scroll 0 0 transparent !important;
border:0 none;
color:#222222 !important;
font-family:Helvetica,Arial,Sans-Serif;
font-size:11px;
padding:3px;
width:23em;
}
div.ContextualPopup .Content {
background:none repeat scroll 0 0 white;
line-height:1.4;
margin-right:81px;
padding:7px 9px;
}
div.ContextualPopup .Relation {
font-weight:bold !important;
}
div.ContextualPopup .Content .OnlineStatus {
font-weight:bold;
}
div.ContextualPopup .Userpic {
padding:0;
}
div.ContextualPopup div.Inner a, div.ContextualPopup div.Inner a:visited {
color:#000000 !important;
font-weight:normal;
text-decoration:none !important;
}
#lj_controlstrip {
background:none repeat scroll 0 0 #111111;
color:#FFFFFF;
}
#lj_controlstrip td {
border-bottom:medium none;
color:#FFFFFF;
}
#lj_controlstrip a {
color:#FFFFFF;
}
#lj_controlstrip_user, #lj_controlstrip_actionlinks, #lj_controlstrip_search, #lj_controlstrip_login, #lj_controlstrip_loggedout_userpic {
border-right:0 none;
}
#lj_controlstrip_login td {
border-bottom:0 none;
}
#lj_controlstrip td td {
border-bottom:0 none;
}
#lj_controlstrip_userpic {
background-image:url(&quot;http://stat.livejournal.com/palimg/controlstrip/ljlogo.gif/ptd4dce8000000&quot;);
}
#lj_controlstrip_loggedout_userpic {
background-image:url(&quot;http://stat.livejournal.com/palimg/controlstrip/ljlogo-loggedout.gif/ptd4dce8000000&quot;);
}
#lj_controlstrip input {
background:none repeat scroll 0 0 #333333 !important;
border:medium none;
color:#FFFFFF !important;
}
#lj_controlstrip_search_input_text, #lj_controlstrip select, #lj_controlstrip input#xc_user, #lj_controlstrip input#xc_password, #lj_controlstrip input#xc_remember {
background:none repeat scroll 0 0 #333333 !important;
border:medium none;
color:#FFFFFF !important;
}
#lj_controlstrip .ljuser a b {
background:none repeat scroll 0 0 transparent;
color:#FFFFFF;
letter-spacing:0;
text-decoration:none !important;
}
a[st_page*=&quot;home&quot;] {
display:none;
}
dl[id^=&quot;post&quot;] {
border-left-style:solid;
border-left-width:78px;
margin:0 0 4px;
}

/* Codes for the colors to the left of the entries */

dl[id$=&quot;4&quot;], dl[id$=&quot;9&quot;] {
border-color:#FAD089;
}
dl[id$=&quot;2&quot;], dl[id$=&quot;8&quot;] {
border-color:#FF9C5B;
}
dl[id$=&quot;3&quot;], dl[id$=&quot;6&quot;] {
border-left-color:#F5634A;
}
dl[id$=&quot;7&quot;], dl[id$=&quot;1&quot;] {
border-color:#ED303C;
}
dl[id$=&quot;5&quot;], dl[id$=&quot;0&quot;] {
border-color:#FAE589;
}
&lt;/textarea&gt;&lt;/div&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot;&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;how to install&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;select journal style&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Type &lt;b&gt;Deep Ocean&lt;/b&gt; into the search box and apply the theme.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=customcss&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;custom css&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Make sure any drop-down boxes are set to &lt;b&gt;No&lt;/b&gt;, paste the code into the box, and click &lt;b&gt;Save Changes&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;optional&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;upload images&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;The following icons were uploaded to Tinypic, which I&apos;ve known to be pretty good with not deleting stuff, but you might want to up them to your own account to ensure that they stick around.&lt;br /&gt;&lt;br /&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i48.tinypic.com/28nqs7.gif&apos; rel=&apos;nofollow&apos;&gt;http://i48.tinypic.com/28nqs7.gif&lt;/a&gt;&lt;br /&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i48.tinypic.com/b4g35w.jpg&apos; rel=&apos;nofollow&apos;&gt;http://i48.tinypic.com/b4g35w.jpg&lt;/a&gt;&lt;br /&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i45.tinypic.com/qrmbtl.jpg&apos; rel=&apos;nofollow&apos;&gt;http://i45.tinypic.com/qrmbtl.jpg&lt;/a&gt;&lt;br /&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i48.tinypic.com/2wewg8i.jpg&apos; rel=&apos;nofollow&apos;&gt;http://i48.tinypic.com/2wewg8i.jpg&lt;/a&gt;&lt;br /&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i47.tinypic.com/35je874.jpg&apos; rel=&apos;nofollow&apos;&gt;http://i47.tinypic.com/35je874.jpg&lt;/a&gt;&lt;br /&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i49.tinypic.com/286wup0.jpg&apos; rel=&apos;nofollow&apos;&gt;http://i49.tinypic.com/286wup0.jpg&lt;/a&gt;&lt;br /&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i48.tinypic.com/14t0i6e.jpg&apos; rel=&apos;nofollow&apos;&gt;http://i48.tinypic.com/14t0i6e.jpg&lt;/a&gt;&lt;br /&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i50.tinypic.com/sw32v7.jpg&apos; rel=&apos;nofollow&apos;&gt;http://i50.tinypic.com/sw32v7.jpg&lt;/a&gt;&lt;br /&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i50.tinypic.com/zjcbhc.jpg&apos; rel=&apos;nofollow&apos;&gt;http://i50.tinypic.com/zjcbhc.jpg&lt;/a&gt;&lt;br /&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i49.tinypic.com/2gt2ip5.jpg&apos; rel=&apos;nofollow&apos;&gt;http://i49.tinypic.com/2gt2ip5.jpg&lt;/a&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;change the colors&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;At the end of the stylesheet, you can find this block of code:&lt;blockquote&gt;&lt;code&gt;dl[id$=&quot;4&quot;], dl[id$=&quot;9&quot;] {&lt;br /&gt;border-color:#FAD089;&lt;br /&gt;}&lt;br /&gt;dl[id$=&quot;2&quot;], dl[id$=&quot;8&quot;] {&lt;br /&gt;border-color:#FF9C5B;&lt;br /&gt;}&lt;br /&gt;dl[id$=&quot;3&quot;], dl[id$=&quot;6&quot;] {&lt;br /&gt;border-left-color:#F5634A;&lt;br /&gt;}&lt;br /&gt;dl[id$=&quot;7&quot;], dl[id$=&quot;1&quot;] {&lt;br /&gt;border-color:#ED303C;&lt;br /&gt;}&lt;br /&gt;dl[id$=&quot;5&quot;], dl[id$=&quot;0&quot;] {&lt;br /&gt;border-color:#FAE589;&lt;br /&gt;}&lt;/code&gt;&lt;/blockquote&gt;Simply change the hex values to your own colors.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;appendix&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;credit and comment&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Please credit &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-C     &quot;  data-ljuser=&quot;spire&quot; lj:user=&quot;spire&quot; &gt;&lt;a href=&quot;https://spire.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/community.png?v=556&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://spire.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;spire&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; somewhere public. (Profile, Links List, Friends Only post, etc.)&lt;br /&gt;• Comments aren&apos;t required, but are appreciated!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;resources&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
   &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt; &amp;bull; Icons by &lt;a href=&quot;http://icondock.com/free/20-free-marker-style-icons&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Icon Dock&lt;/a&gt; and &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;damnicons&quot; lj:user=&quot;damnicons&quot; &gt;&lt;a href=&quot;https://damnicons.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://damnicons.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;damnicons&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;.&lt;br /&gt;&amp;bull; Userpic by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-deleted  i-ljuser-type-P     &quot;  data-ljuser=&quot;kush&quot; lj:user=&quot;kush&quot; &gt;&lt;a href=&quot;https://kush.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://kush.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;kush&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;.&lt;br /&gt;&amp;bull; Based on the &lt;a href=&quot;http://www.colourlovers.com/palette/131576/Maddening_Caravan&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Maddening Caravan&lt;/a&gt; palette. &lt;/font&gt;&lt;/td&gt; 
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#F64A2C&quot;&gt;&lt;font color=&quot;#FFFFFF&quot; size=&quot;6&quot; face=&quot;georgia&quot;&gt;read the &lt;a href=&quot;http://community.livejournal.com/thrashmetal/29110.html&quot; target=&quot;_blank&quot; style=&quot;color: #FFFFFF;&quot; target=&quot;_blank&quot;&gt;layout faq&lt;/a&gt; before asking questions!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#3CA1C3&quot;&gt;&lt;font color=&quot;#FFFFFF&quot; size=&quot;6&quot; face=&quot;georgia&quot;&gt;commission a &lt;a href=&quot;http://lj.irondevil.org/custom&quot; target=&quot;_blank&quot; style=&quot;color: #FFFFFF;&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;custom layout&lt;/a&gt;!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;a name=&apos;cutid1-end&apos;&gt;&lt;/a&gt;</description>
  <comments>https://spire.livejournal.com/53550.html?view=comments#comments</comments>
  <category>style: minimalism</category>
  <category>- all layouts</category>
  <lj:security>public</lj:security>
  <lj:poster>daemon</lj:poster>
  <lj:posterid>16797028</lj:posterid>
  <lj:reply-count>82</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://spire.livejournal.com/53031.html</guid>
  <pubDate>Fri, 18 Jun 2010 19:27:55 GMT</pubDate>
  <title>smooth sailing: moderne</title>
  <author>daemon</author>
  <link>https://spire.livejournal.com/53031.html</link>
  <description>&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://lj.irondevil.org/moderne.php&quot; target=&quot;_blank&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/80994f3b1e34168394a77225298cc0f39c32b157a5080aaf1685f5d446ce694e/P2WlxyVijxKvgmFv9cdfVEMdsf-ah7h000TMTqBcgdTW5RHY2863DwUvDUA4E0J1s1BbmXPZagUHAA:q9RuUiL-ryAPGfw70TTmaQ&quot; border=&quot;0&quot; fetchpriority=&quot;high&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://lj.irondevil.org/moderne-nobanner.php&quot; target=&quot;_blank&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/d8c2476e8a85259b176ceafcab3b13dbe97956cf6b62db27cd68752270d7c83c/P2WlxyVijxKvgmFv9cdfVEMdsf-ah7h000TMTqBcgdTW5RHY2863DwUvDUA4E0J1s1BbmXDQbAFEE1wJj1Y89kBNlg:vdkv65iCnMu8P5xw3HJNlA&quot; border=&quot;0&quot; loading=&quot;lazy&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;b&gt;UPDATE JULY 6, 2010:&lt;/b&gt; Added a new minimalist icon set that better matches the layout.  If you want to install it in your layout, simply scroll down to the &quot;Optional&quot; section of the instructions.&lt;br /&gt;&lt;br /&gt;I was really touched by all the welcome back messages on the last layout, seriously. ;; Thank you so much for all of your support.   As a way of showing that I whipped up another layout!  Apologies if you aren&apos;t a big fan of this minimalist stuff (or if you don&apos;t have a 1200px+ wide  monitor, for that matter), but hey -- this one has a banner option. 8)b  Enjoy!&lt;br&gt;&lt;br /&gt;&lt;table width=&quot;65%&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;10&quot; cellspacing=&quot;1&quot;&gt;
  &lt;tr&gt;
    &lt;th colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot; scope=&quot;col&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;layout notes&lt;/font&gt;&lt;/div&gt;&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width=&quot;35%&quot; align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;account types&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td width=&quot;65%&quot; bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Basic, Paid&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;compatible browsers&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Internet Explorer 8, Mozilla Firefox, Opera, Safari, Google Chrome&lt;font size=&quot;1&quot;&gt;&lt;br /&gt;	&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;minimum resolution&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;1200px+/widescreen recommended&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;comment pages&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Yes&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;navstrip&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Optional&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;disabled&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Sidebar titles&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt; 
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;css stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;pick your layout:&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• &lt;a href=&quot;http://lj.irondevil.org/archive/Smooth%20Sailing%20-%20Moderne.css&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Moderne - Banner&lt;/a&gt;&lt;br /&gt;• &lt;a href=&quot;http://lj.irondevil.org/archive/Smooth%20Sailing%20-%20Moderne%20(No%20banner).css&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Moderne - No Banner&lt;/a&gt;&lt;br /&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot;&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;how to install&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;select journal style&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;b&gt;1.&lt;/b&gt; Apply any &lt;a href=&quot;http://www.livejournal.com/customize/?layoutid=4601331&quot; target=&quot;_blank&quot;&gt;Smooth Sailing&lt;/a&gt; theme.&lt;br&gt;&lt;br&gt;&lt;b&gt;2.&lt;/b&gt; Scroll down to &lt;b&gt;Choose a Page Setup&lt;/b&gt; and select &lt;b&gt;2 Column (sidebar on left).&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  
&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;display&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Make sure &lt;b&gt;Userinfo Position in Entries&lt;/b&gt; and &lt;b&gt;Userinfo Position in Comments&lt;/b&gt; (if using custom comment pages) is set to &lt;b&gt;Left Side of Entry Text&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=text_entry&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;entry text&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Paste the code into its respective boxes:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Format for Date and Time (Recent/Friends/Entry/Reply page)&lt;/b&gt; and &lt;b&gt;Format for Date and Time (Day page only)&lt;/b&gt;&lt;br /&gt;&lt;center&gt;&lt;textarea&gt;%%mm%% %%dd%% %%yy%%&lt;/textarea&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=text_sidebar&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;sidebar&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;b&gt;IF YOU ARE USING THE BANNER VERSION:&lt;/b&gt;&lt;br /&gt;Scroll down to &lt;b&gt;Free Text #2 Position&lt;/b&gt; and set the drop down box to any unoccupied position; it doesn&apos;t matter which.&lt;br /&gt;&lt;br /&gt;See &lt;b&gt;&quot;Add your banner image&quot;&lt;/b&gt; below for further instructions.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;IF YOU ARE USING THE NO-BANNER VERSION:&lt;/b&gt;&lt;br /&gt;Nothing more needs to be done, just rearrange your sidebar widgets as you please. :)&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=customcss&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;custom css&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Make sure any drop-down boxes are set to &lt;b&gt;No&lt;/b&gt;, paste the code into the box, and click &lt;b&gt;Save Changes&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;optional&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;add your banner image&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Find &lt;code&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i50.tinypic.com/jkj9lt.jpg&apos; rel=&apos;nofollow&apos;&gt;http://i50.tinypic.com/jkj9lt.jpg&lt;/a&gt;&lt;/code&gt; in the CSS and replace it with the URL of your own &lt;b&gt;680x140&lt;/b&gt; image.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;  
   &lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;minimalist icons&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/c550721a7cec1073bd6d436f241dc2b47a4eb308cac0a31cc0573ca15421efee/P2WlxyVijxKvgmFv9cdfVEMdsf-ah7h01lyNSbZWmdnfvRfGko6sC0UoT0R2Ckh2uVBcmS6RYRFWGERJz0gP8E0KhTKdaM2A_1EV9kEwfgL0XMCWuNVPinkB6kMmL1s31wqh:IH8wD7iPRZHX3HFt2Wgnmw&quot; loading=&quot;lazy&quot;&gt; &lt;img src=&quot;https://imgprx.livejournal.net/e20b031fa25453b72e61d64bf8c4018f7729bb7f78bd57061a953206ff370251/P2WlxyVijxKvgmFv9cdfVEMdsf-ah7h01lyNSbZWmdnfvRfGko6sC0UoT0R2Ckh2uVBcmS6RYRFWGERJz0gP8E0KhTKdaM2A_1EV9kEwfgL0XMuWu8Qf3TwE8CJcRikE:Vf1UE4FxxGD1YeWZYEtZbw&quot; loading=&quot;lazy&quot;&gt; &lt;img src=&quot;https://imgprx.livejournal.net/7241c4b4040079d4a305492fd6c71f91d2c620368a0f39651c66b7d5bb086acf/P2WlxyVijxKvgmFv9cdfVEMdsf-ah7h01lyNSbZWmdnfvRfGko6sC0UoT0R2Ckh2uVBcmS6RYRFWGERJz0gP8E0KhTKdaM2A_1EV9kEwfgL0XM-Wtcof3TwE8CJcRikE:4JEr63G8V6bJ82OQt1ylLw&quot; loading=&quot;lazy&quot;&gt;&lt;br /&gt;&lt;b&gt;NEW:&lt;/b&gt; I recently acquired a new set of icons that better matches this layout&apos;s minimalist look.  If you&apos;d like to replace them, simply paste the following code at the end of your stylesheet.&lt;br /&gt;&lt;br /&gt;&lt;textarea&gt;img[src*=&quot;userinfo.gif&quot;], img[src*=&quot;user_ontd.gif&quot;], img[src*=&quot;userinfo-support.gif&quot;], img[src*=&quot;openid-profile.gif&quot;], img[src*=&quot;anonymous.gif&quot;] {
background-image:url(&quot;http://irondevil.org/icon/categories/brsev%20Token%20Dark%2014px/Contact1414.PNG&quot;);
background-repeat:no-repeat !important;
height:0;
padding:17px 14px 0 0 !important;
width:0;
}
img[src*=&quot;community.gif&quot;], img[src*=&quot;partnercomm.gif&quot;] {
background-image:url(&quot;http://irondevil.org/icon/categories/brsev%20Token%20Dark%2014px/Home1414.PNG&quot;) !important;
background-repeat:no-repeat !important;
height:0;
padding:16px 14px 0 0 !important;
width:0;
}
img[src*=&quot;newsinfo.gif&quot;] {
background-image:url(&quot;http://irondevil.org/icon/categories/brsev%20Token%20Dark%2014px/Task%20Manager1414.PNG&quot;);
background-repeat:no-repeat !important;
height:0;
padding:16px 15px 0 0 !important;
width:0;
}
img[src*=&quot;syndicated.gif&quot;] {
background-image:url(&quot;http://irondevil.org/icon/categories/brsev%20Token%20Dark%2014px/RSS1414.PNG&quot;);
background-repeat:no-repeat !important;
height:0;
padding:16px 15px 0 0 !important;
width:0;
}
img[src*=&quot;icon_protected.gif&quot;] {
background-image:url(&quot;http://irondevil.org/icon/categories/brsev%20Token%20Dark%2020px/Lock.png&quot;) !important;
background-repeat:no-repeat !important;
height:0;
padding:18px 21px 0 0 !important;
width:0;
}
img[src*=&quot;icon_groups.gif&quot;] {
background-image:url(&quot;http://irondevil.org/icon/categories/brsev%20Token%20Dark%2020px/MSN.png&quot;) !important;
background-repeat:no-repeat;
height:0;
padding:16px 21px 0 0 !important;
width:0;
}
img[src*=&quot;icon_private.gif&quot;] {
background-image:url(&quot;http://irondevil.org/icon/categories/brsev%20Token%20Dark%2020px/Xion.png&quot;) !important;
background-repeat:no-repeat;
height:0;
padding:16px 21px 0 0 !important;
width:0;
}&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;You can also go in and manually replace the old user icon code yourself.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;  
&lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;appendix&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;credit and comment&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Please credit &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-C     &quot;  data-ljuser=&quot;spire&quot; lj:user=&quot;spire&quot; &gt;&lt;a href=&quot;https://spire.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/community.png?v=556&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://spire.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;spire&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; somewhere public. (Profile, Links List, Friends Only post, etc.)&lt;br /&gt;• Comments aren&apos;t required, but are appreciated!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;resources&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
   &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&amp;bull; Default circular icons by &lt;a href=&quot;http://prothemedesign.com/circular-icons/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Pro Theme Design&lt;/a&gt;&lt;br /&gt;&amp;bull; Minimalist icons by &lt;a href=&quot;http://brsev.deviantart.com/art/Token-128429570&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;brsev&lt;/a&gt;. &lt;/font&gt;&lt;/td&gt; 
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#F64A2C&quot;&gt;&lt;font color=&quot;#FFFFFF&quot; size=&quot;6&quot; face=&quot;georgia&quot;&gt;read the &lt;a href=&quot;http://community.livejournal.com/thrashmetal/29110.html&quot; target=&quot;_blank&quot; style=&quot;color: #FFFFFF;&quot; target=&quot;_blank&quot;&gt;layout faq&lt;/a&gt; before asking questions!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#3CA1C3&quot;&gt;&lt;font color=&quot;#FFFFFF&quot; size=&quot;6&quot; face=&quot;georgia&quot;&gt;commission a &lt;a href=&quot;http://community.livejournal.com/thrashmetal/53279.html&quot; target=&quot;_blank&quot; style=&quot;color: #FFFFFF;&quot; target=&quot;_blank&quot;&gt;custom layout&lt;/a&gt;!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;a name=&apos;cutid1-end&apos;&gt;&lt;/a&gt;&lt;/b&gt;&lt;/center&gt;</description>
  <comments>https://spire.livejournal.com/53031.html?view=comments#comments</comments>
  <category>feature: custom header</category>
  <category>style: smooth sailing</category>
  <category>- all layouts</category>
  <lj:security>public</lj:security>
  <lj:poster>daemon</lj:poster>
  <lj:posterid>16797028</lj:posterid>
  <lj:reply-count>58</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://spire.livejournal.com/52841.html</guid>
  <pubDate>Thu, 17 Jun 2010 13:52:06 GMT</pubDate>
  <title>tutorial: remove the &quot;share this&quot; link</title>
  <author>daemon</author>
  <link>https://spire.livejournal.com/52841.html</link>
  <description>If you don&apos;t like the &lt;b&gt;Share This&lt;/b&gt; link, or if it&apos;s just messing up your layout (ie: &lt;a href=&quot;http://community.livejournal.com/thrashmetal/49040.html&quot; target=&quot;_blank&quot;&gt;Spin the Record&lt;/a&gt;), here&apos;s how to remove it with one little code snippet:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;a[st_page*=&quot;home&quot;] {display:none;}&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;textarea&gt;a[st_page*=&quot;home&quot;] {display:none;}&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;Voila!&lt;br /&gt;&lt;br /&gt;Bear in mind that this will create extra padded space where the removed link used to be, unless you went in and altered the &lt;code&gt;padding&lt;/code&gt; attribute yourself.  See the second part of my &lt;a href=&quot;http://community.livejournal.com/thrashmetal/42381.html#enlinkbar&quot; target=&quot;_blank&quot;&gt;linkbar tutorial&lt;/a&gt; for more information.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Layouts This Works With:&lt;/b&gt; Smooth Sailing, Bloggish, Flexible Squares, Opal&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Note:&lt;/b&gt; I&apos;ve only tested this on Smooth Sailing layouts, as I&apos;m not sure if this link even shows up on other styles.  From what I&apos;ve seen it doesn&apos;t, but let me know if you see otherwise. (thanks, &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-deleted  i-ljuser-type-P     &quot;  data-ljuser=&quot;saifai&quot; lj:user=&quot;saifai&quot; &gt;&lt;a href=&quot;https://saifai.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://saifai.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;saifai&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;!)</description>
  <comments>https://spire.livejournal.com/52841.html?view=comments#comments</comments>
  <category>*tutorial</category>
  <lj:security>public</lj:security>
  <lj:poster>daemon</lj:poster>
  <lj:posterid>16797028</lj:posterid>
  <lj:reply-count>20</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://spire.livejournal.com/52486.html</guid>
  <pubDate>Fri, 11 Jun 2010 01:05:03 GMT</pubDate>
  <title>smooth sailing: palaven</title>
  <author>daemon</author>
  <link>https://spire.livejournal.com/52486.html</link>
  <description>&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://lj.irondevil.org/palaven.php&quot; target=&quot;_blank&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/d69c3c643b89f85b7dd0a8bcaa9ba79eccc19e3ceb9a86825979132fcf196802/P2WlxyVijxKvgmFv9cdfVEMdsf-ah7h000TMTqBcgdTW5RHY2863DwUvDUA4Dkx9t1RQknPZagUHAA:zhmEU80jVbVk4rC5xtMjFA&quot; border=&quot;0&quot; fetchpriority=&quot;high&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;I actually made another layout!  It&apos;s been more than a year, geez.  Long story short, I was hit by some pretty hefty IRL problems and it killed off my creativity, big time.  I hope this means the end of that era and a return to regular layout updates!&lt;br /&gt;&lt;br /&gt;This layout was actually created a few months ago for my personal journal, and now I&apos;ve finally taken the time to refine the code for public consumption. :) I&apos;m super rusty so yeah, do let me know if any bugs pop up.  It is designed for a &lt;b&gt;widescreen&lt;/b&gt; monitor, so I wouldn&apos;t recommend using it if you&apos;re still using a monitor from 1997. :P&lt;br /&gt;&lt;br /&gt;&lt;s&gt;Garrrruuuuusssss &amp;hearts;&lt;/s&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;EDIT:&lt;/b&gt; Found the first bug! If the userpic is waaaaaaay off to the right, check under the newly-added &quot;Display&quot; heading in the instructions below.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;EDIT 2:&lt;/b&gt; Added a fix for the same problem in the comment pages.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;EDIT 3:&lt;/b&gt; Made the comment username font match up with the one used on the friend page usernames.  Yeah you can tell I coded the comment pages in a hurry.&lt;br&gt;&lt;br /&gt;&lt;table width=&quot;65%&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;10&quot; cellspacing=&quot;1&quot;&gt;
  &lt;tr&gt;
    &lt;th colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot; scope=&quot;col&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;layout notes&lt;/font&gt;&lt;/div&gt;&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width=&quot;35%&quot; align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;account types&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td width=&quot;65%&quot; bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Basic, Plus*, Paid&lt;br /&gt;(Ads on &lt;b&gt;vertical&lt;/b&gt;.)&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;compatible browsers&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Internet Explorer 8, Mozilla Firefox, Opera, Safari, Google Chrome&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;minimum resolution&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;1200px+ wide recommended&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;comment pages&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Yes&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;navstrip&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Optional&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;disabled&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;All sidebar stuff but the Links List and Free Text.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt; 
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;css stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;div style=&quot;margin:10px 0;text-align:center&quot;&gt;&lt;textarea cols=&quot;50&quot; rows=&quot;10&quot;&gt;/*---------------------------------------------------
STYLESHEET CREATOR: scythe.livejournal.com
STYLESHEET NAME: Palaven
S2 STYLE: Smooth Sailing
DOWNLOAD: thrashmetal.livejournal.com

****Please remember to credit!****
-----------------------------------------------------*/
body {
color:#333333;
font-family:Courier New;
font-size:12px;
line-height:1.3em;
margin:0;
}
textarea, input, select {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #CCCCCC;
color:#333333;
font-size:11px;
padding:2px 3px;
}
a, a:visited {
color:#17CBDC;
text-decoration:none;
}
a:hover {
color:#555555;
}
a img {
border:medium none;
}
li {
-moz-background-inline-policy:continuous;
background:url(&quot;http://lj.irondevil.org/components/grayli.png&quot;) no-repeat scroll 0 7px transparent;
color:#555555;
list-style-type:none;
margin:4px 0;
padding:0 0 0 13px;
}
blockquote {
-moz-background-inline-policy:continuous;
background:none repeat scroll 0 0 #EEEEEE;
padding:15px;
}
.header-title {
color:#000000;
font-size:53px;
letter-spacing:-4px;
margin-left:51px;
text-transform:uppercase;
}
.header-title:first-letter {
color:#17CBDC;
}
.header-subtitle {
display:none;
}
.pagefooterblock {
display:none;
}
.bodyblock {
margin:0 auto;
padding-left:35px;
padding-top:26px;
}
.bodynavblock {
font-size:11px;
margin-bottom:10px;
padding:0;
text-transform:uppercase;
width:491px;
}
.body-title {
display:none;
}
.body-midtitle {
display:none;
}
.entryHolder {
color:#333333;
margin-bottom:40px;
margin-left:22px;
margin-top:10px;
width:491px;
}
.entryUserinfo {
margin-left:510px;
margin-top:-51px;
position:absolute;
}
.entryUserinfo-username {
margin-top:6px;
text-align:center;
}
.entryUserinfo-username .ljuser a b, .commentUserinfo-username .ljuser a b {
color:#000000;
font-size:11px;
font-weight:normal;
text-transform:uppercase;
font-family:&quot;Courier New&quot;;
}
.entryUserinfo-usericon img, .commentUserinfo-usericon img {
border:1px solid #DDDDDD;
padding:7px;
}
.entryText {
font-family:Helvetica,Arial,Sans-serif;
font-size:11px;
min-height:50px;
text-align:justify;
}
.entryText img {
max-width:300px;
}
.entryHeader {
border-bottom:0 none;
border-top:5px solid #000000;
color:#666666;
font-size:0;
padding:11px 0 6px;
}
.entryHeader a {
color:#000000;
font-size:17px;
}
.entryHeaderSubject {
color:#FFFFFF;
display:block;
}
.entryHeaderDate {
color:#000000;
float:right;
font-size:10px;
margin:-30px 0 0 425px;
position:absolute;
text-align:right;
text-transform:uppercase;
width:66px;
}
.entryLinkbar {
-moz-background-inline-policy:continuous;
background:none repeat scroll 0 0 #EEEEEE;
color:#000000;
margin-top:12px;
padding:4px 11px;
text-align:right;
text-transform:lowercase;
}
.entryLinkbar a {
color:#555555;
font-size:11px;
margin-left:12px;
text-transform:uppercase;
}
.entryLinkbar ul {
margin-bottom:0 !important;
margin-left:0 !important;
margin-top:0 !important;
padding:0;
}
.entryLinkbar li {
-moz-background-inline-policy:continuous;
background:none repeat scroll 0 0 transparent;
display:inline;
margin:0;
padding:0;
}
.entryMetadata ul {
font-size:11px;
margin:15px 0 0;
padding:0;
text-transform:uppercase;
}
.entryMetadata li {
background:none repeat scroll 0 0 transparent;
margin:0;
padding:0;
}
.entryMetadata-label {
color:#000000;
margin-right:3px;
text-transform:uppercase;
}
.entryMetadata a {
color:#555555;
}
.entryMetadata a:hover {
color:#000000;
}
.yearlinks {
text-align:right;
}
.yearlink {
padding-left:4px;
padding-right:4px;
}
.month {
-moz-background-inline-policy:continuous;
background:none repeat scroll 0 0 transparent;
margin:13px auto;
padding:0 0 12px;
width:420px;
}
.daysubjects {
padding:0 8px 10px 40px;
}
.daytitles {
border:1px solid #FFFFFF;
color:#000000;
text-align:center;
text-transform:uppercase;
}
.day {
-moz-background-inline-policy:continuous;
background:none repeat scroll 0 0 #EEEEEE;
border:1px solid #FFFFFF;
margin-bottom:0;
padding:3px;
}
.day-date {
font-family:Helvetica,Arial,Sans-serif;
font-size:10px;
text-align:center;
width:50%;
}
.day-count {
float:right;
font-size:20px;
text-align:center;
width:50%;
}
.day-count a {
color:#000000;
font-family:Helvetica,Arial,Sans-serif;
font-size:19px;
font-weight:normal;
padding:3px;
}
.sidebar {
margin-left:20px;
width:309px;
}
.sidebox {
float:left;
font-family:Helvetica,Arial,Sans-serif;
font-size:11px;
margin-right:12px;
margin-top:0;
text-align:justify;
}
.sideboxTitle {
display:none;
}
.sidebox #freetext {
width:160px;
}
.sidebox #systemlinks {
width:100px;
}
.sidebox #systemlinks a:link, .sidebox #systemlinks a:active, .sidebox #systemlinks a:visited {
color:#000000;
font-family:&quot;Courier New&quot;;
text-transform:uppercase;
}
.sidebox #systemlinks a:hover {
color:#555555 !important;
}
.sidebox #profile, .sidebox #summary, .sidebox #latestmonth, .sidebox #search, .sidebox #tags_sidebox {
display:none;
}
.listtitle {
display:none;
}
.pageblock {
}
.pageheaderblock {
margin:65px auto 0;
}
.header-menu {
-moz-background-inline-policy:continuous;
background:none repeat scroll 0 0 #000000;
margin-top:20px;
padding-bottom:10px;
padding-left:77px;
padding-top:9px;
}
.header-menu a {
color:#FFFFFF;
font-size:12px;
text-transform:lowercase;
}
.header-menu a:hover {
color:#17CBDC;
}
#footer-menu {
border-top:5px solid #000000;
font-size:11px;
margin-bottom:10px;
margin-left:22px;
text-align:right;
width:491px;
}
#footer-menu a, .footer-menu a:visited {
color:#000000;
margin-left:19px;
text-transform:uppercase;
}
#footer-menu ul {
margin:0;
padding:5px 0 0;
}
#footer-menu li {
-moz-background-inline-policy:continuous;
background:none repeat scroll 0 0 transparent;
display:inline;
margin:0;
padding:0;
}
.header-menu ul {
margin:0 auto;
padding:0;
}
.header-menu li {
-moz-background-inline-policy:continuous;
background:none repeat scroll 0 0 transparent;
display:inline;
list-style:none outside none;
margin-right:11px;
}
.taglist {
padding-bottom:10px;
}
.ljuser a b {
-moz-background-inline-policy:continuous;
background:none repeat scroll 0 0 transparent;
color:#000000;
}
img[src*=&quot;userinfo.gif&quot;], img[src*=&quot;userinfo-support.gif&quot;], img[src*=&quot;user_ontd.gif&quot;] {
background-image:url(&quot;http://irondevil.org/icon/categories/tutorial9/user.png&quot;) !important;
background-repeat:no-repeat !important;
height:0;
padding:13px 12px 0 0 !important;
width:0;
}
img[src*=&quot;community.gif&quot;], img[src*=&quot;partnercomm.gif&quot;] {
background-image:url(&quot;http://irondevil.org/icon/categories/tutorial9/community.png&quot;) !important;
background-repeat:no-repeat !important;
height:0;
padding:12px 11px 0 0 !important;
width:0;
}
img[src*=&quot;newsinfo.gif&quot;] {
background-image:url(&quot;http://irondevil.org/icon/categories/tutorial9/community.png&quot;) !important;
background-repeat:no-repeat !important;
height:0;
padding:12px 12px 0 0 !important;
width:0;
}
img[src*=&quot;syndicated.gif&quot;] {
background-image:url(&quot;http://irondevil.org/icon/categories/tutorial9/rss.png&quot;);
background-repeat:no-repeat !important;
height:0;
padding:13px 13px 0 0 !important;
width:0;
}
img[src*=&quot;icon_protected.gif&quot;] {
background-image:url(&quot;http://irondevil.org/icon/categories/tutorial9/locked.png&quot;) !important;
background-repeat:no-repeat !important;
height:0;
padding:11px 14px 0 0 !important;
width:0;
}
img[src*=&quot;icon_groups.gif&quot;] {
background-image:url(&quot;http://irondevil.org/icon/categories/tutorial9/groups.png&quot;) !important;
background-repeat:no-repeat;
height:0;
padding:11px 14px 0 0 !important;
width:0;
}
img[src*=&quot;icon_private.gif&quot;] {
background-image:url(&quot;http://irondevil.org/icon/categories/tutorial9/private.png&quot;) !important;
background-repeat:no-repeat;
height:0;
padding:11px 14px 0 0 !important;
width:0;
}
div.ContextualPopup img {
border:0 none;
}
div.ContextualPopup div.Inner {
border:medium none;
color:#000000 !important;
font-family:Helvetica;
font-size:11px;
padding:7px;
width:20em;
}
div.ContextualPopup .Content {
line-height:1.4;
margin-right:50px;
padding:2px 4px 6px;
}
div.ContextualPopup .Relation {
font-weight:bold !important;
}
div.ContextualPopup .Content .OnlineStatus {
font-weight:bold;
}
div.ContextualPopup .Userpic {
padding:8px 8px 0 0;
}
div.ContextualPopup div.Inner a:link, div.ContextualPopup div.Inner a:visited {
color:#000000 !important;
font-weight:normal;
text-decoration:none !important;
}
.entryLinkbar a[href*=&quot;subscriptions&quot;], .entryLinkbar a[href*=&quot;tellafriend&quot;], .entryLinkbar a[st_page*=&quot;home&quot;] {
display:none;
}
#lj_controlstrip {
-moz-background-inline-policy:continuous !important;
background:none repeat scroll 0 0 transparent !important;
}
#lj_controlstrip_statustext {
color:#333333;
}
#lj_controlstrip a {
color:#333333;
}
#lj_controlstrip_user, #lj_controlstrip_actionlinks, #lj_controlstrip_search, #lj_controlstrip_login, #lj_controlstrip_loggedout_userpic {
border-right:0 none;
}
#lj_controlstrip_userpic {
background-image:url(&quot;http://stat.livejournal.com/palimg/controlstrip/ljlogo.gif/ptd4dce8000000&quot;);
}
#lj_controlstrip_loggedout_userpic {
background-image:url(&quot;http://stat.livejournal.com/palimg/controlstrip/ljlogo-loggedout.gif/ptd4dce8000000&quot;);
}
#lj_controlstrip_search_input_text, #lj_controlstrip select, #lj_controlstrip input#xc_user, #lj_controlstrip input#xc_password, #lj_controlstrip input#xc_remember, #lj_controlstrip input {
-moz-background-inline-policy:continuous !important;
background:none repeat scroll 0 0 transparent !important;
border:0 none;
color:#17CBDC !important;
}
#lj_controlstrip_search {
visibility:hidden;
}
.commentHeader, .commentHeaderScreened {
border-bottom:5px solid #000000;
color:#000000;
font-family:&quot;Courier New&quot;;
font-size:10px;
margin-bottom:11px;
text-transform:uppercase;
}
.commentHolder {
font-family:Helvetica,Arial,Sans-serif;
font-size:11px;
margin:22px;
min-height:149px;
text-align:justify;
width:491px;
}
.commentText {
margin-left:12px;
}
.commentUserinfo {
color:#FFFFFF;
margin-left:-129px;
margin-top:-27px;
position:absolute;
text-align:center;
}
.commentUserinfo-username {
margin-top:3px;
}
.commentLinkbar {
margin-top:12px;
padding:4px 11px;
}
.commentLinkbar ul {
margin:0;
padding:0;
text-align:right;
}
.commentLinkbar li {
background:none repeat scroll 0 0 transparent;
display:inline;
}
.commentLinkbar a {
color:#555555;
font-family:&quot;Courier New&quot;;
font-size:10px;
text-transform:uppercase;
}
form#qrform table {
border:0 none !important;
margin-top:10px;
}
&lt;/textarea&gt;&lt;/div&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot;&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;how to install&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;select journal style&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;b&gt;1.&lt;/b&gt; Apply any &lt;a href=&quot;http://www.livejournal.com/customize/?layoutid=4601331&quot; target=&quot;_blank&quot;&gt;Smooth Sailing&lt;/a&gt; theme.&lt;br&gt;&lt;br&gt;&lt;b&gt;2.&lt;/b&gt; Scroll down to &lt;b&gt;Choose a Page Setup&lt;/b&gt; and select &lt;b&gt;2 Column (sidebar on left).&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;display&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Make sure &lt;b&gt;Userinfo Position in Entries&lt;/b&gt; and &lt;b&gt;Userinfo Position in Comments&lt;/b&gt; (if using custom comment pages) is set to &lt;b&gt;Left Side of Entry Text&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=text_entry&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;entry text&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Paste the code into its respective boxes:&lt;br&gt;&lt;br&gt;&lt;b&gt;Format for Date and Time (Recent/Friends/Entry/Reply page)&lt;/b&gt; and &lt;b&gt;Format for Date and Time (Day page only)&lt;/b&gt;&lt;br&gt;&lt;center&gt;&lt;textarea&gt;%%dd%% %%mon%% %%yyyy%%&lt;/textarea&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=text_sidebar&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;sidebar&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Set these drop down boxes to the following:&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Links Visibility &lt;/b&gt; - 1&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Free Text Position &lt;/b&gt; - 2&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Hide&lt;/b&gt; all other &lt;b&gt;Position&lt;/b&gt; boxes.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=linkslist&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;links list&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Define your links.  Define your links. These are the links that show up in the left sidebar.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=customcss&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;custom css&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Make sure any drop-down boxes are set to &lt;b&gt;No&lt;/b&gt;, paste the code into the box, and click &lt;b&gt;Save Changes&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;appendix&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;credit and comment&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Please credit &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-C     &quot;  data-ljuser=&quot;spire&quot; lj:user=&quot;spire&quot; &gt;&lt;a href=&quot;https://spire.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/community.png?v=556&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://spire.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;spire&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; somewhere public. (Profile, Links List, Friends Only post, etc.)&lt;br /&gt;• Comments aren&apos;t required, but are appreciated!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;resources&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
   &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&amp;bull; Mini icons by &lt;a href=&quot;http://www.tutorial9.net/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Tutorial9&lt;/a&gt;. &lt;br /&gt;&amp;bull; Garrus icon by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;kikoshou&quot; lj:user=&quot;kikoshou&quot; &gt;&lt;a href=&quot;https://kikoshou.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://kikoshou.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;kikoshou&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;!&lt;/font&gt;&lt;/td&gt; 
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#F64A2C&quot;&gt;&lt;font color=&quot;#FFFFFF&quot; size=&quot;6&quot; face=&quot;georgia&quot;&gt;read the &lt;a href=&quot;http://community.livejournal.com/thrashmetal/29110.html&quot; target=&quot;_blank&quot; style=&quot;color: #FFFFFF;&quot; target=&quot;_blank&quot;&gt;layout faq&lt;/a&gt; before asking questions!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;a name=&apos;cutid1-end&apos;&gt;&lt;/a&gt;&lt;/b&gt;&lt;/center&gt;</description>
  <comments>https://spire.livejournal.com/52486.html?view=comments#comments</comments>
  <category>style: smooth sailing</category>
  <category>- all layouts</category>
  <lj:security>public</lj:security>
  <lj:poster>daemon</lj:poster>
  <lj:posterid>16797028</lj:posterid>
  <lj:reply-count>90</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://spire.livejournal.com/51193.html</guid>
  <pubDate>Sun, 26 Apr 2009 12:55:36 GMT</pubDate>
  <title>Tutorial: Remove the Userpic &quot;Float&quot; Effect in Expressive</title>
  <author>daemon</author>
  <link>https://spire.livejournal.com/51193.html</link>
  <description>A tutorial for achieving the effect I have used &lt;a href=&quot;http://i359.photobucket.com/albums/oo40/imulsion/20090426_055705_scythelivejournalco.jpg&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;in my journal&lt;/a&gt;. This should work in all browsers.  However, please note that I have only tested this hack with &lt;a href=&quot;http://community.livejournal.com/thrashmetal/50771.html&quot; target=&quot;_blank&quot;&gt;Life&apos;s a Spectrum&lt;/a&gt; -- if it doesn&apos;t work with other Expressive/Mixit layouts, it&apos;s up to you to adjust it as needed.  I&apos;m in the middle of end-of-semester project mire and don&apos;t really have the time or energy to offer CSS help.&lt;br /&gt;&lt;br /&gt;1. Find &lt;b&gt;.asset-body&lt;/b&gt;.  Replace the code between the brackets with the following:&lt;br /&gt;&lt;blockquote&gt;&lt;code&gt;color:#4F4F4F;&lt;br /&gt;line-height:1.7;&lt;br /&gt;margin-bottom:18px;&lt;br /&gt;padding-left:154px;&lt;br /&gt;padding-right:25px;;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;textarea&gt;color:#4F4F4F;
line-height:1.7;
margin-bottom:18px;
padding-right:25px;&lt;/textarea&gt;&lt;/blockquote&gt;&lt;br /&gt;2. Find &lt;b&gt;.asset-body .user-icon&lt;/b&gt;.  Replace the code between the brackets with the following (this also removes the extraneous &lt;code&gt;height:100%;&lt;/code&gt; I accidentally left in):&lt;blockquote&gt;&lt;code&gt;display:inline;&lt;br /&gt;float:none;&lt;br /&gt;margin-left:-149px;&lt;br /&gt;padding-right:7px;&lt;br /&gt;position:absolute;&lt;br /&gt;text-align:center;&lt;br /&gt;width:133px !important;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;textarea&gt;display:inline;
float:none;
margin-left:-149px;
padding-right:7px;
position:absolute;
text-align:center;
width:133px !important;&lt;/textarea&gt;&lt;/blockquote&gt;&lt;br /&gt;3. Add the following to &lt;b&gt;.asset-content&lt;/b&gt;:&lt;blockquote&gt;&lt;code&gt;padding-left:154px;&lt;/code&gt;&lt;/blockquote&gt;&lt;a name=&apos;cutid1-end&apos;&gt;&lt;/a&gt;</description>
  <comments>https://spire.livejournal.com/51193.html?view=comments#comments</comments>
  <category>*tutorial</category>
  <lj:security>public</lj:security>
  <lj:poster>daemon</lj:poster>
  <lj:posterid>16797028</lj:posterid>
  <lj:reply-count>1</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://spire.livejournal.com/50771.html</guid>
  <pubDate>Sun, 19 Apr 2009 14:50:22 GMT</pubDate>
  <title>expressive: life&apos;s a spectrum</title>
  <author>daemon</author>
  <link>https://spire.livejournal.com/50771.html</link>
  <description>&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://lj.irondevil.org/spectrum.php&quot; target=&quot;_blank&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/73b22de08f00942b5818e8195df379e8c28c9ac92763702ab3adcdd276f07451/P2WlxyVijxKvgmFv9cdfVEMdsf-ah7h000TMTqBcgdTW5RHY2863DwUvDUA4DV10tVZHiTCQZApDX08:x9weCz3nBpHuwYnYYyjPTg&quot; border=&quot;0&quot; fetchpriority=&quot;high&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;A layout I made for my personal journal, but I&apos;m sharing because I&apos;m nice.  It was loosely based on the &lt;a href=&quot;http://adobe.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Adobe&lt;/a&gt; site and I&apos;ve created a few &lt;a href=&quot;#color&quot; target=&quot;_blank&quot;&gt;custom color schemes&lt;/a&gt; based on the software palette.&lt;br&gt;&lt;br /&gt;&lt;table width=&quot;65%&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;10&quot; cellspacing=&quot;1&quot;&gt;
  &lt;tr&gt;
    &lt;th colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot; scope=&quot;col&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;layout notes&lt;/font&gt;&lt;/div&gt;&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width=&quot;35%&quot; align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;account types&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td width=&quot;65%&quot; bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Basic, Paid&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;compatible browsers&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Internet Explorer 7, Mozilla Firefox, Opera, Safari, Google Chrome&lt;font size=&quot;1&quot;&gt;&lt;br /&gt;	Date is not properly oriented in Safari or Chrome, but is otherwise negligible.&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;minimum resolution&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;1024x768&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;comment pages&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Yes&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;navstrip&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Optional&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;disabled&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• All of the sidebar except the links list&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt; 
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;css stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;div style=&quot;margin:10px 0;text-align:center&quot;&gt;&lt;textarea cols=&quot;50&quot; rows=&quot;10&quot;&gt;/*---------------------------------------------------
STYLESHEET CREATOR: scythe.livejournal.com
STYLESHEET NAME: 
S2 STYLE: 
DOWNLOAD: thrashmetal.livejournal.com

****Please remember to credit!****
-----------------------------------------------------
CUSTOM COLORS (PHOTOSHOP SCHEME):
#0063BE 
#22217F 
*/

* {
border:medium none !important;
}
body {
background:#222222 none repeat scroll 0 0;
color:#000000;
font-family:helvetica,arial,sans-serif;
font-size:13px;
margin:0;
padding:35px 0 0 !important;
}
a {
color:#0063BE;
text-decoration:none;
}
a:hover {
color:#22217F;
}
a img {
border:medium none;
}
li {
margin:0;
padding:0;
}
ul {
list-style-image:none;
list-style-position:outside;
list-style-type:square;
margin:0;
}
blockquote {
border-bottom:5px solid #F2F2F2 !important;
font-family:Cambria,Georgia,Times New Roman;
font-size:14px;
padding:10px;
}
hr {
display:none;
}
select, textarea, input {
border:1px solid #F2F2F2 !important;
color:#111111;
font-family:Cambria,Georgia,Courier New,Monospace;
font-size:14px;
padding:3px;
}
ul.year {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:19px 19px 10px;
}
ul.year li {
color:#555555;
display:inline;
font-family:&quot;Helvetica-Light&quot;,&quot;Arial Narrow&quot;,Helvetica;
font-size:18px;
}
.yearday {
text-transform:lowercase;
}
.yeardate {
height:42px;
}
.yearmonth {
color:#0063BE;
font-family:&quot;Helvetica-Light&quot;,&quot;Arial Narrow&quot;,Helvetica;
font-size:31px;
letter-spacing:-3px;
text-transform:lowercase;
}
.yearmonth a {
color:#111111;
font-size:17px;
letter-spacing:-1px;
}
.hidden {
display:none;
}
.item {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
.widget-list a {
color:#FFFFFF;
font-family:arial;
font-size:12px;
font-weight:bold;
padding:6px;
}
.user-icon {
float:left;
margin:10px;
}
.user-icon img {
background:#101010 none repeat scroll 0 0;
border-left:7px solid #0063BE !important;
padding-left:18px;
}
.page-header2 {
margin:0;
}
#container {
position:absolute;
width:100%;
}
#page {
width:100%;
}
#header {
padding:0;
position:absolute;
top:54px;
width:100%;
}
#header-inner {
margin:0 auto;
width:835px;
}
ul.nav {
background:#000000 none repeat scroll 0 0;
margin:0 auto;
padding:10px;
position:absolute;
top:72px;
z-index:300;
}
.nav li {
display:inline;
float:left;
margin-left:12px;
margin-right:-13px;
padding:0;
}
.nav li a {
color:#CCCCCC;
font-size:15px;
margin-right:23px;
text-transform:uppercase;
}
.nav li.first {
border-left:medium none;
padding-left:0;
}
.nav li.current a {
text-decoration:none;
}
.nav li a[title*=&quot;Recent&quot;] {
background:transparent url(http://irondevil.org/icon/categories/dryicons%20stickers/home.png) no-repeat scroll 0 0;
display:block;
font-size:0;
height:16px;
text-indent:-9999px;
width:16px;
}
.nav li a[title*=&quot;Friends&quot;] {
background:transparent url(http://irondevil.org/icon/categories/dryicons%20stickers/comment_bubble.png) no-repeat scroll 0 0;
display:block;
font-size:0;
height:16px;
text-indent:-9999px;
width:16px;
}
.nav li a[title*=&quot;Archive&quot;] {
background:transparent url(http://irondevil.org/icon/categories/dryicons%20stickers/calendar.png) no-repeat scroll 0 0;
display:block;
font-size:0;
height:16px;
text-indent:-9999px;
width:16px;
}
.nav li a[title*=&quot;User&quot;] {
background:transparent url(http://irondevil.org/icon/categories/dryicons%20stickers/user.png) no-repeat scroll 0 0;
display:block;
font-size:0;
height:16px;
text-indent:-9999px;
width:16px;
}
.nav li a[title*=&quot;Memories&quot;] {
background:transparent url(http://irondevil.org/icon/categories/dryicons%20stickers/favorite.png) no-repeat scroll 0 0;
display:block;
font-size:0;
height:16px;
text-indent:-9999px;
width:16px;
}
#header-name {
}
#header-name a {
background:#0063BE none repeat scroll 0 0;
border-right:72px solid #22217F !important;
color:#FFFFFF;
display:block;
font-family:&quot;Helvetica-Light&quot;,&quot;Arial Narrow&quot;,Helvetica;
font-size:35px;
height:42px;
letter-spacing:-2px;
padding:17px 20px 49px;
text-transform:lowercase;
}
#header-description {
display:none;
}
#header-content-decor {
}
#header-decor {
}
#content {
padding:0;
}
#content-inner {
}
#alpha {
position:absolute;
top:162px;
width:100%;
}
#alpha-inner {
background:#FFFFFF none repeat scroll 0 0;
color:#4F4F4F;
margin:0 auto;
text-align:justify;
width:835px;
}
.stream-header {
display:none;
}
.stream-footer {
background:#101010 none repeat scroll 0 0;
color:#101010;
font-size:0;
margin-bottom:13px;
padding-bottom:17px;
padding-left:18px;
padding-top:17px;
text-align:left;
}
.stream-footer a {
color:#FFFFFF;
font-size:12px;
text-transform:lowercase;
}
.prevnext {
background:#101010 none repeat scroll 0 0;
color:#101010;
margin:0;
padding-right:20px;
text-align:right;
}
.prevnext a[href*=&quot;dir=prev&quot;] {
background:transparent url(http://irondevil.org/icon/categories/dryicons%20stickers/left_arrow.png) no-repeat scroll 0 0;
color:#FFFFFF;
font-size:12px;
height:16px;
margin-right:2px;
padding-left:21px;
text-transform:lowercase;
}
.prevnext a[href*=&quot;dir=next&quot;] {
background:transparent url(http://irondevil.org/icon/categories/dryicons%20stickers/right_arrow.png) no-repeat scroll 0 0;
color:#FFFFFF;
font-size:12px;
height:16px;
margin-right:2px;
padding-left:21px;
text-transform:lowercase;
}
.prevnext .prev, .prevnext .next, .prevnext a[href*=&quot;home&quot;] {
height:16px;
margin-right:15px;
padding-left:22px;
}
.prevnext .prev {
background:transparent url(http://irondevil.org/icon/categories/dryicons%20stickers/left_arrow.png) no-repeat scroll 0 0;
}
.prevnext .next {
background:transparent url(http://irondevil.org/icon/categories/dryicons%20stickers/right_arrow.png) no-repeat scroll 0 0;
}
.prevnext a[href*=&quot;home&quot;] {
background:transparent url(http://irondevil.org/icon/categories/dryicons%20stickers/up_arrow.png) no-repeat scroll 0 0;
padding-bottom:1px;
padding-left:20px;
}
.asset-name-hover {
display:none;
}
.post-asset {
margin-bottom:7px;
}
.asset-inner {
}
.asset-header {
}
a.subj-link, .asset-name a {
color:#EEEEEE;
font-family:&quot;Helvetica-Light&quot;,&quot;Arial Narrow&quot;,Helvetica;
font-size:19px;
font-weight:normal;
}
.asset-header-content-inner {
background:#101010 none repeat scroll 0 0;
}
.asset-name {
background:#101010 none repeat scroll 0 0;
padding:12px 22px 17px;
text-indent:0 !important;
width:635px;
}
.asset-name page-header2 {
color:#E42F17;
font-family:arial;
font-size:39px;
font-weight:normal;
letter-spacing:-4px;
text-decoration:none;
text-transform:lowercase;
}
.asset-meta {
margin:10px 0 0;
padding:0 10px;
}
.asset-meta-list a {
color:#101010;
font-family:arial;
font-size:9px;
text-transform:uppercase;
}
.asset-meta-list .datetime {
color:#AAAAAA;
font-family:arial;
font-size:10px;
margin-left:-152px;
margin-top:-42px;
position:absolute;
text-align:left;
text-transform:uppercase;
}
.asset-content {
margin-left:10px;
min-height:164px;
}
.asset-body {
color:#4F4F4F;
line-height:1.7;
margin-bottom:18px;
padding-left:16px;
padding-right:25px;
padding-top:16px;
}
.asset-body .user-icon {
height:100%;
padding-right:7px;
text-align:center;
width:133px !important;
}
.lj-currents ul li {
line-height:1.3;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
.ljuser a b {
color:#222222;
}
.ljuser img {
background:transparent none repeat scroll 0 0;
border:medium none !important;
}
.entryMetadata-label {
font-weight:bold;
}
.entryMetadata-content {
margin-left:4px;
}
.asset-tags {
font-size:13px;
line-height:1.3;
margin-left:40px;
}
.asset-tags-header {
float:left;
margin:0;
}
.asset-tags-list {
line-height:18px;
}
ul.asset-tags-list li {
display:inline;
margin-right:1px;
}
ul.asset-tags-list li a {
font-weight:normal;
}
.asset-meta-comments {
text-transform:uppercase;
}
.asset-meta-no-comments {
}
ul.asset-meta-list {
margin:0;
padding:0;
text-align:right;
}
.asset-meta-list li.asset-meta-comments {
display:inline;
margin:0 3px;
text-align:left;
text-transform:lowercase;
}
.asset-footer {
}
.quickreply {
margin:1em;
padding-bottom:10px;
padding-top:5px;
width:90%;
}
#comments {
}
.comment {
margin:20px 0;
}
.comment-odd {
}
.comment-even {
}
.comments-inner {
}
.comments-header {
background:#101010 none repeat scroll 0 0;
color:#EEEEEE;
font-family:&quot;Helvetica-Light&quot;,&quot;Arial Narrow&quot;,Helvetica;
font-size:19px;
font-weight:normal;
padding:16px;
text-transform:lowercase;
}
.comments-body {
}
.comments-nav {
text-align:center;
}
.comment-inner {
margin-bottom:28px;
margin-top:5px;
}
.comment-meta {
}
.commenter-name {
}
.comment-date {
}
.comment-date .datetime {
font-size:x-small;
}
.comment-subject {
font-weight:bold;
}
.comment-body {
line-height:1.7;
padding:12px 10px;
}
.comment-links {
border-bottom:1px solid #EFEFEF;
font-family:arial;
font-size:9px;
padding:10px 10px 0;
text-align:right;
text-transform:uppercase;
}
.permalink {
}
#beta {
position:absolute;
text-align:right;
top:16px;
width:100%;
z-index:0;
}
#beta-inner {
margin:0 auto;
width:824px;
}
.about-me-widget {
display:none;
}
.categories-widget {
display:none;
}
.archive-widget {
display:none;
}
.syndicate-widget {
display:none;
}
.powered-widget {
display:none;
}
.customtext-widget {
}
.customtext-widget .widget-content {
color:#5A140A;
font-family:courier new;
font-size:11px;
line-height:14px;
text-align:justify;
}
#gamma {
margin:0;
width:180px;
}
#gamma-inner {
}
.widget {
}
.widget a {
}
.widget a:hover {
background:#000000 none repeat scroll 0 0;
}
.widget-inner {
margin:0 8px;
}
.widget-header {
display:none;
}
.widget-header a {
text-decoration:none;
}
.widget-content {
padding:0 5px;
}
.widget-list {
padding:0;
}
ul.widget-list {
margin:0;
padding:0;
}
ul.widget-list li.item {
display:inline;
}
.widget-footer {
}
.about-me-widget {
display:none;
}
.about-me-widget div.user-pic {
text-align:center;
}
.profile-list {
}
.profile-username {
}
.profile-name {
}
.calendar-widget {
display:none;
}
.calendar-widget div.widget-content {
padding-left:2em;
}
.calendar-widget table {
font-size:xx-small;
}
.typelist-widget {
padding-top:9px;
}
.categories-widget {
}
.tagcloud {
display:none;
}
.powered-widget {
padding-bottom:10px;
}
.lj-view-friends .powered-widget {
margin-top:40px;
}
.lj-view-entry .powered-widget {
margin-top:40px;
}
.archive-widget widget {
display:none;
}
#footer {
background:transparent url() repeat-x scroll left top;
float:left;
height:60px;
width:100%;
}
#footer-inner {
}
#ad-5linkunit {
clear:both;
}
#ad-leaderboard {
margin-bottom:10px;
}
img[src*=&quot;userinfo.gif&quot;] {
background:transparent url(http://irondevil.org/icon/categories/dryicons%20stickers/user.png) no-repeat scroll 0 0;
height:0;
padding:20px 15px 0 0 !important;
width:0;
}
img[src*=&quot;openid-profile.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/dryicons%20stickers/world_globe.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:15px 16px 0 0 !important;
width:0;
}
img[src*=&quot;anonymous.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/dryicons%20stickers/help.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:16px 17px 0 0 !important;
width:0;
}
img[src*=&quot;community.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/dryicons%20stickers/users.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:20px 16px 0 0 !important;
width:0;
}
img[src*=&quot;partnercomm.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/dryicons%20stickers/process.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:19px 16px 0 0 !important;
width:0;
}
img[src*=&quot;newsinfo.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/dryicons%20stickers/attachment.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:20px 16px 0 0 !important;
width:0;
}
img[src*=&quot;syndicated.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/dryicons%20stickers/rss_feed.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:21px 16px 0 0 !important;
width:0;
}
img[src*=&quot;icon_protected.gif&quot;], img[src*=&quot;icon_groups.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/dryicons%20stickers/lock.png) !important;
background-repeat:no-repeat;
height:0;
padding:15px 17px 0 0 !important;
width:0;
}
img[src*=&quot;icon_private.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/dryicons%20stickers/login.png) !important;
background-repeat:no-repeat;
height:0;
padding:15px 17px 0 0 !important;
width:0;
}
div.ContextualPopup {
margin:5px 0 0 20px;
}
div.ContextualPopup img {
border:0 none;
}
div.ContextualPopup div.Inner {
background-color:#FFFFFF !important;
border:medium none;
color:#4F4F4F !important;
font-family:Helvetica,Arial;
font-size:12px;
padding:0;
width:20em;
}
div.ContextualPopup .Content {
line-height:1.4;
margin-right:50px;
padding:2px 4px 6px;
}
div.ContextualPopup .Relation {
font-weight:bold !important;
}
div.ContextualPopup .Content .OnlineStatus {
font-weight:bold;
}
div.ContextualPopup .Userpic {
padding:8px 8px 0 0;
}
div.ContextualPopup div.Inner a, div.ContextualPopup div.Inner a:visited {
color:#0063BE !important;
font-weight:normal;
text-decoration:none !important;
}
#lj_controlstrip {
background:#000000 none repeat scroll 0 0 !important;
}
#lj_controlstrip td {
border-bottom:medium none;
}
#lj_controlstrip_statustext {
color:#0063BE;
}
#lj_controlstrip a {
color:#AAAAAA;
}
#lj_controlstrip_user, #lj_controlstrip_actionlinks, #lj_controlstrip_search, #lj_controlstrip_login, #lj_controlstrip_loggedout_userpic {
border-right:0 none;
}
#lj_controlstrip_login td {
border-bottom:0 none;
}
#lj_controlstrip td td {
border-bottom:0 none;
}
#lj_controlstrip_userpic {
background-image:url(http://stat.livejournal.com/palimg/controlstrip/ljlogo.gif/ptd4dce8000000);
}
#lj_controlstrip_loggedout_userpic {
background-image:url(http://stat.livejournal.com/palimg/controlstrip/ljlogo-loggedout.gif/ptd4dce8000000);
}
#lj_controlstrip input, #lj_controlstrip_search_input_text, #lj_controlstrip select, #lj_controlstrip input#xc_user, #lj_controlstrip input#xc_password, #lj_controlstrip input#xc_remember {
background:#101010 none repeat scroll 0 0 !important;
border:0 none !important;
color:#AAAAAA !important;
}
#lj_controlstrip img[src*=&quot;userinfo.gif&quot;] {
display:none;
}
#lj_controlstrip .ljuser a b {
background:transparent none repeat scroll 0 0;
color:#0063BE;
letter-spacing:0;
text-decoration:none !important;
}
img[src*=&quot;piximix.gif&quot;] {
display:none;
}
#dayyymmmmmdddd h2 {
color:#101010;
font-size:0;
margin:0;
text-indent:-9999px;
}
.skiplinks {
background:#101010 none repeat scroll 0 0;
color:#101010;
margin-bottom:15px;
padding:14px;
}
.skiplinks a {
color:#FFFFFF;
font-size:12px;
text-transform:lowercase;
}&lt;/textarea&gt;&lt;/div&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot;&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;how to install&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;select journal style&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;b&gt;1.&lt;/b&gt; Apply any &lt;a href=&quot;http://www.livejournal.com/customize/?layoutid=7176168&amp;amp;filter_available=1&quot; target=&quot;_blank&quot;&gt;Expressive&lt;/a&gt; or &lt;a href=&quot;http://www.livejournal.com/customize/?layoutid=7462687&amp;amp;filter_available=1&quot; target=&quot;_blank&quot;&gt;Mixit&lt;/a&gt; theme. (Please note that some Expressive/Mixit themes may come with attribution images.  If these show up in your layout, please comment &lt;a href=&quot;http://community.livejournal.com/thrashmetal/29110.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;.)&lt;br&gt;&lt;br&gt;&lt;b&gt;2.&lt;/b&gt; Scroll down to &lt;b&gt;Choose a Page Setup&lt;/b&gt; and select &lt;b&gt;2 Column (sidebar on left).&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=linkslist&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;links list&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Define your links.  These are the links that show up at the very top of the page.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=customcss&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;custom css&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Make sure any drop-down boxes are set to &lt;b&gt;No&lt;/b&gt;, paste the code into the box, and click &lt;b&gt;Save Changes&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;optional&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;custom color schemes&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;a name=&quot;color&quot; target=&quot;_blank&quot;&gt;&lt;/a&gt;If you want to give the layout a different color scheme, replace (CTRL+H) the &lt;code&gt;&lt;font color=&quot;#0063BE&quot;&gt;#0063BE&lt;/font&gt;&lt;/code&gt; (lighter color) and &lt;code&gt;&lt;font color=&quot;#0063BE&quot;&gt;#22217F&lt;/font&gt;&lt;/code&gt; (darker color) in the code.  Below are some suggested schemes based on Adobe&apos;s software.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;span style=&quot;background:#C2CD23; padding:2px&quot;&gt;#C2CD23&lt;/span&gt; &lt;span style=&quot;background:#72BC43; padding:2px&quot;&gt;#72BC43&lt;/span&gt;&lt;/code&gt; &lt;a href=&quot;http://i43.tinypic.com/2vnev00.jpg&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Dreamweaver&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;span style=&quot;background:#E53039; padding:2px&quot;&gt;#E53039&lt;/span&gt; &lt;span style=&quot;background:#B10535; padding:2px; color:#fff&quot;&gt;#B10535&lt;/span&gt;&lt;/code&gt; &lt;a href=&quot;http://i42.tinypic.com/6s9hjq.jpg&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Flash&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;span style=&quot;background:#FFBC00; padding:2px&quot;&gt;#FFBC00&lt;/span&gt; &lt;span style=&quot;background:#FD5701; padding:2px&quot;&gt;#FD5701&lt;/span&gt;&lt;/code&gt; &lt;a href=&quot;http://i44.tinypic.com/1zv2y43.jpg&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Illustrator&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;span style=&quot;background:#DB0862; padding:2px&quot;&gt;#DB0862&lt;/span&gt; &lt;span style=&quot;background:#521302; padding:2px; color:#fff&quot;&gt;#521302&lt;/span&gt;&lt;/code&gt; InDesign&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;span style=&quot;background:#B3A2CE; padding:2px&quot;&gt;#B3A2CE&lt;/span&gt; &lt;span style=&quot;background:#191262; padding:2px; color:#fff&quot;&gt;#191262&lt;/span&gt;&lt;/code&gt; Premiere&lt;br /&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;appendix&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;credit and comment&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Please credit &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-C     &quot;  data-ljuser=&quot;spire&quot; lj:user=&quot;spire&quot; &gt;&lt;a href=&quot;https://spire.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/community.png?v=556&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://spire.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;spire&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; somewhere public. (Profile, Links List, Friends Only post, etc.)&lt;br /&gt;• Comments aren&apos;t required, but are appreciated!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;resources&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
   &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt; • Mini icons by &lt;a href=&quot;http://dryicons.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Dry Icons&lt;/a&gt;.&lt;br /&gt;• Icon by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;enjoyelsilence&quot; lj:user=&quot;enjoyelsilence&quot; &gt;&lt;a href=&quot;https://enjoyelsilence.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://enjoyelsilence.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;enjoyelsilence&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; &lt;/font&gt;&lt;/td&gt; 
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#F64A2C&quot;&gt;&lt;font color=&quot;#FFFFFF&quot; size=&quot;6&quot; face=&quot;georgia&quot;&gt;read the &lt;a href=&quot;http://community.livejournal.com/thrashmetal/29110.html&quot; target=&quot;_blank&quot; style=&quot;color: #FFFFFF;&quot; target=&quot;_blank&quot;&gt;layout faq&lt;/a&gt; before asking questions!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;a name=&apos;cutid1-end&apos;&gt;&lt;/a&gt;&lt;/b&gt;</description>
  <comments>https://spire.livejournal.com/50771.html?view=comments#comments</comments>
  <category>- all layouts</category>
  <category>style: expressive</category>
  <lj:security>public</lj:security>
  <lj:poster>daemon</lj:poster>
  <lj:posterid>16797028</lj:posterid>
  <lj:reply-count>40</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://spire.livejournal.com/50512.html</guid>
  <pubDate>Sat, 18 Apr 2009 03:21:34 GMT</pubDate>
  <title>smooth sailing: methane</title>
  <author>daemon</author>
  <link>https://spire.livejournal.com/50512.html</link>
  <description>&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://lj.irondevil.org/methane.php&quot; target=&quot;_blank&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/f8ff7b0b11978b831a8a137563d044103bcaf4aa4a0ed7cac62c3c33f0130410/P2WlxyVijxKvgmFv9cdfVEMdsf-ah7h000TMTqBcgdTW5RHY2863DwUvDUA4E0hlvkNbmXPZagUHAA:g__di4vx85H-QUn-PbUfww&quot; border=&quot;0&quot; fetchpriority=&quot;high&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;Modified version of my personal layout that has been sitting around for way too long.&lt;br /&gt;&lt;br /&gt;(Reposted this because I left out an important part of the instructions.  I&apos;m way too tired.)&lt;br&gt;&lt;br /&gt;&lt;table width=&quot;65%&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;10&quot; cellspacing=&quot;1&quot;&gt;
  &lt;tr&gt;
    &lt;th colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot; scope=&quot;col&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;layout notes&lt;/font&gt;&lt;/div&gt;&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width=&quot;35%&quot; align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;account types&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td width=&quot;65%&quot; bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Basic, Plus, Paid&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;compatible browsers&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Internet Explorer 7, Mozilla Firefox, Opera, Safari, Google Chrome&lt;font size=&quot;1&quot;&gt;&lt;br /&gt;	&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;minimum resolution&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;1024x768&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;comment pages&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Yes&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;navstrip&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Optional&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;disabled&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Sidebar&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt; 
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;css stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;div style=&quot;margin:10px 0;text-align:center&quot;&gt;&lt;textarea cols=&quot;50&quot; rows=&quot;10&quot;&gt;/*---------------------------------------------------
STYLESHEET CREATOR: scythe.livejournal.com
STYLESHEET NAME: Methane
S2 STYLE: Smooth Sailing
DOWNLOAD: thrashmetal.livejournal.com

****Please remember to credit!****
-----------------------------------------------------*/

body {
background:transparent url(http://i40.tinypic.com/nffcs3.jpg) repeat scroll 0 0;
color:#AAAAAA;
font-family:arial;
font-size:11px;
margin:0;
}
.pageblock {
position:absolute;
top:55px;
width:100%;
}
a, a:visited {
color:#FFFFFF;
text-decoration:none;
}
a:hover {
color:#F2F2F2;
}
a img {
border:medium none;
}
ul {
list-style-type:square;
}
blockquote {
background:transparent url(http://i44.tinypic.com/2lm1ap5.jpg) repeat scroll 0 0;
color:#666666;
line-height:19px;
padding:12px;
}
.header-title {
color:#FFFFFF;
font-family:helvetica;
font-size:61px;
font-weight:bold;
height:58px;
letter-spacing:-6px;
margin:0 auto;
overflow:hidden;
text-align:left;
width:700px;
}
.header-subtitle {
display:none;
}
.pageheaderblock {
margin:0 auto;
text-align:center;
width:700px;
z-index:1000;
}
.pagefooterblock {
display:none;
}
.bodyblock {
margin:0 auto;
padding-top:5px;
width:700px;
}
.bodyheaderblock, .body-title, .body-midtitle {
display:none;
}
.bodynavblock {
font-size:11px;
margin:0 33px;
padding:0;
}
.entryHolder {
width:700px;
background:transparent url(http://www.cdupload.com/files/50947_k4lzq/body_bgds.jpg) repeat-y scroll 507px 0;
border-left:medium none;
margin-bottom:10px;
}
.entryUserinfo {
text-align:center;
width:185px;
}
.commentUserinfo-username img[src*=&quot;userinfo.gif&quot;], .entryUserinfo-username img[src*=&quot;userinfo.gif&quot;], .entryUserinfo-username img[src*=&quot;community.gif&quot;], .entryUserinfo-username img[src*=&quot;partnercomm.gif&quot;], .entryUserinfo-username img[src*=&quot;newsinfo.gif&quot;], .entryUserinfo-username img[src*=&quot;syndicated.gif&quot;] {
display:none;
}
.entryUserinfo-username {
line-height:15px;
margin-top:7px;
}
.entryUserinfo-username .ljuser a b {
color:#000000;
font-size:16px;
letter-spacing:-1px;
text-decoration:none !important;
text-transform:lowercase;
}
.entryUserinfo-username .ljuser a b:hover {
color:#FFFFFF;
}
.entryUserinfo-usericon img {
background:#111111 url(http://i41.tinypic.com/16jikia.jpg) repeat scroll 50% 40%;
padding:15px;
}
.entryUserinfo-usericon img:hover {
background:transparent url(http://www.cdupload.com/files/50943_59amx/opacblack.png) repeat scroll 0 0;
padding:15px;
}
.entryText {
background:transparent url(http://www.cdupload.com/files/50943_59amx/opacblack.png) repeat scroll 0 0;
line-height:20px;
margin-right:8px;
min-height:216px;
padding:7px 16px 0 21px;
text-align:justify;
width:469px;
}
.entryText img {
max-width:380px;
}
.entryHeader {
background:transparent url(http://www.cdupload.com/files/50943_59amx/opacblack.png) repeat scroll 0 0;
min-height:20px;
padding:10px 21px 0;
text-align:left;
width:464px;
}
.entryHeader a {
color:#FFFFFF;
font-family:helvetica;
font-size:18px;
text-transform:lowercase;
}
.entryHeader a:hover {
color:#F2F2F2;
text-decoration:none;
}
.entryHeaderDate {
color:#FFFFFF;
font-family:arial;
font-size:45px;
font-variant:small-caps;
font-weight:bold;
letter-spacing:-4px;
line-height:33px;
margin-left:-84px;
position:absolute;
text-align:right;
text-decoration:none;
width:51px;
}
.entryHeaderSubject {
font-size:0;
}
.entryMetadata {
background:transparent url(http://www.cdupload.com/files/50943_59amx/opacblack.png) repeat scroll 0 0;
font-family:arial;
margin-bottom:0;
padding:18px 27px;
width:453px;
}
.entryMetadata a, .entryMetadata a:visited {
text-transform:uppercase;
}
.entryMetadata a:hover {
border-bottom:0 none;
color:#AAAAAA;
text-decoration:none;
}
.entryMetadata ul {
margin:0;
padding:0;
}
.entryMetadata li {
background:transparent none repeat scroll 0 0;
display:block;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-bottom:0;
padding-right:10px;
}
.entryMetadata-label {
font-weight:bold;
padding-right:4px;
text-transform:uppercase;
}
.entryLinkbar {
background:#111111 url(http://www.cdupload.com/files/50946_6esfd/mixremix.png) repeat scroll 19% 48%;
color:#000000;
float:right;
font-size:12px;
margin-left:507px;
margin-top:-61px;
min-height:51px;
padding:5px 3px 5px 5px;
position:absolute;
text-align:right;
text-transform:lowercase;
width:185px;
}
.entryLinkbar a {
color:#AAAAAA;
display:block;
font-size:10px;
font-weight:normal;
letter-spacing:1px;
margin-right:4px;
padding:2px;
text-transform:uppercase;
}
.entryLinkbar a:hover {
background:transparent url(http://www.cdupload.com/files/36469_b3snu/transbg.png) repeat scroll 0 0;
color:#FFFFFF;
text-decoration:none;
}
.entryLinkbar ul {
margin:0;
padding:0;
}
.entryLinkbar li {
background:transparent none repeat scroll 0 0;
display:inline;
float:right;
margin:0;
padding:0;
width:50%;
}
.yearlinks {
text-align:right;
}
.yearlink {
padding-left:4px;
padding-right:4px;
}
.month {
background:transparent url(http://www.cdupload.com/files/50943_59amx/opacblack.png) repeat scroll 0 0;
color:#444444;
font-size:10px;
padding:21px 0 ;
width:508px;
}
.daysubjects {
background:transparent url(http://www.cdupload.com/files/50943_59amx/opacblack.png) repeat scroll 0 0;
padding:8px 8px 11px 26px;
width:474px;
}
.daytitles {
color:#FFFFFF;
font-size:15px;
text-align:center;
text-transform:lowercase;
}
.day-blank {
}
td.day {
margin:1px;
}
.day {
background:transparent url(http://i44.tinypic.com/2lm1ap5.jpg) repeat scroll 0 0;
padding:3px;
}
.day-date {
font-family:arial;
text-align:center;
width:50%;
}
.day-count {
float:right;
font-size:20px;
text-align:center;
width:40%;
}
.day-count a {
color:#FFFFFF;
font-size:18px;
font-weight:normal;
padding:4px;
text-decoration:none;
}
.sidebar {
display:none;
}
.header-menu {
font-family:helvetica;
margin:10px 0 0;
text-align:left;
width:700px;
}
.header-menu a, .header-menu a:visited {
color:#FFFFFF;
font-size:13px;
font-weight:normal;
padding:8px 6px;
text-decoration:none;
text-transform:lowercase;
white-space:nowrap;
}
.header-menu a:hover {
background:transparent url(http://i44.tinypic.com/2lm1ap5.jpg) repeat scroll 0 0;
}
#footer-menu {
font-size:11px;
margin-bottom:10px;
margin-left:0;
margin-top:23px;
text-align:center;
}
#footer-menu a, .footer-menu a:visited {
font-size:11px;
margin-right:6px;
text-align:left;
text-transform:lowercase;
white-space:nowrap;
}
#footer-menu a:hover {
text-decoration:none;
}
.header-menu ul, #footer-menu ul {
line-height:1;
margin:0;
padding:9px 0;
}
#footer-menu li {
background:transparent none no-repeat scroll 0 0;
display:inline;
padding:0;
}
.header-menu li {
background:transparent none repeat scroll 0 0;
display:inline;
margin:0 5px 0 0;
padding:0;
}
.header-menu li:hover {
}
.tagstable, .tagstable td {
border:0 none;
}
textarea, input, select {
background:transparent url(http://i44.tinypic.com/2lm1ap5.jpg) repeat scroll 0 0;
border:1px solid #101010;
color:#6F6F6F;
font-family:helvetica;
font-size:12px;
line-height:normal;
margin:2px;
padding:2px;
}
textarea:focus, input:focus, select:focus {
border:1px solid #222222;
}
.ljuser a b {
background:transparent none repeat scroll 0 0;
color:#FFFFFF;
letter-spacing:0;
text-decoration:none !important;
}
.ljuser a {
text-decoration:none !important;
}
.ljuser a:hover b {
}
img[src*=&quot;userinfo.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010a/05.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:15px 12px 0 0 !important;
width:0;
}
img[src*=&quot;community.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010a/45.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:15px 11px 0 0 !important;
width:0;
}
img[src*=&quot;partnercomm.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010c/47.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:13px 11px 0 0 !important;
width:0;
}
img[src*=&quot;newsinfo.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010b/28.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:13px 11px 0 0 !important;
width:0;
}
img[src*=&quot;syndicated.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010a/01.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:13px 11px 0 0 !important;
width:0;
}
img[src*=&quot;anonymous.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010c/50.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:13px 11px 0 0 !important;
width:0;
}
img[src*=&quot;openid-profile.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010a/02.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:13px 11px 0 0 !important;
width:0;
}
img[src*=&quot;icon_protected.gif&quot;], img[src*=&quot;icon_groups.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/dodoki%20gray/key.png) !important;
background-repeat:no-repeat !important;
height:0;
margin-top:0;
padding:14px 18px 0 0 !important;
width:0;
}
img[src*=&quot;icon_private.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/dodoki%20gray/stop.png) !important;
background-repeat:no-repeat !important;
height:0;
margin-top:0;
padding:14px 18px 0 0 !important;
width:0;
}
div.ContextualPopup img {
border:0 none;
}
div.ContextualPopup div.Inner {
background:#FFFFFF none repeat scroll 0 0;
border:medium none;
color:#222222;
font-family:helvetica;
font-size:11px;
padding:7px;
width:20em;
}
div.ContextualPopup .Content {
line-height:13px;
margin-right:50px;
padding:2px 4px 6px;
}
div.ContextualPopup .Relation {
font-family:helvetica;
font-size:15px;
margin-bottom:5px;
}
div.ContextualPopup .Content .OnlineStatus {
font-weight:bold;
}
div.ContextualPopup .Userpic {
background:#222222 url(http://i42.tinypic.com/2upbblt.jpg) repeat scroll 0 0;
padding:6px;
}
div.ContextualPopup div.Inner a, div.ContextualPopup div.Inner a:visited {
color:#5F5F5F !important;
font-weight:normal;
text-decoration:none !important;
}
#lj_controlstrip {
background:transparent none repeat scroll 0 0 !important;
color:black;
}
#lj_controlstrip td {
border-bottom:medium none;
}
#lj_controlstrip_statustext {
color:#555555;
}
#lj_controlstrip a {
color:#555555;
}
#lj_controlstrip_user, #lj_controlstrip_actionlinks, #lj_controlstrip_search, #lj_controlstrip_login, #lj_controlstrip_loggedout_userpic {
border-right:0 none;
}
#lj_controlstrip_login td {
border-bottom:0 none;
}
#lj_controlstrip td td {
border-bottom:0 none;
}
#lj_controlstrip_userpic {
background-image:url(http://stat.livejournal.com/palimg/controlstrip/ljlogo.gif/ptd4dce8000000);
}
#lj_controlstrip_loggedout_userpic {
background-image:url(http://stat.livejournal.com/palimg/controlstrip/ljlogo-loggedout.gif/ptd4dce8000000);
}
#lj_controlstrip input, #lj_controlstrip_search_input_text, #lj_controlstrip select, #lj_controlstrip input#xc_user, #lj_controlstrip input#xc_password, #lj_controlstrip input#xc_remember {
background:transparent url(http://i44.tinypic.com/2lm1ap5.jpg) repeat scroll 0 0 !important;
color:#AAAAAA !important;
}
#lj_controlstrip .ljuser a b {
background:transparent none repeat scroll 0 0;
color:#555555;
letter-spacing:0;
text-decoration:none !important;
}
ul.taglist {
padding-right:11px;
}
ul.taglist li {
background:transparent none no-repeat scroll 0 0;
border-bottom:1px solid #F5F5F5;
list-style-image:none;
list-style-position:outside;
list-style-type:decimal-leading-zero;
padding:0 3px 3px 9px;
}
li {
background:transparent url(http://lj.irondevil.org/components/grayli.png) no-repeat scroll 0 6px;
color:#555555;
list-style-type:none;
margin:2px 0;
padding:0 0 2px 9px;
}
.entryLinkbar a[href*=&quot;subscriptions&quot;], .entryLinkbar a[href*=&quot;tellafriend&quot;] {
display:none;
}
.currents {
background:transparent url(http://www.cdupload.com/files/50943_59amx/opacblack.png) repeat scroll 0 0;
line-height:14px;
padding:14px;
width:479px;
}
.commentHolder {
background:transparent url(http://www.cdupload.com/files/50943_59amx/opacblack.png) repeat scroll 0 0;
margin:18px 0;
padding:10px 0 0;
}
.commentUserinfo {
color:#EEEEEE;
font-size:0;
margin-right:3px;
margin-top:4px;
text-align:center;
width:160px;
}
.commentUserinfo .ljuser a b {
color:#000000;
font-size:16px;
letter-spacing:-1px;
text-decoration:none !important;
text-transform:lowercase;
}
.commentUserinfo-usericon img {
background:transparent url(http://www.cdupload.com/files/50943_59amx/opacblack.png) repeat scroll 0 0;
padding:15px;
}
.commentUserinfo-usericon img:hover {
background:transparent url(http://i44.tinypic.com/2lm1ap5.jpg) repeat scroll 0 0;
}
.commentText {
line-height:20px;
min-height:114px;
padding:10px 20px;
text-align:justify;
}
.commentHeader, .commentHeaderScreened {
display:none;
}
.commentLinkbar {
background:transparent url(http://www.cdupload.com/files/50947_k4lzq/body_bgds.jpg) repeat scroll 0 0;
padding:4px 4px 1px;
text-align:right;
}
.commentLinkbar ul {
margin:0 0 9px;
padding:0;
}
.commentLinkbar li {
background:transparent none no-repeat scroll 0 0;
display:inline;
font-size:10px;
letter-spacing:1px;
text-transform:uppercase;
}
.commentLinkbar a {
color:#AAAAAA;
}
.commentLinkbar a:hover {
color:#474747;
text-decoration:none;
}
.replyform {
background:transparent url(http://www.cdupload.com/files/50943_59amx/opacblack.png) repeat scroll 0 0;
padding:17px;
}
#qrform {
border:medium none !important;
color:#FFFFFF;
padding:16px;
}
#qrform table {
border:0 none !important;
color:#AAAAAA;
width:98%;
}&lt;/textarea&gt;&lt;/div&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot;&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;how to install&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;select journal style&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;b&gt;1.&lt;/b&gt; Apply any &lt;a href=&quot;http://www.livejournal.com/customize/?layoutid=4601331&quot; target=&quot;_blank&quot;&gt;Smooth Sailing&lt;/a&gt; theme.&lt;br&gt;&lt;br&gt;&lt;b&gt;2.&lt;/b&gt; Scroll down to &lt;b&gt;Choose a Page Setup&lt;/b&gt; and select &lt;b&gt;2 Column (sidebar on left).&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  
&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;display&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;b&gt;1.&lt;/b&gt; Set &lt;b&gt;Userinfo Position in Entries&lt;/b&gt; to &lt;b&gt;Right side of the entry text&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;2.&lt;/b&gt; Set &lt;b&gt;Wrap Entry text under userinfo&lt;/b&gt; to &lt;b&gt;No&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=text_entry&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;entry text&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;b&gt;1.&lt;/b&gt; Paste the code into its respective boxes:&lt;br&gt;&lt;br&gt;&lt;b&gt;Format for Date and Time (Recent/Friends/Entry/Reply page)&lt;/b&gt; and &lt;b&gt;Format for Date and Time (Day page only)&lt;/b&gt;&lt;center&gt;&lt;textarea&gt;%%mm%% %%dd%% %%yy%%&lt;/textarea&gt;&lt;/center&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;2. &lt;i&gt;(Optional&lt;/i&gt;)&lt;/b&gt; Scroll down to the &lt;b&gt;Comments&lt;/b&gt; section and shorten the text for &lt;b&gt;Link text to read comments&lt;/b&gt;, otherwise, it will overflow when an entry has comments in the hundreds.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=customcss&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;custom css&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Make sure any drop-down boxes are set to &lt;b&gt;No&lt;/b&gt;, paste the code into the box, and click &lt;b&gt;Save Changes&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;optional&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;upload images&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://www.cdupload.com/files/50943_59amx/opacblack.png&apos; rel=&apos;nofollow&apos;&gt;http://www.cdupload.com/files/50943_59amx/opacblack.png&lt;/a&gt;&lt;br /&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i44.tinypic.com/2lm1ap5.jpg&apos; rel=&apos;nofollow&apos;&gt;http://i44.tinypic.com/2lm1ap5.jpg&lt;/a&gt;&lt;br /&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://www.cdupload.com/files/50947_k4lzq/body_bgds.jpg&apos; rel=&apos;nofollow&apos;&gt;http://www.cdupload.com/files/50947_k4lzq/body_bgds.jpg&lt;/a&gt;&lt;br /&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i40.tinypic.com/nffcs3.jpg&apos; rel=&apos;nofollow&apos;&gt;http://i40.tinypic.com/nffcs3.jpg&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Upload the images to a site like &lt;a href=&quot;http://tinypic.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Tinypic&lt;/a&gt; or &lt;a href=&quot;http://photobucket.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Photobucket&lt;/a&gt;, then replace the old URLs.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;appendix&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;credit and comment&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Please credit &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-C     &quot;  data-ljuser=&quot;spire&quot; lj:user=&quot;spire&quot; &gt;&lt;a href=&quot;https://spire.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/community.png?v=556&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://spire.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;spire&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; somewhere public. (Profile, Links List, Friends Only post, etc.)&lt;br /&gt;• Comments aren&apos;t required, but are appreciated!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;resources&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
   &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt; • Icon by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;puncture&quot; lj:user=&quot;puncture&quot; &gt;&lt;a href=&quot;https://puncture.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://puncture.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;puncture&lt;/b&gt;&lt;/a&gt;&lt;a class=&quot;i-ljuser-badge i-ljuser-badge--pro&quot; data-badge-type=&quot;pro&quot; data-placement=&quot;bottom&quot; data-pro-badge data-pro-badge-type=&quot;1&quot; data-is-raw hidden href=&quot;#&quot;&gt;&lt;span class=&quot;i-ljuser-badge__icon&quot;&gt;&lt;svg class=&quot;svgicon&quot; width=&quot;25&quot; height=&quot;16&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 33 24&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M19.326 11.95c0 2.01 1.47 3.45 3.48 3.45 2.02 0 3.49-1.44 3.49-3.45 0-2.01-1.47-3.45-3.49-3.45-2.01 0-3.48 1.44-3.48 3.45Zm5.51 0c0 1.24-.8 2.19-2.03 2.19-1.23 0-2.02-.95-2.02-2.19 0-1.25.79-2.19 2.02-2.19s2.03.94 2.03 2.19ZM7.92 15.28H6.5V8.61h3.12c1.45 0 2.24.98 2.24 2.15 0 1.16-.8 2.15-2.24 2.15h-1.7v2.37Zm1.51-3.62c.56 0 .98-.35.98-.9 0-.56-.42-.9-.98-.9H7.92v1.8h1.51ZM18.3802 15.28h-1.63l-1.31-2.37h-1.04v2.37h-1.42V8.61h3.12c1.39 0 2.24.91 2.24 2.15 0 1.18-.74 1.81-1.46 1.98l1.5 2.54Zm-2.49-3.62c.57 0 1-.34 1-.9s-.43-.9-1-.9h-1.49v1.8h1.49Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M2 8c0-2.20914 1.79086-4 4-4h20.5c2.2091 0 4 1.79086 4 4v7.9c0 2.2091-1.7909 4-4 4H6c-2.20914 0-4-1.7909-4-4V8Zm4-2.5h20.5C27.8807 5.5 29 6.61929 29 8v7.9c0 1.3807-1.1193 2.5-2.5 2.5H6c-1.38071 0-2.5-1.1193-2.5-2.5V8c0-1.38071 1.11929-2.5 2.5-2.5Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;. &lt;/font&gt;&lt;/td&gt; 
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#F64A2C&quot;&gt;&lt;font color=&quot;#FFFFFF&quot; size=&quot;6&quot; face=&quot;georgia&quot;&gt;read the &lt;a href=&quot;http://community.livejournal.com/thrashmetal/29110.html&quot; target=&quot;_blank&quot; style=&quot;color: #FFFFFF;&quot; target=&quot;_blank&quot;&gt;layout faq&lt;/a&gt; before asking questions!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;a name=&apos;cutid1-end&apos;&gt;&lt;/a&gt;&lt;/b&gt;</description>
  <comments>https://spire.livejournal.com/50512.html?view=comments#comments</comments>
  <category>style: smooth sailing</category>
  <category>- all layouts</category>
  <lj:security>public</lj:security>
  <lj:poster>daemon</lj:poster>
  <lj:posterid>16797028</lj:posterid>
  <lj:reply-count>64</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://spire.livejournal.com/49805.html</guid>
  <pubDate>Mon, 30 Mar 2009 00:31:42 GMT</pubDate>
  <title>smooth sailing: high society</title>
  <author>daemon</author>
  <link>https://spire.livejournal.com/49805.html</link>
  <description>&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://lj.irondevil.org/society.php&quot; target=&quot;_blank&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/5ea58ab417e5e816fe75ad4123051e879222b72900d6b7a7a6ec13bd63ce5ac3/P2WlxyVijxKvgmFv9cdfVEMdsf-ah7h000TMTqBcgdTW5RHY2863DwUvDUA4DUJyv0dBhXPZagUHAA:_nBwJnM6jOM9h8oiDqa2vg&quot; border=&quot;0&quot; fetchpriority=&quot;high&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;This layout was inspired by the &lt;a href=&quot;http://esquiretheme.tumblr.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Esquire theme&lt;/a&gt; for Tumblr, originally created by Matthew Buchanan.&lt;br /&gt;&lt;br /&gt;I make use of a Vista/Office 2007-only font called Cambria in this layout. The font isn&apos;t required for the layout to display, but you can download it &lt;a href=&quot;http://www.mediafire.com/?zztzmzg4umy&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; if you wish.&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;table width=&quot;65%&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;10&quot; cellspacing=&quot;1&quot;&gt;
  &lt;tr&gt;
    &lt;th colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot; scope=&quot;col&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;layout notes&lt;/font&gt;&lt;/div&gt;&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width=&quot;35%&quot; align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;account types&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td width=&quot;65%&quot; bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Basic, Plus, Paid&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;compatible browsers&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Mozilla Firefox, Opera, Safari, Google Chrome&lt;font size=&quot;1&quot;&gt;&lt;br /&gt;	&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;minimum resolution&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;1024x768&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;comment pages&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Yes&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;navstrip&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Optional&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;disabled&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;N/A&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt; 
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;css stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;div style=&quot;margin:10px 0;text-align:center&quot;&gt;&lt;textarea cols=&quot;50&quot; rows=&quot;10&quot;&gt;/*---------------------------------------------------
STYLESHEET CREATOR: scythe.livejournal.com
STYLESHEET NAME: High Society
S2 STYLE: Smooth Sailing
DOWNLOAD: thrashmetal.livejournal.com

****Please remember to credit!****
-----------------------------------------------------*/

body {
background:#FFFFFF none repeat scroll 0 0;
font-family:Cambria,Georgia,Times New Roman;
font-size:12px;
margin:0;
}
textarea, input, select {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #EEEEEE;
color:#333333;
font-family:cambria,georgia;
font-size:15px;
}
.entryText a, .entryText a:visited {
border-bottom:1px dotted #BBBBBB;
padding-bottom:1px;
}
a, a:visited {
color:#000000;
letter-spacing:0;
text-decoration:none;
}
a img {
border:medium none;
}
li {
background:transparent url(http://lj.irondevil.org/components/grayli.png) no-repeat scroll 0 7px;
list-style-type:none;
margin:5px 0;
padding:0 0 0 11px;
}
blockquote {
color:#5F5F5F;
font-size:13px;
padding:15px;
}
.header-title, .header-subtitle, .pagefooterblock, .bodyheaderblock, .body-title, .body-midtitle {
display:none;
}
.bodyblock {
margin-left:31px;
width:768px;
}
.bodynavblock {
margin:0 33px;
padding:0;
}
.entryHolder {
border-left:11px solid #000000;
margin-bottom:0;
margin-left:85px;
}
.entryUserinfo {
margin-left:474px;
position:absolute;
}
.entryUserinfo-username {
margin-top:6px;
text-align:center;
}
.entryUserinfo-username .ljuser a b {
font-size:14px;
}
.entryUserinfo-usericon img {
border:13px solid #000000;
}
.entryText:first-letter {
background:#FF3300 none repeat scroll 0 0;
color:#FFFFFF;
float:left;
font-size:63px;
margin-right:10px;
margin-top:1px;
padding:4px 12px 7px 5px;
}
.entryText {
font-size:14px;
letter-spacing:0;
line-height:20px;
min-height:94px;
padding:5px 19px 0 36px;
text-align:justify;
width:405px;
}
.entryText img {
max-width:380px;
}
.entryHeader {
line-height:17px;
padding:25px 36px 0;
text-transform:lowercase;
}
.entryHeader a {
color:#000000;
font-size:29px;
}
.entryHeaderSubject {
color:#000000;
font-size:0;
}
.entryHeaderDate {
background:#000000 none repeat scroll 0 0;
color:#FFFFFF;
display:block;
font-size:19px;
letter-spacing:2px;
line-height:23px;
margin-left:-101px;
margin-right:0;
padding:15px 4px 8px;
position:absolute;
text-align:center;
text-transform:uppercase;
width:51px;
}
.entryHeaderDate:first-line {
color:#FFFF66;
font-size:37px;
}
.entryMetadata {
margin-bottom:0;
padding:8px 40px 10px;
}
.entryMetadata a, .entryMetadata a:visited {
text-transform:lowercase;
}
.entryMetadata a:hover {
border-bottom:0 none;
text-decoration:none;
}
.entryMetadata ul {
margin:0;
padding:0;
}
.entryMetadata li {
background:transparent none repeat scroll 0 0;
display:block;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-right:10px;
}
.entryMetadata-label {
font-weight:bold;
padding-right:4px;
text-transform:lowercase;
}
.entryLinkbar {
background:#EEEEEE none repeat scroll 0 0;
color:#000000;
font-family:&quot;Adobe Caslon Pro&quot;,Cambria,Georgia,Times New Roman;
font-size:12px;
margin-left:29px;
padding:2px;
text-align:right;
text-transform:lowercase;
}
.entryLinkbar a {
background:transparent none repeat scroll 0 0;
color:#888888;
letter-spacing:0;
margin-right:7px;
padding:0;
text-transform:lowercase;
}
.entryLinkbar a:hover {
color:#3399FF;
}
.entryLinkbar ul {
margin-bottom:0 !important;
margin-left:0 !important;
margin-top:0 !important;
padding:0;
}
.entryLinkbar li {
background:transparent none repeat scroll 0 0;
display:inline;
margin:0;
padding:0;
}
.yearlinks {
text-align:right;
}
.yearlink {
padding-left:4px;
padding-right:4px;
}
.month {
background:transparent none repeat scroll 0 0;
margin:13px auto;
padding:6px 0 12px;
width:420px;
}
.daysubjects {
padding:8px 8px 8px 40px;
}
.daytitles {
font-size:17px;
text-align:center;
text-transform:lowercase;
}
.day {
background:#FFFF66 none repeat scroll 0 0;
border:1px solid #FFFFFF;
padding:3px;
}
.day-date {
text-align:center;
width:50%;
}
.day-count {
float:right;
font-size:20px;
text-align:center;
width:50%;
}
.day-count a {
font-size:19px;
font-weight:normal;
padding:1px;
text-decoration:none;
}
.sidebar {
background:#FFFF66 url(http://i374.photobucket.com/albums/oo181/lightmass/sidebar-bg.png) no-repeat scroll 0 103%;
font-size:14px;
line-height:17px;
margin-right:10px;
margin-top:25px;
padding:23px 0 25px;
top:0;
width:197px;
}
.sidebar a, .sidebar a:visited {
}
.sidebar a:hover {
color:#000000;
}
.sidebox {
color:#000000;
margin-bottom:26px;
margin-right:auto;
margin-top:0;
padding:2px 25px 0;
}
.sideboxTitle {
font-size:18px;
text-transform:uppercase;
}
.sideboxContent {
}
.sidebox #profile {
text-align:center;
}
.profile-label {
display:none;
}
.profile-content {
display:none;
}
.profile-userpic {
border:13px solid #000000;
}
.sidebox #latestmonth table {
font-size:9px;
margin-left:auto;
margin-right:auto;
margin-top:4px;
width:90%;
}
.sidebox #latestmonth a {
color:#000000;
font-size:12px;
text-transform:lowercase;
}
.latestmonth-inactive {
background:#000000 none repeat scroll 0 0;
color:#FFFFFF;
height:19px;
margin:1px;
padding-left:5px;
width:15px;
}
.latestmonth-active {
background:#000000 none repeat scroll 0 0;
height:19px;
margin:1px;
padding-left:5px;
text-align:left;
width:15px;
}
.latestmonth-active:hover, .latestmonth-inactive:hover {
color:#AAAAAA;
}
.latestmonth-active a {
color:#FFFFFF !important;
font-size:12px !important;
}
.sidebox #tags_sidebox {
color:#131313;
font-size:0 !important;
line-height:12px;
text-align:left;
}
.sidebox #tags_sidebox a {
font-size:10px !important;
margin-right:5px;
}
.sidebox #systemlinks {
line-height:normal;
margin-bottom:0;
padding:0;
text-align:left;
top:0;
}
.sidebox #systemlinks a:link, .sidebox #systemlinks a:active, .sidebox #systemlinks a:visited {
}
.sidebox #systemlinks a:hover, .sidebox #systemlinks a:active {
text-decoration:none;
}
.listitem {
}
.listtitle {
display:none;
}
.pageheaderblock {
margin:0 auto;
}
.header-menu {
background:#000000 none repeat scroll 0 0;
padding:13px 15px;
}
.header-menu a, .header-menu a:visited {
background:#000000 none repeat scroll 0 0;
color:#FFFFFF;
font-size:12px;
letter-spacing:1px;
padding:1px 3px;
text-transform:uppercase;
}
.header-menu a:hover {
}
.header-menu ul {
margin:0 auto;
padding:0;
}
.header-menu li {
display:inline;
}
#footer-menu {
font-size:11px;
margin-bottom:10px;
margin-left:0;
margin-top:22px;
padding:0 0 10px;
text-align:right;
}
#footer-menu a, .footer-menu a:visited {
letter-spacing:1px;
text-transform:uppercase;
}
.header-menu ul, #footer-menu ul {
margin:0;
padding:0;
}
.header-menu li, #footer-menu li {
background:transparent none repeat scroll 0 0;
display:inline;
}
.taglist, .tagstable {
padding-bottom:10px;
}
.ljuser a b {
background:transparent none repeat scroll 0 0;
font-weight:normal;
letter-spacing:0;
text-decoration:none !important;
}
.ljuser a {
text-decoration:none !important;
}
.ljuser a:hover b {
background:transparent none repeat scroll 0 0;
border-bottom:0 none;
text-decoration:none !important;
}
img[src*=&quot;userinfo.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/fugue2/user_business.png);
background-repeat:no-repeat !important;
height:0;
padding:17px 17px 0 0 !important;
width:0;
}
img[src*=&quot;openid-profile.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/fugue2/user_orange.png);
background-repeat:no-repeat !important;
height:0;
padding:17px 17px 0 0 !important;
width:0;
}
img[src*=&quot;anonymous.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/fugue2/user_silhouette.png);
background-repeat:no-repeat !important;
height:0;
padding:17px 17px 0 0 !important;
width:0;
}
img[src*=&quot;community.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/fugue2/users.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:17px 17px 0 0 !important;
width:0;
}
img[src*=&quot;partnercomm.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/fugue2/users.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:17px 17px 0 0 !important;
width:0;
}
img[src*=&quot;newsinfo.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/fugue2/newspaper.png);
background-repeat:no-repeat !important;
height:0;
padding:17px 17px 0 0 !important;
width:0;
}
img[src*=&quot;syndicated.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/fugue2/feed.png);
background-repeat:no-repeat !important;
height:0;
padding:17px 17px 0 0 !important;
width:0;
}
img[src*=&quot;icon_protected.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/fugue/lock.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:16px 18px 0 0 !important;
width:0;
}
img[src*=&quot;icon_groups.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/fugue/lock.png) !important;
background-repeat:no-repeat;
height:0;
padding:16px 18px 0 0 !important;
width:0;
}
img[src*=&quot;icon_private.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/fugue/key.png) !important;
background-repeat:no-repeat;
height:0;
padding:17px 18px 0 0 !important;
width:0;
}
div.ContextualPopup img {
border:0 none;
}
div.ContextualPopup div.Inner {
background-color:#FFFFFF !important;
border:medium none;
color:#000000 !important;
font-family:Cambria,Georgia,Times New Roman;
padding:7px;
width:20em;
}
div.ContextualPopup .Content {
line-height:1.4;
margin-right:50px;
padding:2px 4px 6px;
}
div.ContextualPopup .Relation {
font-weight:bold !important;
}
div.ContextualPopup .Content .OnlineStatus {
font-weight:bold;
}
div.ContextualPopup .Userpic {
padding:8px 8px 0 0;
}
div.ContextualPopup div.Inner a, div.ContextualPopup div.Inner a:visited {
color:#5F5F5F !important;
font-weight:normal;
text-decoration:none !important;
}
.entryLinkbar a[href*=&quot;subscriptions&quot;], .entryLinkbar a[href*=&quot;tellafriend&quot;] {
display:none;
}
#lj_controlstrip {
background:#101010 none repeat scroll 0 0;
color:#515151;
}
#lj_controlstrip_statustext {
color:#999999;
}
#lj_controlstrip a {
color:#666666;
}
#lj_controlstrip_user, #lj_controlstrip_actionlinks, #lj_controlstrip_search, #lj_controlstrip_login, #lj_controlstrip_loggedout_userpic {
border-right:0 none;
}
#lj_controlstrip_userpic {
background-image:url(http://stat.livejournal.com/palimg/controlstrip/ljlogo.gif/ptd4dce8000000);
}
#lj_controlstrip_loggedout_userpic {
background-image:url(http://stat.livejournal.com/palimg/controlstrip/ljlogo-loggedout.gif/ptd4dce8000000);
}
#lj_controlstrip_search_input_text, #lj_controlstrip select, #lj_controlstrip input#xc_user, #lj_controlstrip input#xc_password, #lj_controlstrip input#xc_remember, #lj_controlstrip input {
background:#222222 none repeat scroll 0 0 !important;
border:0 none;
color:#9C9C9C;
}
#lj_controlstrip .ljuser a b {
color:#F2F2F2;
font-family:cambria,georgia,times New Roman;
font-size:14px;
}
.commentHolder {
margin:36px 0 0 auto;
text-align:justify;
width:484px;
}
.commentUserinfo {
color:#111111;
font-size:0;
margin-left:12px;
text-align:center;
}
.commentUserinfo .ljuser a b {
font-size:14px;
}
.commentUserinfo-usericon img {
border:10px solid #000000;
height:70px;
width:70px;
}
.commentText {
line-height:18px;
min-height:105px;
padding-bottom:12px;
padding-left:118px;
}
.commentHeader {
display:none;
}
.commentHeaderSubject, .commentHeaderScreened {
display:none;
}
.commentLinkbar {
background:#EEEEEE none repeat scroll 0 0;
font-family:&quot;Adobe Caslon Pro&quot;,Cambria,Georgia,Times New Roman;
margin:0;
padding:1px;
text-align:right;
}
.commentLinkbar ul {
margin:0;
padding:0;
}
.commentLinkbar li {
background:transparent none repeat scroll 0 0;
display:inline;
}
.commentLinkbar a {
color:#888888;
font-size:11px;
text-transform:lowercase;
}
.commentLinkbar a:hover {
color:#3399FF;
text-decoration:none;
}
.replyform {
margin-left:auto;
padding:22px;
width:500px;
}
#qrform table {
border:medium none !important;
}&lt;/textarea&gt;&lt;/div&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot;&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;how to install&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;select journal style&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;b&gt;1.&lt;/b&gt; Apply any &lt;a href=&quot;http://www.livejournal.com/customize/?layoutid=4601331&quot; target=&quot;_blank&quot;&gt;Smooth Sailing&lt;/a&gt; theme.&lt;br&gt;&lt;br&gt;&lt;b&gt;2.&lt;/b&gt; Scroll down to &lt;b&gt;Choose a Page Setup&lt;/b&gt; and select &lt;b&gt;2 Column (sidebar on left).&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  
&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=text_entry&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;entry text&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Paste the code into its respective boxes:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Format for Date and Time (Recent/Friends/Entry/Reply page)&lt;/b&gt; and &lt;b&gt;Format for Date and Time (Day page only)&lt;/b&gt;&lt;br /&gt;&lt;center&gt;&lt;textarea&gt;%%dd%% %%mon%%&lt;/textarea&gt;&lt;/center&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=customcss&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;custom css&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Make sure any drop-down boxes are set to &lt;b&gt;No&lt;/b&gt;, paste the code into the box, and click &lt;b&gt;Save Changes&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;appendix&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;credit and comment&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Please credit &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-C     &quot;  data-ljuser=&quot;spire&quot; lj:user=&quot;spire&quot; &gt;&lt;a href=&quot;https://spire.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/community.png?v=556&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://spire.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;spire&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; somewhere public. (Profile, Links List, Friends Only post, etc.)&lt;br /&gt;• Comments aren&apos;t required, but are appreciated!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;resources&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
   &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt; • Icon by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;puncture&quot; lj:user=&quot;puncture&quot; &gt;&lt;a href=&quot;https://puncture.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://puncture.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;puncture&lt;/b&gt;&lt;/a&gt;&lt;a class=&quot;i-ljuser-badge i-ljuser-badge--pro&quot; data-badge-type=&quot;pro&quot; data-placement=&quot;bottom&quot; data-pro-badge data-pro-badge-type=&quot;1&quot; data-is-raw hidden href=&quot;#&quot;&gt;&lt;span class=&quot;i-ljuser-badge__icon&quot;&gt;&lt;svg class=&quot;svgicon&quot; width=&quot;25&quot; height=&quot;16&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 33 24&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M19.326 11.95c0 2.01 1.47 3.45 3.48 3.45 2.02 0 3.49-1.44 3.49-3.45 0-2.01-1.47-3.45-3.49-3.45-2.01 0-3.48 1.44-3.48 3.45Zm5.51 0c0 1.24-.8 2.19-2.03 2.19-1.23 0-2.02-.95-2.02-2.19 0-1.25.79-2.19 2.02-2.19s2.03.94 2.03 2.19ZM7.92 15.28H6.5V8.61h3.12c1.45 0 2.24.98 2.24 2.15 0 1.16-.8 2.15-2.24 2.15h-1.7v2.37Zm1.51-3.62c.56 0 .98-.35.98-.9 0-.56-.42-.9-.98-.9H7.92v1.8h1.51ZM18.3802 15.28h-1.63l-1.31-2.37h-1.04v2.37h-1.42V8.61h3.12c1.39 0 2.24.91 2.24 2.15 0 1.18-.74 1.81-1.46 1.98l1.5 2.54Zm-2.49-3.62c.57 0 1-.34 1-.9s-.43-.9-1-.9h-1.49v1.8h1.49Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M2 8c0-2.20914 1.79086-4 4-4h20.5c2.2091 0 4 1.79086 4 4v7.9c0 2.2091-1.7909 4-4 4H6c-2.20914 0-4-1.7909-4-4V8Zm4-2.5h20.5C27.8807 5.5 29 6.61929 29 8v7.9c0 1.3807-1.1193 2.5-2.5 2.5H6c-1.38071 0-2.5-1.1193-2.5-2.5V8c0-1.38071 1.11929-2.5 2.5-2.5Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;• Tiny icons by Pinvoke &lt;/font&gt;&lt;/td&gt; 
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#F64A2C&quot;&gt;&lt;font color=&quot;#FFFFFF&quot; size=&quot;6&quot; face=&quot;georgia&quot;&gt;read the &lt;a href=&quot;http://community.livejournal.com/thrashmetal/29110.html&quot; target=&quot;_blank&quot; style=&quot;color: #FFFFFF;&quot; target=&quot;_blank&quot;&gt;layout faq&lt;/a&gt; before asking questions!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;a name=&apos;cutid1-end&apos;&gt;&lt;/a&gt;&lt;/b&gt;</description>
  <comments>https://spire.livejournal.com/49805.html?view=comments#comments</comments>
  <category>style: smooth sailing</category>
  <category>- all layouts</category>
  <lj:security>public</lj:security>
  <lj:poster>daemon</lj:poster>
  <lj:posterid>16797028</lj:posterid>
  <lj:reply-count>58</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://spire.livejournal.com/49040.html</guid>
  <pubDate>Sun, 22 Mar 2009 16:10:12 GMT</pubDate>
  <title>smooth sailing: spin the record</title>
  <author>daemon</author>
  <link>https://spire.livejournal.com/49040.html</link>
  <description>&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://lj.irondevil.org/record.php&quot; target=&quot;_blank&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/53f90383ce7abffe534310edc55490f27cc06067396d1d6d35889af11fb7aec5/P2WlxyVijxKvgmFv9cdfVEMdsf-ah7h000TMTqBcgdTW5RHY2863DwUvDUA4DEhyuVBR0jrXZUFY:_40rXayZzanCGFNpyQ84EA&quot; border=&quot;0&quot; fetchpriority=&quot;high&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;Layout based off of my &lt;a href=&quot;http://scythe.livejournal.com&quot; target=&quot;_blank&quot;&gt;current layout&lt;/a&gt;, which will also be up for grabs in the future.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;EDIT (4/4/09)&lt;/b&gt;: Fixed a bug with the comment holders.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;EDIT JUNE 2010:&lt;/b&gt; Added some code so the &quot;Share This&quot; link doesn&apos;t show up and mess up the layout.&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;table width=&quot;65%&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;10&quot; cellspacing=&quot;1&quot;&gt;
  &lt;tr&gt;
    &lt;th colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot; scope=&quot;col&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;layout notes&lt;/font&gt;&lt;/div&gt;&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width=&quot;35%&quot; align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;account types&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td width=&quot;65%&quot; bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Basic, Plus, Paid&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;compatible browsers&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Mozilla Firefox, Opera, Safari, Google Chrome&lt;font size=&quot;1&quot;&gt;&lt;br /&gt;	Entry linkbar will not display properly in IE, but otherwise unbroken.&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;minimum resolution&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;800x600&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;comment pages&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Yes&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;navstrip&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Optional&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;disabled&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Sidebar except links list&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt; 
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;css stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;div style=&quot;margin:10px 0;text-align:center&quot;&gt;&lt;textarea cols=&quot;50&quot; rows=&quot;10&quot;&gt;/*---------------------------------------------------
STYLESHEET CREATOR: scythe.livejournal.com
STYLESHEET NAME: Spin the Record
S2 STYLE: Smooth Sailing
DOWNLOAD: thrashmetal.livejournal.com

****Please remember to credit!****
-----------------------------------------------------*/

body {
background:#EEEEEE url(http://i41.tinypic.com/xx7m.jpg) repeat scroll 0 0;
color:#4F4F4F;
font-family:helvetica,arial,sans-serif;
font-size:11px;
margin:0;
}
.pageblock {
position:absolute;
top:0;
width:100%;
}
a, a:visited {
color:#000000;
text-decoration:none;
}
a:hover {
color:#555555;
}
a img {
border:medium none;
}
ul {
list-style-type:square;
}
blockquote {
color:#111111;
font-family:courier new;
font-size:12px;
line-height:19px;
padding:5px 0 0;
}
.header-title, .header-subtitle {
display:none;
}
.pageheaderblock {
margin:0 auto;
text-align:center;
width:100%;
}
.bodyblock {
margin:20px auto;
width:500px;
}
.bodyheaderblock, .body-title, .body-midtitle, .pagefooterblock{
display:none;
}
.bodynavblock {
font-size:11px;
margin:0 33px;
padding:0;
}
.entryHolder {
background:#FFFFFF url(http://i42.tinypic.com/33ddxc7.jpg) repeat scroll 0 0;
border-left:medium none;
margin-bottom:16px;
width:500px;
}
.entryUserinfo {
margin-left:501px;
margin-top:-10px;
position:absolute;
text-align:center;
width:170px;
}
.commentUserinfo-username img[src*=&quot;userinfo.gif&quot;], .entryUserinfo-username img[src*=&quot;userinfo.gif&quot;], .entryUserinfo-username img[src*=&quot;community.gif&quot;], .entryUserinfo-username img[src*=&quot;partnercomm.gif&quot;], .entryUserinfo-username img[src*=&quot;newsinfo.gif&quot;], .entryUserinfo-username img[src*=&quot;syndicated.gif&quot;] {
display:none;
}
.entryUserinfo-username {
line-height:19px;
margin-top:7px;
}
.entryUserinfo-username .ljuser a b {
color:#000000;
font-family:georgia;
font-size:17px;
font-weight:normal;
text-decoration:none !important;
text-transform:lowercase;
}
.entryUserinfo-username .ljuser a b:hover {
}
.entryUserinfo-usericon img {
background:#111111 url(http://i41.tinypic.com/16jikia.jpg) repeat scroll 50% 40%;
padding:20px;
}
.entryUserinfo-usericon img:hover {
background:#222222 url(http://i42.tinypic.com/2upbblt.jpg) repeat scroll 0 0;
padding:20px;
}
.entryText {
line-height:18px;
min-height:106px;
padding:9px 15px;
text-align:justify;
}
.entryText img {
max-width:380px;
}
.entryHeaderTags {
background:transparent url(http://irondevil.org/icon/categories/damniconsmini/thumbtack.gif) no-repeat scroll 0 50%;
color:#FFFFFF;
display:block;
font-size:0;
padding-left:10px;
}
.entryHeaderTags a {
font-size:11px !important;
margin-right:5px;
}
.entryHeaderTags a:hover {
}
.entryHeader {
padding:10px 15px 0;
text-align:left;
}
.entryHeader a {
color:#222222;
font-family:georgia;
font-size:23px;
font-weight:normal;
text-transform:lowercase;
}
.entryHeader a:hover {
color:#111111;
text-decoration:underline;
}
.entryHeaderDate {
color:#111111;
font-family:arial;
font-size:45px;
font-weight:bold;
letter-spacing:-4px;
line-height:33px;
margin-left:-83px;
position:absolute;
text-align:right;
text-decoration:none;
text-transform:uppercase;
width:57px;
}
.entryHeaderSubject {
font-size:0;
}
.entryMetadata {
line-height:10px;
margin-bottom:0;
padding:10px 6px;
}
.entryMetadata a, .entryMetadata a:visited {
font-size:8px;
text-transform:uppercase;
}
.entryMetadata a:hover {
border-bottom:0 none;
color:#AAAAAA;
text-decoration:none;
}
.entryMetadata ul {
margin:0;
padding:0;
}
.entryMetadata li {
background:transparent none repeat scroll 0 0;
color:#221E1F;
display:block;
font-size:9px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-bottom:0;
padding-right:10px;
}
.entryMetadata-label {
font-family:helvetica;
font-size:10px;
font-weight:bold;
padding-right:4px;
text-transform:uppercase;
}
.entryLinkbar {
background:#111111 url(http://i41.tinypic.com/16jikia.jpg) repeat scroll 19% 48%;
color:#000000;
font-size:12px;
min-height:59px;
text-align:center;
text-transform:lowercase;
width:500px;
}
.entryLinkbar a {
background:transparent none repeat scroll 0 0;
color:#AAAAAA;
display:block;
font-size:10px;
font-weight:normal;
letter-spacing:1px;
padding:9px 4px;
text-transform:uppercase;
}
.entryLinkbar a:hover {
background:transparent url(http://www.cdupload.com/files/36469_b3snu/transbg.png) repeat scroll 0 0;
color:#FFFFFF;
text-decoration:none;
}
.entryLinkbar ul {
margin:0;
padding:0;
}
.entryLinkbar li {
background:transparent none repeat scroll 0 0;
display:inline;
float:left;
margin:0;
padding:0;
width:33.3%;
}
.yearlinks {
text-align:right;
}
.yearlink {
padding-left:4px;
padding-right:4px;
}
.month {
font-size:10px;
margin:10px auto;
padding:4px;
width:95%;
}
.daysubjects {
padding:8px 8px 11px 26px;
width:462px;
}
.daytitles {
color:#000000;
font-family:georgia;
font-size:15px;
text-align:center;
text-transform:lowercase;
}
.day-blank {
}
.day {
padding:6px;
}
.day-date {
color:#555555;
text-align:center;
width:50%;
}
.day-count {
float:right;
font-size:20px;
text-align:right;
}
.day-count a {
color:#000000;
font-size:18px;
font-weight:normal;
padding:4px;
text-decoration:none;
}
.sidebar {
left:0;
position:absolute;
text-align:center;
top:115px;
width:100%;
z-index:10000;
}
.sidebox {
margin:0 auto;
}
.sideboxTitle {
display:none;
}
.sideboxContent {
background:transparent none repeat scroll 0 0;
line-height:17px;
margin-left:0;
}
.sidebox #freetext, .sidebox #latestmonth, .sidebox #search, .sidebox #summary, .sidebox #profile, .sidebox #tags_sidebox {
display:none;
}
.sidebox #systemlinks {
margin:0 auto;
}
.sidebox #systemlinks a:link, .sidebox #systemlinks a:active, .sidebox #systemlinks a:visited {
color:#BBBBBB;
font-size:11px;
font-weight:normal;
text-transform:lowercase;
}
.sidebox #systemlinks a:hover, .sidebox #systemlinks a:active {
text-decoration:none;
}
.listitem {
display:inline;
margin-right:6px;
}
.listspacer {
height:1px;
}
.sidebox #latestmonth table {
margin-left:auto;
margin-right:auto;
margin-top:4px;
width:90%;
}
.listtitle {
display:none;
}
.profile-label {
font-weight:bold;
}
.header-menu {
background:#111111 url(http://i41.tinypic.com/16jikia.jpg) repeat scroll 50% 40%;
margin:0;
padding-bottom:38px;
padding-top:87px;
text-align:center;
}
.header-menu a, .header-menu a:visited {
color:#FFFFFF;
font-family:georgia;
font-size:17px;
font-weight:normal;
padding:7px 8px;
text-decoration:none;
text-transform:lowercase;
}
.header-menu a:hover {
background:transparent url(http://www.cdupload.com/files/36469_b3snu/transbg.png) repeat scroll 0 0;
color:#EEEEEE;
}
#footer-menu {
font-size:11px;
margin-left:0;
margin-top:17px;
text-align:center;
}
#footer-menu a, .footer-menu a:visited {
font-size:11px;
text-align:left;
text-transform:lowercase;
white-space:nowrap;
}
#footer-menu a:hover {
text-decoration:none;
}
.header-menu ul, #footer-menu ul {
margin:0;
padding:0;
}
#footer-menu li {
background:transparent none no-repeat scroll 0 0;
display:inline;
margin-right:7px;
padding:0;
}
.header-menu li {
background:transparent none repeat scroll 0 0;
display:inline;
margin:0 0 0 4px;
padding:0;
}
.header-menu li:hover {
}
.tagstable, .tagstable td {
border:0 none;
}
textarea, input, select {
max-width:419px;
background:white none repeat scroll 0 0;
border:1px solid #F2F2F2;
color:#6F6F6F;
font-family:courier new;
font-size:12px;
line-height:normal;
margin:2px;
padding:2px;
}
textarea:focus, input:focus, select:focus {
border:1px solid #EEEEEE;
}
.ljuser a b {
background:transparent none repeat scroll 0 0;
color:#000000;
letter-spacing:0;
text-decoration:none !important;
}
.ljuser a {
text-decoration:none !important;
}
.ljuser a:hover b {
}
img[src*=&quot;userinfo.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010a/05.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:15px 12px 0 0 !important;
width:0;
}
img[src*=&quot;community.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010a/45.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:15px 11px 0 0 !important;
width:0;
}
img[src*=&quot;partnercomm.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010c/47.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:13px 11px 0 0 !important;
width:0;
}
img[src*=&quot;newsinfo.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010b/28.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:13px 11px 0 0 !important;
width:0;
}
img[src*=&quot;syndicated.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010a/01.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:13px 11px 0 0 !important;
width:0;
}
img[src*=&quot;icon_protected.gif&quot;], img[src*=&quot;icon_groups.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/dodoki%20gray/key.png) !important;
background-repeat:no-repeat !important;
height:0;
margin-top:0;
padding:14px 18px 0 0 !important;
width:0;
}
img[src*=&quot;icon_private.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/dodoki%20gray/stop.png) !important;
background-repeat:no-repeat !important;
height:0;
margin-top:0;
padding:14px 18px 0 0 !important;
width:0;
}
div.ContextualPopup img {
border:0 none;
}
div.ContextualPopup div.Inner {
background:#FFFFFF none repeat scroll 0 0;
border:medium none;
color:#222222;
font-family:helvetica;
font-size:11px;
padding:7px;
width:20em;
}
div.ContextualPopup .Content {
line-height:13px;
margin-right:50px;
padding:2px 4px 6px;
}
div.ContextualPopup .Relation {
font-family:helvetica;
font-size:15px;
margin-bottom:5px;
}
div.ContextualPopup .Content .OnlineStatus {
font-weight:bold;
}
div.ContextualPopup .Userpic {
background:#222222 url(http://i42.tinypic.com/2upbblt.jpg) repeat scroll 0 0;
padding:6px;
}
div.ContextualPopup div.Inner a, div.ContextualPopup div.Inner a:visited {
color:#5F5F5F !important;
font-weight:normal;
text-decoration:none !important;
}
#lj_controlstrip {
background:transparent none repeat scroll 0 0;
color:#FFFFFF;
position:absolute;
z-index:100;
}
#lj_controlstrip:hover {
opacity:100;
}
#lj_controlstrip td {
border-bottom:medium none;
}
#lj_controlstrip_statustext {
color:#5F5F5F;
}
#lj_controlstrip a {
color:#5F5F5F;
}
#lj_controlstrip_user, #lj_controlstrip_actionlinks, #lj_controlstrip_search, #lj_controlstrip_login, #lj_controlstrip_loggedout_userpic {
border-right:0 none;
}
#lj_controlstrip_login td {
border-bottom:0 none;
}
#lj_controlstrip td td {
border-bottom:0 none;
}
#lj_controlstrip_userpic {
background-image:url(http://stat.livejournal.com/palimg/controlstrip/ljlogo.gif/ptd4dce8000000);
}
#lj_controlstrip_loggedout_userpic {
background-image:url(http://stat.livejournal.com/palimg/controlstrip/ljlogo-loggedout.gif/ptd4dce8000000);
}
#lj_controlstrip input {
background:#222222 none repeat scroll 0 0 !important;
border:medium none !important;
color:#DDDDDD !important;
}
#lj_controlstrip_search_input_text, #lj_controlstrip select, #lj_controlstrip input#xc_user, #lj_controlstrip input#xc_password, #lj_controlstrip input#xc_remember {
background:#222222 none repeat scroll 0 0 !important;
border:medium none !important;
color:#DDDDDD !important;
}
#lj_controlstrip .ljuser a b {
background:transparent none repeat scroll 0 0;
color:#5F5F5F;
letter-spacing:0;
text-decoration:none !important;
}
ul.taglist {
padding-right:11px;
}
ul.taglist li {
background:transparent none no-repeat scroll 0 0;
border-bottom:1px solid #F5F5F5;
list-style-image:none;
list-style-position:outside;
list-style-type:decimal-leading-zero;
padding:0 3px 3px 9px;
}
li {
background:transparent url(http://lj.irondevil.org/components/grayli.png) no-repeat scroll 0 6px;
color:#555555;
list-style-type:none;
margin:2px 0;
padding:0 0 2px 9px;
}
.entryLinkbar a[href*=&quot;subscriptions&quot;], .entryLinkbar a[href*=&quot;tellafriend&quot;], a[st_page*=&quot;home&quot;] {
display:none;
}
.currents {
line-height:14px;
padding:10px 12px 0;
}
.commentHolder {
background:#FFFFFF url(http://i42.tinypic.com/33ddxc7.jpg) repeat scroll 0 0;
margin:18px 0;
padding:10px 0 0;
}
.commentUserinfo {
color:#EEEEEE;
font-size:0;
margin-right:0;
margin-top:14px;
text-align:center;
width:143px;
}
.commentUserinfo .ljuser a b {
color:#000000;
font-family:georgia;
font-size:16px;
font-weight:normal;
text-decoration:none !important;
text-transform:lowercase;
}
.commentUserinfo-usericon img {
background:#111111 url(http://i41.tinypic.com/16jikia.jpg) repeat scroll 50% 40%;
height:80px;
padding:15px;
width:80px;
}
.commentUserinfo-usericon img:hover {
background:#222222 url(http://i42.tinypic.com/2upbblt.jpg) repeat scroll 0 0;
}
.commentText {
line-height:18px;
min-height:128px;
padding:15px;
text-align:justify;
}
.commentHeader, .commentHeaderScreened {
display:none;
}
.commentLinkbar {
background:#111111 url(http://i41.tinypic.com/16jikia.jpg) repeat scroll 19% 48%;
padding:11px 4px 2px;
text-align:right;
}
.commentLinkbar ul {
margin:0 0 9px;
padding:0;
}
.commentLinkbar li {
background:transparent none no-repeat scroll 0 0;
display:inline;
font-size:10px;
text-transform:uppercase;
width:17%;
}
.commentLinkbar a {
color:#AAAAAA;
}
.commentLinkbar a:hover {
color:#474747;
text-decoration:none;
}
.replyform {
background:#FFFFFF none repeat scroll 0 0;
padding:17px;
}
#qrform {
background:#FBFBFB none repeat scroll 0 0;
border:medium none !important;
color:#030505;
padding:16px;
}
#qrform table {
border:0 none !important;
color:#333333;
width:98%;
}&lt;/textarea&gt;&lt;/div&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot;&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;how to install&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;select journal style&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;b&gt;1.&lt;/b&gt; Apply any &lt;a href=&quot;http://www.livejournal.com/customize/?layoutid=4601331&quot; target=&quot;_blank&quot;&gt;Smooth Sailing&lt;/a&gt; theme.&lt;br&gt;&lt;br&gt;&lt;b&gt;2.&lt;/b&gt; Scroll down to &lt;b&gt;Choose a Page Setup&lt;/b&gt; and select &lt;b&gt;2 Column (sidebar on left).&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  
&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;display&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Click &lt;b&gt;Additional Options&lt;/b&gt; and set &lt;b&gt;Entry Tags Position&lt;/b&gt; to &lt;b&gt;After subject text in subjectbar&lt;/b&gt;. (Optional)&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=linkslist&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;links list&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Define your links.  These are the links that show up under the main navigation.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=customcss&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;custom css&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Make sure any drop-down boxes are set to &lt;b&gt;No&lt;/b&gt;, paste the code into the box, and click &lt;b&gt;Save Changes&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;optional&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;upload images&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i41.tinypic.com/xx7m.jpg&apos; rel=&apos;nofollow&apos;&gt;http://i41.tinypic.com/xx7m.jpg&lt;/a&gt; (main bg)&lt;br /&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i41.tinypic.com/16jikia.jpg&apos; rel=&apos;nofollow&apos;&gt;http://i41.tinypic.com/16jikia.jpg&lt;/a&gt;&lt;br /&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i42.tinypic.com/33ddxc7.jpg&apos; rel=&apos;nofollow&apos;&gt;http://i42.tinypic.com/33ddxc7.jpg&lt;/a&gt;&lt;br /&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i42.tinypic.com/2upbblt.jpg&apos; rel=&apos;nofollow&apos;&gt;http://i42.tinypic.com/2upbblt.jpg&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Upload the images to a site like &lt;a href=&quot;http://tinypic.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Tinypic&lt;/a&gt; or &lt;a href=&quot;http://photobucket.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Photobucket&lt;/a&gt;, then replace the old URLs.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;simplify the entry date&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;This is actually highly recommended, since the layout was designed for this format.&lt;br&gt;&lt;br&gt;Go to &lt;b&gt;Entry Text&lt;/b&gt; » &lt;b&gt;Format for Date and Time (Recent/Friends/Entry/Reply page)&lt;/b&gt; and copy one of the two date format options into the box.&lt;br&gt;&lt;br&gt;&lt;center&gt;&lt;textarea&gt;%%mon%% %%dd%% %%yy%%&lt;/textarea&gt; &lt;textarea&gt;%%mm%% %%dd%% %%yy%%&lt;/textarea&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;appendix&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;credit and comment&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Please credit &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-C     &quot;  data-ljuser=&quot;spire&quot; lj:user=&quot;spire&quot; &gt;&lt;a href=&quot;https://spire.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/community.png?v=556&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://spire.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;spire&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; somewhere public. (Profile, Links List, Friends Only post, etc.)&lt;br /&gt;• Comments aren&apos;t required, but are appreciated!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;resources&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
   &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt; • Icon by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;darski&quot; lj:user=&quot;darski&quot; &gt;&lt;a href=&quot;https://darski.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://darski.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;darski&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; &lt;/font&gt;&lt;/td&gt; 
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#F64A2C&quot;&gt;&lt;font color=&quot;#FFFFFF&quot; size=&quot;6&quot; face=&quot;georgia&quot;&gt;read the &lt;a href=&quot;http://community.livejournal.com/thrashmetal/29110.html&quot; target=&quot;_blank&quot; style=&quot;color: #FFFFFF;&quot; target=&quot;_blank&quot;&gt;layout faq&lt;/a&gt; before asking questions!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;a name=&apos;cutid1-end&apos;&gt;&lt;/a&gt;&lt;/b&gt;&lt;/center&gt;</description>
  <comments>https://spire.livejournal.com/49040.html?view=comments#comments</comments>
  <category>style: smooth sailing</category>
  <category>- all layouts</category>
  <lj:security>public</lj:security>
  <lj:poster>daemon</lj:poster>
  <lj:posterid>16797028</lj:posterid>
  <lj:reply-count>90</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://spire.livejournal.com/48689.html</guid>
  <pubDate>Sat, 21 Mar 2009 21:23:58 GMT</pubDate>
  <title>opal: the technocrats</title>
  <author>daemon</author>
  <link>https://spire.livejournal.com/48689.html</link>
  <description>&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://lj.irondevil.org/technocrats.php&quot; target=&quot;_blank&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/79f38d69bed6b1f5a57737d23582bb3cd8676fb85cfff38e7ac80641802a14b5/P2WlxyVijxKvgmFv9cdfVEMdsf-ah7h000TMTqBcgdTW5RHY2863DwUvDUA4Ckhyvkxany_fdxALGlsK3wU:zKnRevbfiwPH5ek1UlzHWA&quot; border=&quot;0&quot; fetchpriority=&quot;high&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;Design inspired by &lt;a href=&quot;http://typesites.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Typesites&lt;/a&gt;.&lt;br&gt;&lt;br /&gt;&lt;table width=&quot;65%&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;10&quot; cellspacing=&quot;1&quot;&gt;
  &lt;tr&gt;
    &lt;th colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot; scope=&quot;col&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;layout notes&lt;/font&gt;&lt;/div&gt;&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width=&quot;35%&quot; align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;account types&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td width=&quot;65%&quot; bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Basic, Plus, Paid&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;compatible browsers&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Mozilla Firefox, Opera, Safari, Google Chrome&lt;font size=&quot;1&quot;&gt;&lt;br /&gt;	&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;minimum resolution&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;800x600&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;comment pages&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;No&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;navstrip&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Optional&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;disabled&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Icons&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt; 
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;css stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;div style=&quot;margin:10px 0;text-align:center&quot;&gt;&lt;textarea cols=&quot;50&quot; rows=&quot;10&quot;&gt;/*---------------------------------------------------
STYLESHEET CREATOR: scythe.livejournal.com
STYLESHEET NAME: The Technocrats
S2 STYLE: Opal
DOWNLOAD: thrashmetal.livejournal.com

****Please remember to credit!****
-----------------------------------------------------*/

body {
background:transparent url(http://i39.tinypic.com/2zhjfqo.jpg) repeat-x scroll 0 0;
font-family:&quot;lucida grande&quot;,geneva,arial,sans-serif;
font-size:12px;
}
.border3 {
margin-top:10px;
}
a, a:visited {
color:#FFFFFF;
text-decoration:none;
}
blockquote {
background:#F2F2F2 none repeat scroll 0 0;
color:#999999;
padding:19px;
}
input, select, textarea {
border:1px solid #DDDDDD;
color:#222222;
font-family:&quot;lucida grande&quot;,geneva,arial,sans-serif;
font-size:13px;
padding:2px;
}
img a, a img {
border-bottom:0 none;
}
#bodycontent {
margin:0 auto;
width:650px;
}
#headerinfo {
display:none;
}
#header {
min-height:52px;
padding-bottom:30px;
padding-top:15px;
}
#header h3 {
font-family:rockwell,courier new;
font-size:33px;
height:54px;
letter-spacing:-1px;
line-height:26px;
margin-left:29px;
margin-top:9px;
max-width:257px;
overflow:hidden;
position:absolute;
}
#userpic {
display:none;
}
.userpic2 {
display:none;
}
#nav {
font-size:12px;
margin-bottom:10px;
margin-top:12px;
padding-left:310px;
padding-top:5px;
white-space:nowrap;
}
#nav a {
padding:1px 3px;
background:#E8E8E8 none repeat scroll 0 0;
color:#222222;
font-size:11px;
font-weight:bold;
margin-right:9px;
text-transform:lowercase;
}
#nav a:hover {
background-color:#FFD200;
}
.columncontent {
display:none;
}
.entryinfo {
background:#181818 none repeat scroll 0 0;
color:#FFFFFF;
display:inline;
font-family:helvetica,sans-serif;
font-weight:bold;
padding:6px 14px 7px 9px;
}
.entrylinks {
background:#181818 none repeat scroll 0 0;
font-family:helvetica;
font-size:11px;
font-weight:bold;
margin-left:110px;
margin-top:-25px;
padding:2px 6px 3px 0;
position:absolute;
text-transform:lowercase;
}
.entrylinks a {
color:#FFD200;
padding:0;
}
.entrylinks a:hover {
color:#FFFFFF;
padding:0;
}
.entrylinks a[href*=&quot;reply&quot;], .entrylinks a[href*=&quot;edittags&quot;], .entrylinks a[href*=&quot;tellafriend&quot;], .entrylinks a[href*=&quot;subscriptions&quot;], .entrylinks a[href*=&quot;memadd&quot;] {
display:none;
}
.systemmessage {
float:right;
text-align:right;
text-transform:lowercase;
}
.systemtext {
font-weight:normal;
padding-left:10px;
padding-right:10px;
}
.systemmessage a {
color:#000000;
margin-right:3px;
padding:5px;
text-decoration:none;
}
.systemmessage a:hover {
}
.systemmessage td {
font-size:10px;
min-width:20px;
}
.entry {
color:#666666;
line-height:23px;
margin-bottom:30px;
}
.entrytext {
text-align:justify;
}
.entrytext a, .entrytext a:visited {
color:#000000;
font-weight:bold;
}
.entrytext a:hover {
background:#FFD200 none repeat scroll 0 0;
}
.subject {
font-weight:bold;
padding-top:2px;
}
.meta {
font-size:11px;
line-height:19px;
}
.meta a {
text-decoration:none;
}
.subject a, .subject a:visited {
background:#181818 none repeat scroll 0 0;
border-bottom:2px solid #FFFFFF;
color:#FFD200;
display:block;
font-size:37px;
letter-spacing:-3px;
padding:21px 13px;
}
.subject a:hover {
background:#181818 none repeat scroll 0 0;
border-bottom:2px solid #FFD200;
color:#FFFFFF;
}
.systemmessage a:hover {
background:#F2F2F2 none repeat scroll 0 0;
}
.backtop {
display:none;
}
#cal {
width:100%;
}
#cal a {
text-decoration:none;
}
.calrow {
clear:both;
}
.calempty {
float:left;
font-size:11px;
margin:1px;
padding:3px 0;
width:25px;
}
.calactitem {
}
.calinitem {
}
.bigday {
float:left;
width:86px;
}
.notablemessage {
padding:4px;
}
a.lj_invisible {
display:none;
}
a.friendname {
background:transparent none repeat scroll 0 0 !important;
color:#FFFFFF !important;
}
.ljtags {
background:transparent url(http://i374.photobucket.com/albums/oo181/lightmass/diags.gif) repeat-x scroll 0 0;
margin-top:10px;
padding-top:11px;
}
#lj_controlstrip {
background:transparent none repeat scroll 0 0;
}
#lj_controlstrip_statustext {
color:#999999;
}
#lj_controlstrip a {
color:#999999;
}
#lj_controlstrip_user, #lj_controlstrip_actionlinks, #lj_controlstrip_search, #lj_controlstrip_login, #lj_controlstrip_loggedout_userpic {
border-right:0 none;
}
#lj_controlstrip_userpic {
background-image:url(http://stat.livejournal.com/palimg/controlstrip/ljlogo.gif/ptd4dce8000000);
display:none;
}
#lj_controlstrip_loggedout_userpic {
background-image:url(http://stat.livejournal.com/palimg/controlstrip/ljlogo-loggedout.gif/ptd4dce8000000);
}
#lj_controlstrip_search_input_text, #lj_controlstrip select, #lj_controlstrip input#xc_user, #lj_controlstrip input#xc_password, #lj_controlstrip input#xc_remember, #lj_controlstrip input {
background:#F2F2F2 none repeat scroll 0 0 !important;
border:0 none;
color:#999999 !important;
opacity:0.7;
}
#lj_controlstrip .ljuser a b {
color:#999999;
font-weight:bold;
text-decoration:none;
}
img[src*=&quot;userinfo.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/famfamfamsilk/user.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:19px 17px 0 0 !important;
width:0;
}
img[src*=&quot;openid-profile.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/famfamfamsilk/user.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:19px 17px 0 0 !important;
width:0;
}
img[src*=&quot;anonymous.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/famfamfamsilk/user.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:19px 17px 0 0 !important;
width:0;
}
img[src*=&quot;community.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/famfamfamsilk/house.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:19px 18px 0 0 !important;
width:0;
}
img[src*=&quot;partnercomm.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/famfamfamsilk/money.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:19px 18px 0 0 !important;
width:0;
}
img[src*=&quot;newsinfo.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/famfamfamsilk/newspaper.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:19px 18px 0 0 !important;
width:0;
}
img[src*=&quot;syndicated.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2016a/01.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:19px 18px 0 0 !important;
width:0;
}
img[src*=&quot;icon_protected.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/famfamfamsilk/lock.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:16px 16px 0 0 !important;
width:0;
}
img[src*=&quot;icon_groups.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/famfamfamsilk/lock.png) !important;
background-repeat:no-repeat;
height:0;
padding:16px 16px 0 0 !important;
width:0;
}
img[src*=&quot;icon_private.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/famfamfamsilk/key.png) !important;
background-repeat:no-repeat;
height:0;
padding:16px 16px 0 0 !important;
width:0;
}
div.ContextualPopup img {
border:0 none;
}
div.ContextualPopup div.Inner {
background:#FFFFFF none repeat scroll 0 0;
border:medium none;
color:#222222;
font-family:&quot;lucida grande&quot;,geneva,arial,sans-serif;
font-size:11px;
padding:7px;
width:20em;
}
div.ContextualPopup .Content {
line-height:13px;
margin-right:50px;
padding:2px 4px 6px;
}
div.ContextualPopup .Relation {
font-family:helvetica;
font-size:15px;
margin-bottom:5px;
}
div.ContextualPopup .Content .OnlineStatus {
font-weight:bold;
}
div.ContextualPopup .Userpic {
}
div.ContextualPopup div.Inner a, div.ContextualPopup div.Inner a:visited {
color:#5F5F5F !important;
font-weight:normal;
text-decoration:none !important;
}&lt;/textarea&gt;&lt;/div&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot;&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;how to install&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;select journal style&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;b&gt;1.&lt;/b&gt; Apply any &lt;a href=&quot;http://www.livejournal.com/customize/?layoutid=646411&quot; target=&quot;_blank&quot;&gt;Opal&lt;/a&gt; theme.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=customcss&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;custom css&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Make sure any drop-down boxes are set to &lt;b&gt;No&lt;/b&gt;, paste the code into the box, and click &lt;b&gt;Save Changes&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;appendix&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;credit and comment&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Please credit &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-C     &quot;  data-ljuser=&quot;spire&quot; lj:user=&quot;spire&quot; &gt;&lt;a href=&quot;https://spire.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/community.png?v=556&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://spire.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;spire&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; somewhere public. (Profile, Links List, Friends Only post, etc.)&lt;br /&gt;• Comments aren&apos;t required, but are appreciated!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;resources&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
   &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt; N/A &lt;/font&gt;&lt;/td&gt; 
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#F64A2C&quot;&gt;&lt;font color=&quot;#FFFFFF&quot; size=&quot;6&quot; face=&quot;georgia&quot;&gt;read the &lt;a href=&quot;http://community.livejournal.com/thrashmetal/29110.html&quot; target=&quot;_blank&quot; style=&quot;color: #FFFFFF;&quot; target=&quot;_blank&quot;&gt;layout faq&lt;/a&gt; before asking questions!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;a name=&apos;cutid1-end&apos;&gt;&lt;/a&gt;</description>
  <comments>https://spire.livejournal.com/48689.html?view=comments#comments</comments>
  <category>style: opal</category>
  <category>- all layouts</category>
  <lj:security>public</lj:security>
  <lj:poster>daemon</lj:poster>
  <lj:posterid>16797028</lj:posterid>
  <lj:reply-count>20</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://spire.livejournal.com/48581.html</guid>
  <pubDate>Wed, 11 Mar 2009 13:35:43 GMT</pubDate>
  <title>smooth sailing: a preferential alternative</title>
  <author>daemon</author>
  <link>https://spire.livejournal.com/48581.html</link>
  <description>&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://lj.irondevil.org/alternative-modern.php&quot; target=&quot;_blank&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/92277de37f7f3290d8a8d3fe323114eafcd8ea4a28341befc83982f29b218b14/P2WlxyVijxKvgmFv9cdfVEMdsf-ah7h000TMTqBcgdTW5RHY2863DwUvDUA4H0Fls1BbnSnXdQYIEF0ImAo1sUEGjTXS:iSeC1ks-KyoDbmRFNfz-uA&quot; border=&quot;0&quot; fetchpriority=&quot;high&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://lj.irondevil.org/alternative-wood.php&quot; target=&quot;_blank&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/ede16b10959e0375dea1717a6ab720f52a954cbd1c2018d877d3aa4d6184b92e/P2WlxyVijxKvgmFv9cdfVEMdsf-ah7h000TMTqBcgdTW5RHY2863DwUvDUA4H0Fls1BbnSnXdQYICl0DmVY89kBNlg:7go2VsCHegsZsp2AZ9dizQ&quot; border=&quot;0&quot; loading=&quot;lazy&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;Tumblr-inspired layout in two flavors.&lt;br&gt;&lt;br /&gt;&lt;table width=&quot;65%&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;10&quot; cellspacing=&quot;1&quot;&gt;
  &lt;tr&gt;
    &lt;th colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot; scope=&quot;col&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;layout notes&lt;/font&gt;&lt;/div&gt;&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width=&quot;35%&quot; align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;account types&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td width=&quot;65%&quot; bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Basic, Paid&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;compatible browsers&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Internet Explorer 7, Mozilla Firefox, Opera, Safari, Google Chrome&lt;font size=&quot;1&quot;&gt;&lt;br /&gt;	&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;minimum resolution&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;1024x768&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;comment pages&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Yes&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;navstrip&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Optional&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;disabled&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Some sidebar elements, tiny icons (in Modern only)&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt; 
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;css stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;pick your layout:&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• &lt;a href=&quot;http://lj.irondevil.org/archive/alternative-modern.css&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;A Preferential Alternative (Modern)&lt;/a&gt;&lt;br /&gt;• &lt;a href=&quot;http://lj.irondevil.org/archive/alternative-wood.css&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;A Preferential Alternative (Wood)&lt;/a&gt;&lt;br /&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot;&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;how to install&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;select journal style&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;b&gt;1.&lt;/b&gt; Apply any &lt;a href=&quot;http://www.livejournal.com/customize/?layoutid=4601331&quot; target=&quot;_blank&quot;&gt;Smooth Sailing&lt;/a&gt; theme.&lt;br&gt;&lt;br&gt;&lt;b&gt;2.&lt;/b&gt; Scroll down to &lt;b&gt;Choose a Page Setup&lt;/b&gt; and select &lt;b&gt;2 Column (sidebar on left).&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  
&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;display&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;b&gt;1.&lt;/b&gt; Find &lt;b&gt;Userinfo Position in Entries&lt;/b&gt; and set to &lt;b&gt;Left side of entry text&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=text_sidebar&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;sidebar&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Set these drop down boxes to the following:&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Profile Position &lt;u&gt;OR&lt;/u&gt; Latest Month Position&lt;/b&gt; - 1&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Links Visibility&lt;/b&gt; - 2&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Free Text Position&lt;/b&gt; - 3&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Hide&lt;/b&gt; all other &lt;b&gt;Position&lt;/b&gt; boxes.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=customcss&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;custom css&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Make sure any drop-down boxes are set to &lt;b&gt;No&lt;/b&gt;, paste the code into the box, and click &lt;b&gt;Save Changes&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;optional&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;upload images&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;This is only applicable to the Wood layout!&lt;br /&gt;&lt;br /&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i374.photobucket.com/albums/oo181/lightmass/wood/wood5.png&apos; rel=&apos;nofollow&apos;&gt;http://i374.photobucket.com/albums/oo181/lightmass/wood/wood5.png&lt;/a&gt; (main bg)&lt;br /&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i374.photobucket.com/albums/oo181/lightmass/wood/wood6.gif&apos; rel=&apos;nofollow&apos;&gt;http://i374.photobucket.com/albums/oo181/lightmass/wood/wood6.gif&lt;/a&gt; (topbar bg)&lt;br /&gt;&lt;br /&gt;Upload the images to a site like &lt;a class=&quot;&quot; href=&quot;http://tinypic.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Tinypic&lt;/a&gt; or &lt;a class=&quot;&quot; href=&quot;http://photobucket.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Photobucket&lt;/a&gt;, then replace the old URLs.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;simplify the entry date&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;This is actually highly recommended, because the layout was designed for this format.&lt;br /&gt;&lt;br /&gt;Go to &lt;b&gt;Entry Text&lt;/b&gt; &amp;raquo; &lt;b&gt;Format for Date and Time (Recent/Friends/Entry/Reply page)&lt;/b&gt; and copy one of the two date format options into the box.  (You can view samples of each in the Modern and Wood previews, respectively.)&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;textarea&gt;%%mon%% %%dd%% %%yy%%&lt;/textarea&gt; &lt;textarea&gt;%%mm%% %%dd%% %%yy%%&lt;/textarea&gt;&lt;/center&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;appendix&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;credit and comment&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Please credit &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-C     &quot;  data-ljuser=&quot;spire&quot; lj:user=&quot;spire&quot; &gt;&lt;a href=&quot;https://spire.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/community.png?v=556&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://spire.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;spire&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; somewhere public. (Profile, Links List, Friends Only post, etc.)&lt;br /&gt;• Comments aren&apos;t required, but are appreciated!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;resources&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
   &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt; • Icons by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-deleted  i-ljuser-type-P     &quot;  data-ljuser=&quot;parle&quot; lj:user=&quot;parle&quot; &gt;&lt;a href=&quot;https://parle.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://parle.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;parle&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;. &lt;/font&gt;&lt;/td&gt; 
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#F64A2C&quot;&gt;&lt;font color=&quot;#FFFFFF&quot; size=&quot;6&quot; face=&quot;georgia&quot;&gt;read the &lt;a href=&quot;http://community.livejournal.com/thrashmetal/29110.html&quot; target=&quot;_blank&quot; style=&quot;color: #FFFFFF;&quot; target=&quot;_blank&quot;&gt;layout faq&lt;/a&gt; before asking questions!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;a name=&apos;cutid1-end&apos;&gt;&lt;/a&gt;&lt;/b&gt;</description>
  <comments>https://spire.livejournal.com/48581.html?view=comments#comments</comments>
  <category>style: smooth sailing</category>
  <category>- all layouts</category>
  <lj:security>public</lj:security>
  <lj:poster>daemon</lj:poster>
  <lj:posterid>16797028</lj:posterid>
  <lj:reply-count>101</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://spire.livejournal.com/47858.html</guid>
  <pubDate>Mon, 02 Mar 2009 00:39:33 GMT</pubDate>
  <title>flexible squares: the red red kroovy</title>
  <author>daemon</author>
  <link>https://spire.livejournal.com/47858.html</link>
  <description>&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://lj.irondevil.org/kroovy.php&quot; target=&quot;_blank&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/36f9de4c6c741a5b4631ac9521da14b80a1381db7d2dcb7c31693bda390b3881/P2WlxyVijxKvgmFv9cdfVEMdsf-ah7h000TMTqBcgdTW5RHY2863DwUvDUA4FV9-uVRM0jrXZUFY:syAeJoNGHpFqFA2pNjtp7w&quot; border=&quot;0&quot; fetchpriority=&quot;high&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;If I&apos;m going to make a Flexible Squares layout, then at the very least I&apos;ll make sure it isn&apos;t generic.&lt;br /&gt;&lt;br /&gt;Inspiration from &lt;a href=&quot;http://smashingmagazine.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Smashing Magazine&lt;/a&gt;&apos;s awesome big typography posts.&lt;br /&gt;&lt;br /&gt;Was going to make additional color schemes, but I&apos;m lazy and have too much school work.&lt;br /&gt;&lt;br /&gt;&lt;font size=&quot;1&quot;&gt;Psssst.  My Rorschach icon.  It &lt;i&gt;matches&lt;/i&gt;. /bored&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;&lt;table width=&quot;65%&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;10&quot; cellspacing=&quot;1&quot;&gt;
  &lt;tr&gt;
    &lt;th colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot; scope=&quot;col&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;layout notes&lt;/font&gt;&lt;/div&gt;&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width=&quot;35%&quot; align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;account types&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td width=&quot;65%&quot; bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Basic, Plus, Paid&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;compatible browsers&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Mozilla Firefox, Safari, Google Chrome&lt;font size=&quot;1&quot;&gt;&lt;br /&gt;	Has line height issues in IE7 and Opera, but otherwise workable.&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;minimum resolution&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;1024x768&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;comment pages&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;No&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;navstrip&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Optional&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;disabled&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Entry date&lt;br /&gt;• All of the sidebar components except for the links list&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt; 
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;css stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;div style=&quot;margin:10px 0;text-align:center&quot;&gt;&lt;textarea cols=&quot;50&quot; rows=&quot;10&quot;&gt;/*---------------------------------------------------
STYLESHEET CREATOR: scythe.livejournal.com
STYLESHEET NAME: The Red Red Kroovy
S2 STYLE: Flexible Squares
DOWNLOAD: thrashmetal.livejournal.com

****Please remember to credit!****
-----------------------------------------------------*/

body {
background-color:#F63410;
color:#F1F0EC;
font-family:helvetica;
font-size:12px;
margin:20px 0;
}
a, a:visited {
color:#FFFFFF;
}
a:hover {
text-decoration:none !important;
}
code, kbd, pre, tt {
font-family:monospace;
}
blockquote {
border-bottom:17px solid #C4290D;
color:#F1F0EC;
font-size:22px;
letter-spacing:-1px;
line-height:27px;
text-align:right;
}
#content {
margin-left:auto;
margin-right:auto;
margin-top:38px;
width:735px;
}
#maincontent {
}
#sidebar {
margin-bottom:43px;
min-height:238px;
}
#header {
margin-right:138px;
}
#footer {
text-align:center;
}
div#header a, div#header a:visited {
color:#C4290D;
font-size:62px;
font-weight:bold;
letter-spacing:-7px;
text-decoration:none;
text-transform:uppercase;
}
div#header a:hover {
color:#661F0C;
text-decoration:none;
}
ul.navheader {
float:right;
margin:0;
padding:0;
text-align:left;
}
ul.navheader li {
line-height:31px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0;
}
li.view {
font-size:62px;
font-weight:bold;
letter-spacing:-7px;
margin-bottom:12px;
text-decoration:none;
text-transform:uppercase;
}
.title {
display:none;
font-family:&quot;Verdana&quot;,sans-serif;
font-size:11px;
font-weight:normal;
line-height:200%;
top:10px;
}
.subtitle {
display:none;
font-family:&quot;Verdana&quot;,sans-serif;
font-size:11px;
font-weight:normal;
top:10px;
}
div#sidebar a, div#sidebar a:link, div#sidebar a:visited {
color:#C3290D;
font-family:helvetica-light;
font-size:31px;
letter-spacing:-3px;
text-decoration:none;
text-transform:lowercase;
}
div#sidebar a:hover {
color:#7F1C09;
text-decoration:none;
}
.defaultuserpic {
display:none;
}
.sbarheader {
padding:0 5px;
}
.sbarbody {
padding:0 5px;
text-align:left;
}
.sbarbody2 {
padding:0 15px;
}
#sidebar_summary li.sbaritem {
border-bottom:1px solid #000000;
margin:0 10px;
padding:3px 0;
}
table.calendar {
margin-left:auto;
margin-right:auto;
}
.sbarcalendar {
border:1px solid #000000;
font-family:&quot;Verdana&quot;,sans-serif;
font-size:11px;
text-align:center;
}
.sbarcalendarposts {
background-color:#EEE293;
border:1px solid #000000;
font-family:&quot;Verdana&quot;,sans-serif;
font-size:11px;
text-align:center;
}
ul.sbarlist {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-left:0;
text-align:right;
}
li.sbaritem, .tagcloud {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-right:19px;
}
li.sbartitle {
display:none;
}
.subcontent {
line-height:20px;
}
.entry {
color:#FFFFFF;
font-size:11px;
line-height:18px;
margin-left:133px;
padding:0 36px;
}
.entry_text {
}
.entry ul li {
margin-left:15px;
padding-left:5px;
}
.entry ol li {
margin-left:15px;
padding-left:5px;
}
.userpic, .userpicfriends {
background:transparent none repeat scroll 0 0 !important;
color:#F63410;
float:left;
text-align:center;
}
.userpic img, .userpicfriends img {
border:17px solid #C4290D;
}
.date {
color:#C4290D;
display:none;
font-size:10px;
letter-spacing:2px;
margin-right:10px;
text-transform:uppercase;
}
.subject {
display:inline;
font-family:helvetica-light;
font-size:37px;
letter-spacing:-3px;
line-height:28px;
text-align:right;
text-transform:lowercase;
}
.subject a, .subject a:link, .subject a:visited {
color:#C4290D;
text-decoration:none;
}
.subject a:hover {
color:#F1F0EC;
}
.datesubject {
padding:12px;
text-align:right;
}
.currents strong {
display:none;
}
.currents {
color:#F1F0EC;
font-family:helvetica-light;
font-size:18px;
letter-spacing:-1px;
line-height:23px;
text-transform:lowercase;
}
.currents a, .ljtags a {
color:#F1F0EC;
font-size:18px;
margin-right:5px;
text-decoration:none;
}
.ljtags {
background:#C4290D url(http://irondevil.org/icon/categories/circular/tag_red.png) no-repeat scroll 5px 50%;
color:#F63410;
font-family:helvetica-light;
font-size:0;
letter-spacing:-1px;
margin-bottom:1px;
margin-top:21px;
padding-left:23px;
padding-top:5px;
text-transform:lowercase;
}
.currentmood {
background:#C4290D url(http://irondevil.org/icon/categories/circular/smiley_smile.png) no-repeat scroll 4px 50%;
margin-bottom:1px;
padding-bottom:5px;
padding-left:23px;
padding-top:1px;
}
.currentmusic {
background:#C4290D url(http://irondevil.org/icon/categories/circular/speaker_on.png) no-repeat scroll 4px 50%;
margin-bottom:1px;
padding-bottom:5px;
padding-left:23px;
padding-top:1px;
}
.currentlocation {
background:#C4290D url(http://irondevil.org/icon/categories/circular/world.png) no-repeat scroll 4px 50%;
margin-bottom:1px;
padding-bottom:5px;
padding-left:23px;
padding-top:1px;
}
.currentgroups {
background:#C4290D url(http://irondevil.org/icon/categories/circular/copy.png) no-repeat scroll 4px 50%;
margin-bottom:1px;
padding-bottom:5px;
padding-left:23px;
padding-top:2px;
}
.comments {
color:#F63410;
float:right;
font-size:0;
margin-top:20px;
}
div.comments a, div.comments a:link, div.comments a:visited {
color:#F1F0EC;
display:block;
font-size:45px;
letter-spacing:-5px;
margin-right:1px;
padding:0 10px;
text-align:right;
text-decoration:none;
}
div.comments a:hover {
background:#F63410 none repeat scroll 0 0;
color:#F1F0EC;
text-decoration:none;
}
.box {
clear:left;
padding:10px;
}
input, textarea {
background-color:#C4290D;
border:1px solid #C4290D;
color:#661F0C;
padding:3px;
}
textarea.textbox {
width:95% !important;
}
ul.year {
padding-bottom:40px;
text-align:center;
}
ul.year a {
color:#C4290D;
text-decoration:none;
}
ul.year li {
display:inline;
font-size:33px;
letter-spacing:-3px;
}
table.yeartable {
margin-left:auto;
margin-right:auto;
}
table.yeartable td.yeardate, table.yeartable td.yearday {
background:#C4290D none repeat scroll 0 0;
color:#F63410;
}
table.yeartable td.yearday {
background:#C4290D none repeat scroll 0 0;
color:#F1F0EC;
text-align:center;
}
td.yearmonth {
border-style:none;
color:#F1F0EC;
font-size:14px;
letter-spacing:0;
text-transform:uppercase;
}
ul.navfooter {
margin:0;
padding:0;
}
ul.navfooter li {
display:inline;
margin:0 5px;
}
.clearfoot {
clear:both;
}
.clear {
height:0;
}
.separator {
min-height:100px;
}
* html div.subcontent {
clear:none;
height:1%;
}
.defaultuserpic, #sidebar_calendar, .sbarbody2, #sidebar_tags, #sidebar_summary {
display:none;
}
#sidebar_linklist {
line-height:22px;
padding-top:15px;
width:280px;
}
img[src*=&quot;userinfo.gif&quot;] {
display:none;
}
img[src*=&quot;openid-profile.gif&quot;] {
display:none;
}
img[src*=&quot;anonymous.gif&quot;] {
display:none;
}
img[src*=&quot;community.gif&quot;] {
display:none;
}
img[src*=&quot;partnercomm.gif&quot;] {
display:none;
}
img[src*=&quot;newsinfo.gif&quot;] {
display:none;
}
img[src*=&quot;syndicated.gif&quot;] {
display:none;
}
img[src*=&quot;icon_protected.gif&quot;] {
display:none;
}
img[src*=&quot;icon_groups.gif&quot;] {
display:none;
}
img[src*=&quot;icon_private.gif&quot;] {
display:none;
}
.ljuser a b {
}
.ljuser a:hover b {
}
.userpicfriends a {
color:#FFFFFF !important;
font-family:helvetica-light;
font-size:21px;
letter-spacing:-1px;
text-decoration:none;
}
.userpicfriends a font {
color:#FFFFFF !important;
}
div.ContextualPopup div.Inner {
background:#C4290D none repeat scroll 0 0 !important;
border:medium none !important;
color:#F1F0EC !important;
font-family:helvetica !important;
font-size:11px;
}
div.ContextualPopup img {
border:0 none;
}
div.ContextualPopup .Relation {
font-weight:bold !important;
}
div.ContextualPopup .Content .OnlineStatus {
font-weight:bold;
}
div.ContextualPopup .Userpic {
padding:8px 8px 0 0;
}
div.ContextualPopup div.Inner a, div.ContextualPopup div.Inner a:visited {
color:#F1F0EC !important;
font-family:helvetica;
font-weight:normal;
}
#lj_controlstrip {
background:black none repeat scroll 0 0;
color:#515151;
}
#lj_controlstrip_statustext {
color:#909090;
}
#lj_controlstrip a {
color:#616161;
}
#lj_controlstrip_user, #lj_controlstrip_actionlinks, #lj_controlstrip_search, #lj_controlstrip_login, #lj_controlstrip_loggedout_userpic {
border-right:0 none;
}
#lj_controlstrip_userpic {
background-image:url(http://stat.livejournal.com/palimg/controlstrip/ljlogo.gif/ptd4dce8000000);
}
#lj_controlstrip_loggedout_userpic {
background-image:url(http://stat.livejournal.com/palimg/controlstrip/ljlogo-loggedout.gif/ptd4dce8000000);
}
#lj_controlstrip_search_input_text, #lj_controlstrip select, #lj_controlstrip input#xc_user, #lj_controlstrip input#xc_password, #lj_controlstrip input#xc_remember, #lj_controlstrip input {
background:#111111 none repeat scroll 0 0 !important;
border:0 none;
color:#9C9C9C;
}&lt;/textarea&gt;&lt;/div&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot;&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;how to install&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;select journal style&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;b&gt;1.&lt;/b&gt; Apply any &lt;a href=&quot;http://www.livejournal.com/customize/?layoutid=4472608&quot; target=&quot;_blank&quot;&gt;Flexible Squares&lt;/a&gt; theme.&lt;br&gt;&lt;br&gt;&lt;b&gt;2.&lt;/b&gt; Scroll down to &lt;b&gt;Choose a Page Setup&lt;/b&gt; and select &lt;b&gt;2 Column (sidebar on left).&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  
&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=linkslist&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;links list&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Define your links.  These are the links that will show up to the left of the main menu.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=customcss&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;custom css&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Make sure any drop-down boxes are set to &lt;b&gt;No&lt;/b&gt;, paste the code into the box, and click &lt;b&gt;Save Changes&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;appendix&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;credit and comment&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Please credit &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-C     &quot;  data-ljuser=&quot;spire&quot; lj:user=&quot;spire&quot; &gt;&lt;a href=&quot;https://spire.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/community.png?v=556&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://spire.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;spire&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; somewhere public. (Profile, Links List, Friends Only post, etc.)&lt;br /&gt;• Comments aren&apos;t required, but are appreciated!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;resources&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
   &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt; • Icon by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;mixremix&quot; lj:user=&quot;mixremix&quot; &gt;&lt;a href=&quot;https://mixremix.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://mixremix.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;mixremix&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;. &lt;/font&gt;&lt;/td&gt; 
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#F64A2C&quot;&gt;&lt;font color=&quot;#FFFFFF&quot; size=&quot;6&quot; face=&quot;georgia&quot;&gt;read the &lt;a href=&quot;http://community.livejournal.com/thrashmetal/29110.html&quot; target=&quot;_blank&quot; style=&quot;color: #FFFFFF;&quot; target=&quot;_blank&quot;&gt;layout faq&lt;/a&gt; before asking questions!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;a name=&apos;cutid1-end&apos;&gt;&lt;/a&gt;&lt;/b&gt;</description>
  <comments>https://spire.livejournal.com/47858.html?view=comments#comments</comments>
  <category>style: flexible squares</category>
  <category>- all layouts</category>
  <lj:security>public</lj:security>
  <lj:poster>daemon</lj:poster>
  <lj:posterid>16797028</lj:posterid>
  <lj:reply-count>50</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://spire.livejournal.com/46976.html</guid>
  <pubDate>Fri, 20 Feb 2009 13:14:05 GMT</pubDate>
  <title>smooth sailing: ride the lightning taxicab</title>
  <author>daemon</author>
  <link>https://spire.livejournal.com/46976.html</link>
  <description>&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://lj.irondevil.org/taxicab.php&quot; target=&quot;_blank&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/089b0038e26a44ff6f769f44a023576b4df250c30831e511d65e98b9d65ec314/P2WlxyVijxKvgmFv9cdfVEMdsf-ah7h000TMTqBcgdTW5RHY2863DwUvDUA4Ckxpv0FUnnPZagUHAA:2V5jepMi2vcb7ynMM8INGg&quot; border=&quot;0&quot; fetchpriority=&quot;high&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;Old short-lived &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-C     &quot;  data-ljuser=&quot;spire&quot; lj:user=&quot;spire&quot; &gt;&lt;a href=&quot;https://spire.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/community.png?v=556&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://spire.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;spire&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; layout.  I&apos;m not sure when I&apos;ll have new layouts, since I&apos;m rather busy in school right now and not in the best of emotional states. :&apos;) I&apos;ll hopefully be back soon. &amp;hearts;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;EDIT (February 20, 2009):&lt;/b&gt; Fixed a line-height bug in the metadata when displaying multiple lines of tags.&lt;br&gt;&lt;br /&gt;&lt;table width=&quot;65%&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;10&quot; cellspacing=&quot;1&quot;&gt;
  &lt;tr&gt;
    &lt;th colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot; scope=&quot;col&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;layout notes&lt;/font&gt;&lt;/div&gt;&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width=&quot;35%&quot; align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;account types&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td width=&quot;65%&quot; bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Basic, Plus, Paid&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;compatible browsers&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Internet Explorer 7, Mozilla Firefox, Opera, Safari, Google Chrome&lt;font size=&quot;1&quot;&gt;&lt;br /&gt;	&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;minimum resolution&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;800x600&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;comment pages&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;No&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;navstrip&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Optional&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;disabled&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Entry date&lt;br /&gt;• Default navigation menu&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt; 
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;css stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;div style=&quot;margin:10px 0;text-align:center&quot;&gt;&lt;textarea cols=&quot;50&quot; rows=&quot;10&quot;&gt;/*---------------------------------------------------
STYLESHEET CREATOR: scythe.livejournal.com
STYLESHEET NAME: Ride the Lightning Taxicab
S2 STYLE: Smooth Sailing
DOWNLOAD: thrashmetal.livejournal.com

****Please remember to credit!****
-----------------------------------------------------*/

body {
background:transparent url(http://i40.tinypic.com/fxwm05.jpg) repeat scroll 20% 0;
color:#5F5F5F;
font-family:lucida sans unicode,trebuchet MS,helvetica,arial;
font-size:11px;
margin:0;
}
.pageblock {
margin-top:38px;
position:absolute;
width:100%;
}
a, a:visited {
color:#000000;
text-decoration:none;
}
a:hover {
color:#FEF200;
}
a img {
border:medium none;
}
ul {
list-style-type:square;
}
blockquote {
border-top:6px solid #FEF200;
font-family:courier new;
font-size:13px;
line-height:17px;
padding:5px 0 0;
}
.header-title, .header-subtitle {
display:none;
}
.pageheaderblock {
position:absolute;
text-align:center;
width:100%;
z-index:1000;
}
.pagefooterblock {
display:none;
}
.bodyblock {
margin:0 auto;
padding-top:212px;
width:500px;
}
.bodyheaderblock {
display:none;
}
.bodynavblock {
font-family:georgia;
font-size:11px;
margin:0 33px;
padding:0;
}
.body-title {
display:none;
}
.body-midtitle {
display:none;
}
.entryHolder {
background:#FFFFFF url(http://i40.tinypic.com/2hxlldx.jpg) repeat scroll 0 0;
border-left:medium none;
margin-bottom:10px;
}
.entryUserinfo {
margin-left:-135px;
margin-top:-38px;
position:absolute;
text-align:left;
width:120px;
}
.entryUserinfo-username img[src*=&quot;userinfo.gif&quot;], .entryUserinfo-username img[src*=&quot;community.gif&quot;], .entryUserinfo-username img[src*=&quot;partnercomm.gif&quot;], .entryUserinfo-username img[src*=&quot;newsinfo.gif&quot;], .entryUserinfo-username img[src*=&quot;syndicated.gif&quot;] {
display:none;
}
.entryUserinfo-username {
background:transparent none repeat scroll 0 0;
font-size:11px;
line-height:4px;
margin-top:0;
padding:4px;
text-align:center;
}
.entryUserinfo-username .ljuser a b {
background:white none repeat scroll 0 0;
color:#000000;
display:block;
font-family:georgia;
font-size:10px;
font-weight:normal;
letter-spacing:1px;
padding:7px 0;
text-decoration:none !important;
text-transform:lowercase;
}
.entryUserinfo-username .ljuser a b:hover {
background:#221E1F none repeat scroll 0 0;
color:#FFFFFF;
}
.entryUserinfo-usericon img {
background:#FFFFFF none repeat scroll 0 0;
border:12px solid #FFFFFF;
}
.entryUserinfo-usericon img:hover {
background:#221E1F none repeat scroll 0 0;
border:12px solid #221E1F;
}
.entryText {
font-family:arial;
font-size:11px;
line-height:15px;
min-height:44px;
padding:10px 16px;
text-align:justify;
}
.entryText img {
max-width:300px;
}
.entryHeader {
min-height:20px;
padding:13px 11px 4px;
text-align:center;
}
.entryHeader a {
color:#5F5F5F;
font-family:helvetica;
font-size:17px;
letter-spacing:2px;
text-transform:lowercase;
}
.entryHeader a:hover {
text-decoration:none;
}
.entryHeaderDate {
display:none;
text-decoration:none;
}
.entryHeaderSubject {
font-size:0;
padding-top:3px;
}
.entryMetadata {
font-family:arial;
line-height:10px;
margin-bottom:0;
padding:10px 38px;
}
.entryMetadata a, .entryMetadata a:visited {
font-size:8px;
text-transform:uppercase;
}
.entryMetadata a:hover {
border-bottom:0 none;
color:#AAAAAA;
text-decoration:none;
}
.entryMetadata ul {
margin:0;
padding:0;
}
.entryMetadata li {
background:transparent none repeat scroll 0 0;
color:#221E1F;
display:block;
font-size:9px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-right:10px;
padding-bottom:0;
}
.entryMetadata-label {
font-family:helvetica;
font-size:10px;
font-weight:bold;
padding-right:4px;
text-transform:uppercase;
}
.entryLinkbar {
background:#F9F9F9 none repeat scroll 0 0;
color:#000000;
font-size:12px;
margin-left:0;
margin-top:0;
padding:5px 10px;
text-align:right;
text-transform:lowercase;
}
.entryLinkbar:hover {
background:transparent none repeat scroll 0 0;
}
.entryLinkbar a {
background:transparent none repeat scroll 0 0;
color:#AAAAAA;
font-family:georgia;
font-size:9px;
font-weight:normal;
letter-spacing:1px;
margin-left:10px;
padding:0;
text-transform:lowercase;
}
.entryLinkbar a:hover {
color:#222222;
text-decoration:none;
}
.entryLinkbar ul {
margin:0;
}
.entryLinkbar li {
background:transparent none repeat scroll 0 0;
display:inline;
margin:0;
padding:0;
}
.yearlinks {
text-align:right;
}
.yearlink {
padding-left:4px;
padding-right:4px;
}
.month {
background:transparent none repeat scroll 0 0;
font-family:century gothic;
font-size:10px;
margin:10px auto;
padding:4px;
width:421px;
}
.daysubjects {
font-family:georgia;
font-size:12px;
padding:8px 8px 11px 40px;
}
.daytitles {
color:black;
font-family:georgia;
font-size:17px;
text-align:center;
text-transform:lowercase;
}
.day-blank {
}
.day {
padding:3px;
}
.day-date {
font-family:arial;
text-align:center;
width:90%;
}
.day-count {
float:right;
font-size:20px;
text-align:center;
width:50%;
}
.day-count a {
font-family:georgia;
font-size:19px;
font-weight:normal;
padding:4px;
text-decoration:none;
}
.sidebar {
background:#FFFFFF none repeat scroll 0 0;
height:152px;
padding-top:50px;
position:absolute;
top:0;
width:500px;
}
.sidebar a, .sidebar a:visited {
}
.sidebar a:hover {
text-decoration:none;
}
.sidebox {
float:left;
margin:0 auto;
padding:5px 0 8px;
}
.sideboxTitle {
display:none;
}
.sideboxContent {
background:transparent none repeat scroll 0 0;
font-family:arial;
font-size:9px;
line-height:14px;
margin-left:3px;
text-align:justify;
width:142px;
}
.sidebox #freetext {
height:122px;
margin-left:22px;
margin-top:-10px;
padding:10px 14px;
position:absolute;
text-align:justify;
width:251px;
}
.sidebox #freetext2 {
line-height:4px;
margin-left:309px;
margin-top:-11px;
padding:10px 9px;
position:absolute;
width:140px;
}
.sidebox #freetext2 a {
border-bottom:1px solid #F2F2F2;
color:#5F5F5F;
display:block;
font-family:helvetica;
font-size:11px;
padding:5px 0 4px 4px;
text-transform:lowercase;
}
.sidebox #freetext2 a:hover {
background:#F9F9F9 none repeat scroll 0 0;
color:#222222;
}
.sidebox #systemlinks {
display:inline;
font-size:10px;
padding:17px 16px 5px;
position:absolute;
text-align:left;
top:0;
width:475px;
}
.sidebox #systemlinks a:link, .sidebox #systemlinks a:active, .sidebox #systemlinks a:visited {
color:#000000;
font-family:georgia;
font-size:20px;
letter-spacing:3px;
text-transform:lowercase;
}
.sidebox #systemlinks a:hover, .sidebox #systemlinks a:active {
text-decoration:none;
}
.listitem {
display:inline;
margin-right:6px;
}
.listspacer {
height:1px;
}
.sidebox #latestmonth table {
margin-left:auto;
margin-right:auto;
margin-top:4px;
width:90%;
}
.listtitle {
display:none;
}
.profile-label {
font-weight:bold;
}
.header-menu {
display:none;
margin:0 auto;
text-align:center;
width:609px;
}
.header-menu a, .header-menu a:visited {
color:#906018;
font-family:century gothic,georgia;
font-size:10px;
font-weight:normal;
letter-spacing:3px;
margin-right:12px;
text-align:left;
text-decoration:none;
text-transform:uppercase;
white-space:nowrap;
}
.header-menu a:hover {
color:#784818;
}
#footer-menu {
font-size:11px;
margin-bottom:10px;
margin-left:0;
text-align:center;
}
#footer-menu a, .footer-menu a:visited {
background:white none repeat scroll 0 0;
font-family:georgia;
font-size:11px;
letter-spacing:1px;
padding:7px;
text-align:left;
text-transform:lowercase;
white-space:nowrap;
}
#footer-menu a:hover {
text-decoration:none;
}
.header-menu ul, #footer-menu ul {
margin:0;
padding:0;
}
.header-menu li, #footer-menu li {
background:transparent none no-repeat scroll 0 0;
display:inline;
}
.tagstable, .tagstable td {
border:0 none;
}
textarea, input, select {
background:white none repeat scroll 0 0;
border:1px solid #F2F2F2;
color:#6F6F6F;
font-family:georgia;
font-size:12px;
line-height:normal;
margin:2px;
padding:2px;
}
.ljuser a b {
background:transparent none repeat scroll 0 0;
color:#000000;
font-family:georgia;
font-weight:normal;
letter-spacing:0;
text-decoration:none !important;
}
.ljuser a {
text-decoration:none !important;
}
.ljuser a:hover b {
border-bottom:0 none;
text-decoration:none !important;
}
img[src*=&quot;userinfo.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010a/36.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:13px 12px 0 0 !important;
width:0;
}
img[src*=&quot;community.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010c/47.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:13px 11px 0 0 !important;
width:0;
}
img[src*=&quot;partnercomm.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010c/47.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:13px 11px 0 0 !important;
width:0;
}
img[src*=&quot;newsinfo.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010b/28.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:13px 11px 0 0 !important;
width:0;
}
img[src*=&quot;syndicated.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010a/01.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:13px 11px 0 0 !important;
width:0;
}
img[src*=&quot;icon_protected.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/pixelgraphix%20clean/lock-16.png) !important;
background-repeat:no-repeat !important;
height:0;
margin-left:3px;
margin-top:0;
padding:16px 17px 0 0 !important;
width:0;
}
img[src*=&quot;icon_groups.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/pixelgraphix%20clean/lock-16.png) !important;
background-repeat:no-repeat !important;
height:0;
margin-left:3px;
margin-top:0;
padding:16px 17px 0 0 !important;
width:0;
}
img[src*=&quot;icon_private.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/pixelgraphix%20clean/lock-16.png) !important;
background-repeat:no-repeat !important;
height:0;
margin-left:3px;
margin-top:0;
padding:16px 17px 0 0 !important;
width:0;
}
div.ContextualPopup img {
border:0 none;
}
div.ContextualPopup div.Inner {
background:white none repeat scroll 0 0;
border:medium none;
color:#222222;
font-family:arial;
font-size:10px;
padding:0;
width:20em;
}
div.ContextualPopup .Content {
line-height:11px;
margin-right:50px;
padding:2px 4px 6px;
}
div.ContextualPopup .Relation {
font-weight:normal !important;
font-size:20px;
font-family:georgia;
margin-bottom:5px;
}
div.ContextualPopup .Content .OnlineStatus {
font-weight:bold;
}
div.ContextualPopup .Userpic {
padding:8px 8px 0 0;
}
div.ContextualPopup div.Inner a, div.ContextualPopup div.Inner a:visited {
color:#5F5F5F !important;
font-family:arial;
font-weight:normal;
text-decoration:none !important;
}
#lj_controlstrip {
background:#FFFFFF url(http://i40.tinypic.com/2hxlldx.jpg) repeat scroll 0 0;
color:black;
}
#lj_controlstrip td {
border-bottom:medium none;
color:#784818;
}
#lj_controlstrip_statustext {
color:black;
}
#lj_controlstrip a {
color:#222222;
}
#lj_controlstrip_user, #lj_controlstrip_actionlinks, #lj_controlstrip_search, #lj_controlstrip_login, #lj_controlstrip_loggedout_userpic {
border-right:0 none;
}
#lj_controlstrip_login td {
border-bottom:0 none;
}
#lj_controlstrip td td {
border-bottom:0 none;
}
#lj_controlstrip_userpic {
background-image:url(http://stat.livejournal.com/palimg/controlstrip/ljlogo.gif/ptd4dce8000000);
}
#lj_controlstrip_loggedout_userpic {
background-image:url(http://stat.livejournal.com/palimg/controlstrip/ljlogo-loggedout.gif/ptd4dce8000000);
}
#lj_controlstrip input {
background:#F2F2F2 none repeat scroll 0 0 !important;
color:#222222 !important;
opacity:0.5 !important;
}
#lj_controlstrip_search_input_text, #lj_controlstrip select, #lj_controlstrip input#xc_user, #lj_controlstrip input#xc_password, #lj_controlstrip input#xc_remember {
background:#F2F2F2 none repeat scroll 0 0 !important;
color:#222222 !important;
opacity:0.5 !important;
}
#lj_controlstrip .ljuser a b {
background:transparent none repeat scroll 0 0;
color:#000000;
letter-spacing:0;
text-decoration:none !important;
}
ul.taglist {
padding-right:22px;
}
ul.taglist li {
border-bottom:1px solid #F5F5F5;
padding:0 3px 3px 9px;
}
li {
background:transparent url(http://lj.irondevil.org/components/grayli.png) no-repeat scroll 0 4px;
color:#8E8E8E;
list-style-type:none;
margin:2px 0;
padding:0 0 5px 11px;
}
.entryLinkbar a[href*=&quot;subscriptions&quot;], .entryLinkbar a[href*=&quot;tellafriend&quot;] {
display:none;
}&lt;/textarea&gt;&lt;/div&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot;&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;how to install&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;select journal style&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;b&gt;1.&lt;/b&gt; Apply any &lt;a href=&quot;http://www.livejournal.com/customize/?layoutid=4601331&quot; target=&quot;_blank&quot;&gt;Smooth Sailing&lt;/a&gt; theme.&lt;br&gt;&lt;br&gt;&lt;b&gt;2.&lt;/b&gt; Scroll down to &lt;b&gt;Choose a Page Setup&lt;/b&gt; and select &lt;b&gt;2 Column (sidebar on left).&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  
&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;display&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Make sure &lt;b&gt;Userinfo Position in Entries&lt;/b&gt; is set to &lt;b&gt;Left side of the entry text&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=text_sidebar&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;sidebar&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Set these drop down boxes to the following:&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Links Visibility&lt;/b&gt; - 1&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Free Text Position&lt;/b&gt; - 2&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Free Text #2 Position&lt;/b&gt; - 3&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Hide&lt;/b&gt; all other &lt;b&gt;Position&lt;/b&gt; boxes.&lt;br /&gt;&lt;br /&gt;In &lt;b&gt;Free Text Sidebox #2 Text&lt;/b&gt;, enter your links like so:&lt;br /&gt;&lt;center&gt;&lt;textarea&gt;&amp;lt;a href=&quot;URL&quot;&amp;gt;TEXT&amp;lt;/a&amp;gt;
&amp;lt;a href=&quot;URL&quot;&amp;gt;TEXT&amp;lt;/a&amp;gt;
&amp;lt;a href=&quot;URL&quot;&amp;gt;TEXT&amp;lt;/a&amp;gt;
&amp;lt;a href=&quot;URL&quot;&amp;gt;TEXT&amp;lt;/a&amp;gt;
&amp;lt;a href=&quot;URL&quot;&amp;gt;TEXT&amp;lt;/a&amp;gt;
&amp;lt;a href=&quot;URL&quot;&amp;gt;TEXT&amp;lt;/a&amp;gt;&lt;/textarea&gt;&lt;/center&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=linkslist&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;links list&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Define your links.  These are the links that show up at the top of the topbar.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=customcss&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;custom css&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Make sure any drop-down boxes are set to &lt;b&gt;No&lt;/b&gt;, paste the code into the box, and click &lt;b&gt;Save Changes&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;optional&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;upload images&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i40.tinypic.com/fxwm05.jpg&apos; rel=&apos;nofollow&apos;&gt;http://i40.tinypic.com/fxwm05.jpg&lt;/a&gt; (main bg)&lt;br /&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i40.tinypic.com/2hxlldx.jpg&apos; rel=&apos;nofollow&apos;&gt;http://i40.tinypic.com/2hxlldx.jpg&lt;/a&gt; (entry bg)&lt;br /&gt;&lt;br /&gt;Upload the images to a site like &lt;a class=&quot;&quot; href=&quot;http://tinypic.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Tinypic&lt;/a&gt; or &lt;a class=&quot;&quot; href=&quot;http://photobucket.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Photobucket&lt;/a&gt;, then replace the old URLs.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;appendix&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;credit and comment&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Please credit &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-C     &quot;  data-ljuser=&quot;spire&quot; lj:user=&quot;spire&quot; &gt;&lt;a href=&quot;https://spire.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/community.png?v=556&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://spire.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;spire&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; somewhere public. (Profile, Links List, Friends Only post, etc.)&lt;br /&gt;• Comments aren&apos;t required, but are appreciated!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;resources&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
   &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt; • Icon by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;puncture&quot; lj:user=&quot;puncture&quot; &gt;&lt;a href=&quot;https://puncture.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://puncture.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;puncture&lt;/b&gt;&lt;/a&gt;&lt;a class=&quot;i-ljuser-badge i-ljuser-badge--pro&quot; data-badge-type=&quot;pro&quot; data-placement=&quot;bottom&quot; data-pro-badge data-pro-badge-type=&quot;1&quot; data-is-raw hidden href=&quot;#&quot;&gt;&lt;span class=&quot;i-ljuser-badge__icon&quot;&gt;&lt;svg class=&quot;svgicon&quot; width=&quot;25&quot; height=&quot;16&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 33 24&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M19.326 11.95c0 2.01 1.47 3.45 3.48 3.45 2.02 0 3.49-1.44 3.49-3.45 0-2.01-1.47-3.45-3.49-3.45-2.01 0-3.48 1.44-3.48 3.45Zm5.51 0c0 1.24-.8 2.19-2.03 2.19-1.23 0-2.02-.95-2.02-2.19 0-1.25.79-2.19 2.02-2.19s2.03.94 2.03 2.19ZM7.92 15.28H6.5V8.61h3.12c1.45 0 2.24.98 2.24 2.15 0 1.16-.8 2.15-2.24 2.15h-1.7v2.37Zm1.51-3.62c.56 0 .98-.35.98-.9 0-.56-.42-.9-.98-.9H7.92v1.8h1.51ZM18.3802 15.28h-1.63l-1.31-2.37h-1.04v2.37h-1.42V8.61h3.12c1.39 0 2.24.91 2.24 2.15 0 1.18-.74 1.81-1.46 1.98l1.5 2.54Zm-2.49-3.62c.57 0 1-.34 1-.9s-.43-.9-1-.9h-1.49v1.8h1.49Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M2 8c0-2.20914 1.79086-4 4-4h20.5c2.2091 0 4 1.79086 4 4v7.9c0 2.2091-1.7909 4-4 4H6c-2.20914 0-4-1.7909-4-4V8Zm4-2.5h20.5C27.8807 5.5 29 6.61929 29 8v7.9c0 1.3807-1.1193 2.5-2.5 2.5H6c-1.38071 0-2.5-1.1193-2.5-2.5V8c0-1.38071 1.11929-2.5 2.5-2.5Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;• Entry bg by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;mixremix&quot; lj:user=&quot;mixremix&quot; &gt;&lt;a href=&quot;https://mixremix.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://mixremix.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;mixremix&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; &lt;/font&gt;&lt;/td&gt; 
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#F64A2C&quot;&gt;&lt;font color=&quot;#FFFFFF&quot; size=&quot;6&quot; face=&quot;georgia&quot;&gt;read the &lt;a href=&quot;http://community.livejournal.com/thrashmetal/29110.html&quot; target=&quot;_blank&quot; style=&quot;color: #FFFFFF;&quot; target=&quot;_blank&quot;&gt;layout faq&lt;/a&gt; before asking questions!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;a name=&apos;cutid1-end&apos;&gt;&lt;/a&gt;&lt;/b&gt;</description>
  <comments>https://spire.livejournal.com/46976.html?view=comments#comments</comments>
  <category>style: smooth sailing</category>
  <category>- all layouts</category>
  <category>- exclusive</category>
  <lj:security>public</lj:security>
  <lj:poster>daemon</lj:poster>
  <lj:posterid>16797028</lj:posterid>
  <lj:reply-count>32</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://spire.livejournal.com/46757.html</guid>
  <pubDate>Tue, 17 Feb 2009 00:58:12 GMT</pubDate>
  <title>smooth sailing: it&apos;s gametime</title>
  <author>daemon</author>
  <link>https://spire.livejournal.com/46757.html</link>
  <description>&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://lj.irondevil.org/gametime.php&quot; target=&quot;_blank&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/8ff8ffaf1ebd332bab7d0c17e93ddeeb24dbeb61434835792689c23649518ae6/P2WlxyVijxKvgmFv9cdfVEMdsf-ah7h000TMTqBcgdTW5RHY2863DwUvDUA4GUx8s1ZckTiQZApDX08:EG9oGHgQE90MYURHANWoow&quot; border=&quot;0&quot; fetchpriority=&quot;high&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;After &lt;a href=&quot;http://joystiq.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Joystiq&lt;/a&gt; put up its new layout, I was enamored with the colors, so here we are. :)&lt;br /&gt;&lt;br /&gt;The layout will also stretch/shrink to fit your browser!&lt;br /&gt;&lt;br /&gt;&lt;b&gt;EDIT (9:08pm EST):&lt;/b&gt; Fixed a bug where the latest month calendar would flow out of the topbar.&lt;br /&gt;&lt;br /&gt;&lt;table width=&quot;65%&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;10&quot; cellspacing=&quot;1&quot;&gt;
  &lt;tr&gt;
    &lt;th colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot; scope=&quot;col&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;layout notes&lt;/font&gt;&lt;/div&gt;&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width=&quot;35%&quot; align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;account types&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td width=&quot;65%&quot; bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Basic, Plus, Paid&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;compatible browsers&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Mozilla Firefox, Opera, Safari, Google Chrome&lt;font size=&quot;1&quot;&gt;&lt;br /&gt;	Will work in IE, but not without some display issues.&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;minimum resolution&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;800x600&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;comment pages&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Yes&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;navstrip&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Optional&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;disabled&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Page summary, search and tags boxes.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt; 
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;css stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;div style=&quot;margin:10px 0;text-align:center&quot;&gt;&lt;textarea cols=&quot;50&quot; rows=&quot;10&quot;&gt;/*---------------------------------------------------
STYLESHEET CREATOR: scythe.livejournal.com
STYLESHEET NAME: It&apos;s Gametime
S2 STYLE: Smooth Sailing
DOWNLOAD: thrashmetal.livejournal.com

****Please remember to credit!****
-----------------------------------------------------*/

body {
background:#1787CC url(http://i40.tinypic.com/51ajqd.jpg) repeat scroll 0 0;
color:#333333;
font-family:arial,sans-serif;
font-size:12px;
margin:0;
}
.pageblock {
margin-top:80px;
position:absolute;
width:100%;
}
a, a:visited {
color:#4580FF;
text-decoration:none;
}
a:hover {
color:#8F8F8F;
text-decoration:underline;
}
a img {
border:medium none;
}
ul {
list-style-type:square;
}
blockquote {
background:#F7F7F7 none repeat scroll 0 0;
font-family:georgia;
font-size:14px;
padding:10px;
}
.header-title {
display:none;
}
.header-subtitle {
display:none;
}
.pageheaderblock {
position:absolute;
text-align:center;
width:100%;
z-index:1000;
}
.pagefooterblock {
display:none;
}
.pagefooterblock a, .pagefooterblock a:visited {
color:#E92E20;
}
.bodyblock {
margin:0 auto;
min-width:760px;
padding-top:257px;
width:70%;
}
.bodyheaderblock {
display:none;
}
.bodynavblock {
font-size:12px;
margin:0 33px;
padding:0;
}
.bodynavblock a, .bodynavblock a:visited {
}
.body-title, .body-midtitle {
display:none;
}
.entryHolder {
background:#FFFFFF none repeat scroll 0 0;
border-left:medium none;
margin-bottom:10px;
}
.entryUserinfo {
margin-left:21px;
margin-top:16px;
text-align:center;
}
.entryUserinfo-username img[src*=&quot;userinfo.gif&quot;], .entryUserinfo-username img[src*=&quot;community.gif&quot;], .entryUserinfo-username img[src*=&quot;news.gif&quot;], .entryUserinfo-username img[src*=&quot;partnercomm.gif&quot;], .entryUserinfo-username img[src*=&quot;syndicated.gif&quot;] {
background-image:none;
height:0;
padding:0 !important;
width:0;
}
.entryUserinfo-username {
background:transparent none repeat scroll 0 0;
font-size:11px;
line-height:18px;
margin-top:0;
padding:4px;
}
.entryUserinfo-username .ljuser a b {
font-size:18px;
letter-spacing:-1px;
text-decoration:none;
}
.entryUserinfo-usericon img {
background:#222222 none repeat scroll 0 0;
border:12px solid #222222;
}
.entryText {
color:#444444;
line-height:22px;
min-height:50px;
padding:10px 30px 12px 17px;
text-align:justify;
}
.entryHeader {
border-top:30px solid #0C0C0C;
line-height:15px;
padding:13px 21px 0;
}
.entryHeader a {
color:#222222;
font-family:arial;
font-size:25px;
font-weight:bold;
letter-spacing:-1px;
text-transform:lowercase;
}
.entryHeader a:hover {
text-decoration:underline;
}
.entryHeaderDate {
color:#CCCCCC;
display:block;
font-family:georgia;
font-size:15px;
font-style:italic;
}
.entryHeaderSubject {
font-size:0;
padding-top:3px;
}
.entryMetadata {
font-size:11px;
margin-bottom:0;
padding:5px 48px 18px;
}
.entryMetadata a, .entryMetadata a:visited {
color:#333333;
text-decoration:underline;
}
.entryMetadata a:hover {
text-decoration:none;
}
.entryMetadata ul {
margin:0;
padding:0;
}
.entryMetadata li {
background:transparent none repeat scroll 0 0;
display:block;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-right:10px;
}
.entryMetadata-label {
font-weight:bold;
padding-right:4px;
text-transform:uppercase;
}
.entryLinkbar {
background:#F7F7F7 none repeat scroll 0 0;
color:#000000;
font-size:12px;
padding:6px 0 7px;
text-align:right;
text-transform:lowercase;
}
.entryLinkbar:hover {
}
.entryLinkbar a {
background:#111111 none repeat scroll 0 0;
color:#AAAAAA;
font-size:11px;
font-weight:bold;
padding:7px 12px;
text-transform:lowercase;
}
.entryLinkbar a:hover {
background:#F79F08 none repeat scroll 0 0;
color:#222222;
text-decoration:none;
}
.entryLinkbar ul {
margin:0;
}
.entryLinkbar li {
background:transparent none repeat scroll 0 0;
display:inline;
margin:0 0 0 3px;
padding:0;
}
.yearlinks {
text-align:right;
}
.yearlink {
padding-left:4px;
padding-right:4px;
}
.month {
background:transparent none repeat scroll 0 0;
margin:10px auto;
padding:4px;
width:421px;
}
.daysubjects {
font-size:12px;
padding:8px 8px 11px 40px;
}
.daytitles {
color:black;
font-family:georgia;
font-size:17px;
text-align:center;
text-transform:lowercase;
}
.day-blank {
}
.day {
background:#F2F2F2 none repeat scroll 0 0;
border:1px solid #FFFFFF;
padding:3px;
}
.day-date {
font-family:arial;
font-size:10px;
text-align:center;
width:50%;
}
.day-count {
float:right;
font-size:20px;
text-align:center;
width:50%;
}
.day-count a {
font-family:arial;
font-size:19px;
font-weight:normal;
padding:4px;
text-decoration:none;
}
.sidebar {
background:#F7F7F7 none repeat scroll 0 0;
border-top:24px solid #0C0C0C;
height:196px;
min-width:760px;
position:absolute;
top:26px;
width:70%;
}
.sidebox {
float:left;
margin:11px 10px 0 0;
max-height:155px;
width:32%;
}
.sideboxTitle {
background:#FAA906 none repeat scroll 0 0;
border-bottom:2px solid #DDDDDD;
color:#974F02;
font-weight:bold;
margin-bottom:4px;
margin-left:10px;
padding:4px 7px;
}
.sideboxContent {
background:transparent none repeat scroll 0 0;
font-family:arial;
font-size:12px;
padding-left:10px;
text-align:justify;
}
.sidebox #profile {
font-size:10px;
}
.sidebox #profile .ljuser a b {
font-size:20px;
}
img.profile-userpic {
background:#222222 none repeat scroll 0 0;
border:12px solid #222222;
float:left;
margin-right:10px;
}
.sidebox #profile img[src*=&quot;userinfo.gif&quot;], .sidebox #profile img[src*=&quot;community.gif&quot;] {
display:none;
}
.profile-content {
display:block;
font-size:12px;
margin-left:135px;
}
.profile-label {
display:none;
}
.sidebox #freetext, .sidebox #freetext2, .sidebox #freetext3 {
line-height:19px;
text-align:justify;
}
.sidebox #latestmonth {
font-size:9px;
text-align:justify;
}
.latestmonth-inactive {
background:#F2F2F2 none repeat scroll 0 0;
border:1px solid #F7F7F7;
height:20px;
min-width:27px;
padding-left:4px;
}
.latestmonth-active {
background:#EEEEEE none repeat scroll 0 0;
border:1px solid #F7F7F7;
height:20px;
min-width:28px;
padding-left:4px;
}
.sidebox #latestmonth table {
margin:auto;
}
.sidebox #systemlinks {
font-size:11px;
line-height:18px;
text-align:left;
top:0;
}
.sidebox #systemlinks a:link, .sidebox #systemlinks a:active, .sidebox #systemlinks a:visited {
color:#333333;
font-weight:bold;
text-transform:lowercase;
}
.sidebox #systemlinks a:hover, .sidebox #systemlinks a:active {
text-decoration:none;
}
.sidebox #search, .sidebox #tags_sidebox, sidebox #summary {
display:none;
}
.listitem {
border-bottom:1px solid #CCCCCC;
padding:3px;
}
.listitem:hover {
background:#EEEEEE none repeat scroll 0 0;
}
.listspacer {
height:1px;
}
.listtitle {
display:none;
}
.header-menu {
margin:0 auto;
min-width:760px;
text-align:left;
width:70%;
}
.header-menu a, .header-menu a:visited {
background:#222222 none repeat scroll 0 0;
color:#CCCCCC;
font-size:10px;
font-weight:bold;
margin-right:0;
padding:8px 10px 12px;
text-align:left;
text-decoration:none;
text-transform:uppercase;
white-space:nowrap;
}
.header-menu a:hover {
border-bottom:3px solid #FFA500;
color:#FFFFFF;
}
#footer-menu {
margin-bottom:18px;
margin-left:0;
margin-top:19px;
text-align:center;
}
#footer-menu a, .footer-menu a:visited {
color:#111111;
margin-right:4px;
padding:7px;
text-align:left;
text-transform:lowercase;
white-space:nowrap;
}
#footer-menu a:hover {
text-decoration:none;
}
.header-menu ul {
margin:2px 0 0;
padding:0;
}
#footer-menu ul {
margin:0;
padding:0;
}
.header-menu li {
background:transparent none repeat scroll 0 0;
display:inline;
margin:0;
padding:0;
}
#footer-menu li {
background:transparent none repeat scroll 0 0;
display:inline;
padding:0;
}
.tagstable, .tagstable td {
border:0 none;
}
textarea, input, select {
background:white none repeat scroll 0 0;
border:1px solid #E6E6E6;
color:#6F6F6F;
font-family:georgia;
font-size:12px;
line-height:normal;
margin:2px;
padding:2px;
}
textarea:focus, input:focus, select:focus {
border:1px solid #CCCCCC;
}
.ljuser a b {
background:transparent none repeat scroll 0 0;
color:#333333;
font-weight:bold;
letter-spacing:0;
text-decoration:underline;
}
.ljuser a {
text-decoration:none !important;
}
.ljuser a:hover b {
border-bottom:0 none;
text-decoration:none !important;
}
img[src*=&quot;userinfo.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010a/36.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:14px 12px 0 0 !important;
width:0;
}
img[src*=&quot;community.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010c/47.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:14px 11px 0 0 !important;
width:0;
}
img[src*=&quot;partnercomm.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010c/47.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:14px 11px 0 0 !important;
width:0;
}
img[src*=&quot;newsinfo.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010b/28.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:14px 11px 0 0 !important;
width:0;
}
img[src*=&quot;syndicated.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010a/01.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:14px 11px 0 0 !important;
width:0;
}
img[src*=&quot;openid-profile.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010a/02.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:14px 11px 0 0 !important;
width:0;
}
img[src*=&quot;anonymous.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010d/10.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:14px 11px 0 0 !important;
width:0;
}
img[src*=&quot;icon_protected.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/fugue/lock.png) !important;
background-repeat:no-repeat !important;
height:0;
margin-left:3px;
margin-top:0;
padding:16px 18px 0 0 !important;
width:0;
}
img[src*=&quot;icon_groups.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/fugue/lock.png) !important;
background-repeat:no-repeat !important;
height:0;
margin-left:3px;
margin-top:0;
padding:16px 18px 0 0 !important;
width:0;
}
img[src*=&quot;icon_private.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/fugue/key.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:16px 18px 0 0 !important;
width:0;
}
div.ContextualPopup img {
border:0 none;
}
div.ContextualPopup div.Inner {
background:white none repeat scroll 0 0;
border:medium none;
color:#222222;
font-family:arial;
font-size:11px;
padding:0;
width:20em;
}
div.ContextualPopup .Content {
line-height:15px;
margin-right:50px;
padding:10px;
}
div.ContextualPopup .Relation {
color:#222222;
display:block;
font-size:22px;
font-weight:bold !important;
letter-spacing:-1px;
margin-bottom:3px;
}
div.ContextualPopup .Content .OnlineStatus {
font-weight:bold;
}
div.ContextualPopup .Userpic {
padding:8px 8px 0 0;
}
div.ContextualPopup div.Inner a, div.ContextualPopup div.Inner a:visited {
color:#111111 !important;
font-weight:normal;
text-decoration:none !important;
}
#lj_controlstrip {
background:#0C0C0C none repeat scroll 0 0;
color:#FFFFFF;
}
#lj_controlstrip td {
border-bottom:medium none;
}
#lj_controlstrip_statustext {
color:#FFFFFF;
}
#lj_controlstrip a {
color:#CCCCCC;
}
#lj_controlstrip_user, #lj_controlstrip_actionlinks, #lj_controlstrip_search, #lj_controlstrip_login, #lj_controlstrip_loggedout_userpic {
border-right:0 none;
}
#lj_controlstrip_login td {
border-bottom:0 none;
}
#lj_controlstrip td td {
border-bottom:0 none;
}
#lj_controlstrip_userpic {
background-image:url(http://stat.livejournal.com/palimg/controlstrip/ljlogo.gif/ptd4dce8000000);
}
#lj_controlstrip_loggedout_userpic {
background-image:url(http://stat.livejournal.com/palimg/controlstrip/ljlogo-loggedout.gif/ptd4dce8000000);
}
#lj_controlstrip input {
background:#222222 none repeat scroll 0 0 !important;
border:medium none !important;
color:#CCCCCC !important;
}
#lj_controlstrip_search_input_text, #lj_controlstrip select, #lj_controlstrip input#xc_user, #lj_controlstrip input#xc_password, #lj_controlstrip input#xc_remember {
background:#222222 none repeat scroll 0 0 !important;
border:medium none;
color:#CCCCCC !important;
}
#lj_controlstrip .ljuser a b {
background:transparent none repeat scroll 0 0;
color:#FFFFFF;
letter-spacing:0;
text-decoration:none !important;
}
ul.taglist {
padding-right:22px;
}
ul.taglist li {
border-bottom:1px solid #F0F0F0;
padding:0 3px 1px 9px;
}
li {
background:transparent url(http://lj.irondevil.org/components/grayli.png) no-repeat scroll 0 9px;
list-style-type:none;
margin:2px 0;
padding:0 8px;
}
.commentHolder {
background:#FFFFFF none repeat scroll 0 0;
margin:18px 0;
padding:14px 20px;
}
.commentUserinfo {
color:#FFFFFF;
font-size:0;
margin-right:15px;
text-align:center;
}
.commentUserinfo .ljuser a b {
font-size:18px;
text-decoration:none;
}
.commentUserinfo-usericon img {
background:#222222 none repeat scroll 0 0;
border:12px solid #222222;
}
.commentText {
color:#444444;
line-height:22px;
padding:10px;
text-align:justify;
}
.commentHeader, .commentHeaderScreened {
color:#CCCCCC;
font-family:georgia;
font-size:14px;
font-style:italic;
margin-bottom:9px;
}
.commentHeaderSubject {
color:#444444;
font-family:arial;
font-size:20px;
font-style:normal;
font-weight:bold;
letter-spacing:-1px;
}
.commentLinkbar {
text-align:right;
}
.commentLinkbar ul {
background:transparent none repeat scroll 0 0 !important;
margin:0;
padding:0;
}
.commentLinkbar li {
background:transparent none repeat scroll 0 0;
display:inline;
margin-right:12px;
padding:0;
}
.commentLinkbar a {
color:#111111;
font-size:11px;
text-transform:lowercase;
}
.commentLinkbar a:hover {
color:#474747;
text-decoration:none;
}
.replyform {
background:#FFFFFF none repeat scroll 0 0;
padding:15px;
}
#qrform {
background:#FBFBFB none repeat scroll 0 0;
color:#030505;
}
#qrform table {
border:medium none !important;
}&lt;/textarea&gt;&lt;/div&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot;&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;how to install&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;select journal style&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;b&gt;1.&lt;/b&gt; Apply any &lt;a href=&quot;http://www.livejournal.com/customize/?layoutid=4601331&quot; target=&quot;_blank&quot;&gt;Smooth Sailing&lt;/a&gt; theme.&lt;br&gt;&lt;br&gt;&lt;b&gt;2.&lt;/b&gt; Scroll down to &lt;b&gt;Choose a Page Setup&lt;/b&gt; and select &lt;b&gt;2 Column (sidebar on left).&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  
&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;display&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Set &lt;b&gt;Wrap Entry text under userinfo&lt;/b&gt; to &lt;b&gt;No&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=text_sidebar&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;sidebar&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;You may arrange &lt;b&gt;up to 3&lt;/b&gt; of the following boxes in any order:&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Profile Position&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Latest Month Position&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Links Visibility&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Free Text&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Hide&lt;/b&gt; all other &lt;b&gt;Position&lt;/b&gt; boxes.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=customcss&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;custom css&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Make sure any drop-down boxes are set to &lt;b&gt;No&lt;/b&gt;, paste the code into the box, and click &lt;b&gt;Save Changes&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;optional&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;upload images&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i40.tinypic.com/51ajqd.jpg&apos; rel=&apos;nofollow&apos;&gt;http://i40.tinypic.com/51ajqd.jpg&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Upload the images to a site like &lt;a class=&quot;&quot; href=&quot;http://tinypic.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Tinypic&lt;/a&gt; or &lt;a class=&quot;&quot; href=&quot;http://photobucket.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Photobucket&lt;/a&gt;, then replace the old URLs.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;appendix&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;credit and comment&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Please credit &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-C     &quot;  data-ljuser=&quot;spire&quot; lj:user=&quot;spire&quot; &gt;&lt;a href=&quot;https://spire.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/community.png?v=556&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://spire.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;spire&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; somewhere public. (Profile, Links List, Friends Only post, etc.)&lt;br /&gt;• Comments aren&apos;t required, but are appreciated!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;resources&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
   &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt; N/A &lt;/font&gt;&lt;/td&gt; 
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#F64A2C&quot;&gt;&lt;font color=&quot;#FFFFFF&quot; size=&quot;6&quot; face=&quot;georgia&quot;&gt;read the &lt;a href=&quot;http://community.livejournal.com/thrashmetal/29110.html&quot; target=&quot;_blank&quot; style=&quot;color: #FFFFFF;&quot; target=&quot;_blank&quot;&gt;layout faq&lt;/a&gt; before asking questions!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;a name=&apos;cutid1-end&apos;&gt;&lt;/a&gt;&lt;/b&gt;</description>
  <comments>https://spire.livejournal.com/46757.html?view=comments#comments</comments>
  <category>style: smooth sailing</category>
  <category>- all layouts</category>
  <lj:security>public</lj:security>
  <lj:poster>daemon</lj:poster>
  <lj:posterid>16797028</lj:posterid>
  <lj:reply-count>22</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://spire.livejournal.com/46520.html</guid>
  <pubDate>Tue, 10 Feb 2009 20:46:14 GMT</pubDate>
  <title>smooth sailing: iconic</title>
  <author>daemon</author>
  <link>https://spire.livejournal.com/46520.html</link>
  <description>&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://lj.irondevil.org/iconic.php&quot; target=&quot;_blank&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/4c4690ce7450c437091b2c2c7da0b503c86085a71f75080d7b14bcbb48dd0c7e/P2WlxyVijxKvgmFv9cdfVEMdsf-ah7h000TMTqBcgdTW5RHY2863DwUvDUA4F05-uEtW0jrXZUFY:w76k5JDgz7rjusKit-nHhA&quot; border=&quot;0&quot; fetchpriority=&quot;high&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;I haven&apos;t had any inspiration for layouts lately, so I apologize if this is somewhat subpar.  I designed this for icon journals/comms so they could display sample icons in the header. :)&lt;br /&gt;&lt;br /&gt;&lt;b&gt;EDIT(4/2/09):&lt;/b&gt; I removed the code that automatically hides the unnecessary bits of the sidebar, because people were getting confused and thinking that they didn&apos;t need to go into &lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=text_sidebar&quot; target=&quot;_blank&quot;&gt;Customize Your Theme&lt;/a&gt; and hide it manually.&lt;br /&gt;&lt;br /&gt;&lt;table width=&quot;65%&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;10&quot; cellspacing=&quot;1&quot;&gt;
  &lt;tr&gt;
    &lt;th colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot; scope=&quot;col&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;layout notes&lt;/font&gt;&lt;/div&gt;&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width=&quot;35%&quot; align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;account types&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td width=&quot;65%&quot; bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Basic, Plus, Paid&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;compatible browsers&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Internet Explorer 7, Mozilla Firefox, Opera, Safari, Google Chrome&lt;font size=&quot;1&quot;&gt;&lt;br /&gt;	&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;minimum resolution&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;800x600&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;comment pages&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Yes&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;navstrip&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Optional&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;disabled&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Default navigation menu&lt;br /&gt;• Latest month, search, summary, tags, and profile in sidebar&lt;br /&gt;• Tiny icons&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt; 
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;css stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;div style=&quot;margin:10px 0;text-align:center&quot;&gt;&lt;textarea cols=&quot;50&quot; rows=&quot;10&quot;&gt;/*---------------------------------------------------
STYLESHEET CREATOR: scythe.livejournal.com
STYLESHEET NAME: Iconic
S2 STYLE: Smooth Sailing
DOWNLOAD: thrashmetal.livejournal.com

****Please remember to credit!****
-----------------------------------------------------*/

body {
background:#151515 none repeat scroll 0 0;
color:#4F4F4F;
font-family:helvetica,arial;
font-size:11px;
margin:0;
}
.pageblock {
padding-bottom:12px;
position:absolute;
width:100%;
}
a, a:visited {
color:#9F9F9F;
letter-spacing:0;
text-decoration:none;
}
a:hover {
color:#949494;
}
a img {
border:medium none;
}
ul {
}
li {
background:transparent url(http://lj.irondevil.org/components/grayli.png) no-repeat scroll 0 7px;
list-style-type:none;
margin:2px 0;
padding:0 0 0 11px;
}
blockquote {
background:#181818 none repeat scroll 0 0;
color:#4F4F4F;
font-family:helvetica;
padding:11px;
}
.header-title, .header-subtitle {
display:none;
}
.header-icon {
border-bottom:2px solid #F6F6BB;
border-left:2px solid #F6F6BB;
position:absolute;
right:0;
top:0;
z-index:1;
}
.pageheaderblock {
}
.pagefooterblock {
display:none;
}
.bodyblock {
margin:0 auto;
padding-top:275px;
width:500px;
}
.bodyheaderblock {
display:none;
padding:6px 0;
}
.bodynavblock {
color:#AAAAAA;
margin:0;
padding:0;
}
.body-title {
display:none;
}
.body-midtitle {
display:none;
}
.entryHolder {
background:#111111 none repeat scroll 0 0;
font-size:11px;
margin-bottom:20px;
width:500px;
}
.entryUserinfo {
margin-left:-101px;
margin-top:-40px;
position:absolute;
width:90px;
}
.entryUserinfo-username {
line-height:18px;
margin-right:6px;
max-width:130px;
padding:2px 0 0;
text-align:right;
}
.entryUserinfo-username .ljuser a b {
background:transparent none repeat scroll 0 0;
font-size:12px;
font-weight:normal;
letter-spacing:0;
text-decoration:none !important;
}
.entryUserinfo-usericon img {
background:#111111 none repeat scroll 0 0;
border:15px solid #111111;
cursor:auto !important;
height:70px;
width:70px;
}
.entryText {
font-size:11px;
line-height:18px;
min-height:100px;
padding:1px 22px 14px;
text-align:justify;
}
.entryText img {
max-width:455px;
}
.entryHeader {
border-bottom:1px solid #151515;
line-height:17px;
margin-bottom:13px;
min-height:24px;
padding:12px 0 5px 16px;
text-align:left;
text-transform:lowercase;
}
.entryHeader a {
color:#949494;
font-size:16px;
font-weight:bold;
text-transform:lowercase;
}
.entryHeader a:hover {
}
.entryHeaderSubject {
color:white;
font-size:0;
}
.entryHeaderDate {
display:block;
font-size:10px;
letter-spacing:1px;
margin-right:5px;
text-align:left;
text-transform:uppercase;
z-index:10;
}
.entryMetadata {
margin-bottom:0;
padding:0 12px 25px;
}
.entryMetadata a, .entryMetadata a:visited {
font-size:9px;
text-transform:lowercase;
}
.entryMetadata a:hover {
border-bottom:0 none;
text-decoration:none;
}
.entryMetadata ul {
margin:0;
padding:0;
}
.entryMetadata li {
background:transparent none repeat scroll 0 0;
display:block;
font-size:9px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding-right:10px;
}
.entryMetadata-label {
font-family:helvetica;
font-size:10px;
font-weight:bold;
padding-right:4px;
text-transform:uppercase;
}
.entryLinkbar {
background:#151515 none repeat scroll 0 0;
padding:4px 7px 8px 0;
position:relative;
text-align:right;
text-transform:lowercase;
top:0;
}
.entryLinkbar a {
background:transparent none repeat scroll 0 0;
font-size:10px;
font-weight:normal;
margin-right:8px;
padding:0;
text-transform:lowercase;
}
.entryLinkbar a:hover {
}
.entryLinkbar a[href*=&quot;subscriptions&quot;], .entryLinkbar a[href*=&quot;tellafriend&quot;] {
display:none;
}
.entryLinkbar ul {
margin-bottom:0 !important;
margin-left:0 !important;
margin-top:0 !important;
padding:0;
}
.entryLinkbar li {
background:transparent none repeat scroll 0 0;
display:inline;
margin:0;
padding:0;
}
.commentHolder {
background:#030505 none repeat scroll 0 0;
border-left:0 none;
margin:19px 0 0;
}
.commentHolder {
background:#111111 none repeat scroll 0 0;
border-left:0 none;
margin:19px 0 0;
}
.commentUserinfo {
background:transparent none repeat scroll 0 0;
color:#C3C3C3;
font-size:0;
line-height:19px;
margin-left:-101px;
margin-right:2px;
margin-top:-13px;
padding-right:2px;
position:absolute;
text-align:center;
}
.commentUserinfo .ljuser a b {
background:transparent none repeat scroll 0 0;
font-size:12px;
letter-spacing:0;
text-decoration:none !important;
}
.commentUserinfo-usericon img {
border:15px solid #111111;
cursor:auto;
height:70px;
width:70px;
}
.commentUserinfo-usericon img:hover {
}
.commentText {
background:#111111 none repeat scroll 0 0;
line-height:19px;
min-height:133px;
padding:10px 21px;
text-align:justify;
}
.commentHeader, .commentHeaderScreened {
background:#111111 none repeat scroll 0 0;
border-bottom:1px solid #151515;
padding:13px;
text-transform:lowercase;
}
.commentLinkbar {
background:#151515 none repeat scroll 0 0;
color:#878787;
font-size:11px;
text-align:right;
}
.commentLinkbar ul {
margin:0;
padding:0;
}
.commentLinkbar li {
background:transparent none repeat scroll 0 0;
color:#AAAAAA;
display:inline;
margin:0;
padding:0 5px;
}
.commentLinkbar a:hover {
text-decoration:none;
}
.commentLinkbar a {
background:transparent none repeat scroll 0 0;
color:#AAAAAA;
font-size:10px;
font-weight:normal;
padding:0;
text-transform:lowercase;
}
.replyform {
line-height:16px;
padding:20px;
}
.replyform textarea {
max-width:396px;
}
#qrform {
}
#qrform table {
border:medium none !important;
}
.yearlinks {
text-align:right;
}
.yearlink {
padding-left:4px;
padding-right:4px;
}
.month {
background:transparent none repeat scroll 0 0;
margin:10px auto;
width:479px;
}
.daysubjects {
color:#434343;
padding:8px 8px 8px 40px;
}
.daytitles {
border:1px solid white;
color:#FF4546;
font-family:courier new;
font-size:17px;
text-align:center;
text-transform:lowercase;
}
.day-blank {
}
.day {
background:white none repeat scroll 0 0;
border:1px solid white;
margin-bottom:0;
padding:3px;
}
.day-date {
color:#000501;
font-family:arial;
text-align:center;
width:58px;
}
.day-count {
float:right;
font-size:20px;
text-align:center;
width:50%;
}
.day-count a {
font-family:georgia;
font-weight:normal;
padding:3px;
text-decoration:none;
}
.sidebar {
background:#111111 none repeat scroll 0 0;
height:232px;
line-height:19px;
margin:0 auto;
padding-top:16px;
position:absolute;
text-align:center;
top:21px;
width:500px;
}
.sidebox {
color:#CCCCCC;
margin-bottom:0;
margin-right:auto;
margin-top:0;
text-align:justify;
}
.sideboxTitle {
display:none;
}
.sideboxContent {
}
.sidebox #freetext {
color:#222222;
font-size:10px;
line-height:13px;
margin-bottom:3px;
text-align:center;
}
.sidebox #freetext img {
border:23px solid #181818;
margin:0 5px;
opacity:0.7;
}
.sidebox #freetext img:hover {
opacity:1;
}
.sidebox #freetext2 {
color:#4F4F4F;
font-family:arial;
font-size:9px;
line-height:13px;
padding:0 22px;
text-align:justify;
}
.sidebox #systemlinks {
line-height:19px;
padding:0 15px;
text-align:right;
}
.sidebox #systemlinks a:link, .sidebox #systemlinks a:active, .sidebox #systemlinks a:visited {
color:#6F6F6F;
font-size:11px;
letter-spacing:1px;
margin-right:7px;
text-transform:lowercase;
}
.sidebox #systemlinks a:hover, .sidebox #systemlinks a:active {
color:#9F9F9F;
}
.listitem {
display:inline;
}
.listspacer {
height:10px;
}
.sidebox #latestmonth table {
margin-left:auto;
margin-right:auto;
margin-top:4px;
width:90%;
}
.listtitle {
display:none;
}
.header-menu {
display:none;
}
#footer-menu {
text-align:center;
}
#footer-menu a {
background:#111111 none repeat scroll 0 0;
color:#444444;
padding:7px;
text-transform:lowercase;
}
#footer-menu ul {
margin:0 auto;
padding:0;
width:500px;
}
#footer-menu li {
background:transparent none repeat scroll 0 0;
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-right:-2px;
padding:0;
}
.tagstable, .tagstable td {
border:0 none;
}
.tagstable {
width:100%;
}
.taglist {
padding-bottom:10px;
}
textarea, input, select {
background:#181818 none repeat scroll 0 0;
border:0 none;
color:#949494;
font-family:courier new;
font-size:12px;
line-height:normal;
margin:2px;
}
.ljuser a b {
background:transparent none repeat scroll 0 0;
font-family:helvetica;
font-weight:normal;
letter-spacing:0;
text-decoration:none !important;
}
.ljuser a {
text-decoration:none !important;
}
.ljuser a:hover b {
background:transparent none repeat scroll 0 0;
border-bottom:0 none;
text-decoration:none !important;
}
img[src*=&quot;userinfo.gif&quot;] {
height:0;
width:0;
}
img[src*=&quot;openid-profile.gif&quot;] {
height:0;
width:0;
}
img[src*=&quot;anonymous.gif&quot;] {
height:0;
width:0;
}
img[src*=&quot;community.gif&quot;] {
height:0;
width:0;
}
img[src*=&quot;partnercomm.gif&quot;] {
height:0;
width:0;
}
img[src*=&quot;newsinfo.gif&quot;] {
height:0;
width:0;
}
img[src*=&quot;syndicated.gif&quot;] {
height:0;
width:0;
}
img[src*=&quot;icon_protected.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/circular/padlock_closed.png) !important;
background-position:0 2px;
background-repeat:no-repeat !important;
height:0;
padding:18px 21px 0 0 !important;
width:0;
}
img[src*=&quot;icon_groups.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/circular/padlock_closed.png) !important;
background-position:0 2px;
background-repeat:no-repeat !important;
height:0;
padding:18px 21px 0 0 !important;
width:0;
}
img[src*=&quot;icon_private.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/circular/cancel.png) !important;
background-position:0 2px;
background-repeat:no-repeat !important;
height:0;
padding:18px 21px 0 0 !important;
width:0;
}
div.ContextualPopup img {
border:0 none;
}
div.ContextualPopup div.Inner {
background:transparent none repeat scroll 0 0 !important;
border:0 none;
color:#9F9F9F !important;
font-family:helvetica;
font-size:11px;
padding:0;
width:23em;
}
div.ContextualPopup .Content {
background:#181818 none repeat scroll 0 0;
line-height:1.4;
margin-right:81px;
padding:10px;
}
div.ContextualPopup .Relation {
font-size:18px;
font-weight:bold !important;
letter-spacing:-1px;
}
div.ContextualPopup .Content .OnlineStatus {
font-weight:bold;
}
div.ContextualPopup .Userpic {
border:10px solid #181818;
margin-left:11px;
padding:0;
}
div.ContextualPopup div.Inner a, div.ContextualPopup div.Inner a:visited {
color:#5F5F5F !important;
font-weight:normal;
text-decoration:none !important;
}
#lj_controlstrip {
background:#111111 none repeat scroll 0 0;
}
#lj_controlstrip td {
border-bottom:medium none;
border-right:1px solid #151515;
color:#4F4F4F;
}
#lj_controlstrip_statustext {
color:#9F9F9F;
}
#lj_controlstrip a {
color:#4F4F4F;
}
#lj_controlstrip_user, #lj_controlstrip_actionlinks, #lj_controlstrip_search, #lj_controlstrip_login, #lj_controlstrip_loggedout_userpic {
border-right:0 none;
}
#lj_controlstrip_login td {
border-bottom:0 none;
}
#lj_controlstrip td td {
border-bottom:0 none;
}
#lj_controlstrip_userpic {
background-image:url(http://stat.livejournal.com/palimg/controlstrip/ljlogo.gif/ptd4dce8000000);
}
#lj_controlstrip_loggedout_userpic {
background-image:url(http://stat.livejournal.com/palimg/controlstrip/ljlogo-loggedout.gif/ptd4dce8000000);
}
#lj_controlstrip input {
background:#181818 none repeat scroll 0 0 !important;
border:medium none;
color:#9F9F9F !important;
}
#lj_controlstrip_search_input_text, #lj_controlstrip select, #lj_controlstrip input#xc_user, #lj_controlstrip input#xc_password, #lj_controlstrip input#xc_remember {
background:#181818 none repeat scroll 0 0 !important;
border:medium none;
color:#9F9F9F !important;
}
#lj_controlstrip .ljuser a b {
background:transparent none repeat scroll 0 0;
letter-spacing:0;
text-decoration:none !important;
}&lt;/textarea&gt;&lt;/div&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot;&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;how to install&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;select journal style&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;b&gt;1.&lt;/b&gt; Apply any &lt;a href=&quot;http://www.livejournal.com/customize/?layoutid=4601331&quot; target=&quot;_blank&quot;&gt;Smooth Sailing&lt;/a&gt; theme.&lt;br&gt;&lt;br&gt;&lt;b&gt;2.&lt;/b&gt; Scroll down to &lt;b&gt;Choose a Page Setup&lt;/b&gt; and select &lt;b&gt;2 Column (sidebar on left).&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  
&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;display&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Set &lt;b&gt;Userinfo Position in Entries&lt;/b&gt; to &lt;b&gt;Left side of the entry text&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=text_sidebar&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;sidebar&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;b&gt;1.&lt;/b&gt; Set these drop down boxes to the following:&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Links Visibility&lt;/b&gt; - 2&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Free Text Position&lt;/b&gt; - 1&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Free Text #2 Position&lt;/b&gt; - 3&lt;/li&gt;
&lt;/ul&gt;&lt;font size=&quot;4&quot;&gt;&lt;b&gt;Hide&lt;/b&gt; all other &lt;b&gt;Position&lt;/b&gt; boxes.&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;2.&lt;/b&gt; Find &lt;b&gt;Free Text Sidebox Text&lt;/b&gt; and paste in this code, replacing the &lt;code&gt;URL&lt;/code&gt;&apos;s with the URLs of the icons you want to display:&lt;br /&gt;&lt;br /&gt;&lt;div align=&quot;center&quot;&gt;&lt;textarea&gt;&amp;lt;img src=&quot;URL&quot;&amp;gt; &amp;lt;img src=&quot;URL&quot;&amp;gt; &amp;lt;img src=&quot;URL&quot;&amp;gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;&lt;font color=&quot;red&quot;&gt;IMPORTANT!&lt;/font&gt;&lt;/b&gt; Please note that if you do not place this code in the very &lt;i&gt;first&lt;/i&gt; Free Text box available, the borders will not show up.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;3.&lt;/b&gt; Enter your free text in &lt;b&gt;Free Text Sidebox #2 Text&lt;/b&gt;. This holds about 40 words.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=linkslist&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;links list&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Define your links.  These are the links that show up directly beneath the icons.  &lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=customcss&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;custom css&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Make sure any drop-down boxes are set to &lt;b&gt;No&lt;/b&gt;, paste the code into the box, and click &lt;b&gt;Save Changes&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;optional&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;add a fourth icon&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Find and replace all instances of &lt;code&gt;width:500px;&lt;/code&gt; with &lt;code&gt;width:660px;&lt;/code&gt;, then add the extra icon in &lt;b&gt;Free Text Sidebox Text&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;return the entry icon to 100x100&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Find &lt;b&gt;.entryUserinfo-usericon img&lt;/b&gt; and delete &lt;code&gt;height:70px;&lt;/code&gt; and &lt;code&gt;width:70px;&lt;/code&gt;.  &lt;br /&gt;&lt;br /&gt;Now find &lt;b&gt;.entryUserinfo&lt;/b&gt; and change the &lt;code&gt;margin-left&lt;/code&gt; value to &lt;b&gt;-131px&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;appendix&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;credit and comment&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Please credit &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-C     &quot;  data-ljuser=&quot;spire&quot; lj:user=&quot;spire&quot; &gt;&lt;a href=&quot;https://spire.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/community.png?v=556&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://spire.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;spire&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; somewhere public. (Profile, Links List, Friends Only post, etc.)&lt;br /&gt;• Comments aren&apos;t required, but are appreciated!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;resources&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
   &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt; • Entry icon by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;puncture&quot; lj:user=&quot;puncture&quot; &gt;&lt;a href=&quot;https://puncture.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://puncture.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;puncture&lt;/b&gt;&lt;/a&gt;&lt;a class=&quot;i-ljuser-badge i-ljuser-badge--pro&quot; data-badge-type=&quot;pro&quot; data-placement=&quot;bottom&quot; data-pro-badge data-pro-badge-type=&quot;1&quot; data-is-raw hidden href=&quot;#&quot;&gt;&lt;span class=&quot;i-ljuser-badge__icon&quot;&gt;&lt;svg class=&quot;svgicon&quot; width=&quot;25&quot; height=&quot;16&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 33 24&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M19.326 11.95c0 2.01 1.47 3.45 3.48 3.45 2.02 0 3.49-1.44 3.49-3.45 0-2.01-1.47-3.45-3.49-3.45-2.01 0-3.48 1.44-3.48 3.45Zm5.51 0c0 1.24-.8 2.19-2.03 2.19-1.23 0-2.02-.95-2.02-2.19 0-1.25.79-2.19 2.02-2.19s2.03.94 2.03 2.19ZM7.92 15.28H6.5V8.61h3.12c1.45 0 2.24.98 2.24 2.15 0 1.16-.8 2.15-2.24 2.15h-1.7v2.37Zm1.51-3.62c.56 0 .98-.35.98-.9 0-.56-.42-.9-.98-.9H7.92v1.8h1.51ZM18.3802 15.28h-1.63l-1.31-2.37h-1.04v2.37h-1.42V8.61h3.12c1.39 0 2.24.91 2.24 2.15 0 1.18-.74 1.81-1.46 1.98l1.5 2.54Zm-2.49-3.62c.57 0 1-.34 1-.9s-.43-.9-1-.9h-1.49v1.8h1.49Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M2 8c0-2.20914 1.79086-4 4-4h20.5c2.2091 0 4 1.79086 4 4v7.9c0 2.2091-1.7909 4-4 4H6c-2.20914 0-4-1.7909-4-4V8Zm4-2.5h20.5C27.8807 5.5 29 6.61929 29 8v7.9c0 1.3807-1.1193 2.5-2.5 2.5H6c-1.38071 0-2.5-1.1193-2.5-2.5V8c0-1.38071 1.11929-2.5 2.5-2.5Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;. &lt;/font&gt;&lt;/td&gt; 
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#F64A2C&quot;&gt;&lt;font color=&quot;#FFFFFF&quot; size=&quot;6&quot; face=&quot;georgia&quot;&gt;read the &lt;a href=&quot;http://community.livejournal.com/thrashmetal/29110.html&quot; target=&quot;_blank&quot; style=&quot;color: #FFFFFF;&quot; target=&quot;_blank&quot;&gt;layout faq&lt;/a&gt; before asking questions!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;a name=&apos;cutid1-end&apos;&gt;&lt;/a&gt;&lt;/b&gt;</description>
  <comments>https://spire.livejournal.com/46520.html?view=comments#comments</comments>
  <category>feature: custom header</category>
  <category>style: smooth sailing</category>
  <category>- all layouts</category>
  <lj:security>public</lj:security>
  <lj:poster>daemon</lj:poster>
  <lj:posterid>16797028</lj:posterid>
  <lj:reply-count>83</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://spire.livejournal.com/46130.html</guid>
  <pubDate>Sat, 07 Feb 2009 16:33:25 GMT</pubDate>
  <title>profile: good mourning, black friday</title>
  <author>daemon</author>
  <link>https://spire.livejournal.com/46130.html</link>
  <description>&lt;center&gt;&lt;img src=&quot;https://imgprx.livejournal.net/819546b9326f871c86a010913537a1f490b63f91cf5737fb7581452d5d6eed6d/P2WlxyVijxKvgmFv9cdfVEMdsf-ah7h0yFmVCbFXmsDf_BnQ28KqBQUgCUtyDQIl4BECzQLNbgAWDR0Bkg0p8U8BjDnIMe_D8A:yvh0rT_RN5IcgpgzNLHzMQ&quot; fetchpriority=&quot;high&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/center&gt;This profile is fluid width and should stretch/shrink to fit your browser.&lt;br /&gt;&lt;br /&gt;&lt;table cellspacing=&quot;20&quot; cellpadding=&quot;5&quot; background=&quot;https://imgprx.livejournal.net/6aba57dc2e762fdc102e814fbfff86b4e2dcab1a03398b219597738459a300db/P2WlxyVijxKvgmFv9cdfVEMdsf-ah7h000TMTqBcgdTW5RHY2863DwUlD0pnEUN0uFZG0yrRbAcKCl0DmUp19VYIyWo:BxFMIk2tmnoGY65tFxvjGg&quot; align=&quot;center&quot; width=&quot;80%&quot; height=&quot;150&quot;&gt; &lt;tr&gt; &lt;td&gt;&lt;table cellpadding=&quot;20&quot; cellspacing=&quot;15&quot;&gt;&lt;tr valign=&quot;top&quot;&gt;&lt;td bgcolor=&quot;#111&quot; width=&quot;50%&quot;&gt;&lt;font face=&quot;georgia&quot; size=&quot;1&quot; color=&quot;#ccc&quot;&gt;&lt;div align=&quot;justify&quot;&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis nisi lacus, luctus eget, lacinia quis, mollis quis, nisi. Nulla tempor augue at ipsum. &lt;br /&gt;&lt;br /&gt;Vestibulum cursus, nisl in euismod ullamcorper, nibh turpis nonummy tortor, a suscipit ligula massa ac quam. Sed urna velit, feugiat sed, fringilla ut, tincidunt quis, orci. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.&lt;br /&gt;&lt;br /&gt;&lt;div align=&quot;center&quot;&gt;&lt;font face=&quot;georgia&quot; size=&quot;1&quot;&gt;&lt;a href=&quot;URL&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;font color=&quot;#8f8f8f&quot;&gt;&lt;u&gt;link 1&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;    &lt;a href=&quot;URL&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;font color=&quot;#8f8f8f&quot;&gt;&lt;u&gt;link 2&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;    &lt;a href=&quot;http://thrashmetal.livejournal.com&quot; target=&quot;_blank&quot;&gt;&lt;font color=&quot;#ccc&quot;&gt;&lt;u&gt;profile code&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt; &lt;td bgcolor=&quot;#111&quot; width=&quot;50%&quot;&gt;&lt;font face=&quot;georgia&quot; size=&quot;1&quot; cellpadding=&quot;5&quot; color=&quot;#ccc&quot;&gt;&lt;div align=&quot;justify&quot;&gt;Etiam elementum sem a dui. Vestibulum pharetra, urna sed imperdiet sagittis, quam ipsum dapibus purus, non pretium velit odio non risus. Donec id ante. Phasellus eu elit vitae urna pretium viverra. &lt;br /&gt;&lt;br /&gt;Duis vestibulum tristique lacus. Etiam et quam non risus convallis ultrices. Cras viverra purus sed ipsum. Quisque mi lacus, volutpat vitae, consequat sit amet, sagittis eget, tortor. Fusce ligula arcu, tempor vel, condimentum rhoncus, sagittis condimentum, erat. &lt;br /&gt;&lt;br /&gt;&lt;div align=&quot;center&quot;&gt;&lt;font face=&quot;georgia&quot; size=&quot;1&quot;&gt;&lt;a href=&quot;URL&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;font color=&quot;#8f8f8f&quot;&gt;&lt;u&gt;link 1&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;    &lt;a href=&quot;URL&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;font color=&quot;#8f8f8f&quot;&gt;&lt;u&gt;link 2&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;    &lt;a href=&quot;URL&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;font color=&quot;#8f8f8f&quot;&gt;&lt;u&gt;link 3&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; &lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;textarea cols=&quot;60&quot; rows=&quot;5&quot;&gt;&amp;lt;table cellspacing=&quot;20&quot; cellpadding=&quot;5&quot; background=&quot;http://lj.irondevil.org/components/wood/wood2.jpg&quot; align=&quot;center&quot; width=&quot;80%&quot; height=&quot;150&quot;&amp;gt; &amp;lt;tr&amp;gt; &amp;lt;td&amp;gt;&amp;lt;table cellpadding=&quot;20&quot; cellspacing=&quot;15&quot;&amp;gt;&amp;lt;tr valign=&quot;top&quot;&amp;gt;&amp;lt;td bgcolor=&quot;#111&quot; width=&quot;50%&quot;&amp;gt;&amp;lt;font face=&quot;georgia&quot; size=&quot;1&quot; color=&quot;#ccc&quot;&amp;gt;&amp;lt;div align=&quot;justify&quot;&amp;gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis nisi lacus, luctus eget, lacinia quis, mollis quis, nisi. Nulla tempor augue at ipsum. 

Vestibulum cursus, nisl in euismod ullamcorper, nibh turpis nonummy tortor, a suscipit ligula massa ac quam. Sed urna velit, feugiat sed, fringilla ut, tincidunt quis, orci. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.

&amp;lt;div align=&quot;center&quot;&amp;gt;&amp;lt;font face=&quot;georgia&quot; size=&quot;1&quot;&amp;gt;&amp;lt;A HREF=&quot;URL&quot;&amp;gt;&amp;lt;font color=&quot;#8f8f8f&quot;&amp;gt;&amp;lt;u&amp;gt;link 1&amp;lt;/font&amp;gt;&amp;lt;/U&amp;gt;&amp;lt;/A&amp;gt;    &amp;lt;A HREF=&quot;URL&quot;&amp;gt;&amp;lt;font color=&quot;#8f8f8f&quot;&amp;gt;&amp;lt;u&amp;gt;link 2&amp;lt;/font&amp;gt;&amp;lt;/U&amp;gt;&amp;lt;/A&amp;gt;    &amp;lt;A HREF=&quot;http://thrashmetal.livejournal.com&quot;&amp;gt;&amp;lt;font color=&quot;#ccc&quot;&amp;gt;&amp;lt;u&amp;gt;profile code&amp;lt;/font&amp;gt;&amp;lt;/U&amp;gt;&amp;lt;/A&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/td&amp;gt; &amp;lt;td bgcolor=&quot;#111&quot; width=&quot;50%&quot;&amp;gt;&amp;lt;font face=&quot;georgia&quot; size=&quot;1&quot; cellpadding=&quot;5&quot; color=&quot;#ccc&quot;&amp;gt;&amp;lt;div align=&quot;justify&quot;&amp;gt;Etiam elementum sem a dui. Vestibulum pharetra, urna sed imperdiet sagittis, quam ipsum dapibus purus, non pretium velit odio non risus. Donec id ante. Phasellus eu elit vitae urna pretium viverra. 

Duis vestibulum tristique lacus. Etiam et quam non risus convallis ultrices. Cras viverra purus sed ipsum. Quisque mi lacus, volutpat vitae, consequat sit amet, sagittis eget, tortor. Fusce ligula arcu, tempor vel, condimentum rhoncus, sagittis condimentum, erat. 

&amp;lt;div align=&quot;center&quot;&amp;gt;&amp;lt;font face=&quot;georgia&quot; size=&quot;1&quot;&amp;gt;&amp;lt;A HREF=&quot;URL&quot;&amp;gt;&amp;lt;font color=&quot;#8f8f8f&quot;&amp;gt;&amp;lt;u&amp;gt;link 1&amp;lt;/font&amp;gt;&amp;lt;/U&amp;gt;&amp;lt;/A&amp;gt;    &amp;lt;A HREF=&quot;URL&quot;&amp;gt;&amp;lt;font color=&quot;#8f8f8f&quot;&amp;gt;&amp;lt;u&amp;gt;link 2&amp;lt;/font&amp;gt;&amp;lt;/U&amp;gt;&amp;lt;/A&amp;gt;    &amp;lt;A HREF=&quot;URL&quot;&amp;gt;&amp;lt;font color=&quot;#8f8f8f&quot;&amp;gt;&amp;lt;u&amp;gt;link 3&amp;lt;/font&amp;gt;&amp;lt;/U&amp;gt;&amp;lt;/A&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://community.livejournal.com/thrashmetal/29110.html#profile&quot; target=&quot;_blank&quot;&gt;How do I install profile codes?&lt;/a&gt;&lt;/center&gt;&lt;a name=&apos;cutid1-end&apos;&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;</description>
  <comments>https://spire.livejournal.com/46130.html?view=comments#comments</comments>
  <category>- profile</category>
  <lj:security>public</lj:security>
  <lj:poster>daemon</lj:poster>
  <lj:posterid>16797028</lj:posterid>
  <lj:reply-count>13</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://spire.livejournal.com/45992.html</guid>
  <pubDate>Sun, 01 Feb 2009 03:00:38 GMT</pubDate>
  <title>smooth sailing: visual bookmark</title>
  <author>daemon</author>
  <link>https://spire.livejournal.com/45992.html</link>
  <description>&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://lj.irondevil.org/bookmark.php&quot; target=&quot;_blank&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/faea933943d53d958a3ba74c6e01368885c07c448e5c075c916939b94a154b6b/P2WlxyVijxKvgmFv9cdfVEMdsf-ah7h000TMTqBcgdTW5RHY2863DwUvDUA4HEJ-vU9UjjaQZApDX08:TTTAT9C0Hqww-ofztBspcg&quot; border=&quot;0&quot; fetchpriority=&quot;high&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;A layout based off of &lt;a href=&quot;http://weheartit.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;We Heart It&lt;/a&gt;&apos;s design.  &lt;br /&gt;&lt;br /&gt;&lt;b&gt;UPDATE (11:48pm EST):&lt;/b&gt; Removed some leftover code that did weird things to the Free Text.&lt;br /&gt;&lt;br /&gt;&lt;table width=&quot;65%&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;10&quot; cellspacing=&quot;1&quot;&gt;
  &lt;tr&gt;
    &lt;th colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot; scope=&quot;col&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;layout notes&lt;/font&gt;&lt;/div&gt;&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width=&quot;35%&quot; align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;account types&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td width=&quot;65%&quot; bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Basic, Plus, Paid&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;compatible browsers&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Internet Explorer 7, Mozilla Firefox, Opera, Safari, Google Chrome&lt;font size=&quot;1&quot;&gt;&lt;br /&gt;	&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;minimum resolution&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;800x600&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;comment pages&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Yes&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;navstrip&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Optional&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;disabled&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;N/A&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt; 
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;css stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;div style=&quot;margin:10px 0;text-align:center&quot;&gt;&lt;textarea cols=&quot;50&quot; rows=&quot;10&quot;&gt;/*---------------------------------------------------
STYLESHEET CREATOR: scythe.livejournal.com
STYLESHEET NAME: Visual Bookmark
S2 STYLE: Smooth Sailing
DOWNLOAD: thrashmetal.livejournal.com

****Please remember to credit!****
-----------------------------------------------------*/

body{color:#333; font-family:arial; font-size:12px; margin:0}
textarea, input, select{background:#FFF none repeat scroll 0 0; border:1px solid #CCC; color:#333; font-size:12px; line-height:19px; padding:2px 3px}
a, a:visited{color:#F06; text-decoration:none}
a img{border:medium none}
li{background:transparent url(http://lj.irondevil.org/components/grayli.png) no-repeat scroll 0 7px; color:#8E8E8E; list-style-type:none; margin:5px 0; padding:0 0 0 11px}
blockquote{background:#333 none repeat scroll 0 0; color:#F2F2F2; padding:15px}
.header-title{color:#333; font-family:helvetica; font-size:53px; font-weight:bold; letter-spacing:-4px}
.header-title:first-letter{color:#F06}
.header-subtitle{color:#666; font-size:9px; letter-spacing:1px; margin-left:18px; margin-top:-9px; text-transform:uppercase}
.pagefooterblock{display:none}
.bodyblock{margin:0 auto; padding-top:20px; width:780px}
.bodynavblock{color:#AAA; margin:0 33px; padding:0}
.body-title{display:none}
.body-midtitle{border-top:1px solid #CCC; color:#FFF; font-size:0; padding-top:4px}
.entryHolder{border-left:1px solid #CCC; border-right:1px solid #CCC; border-top:1px solid #CCC; color:#333; font-size:12px; line-height:17px}
.entryUserinfo{margin:0 13px 0 18px}
.entryUserinfo-username{margin-top:6px; text-align:center}
.entryUserinfo-username .ljuser a b{color:#333}
.entryUserinfo-usericon img{border:10px solid #333}
.entryText{padding:0 22px; text-align:justify}
.entryText img{max-width:300px}
.entryHeader{border-bottom:0 none; color:#666; font-size:20px; line-height:17px; padding:28px 22px 11px; text-transform:lowercase}
.entryHeader a{color:#666; font-size:20px}
.entryHeaderSubject{font-size:0}
.entryHeaderDate{color:#D8D8D8; display:block; float:right; font-size:10px; margin-top:-14px; position:absolute; text-align:right; text-transform:uppercase}
.entryMetadata{font-size:11px; line-height:11px; margin-bottom:0; padding:14px}
.entryMetadata a, .entryMetadata a:visited{text-transform:lowercase}
.entryMetadata ul{margin:0; padding:0}
.entryMetadata li{background:transparent none repeat scroll 0 0; color:#666; list-style-image:none; list-style-position:outside; list-style-type:none; padding-right:10px}
.entryMetadata-label{font-weight:bold; padding-right:4px; text-transform:lowercase}
.entryLinkbar{background:#EEE none repeat scroll 0 0; color:#000; margin:15px 15px 10px; padding:4px 11px; text-align:right; text-transform:lowercase}
.entryLinkbar a{color:#666; font-size:11px; margin-left:12px}
.entryLinkbar ul{margin-bottom:0 !important; margin-left:0 !important; margin-top:0 !important; padding:0}
.entryLinkbar li{background:transparent none repeat scroll 0 0; display:inline; margin:0; padding:0}
.yearlinks{text-align:right}
.yearlink{padding-left:4px; padding-right:4px}
.month{background:transparent none repeat scroll 0 0; margin:13px auto; padding:0 0 12px; width:420px}
.daysubjects{padding:0 8px 10px 40px}
.daytitles{border:1px solid #FFF; color:#333; font-size:14px; text-align:center; text-transform:lowercase}
.day{background:#E6E6E6 none repeat scroll 0 0; border:1px solid #FFF; margin-bottom:0; padding:3px}
.day-date{font-family:arial; font-size:10px; text-align:center; width:50%}
.day-count{float:right; font-size:20px; text-align:center; width:50%}
.day-count a{font-family:helvetica,arial; font-size:19px; font-weight:normal; padding:3px}
.sidebar{font-size:11px; margin-left:20px; width:230px}
.sidebox{border:1px solid #CCC; line-height:18px; margin-bottom:20px; margin-right:auto; margin-top:0; padding:15px; text-align:justify}
.sideboxTitle{color:#666; font-size:20px; margin-bottom:9px; text-transform:lowercase}
.sidebox #profile{min-height:53px; padding:0 9px}
.sidebox #profile .ljuser a b{color:#666; font-size:20px; font-weight:normal; text-transform:lowercase}
.sidebox #profile img[src*=&quot;userinfo.gif&quot;], .sidebox #profile img[src*=&quot;community.gif&quot;]{background:transparent none repeat scroll 0 0 !important; height:0; padding:0 !important; width:0}
.sidebox #profile img.profile-userpic{float:left; height:50px; margin-right:10px; width:50px}
.profile-label{display:none}
.profile-content{line-height:20px; text-transform:uppercase}
.sidebox #latestmonth table{margin-left:auto; margin-right:auto; margin-top:4px; padding-bottom:10px; width:90%}
.sidebox #latestmonth a{text-transform:lowercase}
.latestmonth-inactive{background:#EEE none repeat scroll 0 0; border:1px solid #FFF; color:#AAA; font-size:9px; height:24px; padding-left:2px; width:24px}
.latestmonth-active{background:#EEE none repeat scroll 0 0; border:1px solid #FFF; height:24px; padding-left:2px; text-align:left; width:24px}
.latestmonth-active:hover, .latestmonth-inactive:hover{background:#E2E2E2 none repeat scroll 0 0}
.latestmonth-active a{font-size:9px}
.sidebox #systemlinks a:link, .sidebox #systemlinks a:active, .sidebox #systemlinks a:visited{font-size:18px}
.listtitle{color:#666; font-size:20px; text-transform:lowercase}
.pageheaderblock{margin:65px auto 0; width:780px}
.header-menu{margin-top:15px}
.header-menu a{color:#CCC; font-size:13px; text-transform:lowercase}
#footer-menu{border-top:1px solid #CCC; margin:0; padding:0 0 10px; text-align:right}
#footer-menu a, .footer-menu a:visited{margin-right:8px; text-transform:lowercase}
#footer-menu ul{margin:10px 0 0; padding:0}
#footer-menu li{background:transparent none repeat scroll 0 0; display:inline; padding:0}
.header-menu ul{background:#333 none repeat scroll 0 0; margin:0 auto; padding:6px}
.header-menu li{background:transparent none repeat scroll 0 0; display:inline; list-style-image:none; list-style-position:outside; list-style-type:none; margin-right:11px}
.taglist{padding-bottom:10px}
.ljuser a b{background:transparent none repeat scroll 0 0; letter-spacing:0}
img[src*=&quot;userinfo.gif&quot;]{background-image:url(http://irondevil.org/icon/categories/diagona%2010a/05.png) !important; background-repeat:no-repeat !important; height:0; padding:15px 11px 0 0 !important; width:0}
img[src*=&quot;openid-profile.gif&quot;]{background-image:url(http://irondevil.org/icon/categories/diagona%2010b/15.png); background-repeat:no-repeat !important; height:0; padding:16px 11px 0 0 !important; width:0}
img[src*=&quot;anonymous.gif&quot;]{background-image:url(http://irondevil.org/icon/categories/diagona%2010c/50.png); background-repeat:no-repeat !important; height:0; padding:15px 11px 0 0 !important; width:0}
img[src*=&quot;community.gif&quot;]{background-image:url(http://irondevil.org/icon/categories/diagona%2010a/45.png) !important; background-repeat:no-repeat !important; height:0; padding:15px 11px 0 0 !important; width:0}
img[src*=&quot;partnercomm.gif&quot;]{background-image:url(http://irondevil.org/icon/categories/diagona%2010a/41.png); background-repeat:no-repeat !important; height:0; padding:14px 12px 0 0 !important; width:0}
img[src*=&quot;newsinfo.gif&quot;]{background-image:url(http://irondevil.org/icon/categories/diagona%2010b/28.png); background-repeat:no-repeat !important; height:0; padding:14px 12px 0 0 !important; width:0}
img[src*=&quot;syndicated.gif&quot;]{background-image:url(http://irondevil.org/icon/categories/diagona%2010a/01.png); background-repeat:no-repeat !important; height:0; padding:15px 12px 0 0 !important; width:0}
img[src*=&quot;icon_protected.gif&quot;]{background-image:url(http://irondevil.org/icon/categories/fugue/lock.png) !important; background-repeat:no-repeat !important; height:0; padding:16px 18px 0 0 !important; width:0}
img[src*=&quot;icon_groups.gif&quot;]{background-image:url(http://irondevil.org/icon/categories/fugue/lock.png) !important; background-repeat:no-repeat; height:0; padding:16px 18px 0 0 !important; width:0}
img[src*=&quot;icon_private.gif&quot;]{background-image:url(http://irondevil.org/icon/categories/fugue/key.png) !important; background-repeat:no-repeat; height:0; padding:17px 18px 0 0 !important; width:0}
div.ContextualPopup img{border:0 none}
div.ContextualPopup div.Inner{background-color:#F9F9F9 !important; border:medium none; color:#A0A0A0 !important; font-family:arial; font-size:10px; padding:7px; width:20em}
div.ContextualPopup .Content{line-height:1.4; margin-right:50px; padding:2px 4px 6px}
div.ContextualPopup .Relation{font-weight:bold !important}
div.ContextualPopup .Content .OnlineStatus{font-weight:bold}
div.ContextualPopup .Userpic{padding:8px 8px 0 0}
div.ContextualPopup div.Inner a, div.ContextualPopup div.Inner a:visited{color:#5F5F5F !important; font-weight:normal}
.entryLinkbar a[href*=&quot;subscriptions&quot;], .entryLinkbar a[href*=&quot;tellafriend&quot;]{display:none}
#lj_controlstrip{background:transparent none repeat scroll 0 0 !important}
#lj_controlstrip_statustext{color:#333}
#lj_controlstrip a{color:#333}
#lj_controlstrip_user, #lj_controlstrip_actionlinks, #lj_controlstrip_search, #lj_controlstrip_login, #lj_controlstrip_loggedout_userpic{border-right:0 none}
#lj_controlstrip_userpic{background-image:url(http://stat.livejournal.com/palimg/controlstrip/ljlogo.gif/ptd4dce8000000)}
#lj_controlstrip_loggedout_userpic{background-image:url(http://stat.livejournal.com/palimg/controlstrip/ljlogo-loggedout.gif/ptd4dce8000000)}
#lj_controlstrip_search_input_text, #lj_controlstrip select, #lj_controlstrip input#xc_user, #lj_controlstrip input#xc_password, #lj_controlstrip input#xc_remember, #lj_controlstrip input{background:transparent none repeat scroll 0 0 !important; border:0 none; color:#F06 !important}
.commentHolder{border:1px solid #CCC; color:#666; margin:18px 0; padding:23px 5px 0; text-align:justify}
.commentUserinfo{font-size:0; line-height:20px; padding-left:13px; text-align:center}
.commentUserinfo .ljuser a b{color:#333; font-size:12px}
.commentUserinfo-usericon img{border:10px solid #333}
.commentText{line-height:18px; padding:0 14px}
.commentHeader{display:none}
.commentHeaderScreened{display:none}
.commentLinkbar{text-align:right}
.commentLinkbar ul{margin:0 0 7px; padding:0}
.commentLinkbar li{background:transparent none repeat scroll 0 0; display:inline}
.commentLinkbar a{font-size:11px; text-transform:lowercase}
.replyform{color:#333; padding:20px 40px}
#qrform table{border:medium none !important}
#qrform input[type*=&quot;submit&quot;], .replyform input[type*=&quot;submit&quot;]{background:#F06; border:0 none; color:#FFF; font-size:11px; font-weight:bold; text-transform:lowercase}&lt;/textarea&gt;&lt;/div&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot;&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;how to install&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;select journal style&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;b&gt;a.&lt;/b&gt; Apply any &lt;a href=&quot;http://www.livejournal.com/customize/?layoutid=4601331&quot; target=&quot;_blank&quot;&gt;Smooth Sailing&lt;/a&gt; theme.&lt;br&gt;&lt;br&gt;&lt;b&gt;b.&lt;/b&gt; Scroll down to &lt;b&gt;Choose a Page Setup&lt;/b&gt; and select &lt;b&gt;2 Column (sidebar on right).&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;display&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Scroll down to &lt;b&gt;Wrap Entry text under userinfo&lt;/b&gt; and set the dropdown box to &lt;b&gt;Yes&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=customcss&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;custom css&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Make sure any drop-down boxes are set to &lt;b&gt;No&lt;/b&gt;, paste the code into the box, and click &lt;b&gt;Save Changes&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;optional&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;change the pink&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Don&apos;t like pink?  Neither do I.  Simply paste the code into a text editor and &lt;b&gt;Replace&lt;/b&gt; (CTRL+H) &lt;code&gt;#&lt;font color=&quot;#FF0066&quot;&gt;F06&lt;/font&gt;&lt;/code&gt; with the color of your choice.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;hide the title/subtitle&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Find &lt;code&gt;.header-title&lt;/code&gt; or &lt;code&gt;.header-subtitle&lt;/code&gt; and add &lt;code&gt;display:none;&lt;/code&gt; to the code.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;appendix&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;credit and comment&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Please credit &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-C     &quot;  data-ljuser=&quot;spire&quot; lj:user=&quot;spire&quot; &gt;&lt;a href=&quot;https://spire.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/community.png?v=556&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://spire.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;spire&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; somewhere public. (Profile, Links List, Friends Only post, etc.)&lt;br /&gt;• Comments aren&apos;t required, but are appreciated!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;resources&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
   &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt; • Icon by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;maylene&quot; lj:user=&quot;maylene&quot; &gt;&lt;a href=&quot;https://maylene.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://maylene.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;maylene&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;. &lt;/font&gt;&lt;/td&gt; 
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#F64A2C&quot;&gt;&lt;font color=&quot;#FFFFFF&quot; size=&quot;6&quot; face=&quot;georgia&quot;&gt;read the &lt;a href=&quot;http://community.livejournal.com/thrashmetal/29110.html&quot; target=&quot;_blank&quot; style=&quot;color: #FFFFFF;&quot; target=&quot;_blank&quot;&gt;layout faq&lt;/a&gt; before asking questions!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;a name=&apos;cutid1-end&apos;&gt;&lt;/a&gt;&lt;/b&gt;</description>
  <comments>https://spire.livejournal.com/45992.html?view=comments#comments</comments>
  <category>style: smooth sailing</category>
  <category>- all layouts</category>
  <media:title type="plain">AC/DC - Beating Around the Bush | Powered by Last.fm</media:title>
  <lj:music>AC/DC - Beating Around the Bush | Powered by Last.fm</lj:music>
  <lj:security>public</lj:security>
  <lj:poster>daemon</lj:poster>
  <lj:posterid>16797028</lj:posterid>
  <lj:reply-count>132</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://spire.livejournal.com/44589.html</guid>
  <pubDate>Mon, 19 Jan 2009 15:00:15 GMT</pubDate>
  <title>smooth sailing: ashes in your mouth</title>
  <author>daemon</author>
  <link>https://spire.livejournal.com/44589.html</link>
  <description>&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://lj.irondevil.org/ashes.php&quot; target=&quot;_blank&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/1d127fbc13c2b824e19c6d78225eab67cee494d946b4344dae5580bb36fe32d4/P2WlxyVijxKvgmFv9cdfVEMdsf-ah7h000TMTqBcgdTW5RHY2863DwUvDUA4H155s1EbmzTYIR4:cfYZ8B6ZXZqx9j5gAre3fA&quot; border=&quot;0&quot; fetchpriority=&quot;high&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://lj.irondevil.org/ashes-light.php&quot; target=&quot;_blank&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/d5365bcac5d9d3a08316c127369b17d69baac6fbd89336bc2481a1fd50741b1c/P2WlxyVijxKvgmFv9cdfVEMdsf-ah7h000TMTqBcgdTW5RHY2863DwUvDUA4H155s1EYkDTZaxcLGlsK3wU:Yrzerf1s_JnWcIhSpliBLw&quot; border=&quot;0&quot; loading=&quot;lazy&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt;	&lt;/div&gt;Another layout I made for a personal journal.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;EDIT:&lt;/b&gt; Added a light version. :) And fixed a line-height bug with the sidebar links.&lt;br&gt;&lt;br /&gt;&lt;table width=&quot;65%&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;10&quot; cellspacing=&quot;1&quot;&gt;
  &lt;tr&gt;
    &lt;th colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot; scope=&quot;col&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;layout notes&lt;/font&gt;&lt;/div&gt;&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width=&quot;35%&quot; align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;account types&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td width=&quot;65%&quot; bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Basic, Plus, Paid&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;compatible browsers&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Internet Explorer 7, Mozilla Firefox, Opera, Safari, Google Chrome&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;minimum resolution&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;1024x768&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;comment pages&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Yes&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;navstrip&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Optional&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;disabled&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Default navigation (Recent, Friends, Archive etc)&lt;br /&gt;• Search, page summary, and profile in the sidebar&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt; 
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;css stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;pick your layout:&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• &lt;a href=&quot;http://lj.irondevil.org/archive/Smooth%20Sailing%20-%20Ashes%20in%20Your%20Mouth%20(dark).css&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Ashes in Your Mouth (dark)&lt;/a&gt;&lt;br /&gt;• &lt;a href=&quot;http://lj.irondevil.org/archive/Smooth%20Sailing%20-%20Ashes%20in%20Your%20Mouth%20(light).css&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Ashes in Your Mouth (light)&lt;/a&gt;&lt;br /&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot;&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;how to install&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;select journal style&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Apply any &lt;a href=&quot;http://www.livejournal.com/customize/?layoutid=4601331&quot; target=&quot;_blank&quot;&gt;Smooth Sailing&lt;/a&gt; theme.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  
&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=text_sidebar&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;sidebar&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;b&gt;a.&lt;/b&gt; Click &lt;b&gt;Sidebar&lt;/b&gt;.  Set these drop down boxes to the following:&lt;ul&gt;&lt;li&gt;&lt;b&gt;Links Visibility&lt;/b&gt; - 1&lt;/li&gt;&lt;li&gt;&lt;b&gt;Free Text Position&lt;/b&gt; - 2&lt;/li&gt;&lt;li&gt;&lt;b&gt;Free Text #2 Position&lt;/b&gt; - 3&lt;/li&gt;&lt;li&gt;&lt;b&gt;Latest Month Position and Tags Sidebox Position&lt;/b&gt; - Optional; arrange these wherever&lt;/li&gt;&lt;/ul&gt;&lt;b&gt;Hide&lt;/b&gt; all other &lt;b&gt;Position&lt;/b&gt; boxes.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;b.&lt;/b&gt; Scroll down to &lt;b&gt;Free Text Sidebox Text&lt;/b&gt;.  This is where you put in the code for the smaller links.&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;textarea&gt;&amp;lt;a href=&quot;URL&quot;&amp;gt;LINK1 TEXT&amp;lt;/a&amp;gt; &amp;lt;a href=&quot;URL&quot;&amp;gt;LINK2 TEXT&amp;lt;/a&amp;gt; &amp;lt;a href=&quot;URL&quot;&amp;gt;LINK3 TEXT&amp;lt;/a&amp;gt;&lt;/textarea&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=linkslist&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;links list&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Define your links.  These are the big links in the sidebar.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=customcss&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;custom css&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Click &lt;b&gt;Custom CSS&lt;/b&gt;.   Make sure any drop-down boxes are set to &lt;b&gt;No&lt;/b&gt;, paste the code into the box, and click &lt;b&gt;Save Changes&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;optional&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;upload images&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i43.tinypic.com/efgunt.gif&apos; rel=&apos;nofollow&apos;&gt;http://i43.tinypic.com/efgunt.gif&lt;/a&gt; (dark)&lt;br /&gt;&lt;a target=&apos;_blank&apos; href=&apos;http://i42.tinypic.com/6zple9.gif&apos; rel=&apos;nofollow&apos;&gt;http://i42.tinypic.com/6zple9.gif&lt;/a&gt; (light)&lt;br /&gt;&lt;br /&gt;Upload the images to a site like &lt;a href=&quot;http://tinypic.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Tinypic&lt;/a&gt; or &lt;a href=&quot;http://photobucket.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Photobucket&lt;/a&gt;, then replace the old URLs.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;entry date format&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Go to &lt;b&gt;Entry Text&lt;/b&gt; &amp;raquo; &lt;b&gt;Page&lt;/b&gt; &amp;raquo; &lt;b&gt;Format for Date and Time (Recent/Friends/Entry/Reply page)&lt;/b&gt; and paste in the following:&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;textarea&gt;%%month%% %%dayord%%, %%yyyy%%&lt;/textarea&gt;&lt;/center&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;      &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;appendix&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;credit and comment&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Please credit &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-C     &quot;  data-ljuser=&quot;spire&quot; lj:user=&quot;spire&quot; &gt;&lt;a href=&quot;https://spire.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/community.png?v=556&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://spire.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;spire&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; somewhere public. (Profile, Links List, Friends Only post, etc.)&lt;br /&gt;• Comments aren&apos;t required, but are appreciated!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;resources&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
   &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt; &amp;bull; Icons by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;puncture&quot; lj:user=&quot;puncture&quot; &gt;&lt;a href=&quot;https://puncture.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://puncture.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;puncture&lt;/b&gt;&lt;/a&gt;&lt;a class=&quot;i-ljuser-badge i-ljuser-badge--pro&quot; data-badge-type=&quot;pro&quot; data-placement=&quot;bottom&quot; data-pro-badge data-pro-badge-type=&quot;1&quot; data-is-raw hidden href=&quot;#&quot;&gt;&lt;span class=&quot;i-ljuser-badge__icon&quot;&gt;&lt;svg class=&quot;svgicon&quot; width=&quot;25&quot; height=&quot;16&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 33 24&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M19.326 11.95c0 2.01 1.47 3.45 3.48 3.45 2.02 0 3.49-1.44 3.49-3.45 0-2.01-1.47-3.45-3.49-3.45-2.01 0-3.48 1.44-3.48 3.45Zm5.51 0c0 1.24-.8 2.19-2.03 2.19-1.23 0-2.02-.95-2.02-2.19 0-1.25.79-2.19 2.02-2.19s2.03.94 2.03 2.19ZM7.92 15.28H6.5V8.61h3.12c1.45 0 2.24.98 2.24 2.15 0 1.16-.8 2.15-2.24 2.15h-1.7v2.37Zm1.51-3.62c.56 0 .98-.35.98-.9 0-.56-.42-.9-.98-.9H7.92v1.8h1.51ZM18.3802 15.28h-1.63l-1.31-2.37h-1.04v2.37h-1.42V8.61h3.12c1.39 0 2.24.91 2.24 2.15 0 1.18-.74 1.81-1.46 1.98l1.5 2.54Zm-2.49-3.62c.57 0 1-.34 1-.9s-.43-.9-1-.9h-1.49v1.8h1.49Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M2 8c0-2.20914 1.79086-4 4-4h20.5c2.2091 0 4 1.79086 4 4v7.9c0 2.2091-1.7909 4-4 4H6c-2.20914 0-4-1.7909-4-4V8Zm4-2.5h20.5C27.8807 5.5 29 6.61929 29 8v7.9c0 1.3807-1.1193 2.5-2.5 2.5H6c-1.38071 0-2.5-1.1193-2.5-2.5V8c0-1.38071 1.11929-2.5 2.5-2.5Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; and &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-C     &quot;  data-ljuser=&quot;infectedframe&quot; lj:user=&quot;infectedframe&quot; &gt;&lt;a href=&quot;https://infectedframe.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/community.png?v=556&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://infectedframe.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;infectedframe&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; &lt;/font&gt;&lt;/td&gt; 
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#F64A2C&quot;&gt;&lt;font color=&quot;#FFFFFF&quot; size=&quot;6&quot; face=&quot;georgia&quot;&gt;read the &lt;a href=&quot;http://community.livejournal.com/thrashmetal/29110.html&quot; target=&quot;_blank&quot; style=&quot;color: #FFFFFF;&quot; target=&quot;_blank&quot;&gt;layout faq&lt;/a&gt; before asking questions!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;a name=&apos;cutid1-end&apos;&gt;&lt;/a&gt;&lt;/center&gt;</description>
  <comments>https://spire.livejournal.com/44589.html?view=comments#comments</comments>
  <category>style: smooth sailing</category>
  <category>- all layouts</category>
  <lj:security>public</lj:security>
  <lj:poster>daemon</lj:poster>
  <lj:posterid>16797028</lj:posterid>
  <lj:reply-count>89</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://spire.livejournal.com/44364.html</guid>
  <pubDate>Sun, 18 Jan 2009 14:34:58 GMT</pubDate>
  <title>profile: static discharge</title>
  <author>daemon</author>
  <link>https://spire.livejournal.com/44364.html</link>
  <description>&lt;center&gt;&lt;img src=&quot;https://imgprx.livejournal.net/c25a30c169c99c6d4df90753ec53c7b1e9925417a7bc250c90ffffa783e05a68/P2WlxyVijxKvgmFv9cdfVUMdsf-ah7h0yFmVCbFXmsDf_BnQ28KqBQUgCUtyDQIl4hoHzgLObFdHGx0cj1Uo60cbgnSBP-CHr0c:JU4jTamXz9JunLcTymDWtw&quot; fetchpriority=&quot;high&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/center&gt;Ooooh man I haven&apos;t hand coded tables since I first attempted webdesign on fucking &lt;i&gt;Neopets&lt;/i&gt;. :&apos;D But after hearing a bunch of you say that&apos;s what you normally do, I decided to give those table coding skills a polish.&lt;br /&gt;&lt;br /&gt;This layout is rudimentary and not that fancy, but hey. :F  It&apos;s fluid width and should stretch/shrink to fit your browser.&lt;br /&gt;&lt;br /&gt;&lt;table cellspacing=&quot;30&quot; cellpadding=&quot;10&quot; background=&quot;https://imgprx.livejournal.net/dedbb09836983f9bdc4c5b894c0c63a7658b8f314e300866f113a1322e41eac9/P2WlxyVijxKvgmFv9cdfVUMdsf-ah7h01h3bCaZagcnD-huals6oRxh-DF0kEE4_sUtT3iA:8DECEaC5BEL-R7LIC8nDnw&quot; align=&quot;center&quot; width=&quot;60%&quot; height=&quot;150&quot;&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffffff&quot;&gt;&lt;div align=&quot;right&quot;&gt;&lt;font face=&quot;georgia&quot; size=&quot;6&quot; color=&quot;#5f5f5f&quot;&gt;static discharge.&lt;/font&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/div&gt; &lt;table&gt;&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;&lt;font face=&quot;courier new&quot; size=&quot;2&quot; cellpadding=&quot;5&quot; color=&quot;#8C8C8C&quot;&gt;&lt;div align=&quot;justify&quot;&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis nisi lacus, luctus eget, lacinia quis, mollis quis, nisi. Nulla tempor augue at ipsum. &lt;br /&gt;&lt;br /&gt;Vestibulum cursus, nisl in euismod ullamcorper, nibh turpis nonummy tortor, a suscipit ligula massa ac quam. Sed urna velit, feugiat sed, fringilla ut, tincidunt quis, orci. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.&lt;br /&gt;&lt;br /&gt;&lt;div align=&quot;center&quot;&gt;&lt;font face=&quot;georgia&quot; size=&quot;1&quot;&gt;&lt;a href=&quot;URL&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;font color=&quot;#8C8C8C&quot;&gt;&lt;u&gt;link 1&lt;/font&gt;&lt;/u&gt;&lt;/a&gt; &amp;nbsp;&amp;nbsp; &lt;a href=&quot;URL&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;font color=&quot;#8C8C8C&quot;&gt;&lt;u&gt;link 2&lt;/font&gt;&lt;/u&gt;&lt;/a&gt; &amp;nbsp;&amp;nbsp; &lt;a href=&quot;http://thrashmetal.livejournal.com&quot; target=&quot;_blank&quot;&gt;&lt;font color=&quot;#8C8C8C&quot;&gt;&lt;u&gt;profile code&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;textarea cols=&quot;60&quot; rows=&quot;5&quot;&gt;&amp;lt;table cellspacing=&quot;30&quot; cellpadding=&quot;10&quot; background=&quot;http://i39.tinypic.com/28lz3nc.gif&quot; align=&quot;center&quot; width=&quot;60%&quot; height=&quot;150&quot;&amp;gt; &amp;lt;tr&amp;gt; &amp;lt;td bgcolor=&quot;#ffffff&quot;&amp;gt;&amp;lt;div align=&quot;right&quot;&amp;gt;&amp;lt;font face=&quot;georgia&quot; size=&quot;6&quot; color=&quot;#5f5f5f&quot;&amp;gt;YOUR TITLE HERE&amp;lt;/font&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/div&amp;gt; &amp;lt;table&amp;gt;&amp;lt;tr valign=&quot;top&quot;&amp;gt;&amp;lt;td&amp;gt;&amp;lt;font face=&quot;courier new&quot; size=&quot;2&quot; cellpadding=&quot;5&quot; color=&quot;#8C8C8C&quot;&amp;gt;&amp;lt;div align=&quot;justify&quot;&amp;gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis nisi lacus, luctus eget, lacinia quis, mollis quis, nisi. Nulla tempor augue at ipsum. 

Vestibulum cursus, nisl in euismod ullamcorper, nibh turpis nonummy tortor, a suscipit ligula massa ac quam. Sed urna velit, feugiat sed, fringilla ut, tincidunt quis, orci. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.

&amp;lt;div align=&quot;center&quot;&amp;gt;&amp;lt;font face=&quot;georgia&quot; size=&quot;1&quot;&amp;gt;&amp;lt;A HREF=&quot;URL&quot;&amp;gt;&amp;lt;font color=&quot;#8C8C8C&quot;&amp;gt;&amp;lt;u&amp;gt;link 1&amp;lt;/font&amp;gt;&amp;lt;/U&amp;gt;&amp;lt;/A&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;A HREF=&quot;URL&quot;&amp;gt;&amp;lt;font color=&quot;#8C8C8C&quot;&amp;gt;&amp;lt;u&amp;gt;link 2&amp;lt;/font&amp;gt;&amp;lt;/U&amp;gt;&amp;lt;/A&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;A HREF=&quot;http://thrashmetal.livejournal.com&quot;&amp;gt;&amp;lt;font color=&quot;#8C8C8C&quot;&amp;gt;&amp;lt;u&amp;gt;profile code&amp;lt;/font&amp;gt;&amp;lt;/U&amp;gt;&amp;lt;/A&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt; &lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://community.livejournal.com/thrashmetal/29110.html#profile&quot; target=&quot;_blank&quot;&gt;How do I install profile codes?&lt;/a&gt;&lt;/center&gt;&lt;a name=&apos;cutid1-end&apos;&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</description>
  <comments>https://spire.livejournal.com/44364.html?view=comments#comments</comments>
  <category>- profile</category>
  <lj:security>public</lj:security>
  <lj:poster>daemon</lj:poster>
  <lj:posterid>16797028</lj:posterid>
  <lj:reply-count>12</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://spire.livejournal.com/44224.html</guid>
  <pubDate>Sun, 18 Jan 2009 13:50:33 GMT</pubDate>
  <title>tutorial: smooth sailing topbars</title>
  <author>daemon</author>
  <link>https://spire.livejournal.com/44224.html</link>
  <description>&lt;b&gt;NOTE:&lt;/b&gt; Before you begin reading, please note that this is an &lt;u&gt;advanced&lt;/u&gt; tutorial, and you should not attempt doing any of the below with your layout unless you are comfortable with CSS.&lt;br /&gt;&lt;br /&gt;Also, if you simply want to grab the code and get out of here, see the Appendixes to each section.  I&apos;ve written out every step so the interested can fully &lt;i&gt;understand&lt;/i&gt; what the code does.  See the &lt;b&gt;&lt;a href=&quot;http://community.livejournal.com/thrashmetal/42381.html&quot; target=&quot;_blank&quot;&gt;Smooth Sailing Customization Guide&lt;/a&gt;&lt;/b&gt; for more info.&lt;br /&gt;&lt;br /&gt;&lt;a name=&quot;contents&quot; target=&quot;_blank&quot;&gt;&lt;/a&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;#a&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;PART A: Basic Topbar&lt;/b&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;#a-1&quot; target=&quot;_blank&quot;&gt;Step 1: Reposition the Sidebar&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;#a-2&quot; target=&quot;_blank&quot;&gt;Step 2: Resizing and Fixing It Up&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;#a-3&quot; target=&quot;_blank&quot;&gt;Step 3: Reorganizing the Page&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;#a-4&quot; target=&quot;_blank&quot;&gt;Step 4: Resolving Navstrip Issues&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;#a-app&quot; target=&quot;_blank&quot;&gt;Appendix: Topbar Code&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;li&gt;&lt;a href=&quot;#b&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;PART B: Multi-Column Topbar&lt;/b&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;#b-1&quot; target=&quot;_blank&quot;&gt;Step 1: Setting it Up&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;#b-2&quot; target=&quot;_blank&quot;&gt;Step 2: Making the Columns&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;#b-app&quot; target=&quot;_blank&quot;&gt;Appendix: Multi-Column Topbar Code&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name=&quot;a&quot; target=&quot;_blank&quot;&gt;&lt;/a&gt;&lt;h1&gt;PART A: Basic Topbar&lt;/h1&gt;This tutorial is for creating a basic topbar like &lt;a href=&quot;http://lj.irondevil.org/queenofhearts.php&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt;.  I recommend starting here if you haven&apos;t tried an SS topbar before.&lt;blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name=&quot;a-1&quot; target=&quot;_blank&quot;&gt;&lt;/a&gt;&lt;h2&gt;Step 1: Reposition the Sidebar&lt;/h2&gt;&lt;blockquote&gt;&lt;a href=&quot;http://www.cdupload.com/view/full/44741_8euhl&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/f88bf52514ef694024890a59f92cc2bd88dca03fd0cad591369de119363f4b3b/P2WlxyVijxKvgmFv9cdfVUMdsf-ah7h0yFmVCbFXmsDf_BnQ28KqBQUyCFJ6HF4-pU9UkDGRN1cSSQMzxR0u90pA2jnfNu7D8A:8lZAQx6OxeNxCGxlK5HHTg&quot; alt=&quot;1.png&quot; align=&quot;left&quot; fetchpriority=&quot;high&quot; /&gt;&lt;/a&gt;The default Smooth Sailing layout looks like this.  If you strip the CSS from it, notice that &lt;a href=&quot;http://www.cdupload.com/files/44742_veqle/2.png&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;the sidebar remains&lt;/a&gt;.  This is because the sidebar is &quot;built&quot; into the layout using HTML tables; we cannot move it to the top of the layout without &quot;lifting&quot; it out of its current position and repositioning it.  This &lt;i&gt;does&lt;/i&gt; have some drawbacks, which I will cover later.&lt;br /&gt;&lt;br /&gt;Find &lt;code&gt;.sidebar&lt;/code&gt; and add &lt;code&gt;position: absolute;&lt;/code&gt;.  If you aren&apos;t using a base stylesheet, type in the following:&lt;blockquote&gt;&lt;code&gt;.sidebar {&lt;br /&gt;position: absolute;&lt;br /&gt;}&lt;/code&gt;&lt;/blockquote&gt;The layout will look like this now:&lt;br /&gt;&lt;a href=&quot;http://www.cdupload.com/view/full/44743_qkxf8&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;br /&gt;    &lt;img src=&quot;https://imgprx.livejournal.net/ea65242aeafcf222f21aedc3f7ff7596389a66491cfd72bac25851e377b92502/P2WlxyVijxKvgmFv9cdfVUMdsf-ah7h0yFmVCbFXmsDf_BnQ28KqBQUyCFJ6HF4-pU9UkDGRN1cSSQEzjBMj-R5A2DnfNu7D8A:qOsXITWh_5sbp_GOeavz3g&quot; alt=&quot;3.png&quot; loading=&quot;lazy&quot; /&gt;&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;This is the &quot;lifting&quot; part.  Now we need to change the width and height so it&apos;s more appropriate for a topbar.&lt;br /&gt;&lt;br /&gt;&lt;center&gt;(&lt;a href=&quot;#contents&quot; target=&quot;_blank&quot;&gt;return to top&lt;/a&gt;)&lt;/center&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name=&quot;a-2&quot; target=&quot;_blank&quot;&gt;&lt;/a&gt;&lt;h2&gt;Step 2: Resizing and Fixing It Up&lt;/h2&gt;&lt;blockquote&gt;Go to &lt;code&gt;.sidebar&lt;/code&gt; again and add these two lines:&lt;blockquote&gt;&lt;code&gt;height:150px;&lt;br /&gt;width:700px;&lt;/code&gt;&lt;/blockquote&gt;I also added &lt;code&gt;background:red;&lt;/code&gt; and cleared the background from &lt;code&gt;.sidebox&lt;/code&gt; so we can see what changes we&apos;re making.  My layout looks like this now:&lt;br /&gt;&lt;a href=&quot;http://www.cdupload.com/view/full/44746_bs3fx&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;br /&gt;    &lt;img src=&quot;https://imgprx.livejournal.net/ef8abdc442e10bb338b7dd3c4316db28473dc0f2e44d85d2bb2ae50b2e6dc306/P2WlxyVijxKvgmFv9cdfVUMdsf-ah7h0yFmVCbFXmsDf_BnQ28KqBQUyCFJ6HF4-pU9UkDGRN1cSSQQznwto-V5A3znfNu7D8A:Ils_eJ7sAcGNq6Uqh_2cJA&quot; alt=&quot;4.png&quot; loading=&quot;lazy&quot; /&gt;&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;As you can see, all of the sidebar elements are flowing out of the bottom.  This, unfortunately, is a side-effect of repositioning the SS sidebar as a topbar.  Go to &lt;b&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=text_sidebar&quot; target=&quot;_blank&quot;&gt;Sidebar&lt;/a&gt;&lt;/b&gt; in the customization area and hide most of the boxes.  For now, I&apos;m opting to hide everything but a block of Free Text.&lt;br /&gt;&lt;a href=&quot;http://www.cdupload.com/view/full/44748_gi0jg&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;br /&gt;    &lt;img src=&quot;https://imgprx.livejournal.net/ab3ecd51b2931d031db974eab8374f041b0edb08918c0487658f3127a12874a9/P2WlxyVijxKvgmFv9cdfVUMdsf-ah7h0yFmVCbFXmsDf_BnQ28KqBQUyCFJ6HF4-pU9UkDGRN1cSSQozmhFr9UFA3jnfNu7D8A:hzn-37CpUxZr4L5x4wE86w&quot; alt=&quot;5.png&quot; loading=&quot;lazy&quot; /&gt;&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;Now we need to move the other elements of the page to make room for the topbar.&lt;br /&gt;&lt;br /&gt;&lt;center&gt;(&lt;a href=&quot;#contents&quot; target=&quot;_blank&quot;&gt;return to top&lt;/a&gt;)&lt;/center&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name=&quot;a-3&quot; target=&quot;_blank&quot;&gt;&lt;/a&gt;&lt;h2&gt;Step 3: Reorganizing the Page&lt;/h2&gt;&lt;blockquote&gt;First, we need to fully split the topbar from everything else.  Return to &lt;code&gt;.sidebar&lt;/code&gt; and insert &lt;code&gt;top: 10px;&lt;/code&gt;.&lt;br /&gt;&lt;a href=&quot;http://www.cdupload.com/view/full/44750_bbodn&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;br /&gt;    &lt;img src=&quot;https://imgprx.livejournal.net/babd16617ad549c929d710b8a0e7343ae088d4ea560aa4bc028befd7527cbdc1/P2WlxyVijxKvgmFv9cdfVUMdsf-ah7h0yFmVCbFXmsDf_BnQ28KqBQUyCFJ6HF4-pU9UkDGRN1cSSAIznxo0-0hA3TnfNu7D8A:R8eYSzBcJiUutFoZJhzh2w&quot; alt=&quot;6.png&quot; loading=&quot;lazy&quot; /&gt;&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;Now I&apos;ll shrink and center the layout. (This is just personal preference, you don&apos;t necessarily have to do this.)  Find &lt;code&gt;.bodyblock&lt;/code&gt; and add these lines:&lt;blockquote&gt;&lt;code&gt;width:700px;&lt;br /&gt;margin: 0 auto;&lt;/code&gt;&lt;/blockquote&gt;&lt;a href=&quot;http://www.cdupload.com/view/full/44751_eicji&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/443af72d5cdfc1eb21b3b3e5a57c8832ec600dcd177f6c336e90820f571edfe4/P2WlxyVijxKvgmFv9cdfVUMdsf-ah7h0yFmVCbFXmsDf_BnQ28KqBQUyCFJ6HF4-pU9UkDGRN1cSSAMzmBE49U9A3DnfNu7D8A:_JSEKogj6RsOM-OlHbksJA&quot; alt=&quot;7.png&quot; loading=&quot;lazy&quot; /&gt;&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;Shifting everything down is the next step.  &lt;ol&gt;&lt;li&gt;Go back to &lt;code&gt;.sidebar&lt;/code&gt; and change the &lt;code&gt;top&lt;/code&gt; value to &lt;b&gt;130px&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;Find &lt;code&gt;.bodyblock&lt;/code&gt; and add &lt;code&gt;padding-top:175px;&lt;/code&gt;.  Delete any other &lt;code&gt;padding&lt;/code&gt; selectors.&lt;/li&gt;&lt;/ol&gt;Now I&apos;ll change the red background to something a little more eye-pleasing, and we should have this:&lt;br /&gt;&lt;a href=&quot;http://www.cdupload.com/view/full/44753_m30ar&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;br /&gt;    &lt;img src=&quot;https://imgprx.livejournal.net/bf198334f29d394377b2f47d3aaa5eef5dcfd7961f3059aebc3a7f8f12d205cb/P2WlxyVijxKvgmFv9cdfVUMdsf-ah7h0yFmVCbFXmsDf_BnQ28KqBQUyCFJ6HF4-pU9UkDGRN1cSSAEzkEtr_lRA0znfNu7D8A:mBeF_yMPIo3t379_rviRJA&quot; alt=&quot;8.png&quot; loading=&quot;lazy&quot; /&gt;&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;center&gt;(&lt;a href=&quot;#contents&quot; target=&quot;_blank&quot;&gt;return to top&lt;/a&gt;)&lt;/center&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name=&quot;a-4&quot; target=&quot;_blank&quot;&gt;&lt;/a&gt;&lt;h2&gt;Step 4: Resolving Navstrip Issues&lt;/h2&gt;&lt;blockquote&gt;Wondering what I&apos;m talking about?  Here&apos;s an example.  The above code is &lt;b&gt;not&lt;/b&gt; Navstrip-compatible and when the Navstrip is turned on, it will appear like &lt;a href=&quot;http://www.cdupload.com/files/44755_zsx12/9.png&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt;.  On the other hand, if you code the topbar to compensate for the Navstrip, and turn the Navstrip off, it will look like &lt;a href=&quot;http://www.cdupload.com/files/44756_inzk2/10.png&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt;.  This will inevitably happen due to the &lt;code&gt;position: absolute;&lt;/code&gt;.&lt;br /&gt;&lt;br /&gt;If you&apos;re altering a layout for personal use, you probably won&apos;t have to worry about the Navstrip or lack thereof, depending on your preference.  You can also simply disable the Navstrip for everyone using your layout; &lt;a href=&quot;http://wiki.noljads.com/Removing_the_NavStrip#On_Style_System_2_Styles&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;click here&lt;/a&gt; for a good tutorial.  However, if keep in mind that this might be an inconvenience for people who do use the Navstrip (like myself).  This part of the tutorial will show you how to make the topbar compatible with and without the Navstrip.&lt;br /&gt;&lt;br /&gt;We&apos;ll start with the code built on a &lt;a href=&quot;http://www.cdupload.com/files/44759_wbnnm/11.png&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Navstrip-less&lt;/a&gt; topbar layout (you can find this code &lt;a href=&quot;#a-app&quot; target=&quot;_blank&quot;&gt;below&lt;/a&gt;).  Add the following to your CSS:&lt;blockquote&gt;&lt;code&gt;.pageblock {&lt;br /&gt;position:absolute;&lt;br /&gt;width:100%;&lt;br /&gt;}&lt;/code&gt;&lt;/blockquote&gt;Now go back to &lt;b&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml&quot; target=&quot;_blank&quot;&gt;Display&lt;/a&gt;&lt;/b&gt; and turn the Navstrip on and off.  The layout should move all as one piece. :)&lt;br /&gt;&lt;br /&gt;&lt;center&gt;(&lt;a href=&quot;#contents&quot; target=&quot;_blank&quot;&gt;return to top&lt;/a&gt;)&lt;/center&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name=&quot;a-app&quot; target=&quot;_blank&quot;&gt;&lt;/a&gt;&lt;h2&gt;Appendix: Topbar Code&lt;/h2&gt;&lt;blockquote&gt;This is all the code you need to make a topbar.  Remember to hide the &lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=text_sidebar&quot; target=&quot;_blank&quot;&gt;Sidebar boxes&lt;/a&gt; if you don&apos;t want everything flowing out the bottom.  &lt;blockquote&gt;&lt;code&gt;.sidebar {&lt;br /&gt;background:#D4DDEE;&lt;br /&gt;height:150px;&lt;br /&gt;position:absolute;&lt;br /&gt;top:130px;&lt;br /&gt;width:700px;&lt;br /&gt;}&lt;br /&gt;.bodyblock {&lt;br /&gt;margin:0 auto;&lt;br /&gt;padding-top:175px;&lt;br /&gt;width:700px;&lt;br /&gt;}&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;textarea&gt;.sidebar {
background:#D4DDEE;
height:150px;
position:absolute;
top:130px;
width:700px;
}
.bodyblock {
margin:0 auto;
padding-top:175px;
width:700px;
}&lt;/textarea&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;center&gt;(&lt;a href=&quot;#contents&quot; target=&quot;_blank&quot;&gt;return to top&lt;/a&gt;)&lt;/center&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name=&quot;b&quot; target=&quot;_blank&quot;&gt;&lt;/a&gt;&lt;h1&gt;PART B: Multi-Column Topbar&lt;/h1&gt;This tutorial creates a multi-column topbar like &lt;a href=&quot;http://lj.irondevil.org/aperture2.php&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt; and is based off the code explained in &lt;a href=&quot;#a&quot; target=&quot;_blank&quot;&gt;Part A&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;a name=&quot;b-1&quot; target=&quot;_blank&quot;&gt;&lt;/a&gt;&lt;h2&gt;Step 1: Setting it Up&lt;/h2&gt;&lt;blockquote&gt;In this tutorial, I will be making a three-column topbar.  That said, I first need to go to &lt;b&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=text_sidebar&quot; target=&quot;_blank&quot;&gt;Sidebar&lt;/a&gt;&lt;/b&gt; and pick two other items for my topbar -- I chose to show the Links List and Latest Month modules along with my Freetext from &lt;a href=&quot;#a&quot; target=&quot;_blank&quot;&gt;Part A&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.cdupload.com/view/full/44760_ubnlr&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/bb454c605819afb4ae6c1bbc662964bf4d4fb0dd1f913814a6ade7fe2351c0f0/P2WlxyVijxKvgmFv9cdfVUMdsf-ah7h0yFmVCbFXmsDf_BnQ28KqBQUyCFJ6HF4-pU9UkDGRN1cSSwIziBo181RA2iWBKOeGr0c:bxm2mWJxjyTIy10W5ySkYw&quot; alt=&quot;12.png&quot; loading=&quot;lazy&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://www.cdupload.com/view/full/44761_lqmgw&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/9b6266f9c1ab15fe0ce9b43142671826b3403db027b9e0dbf62e050338cd7831/P2WlxyVijxKvgmFv9cdfVUMdsf-ah7h0yFmVCbFXmsDf_BnQ28KqBQUyCFJ6HF4-pU9UkDGRN1cSSwMzkQk2-FFA2iSBKOeGr0c:1O8aE2SULAFpvkwjAs6qlg&quot; alt=&quot;13.png&quot; loading=&quot;lazy&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;center&gt;(&lt;a href=&quot;#contents&quot; target=&quot;_blank&quot;&gt;return to top&lt;/a&gt;)&lt;/center&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name=&quot;b-2&quot; target=&quot;_blank&quot;&gt;&lt;/a&gt;&lt;h2&gt;Step 2: Making the Columns&lt;/h2&gt;&lt;blockquote&gt;Add the following code (or append it to your existing &lt;code&gt;.sidebox&lt;/code&gt; rule, if applicable):&lt;blockquote&gt;&lt;code&gt;.sidebox {&lt;br /&gt;background:#F8F8F8;&lt;br /&gt;float:left;&lt;br /&gt;margin-right:5px;&lt;br /&gt;width:220px;&lt;br /&gt;height:140px;&lt;br /&gt;}&lt;/code&gt;&lt;/blockquote&gt;&lt;a href=&quot;http://www.cdupload.com/view/full/44762_8tnnb&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/837605e35076bc304c4da027549fdbc96b7ac5b07567b46c81c7db669d38f74d/P2WlxyVijxKvgmFv9cdfVUMdsf-ah7h0yFmVCbFXmsDf_BnQ28KqBQUyCFJ6HF4-pU9UkDGRN1cSSwAzxQw18URA2iOBKOeGr0c:863N_scM34Bcy8mVjYOXew&quot; alt=&quot;14.png&quot; loading=&quot;lazy&quot; /&gt;&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;This lines up the modules in 220px-wide boxes.  The height keeps the boxes at an even height, otherwise they&apos;d look more like &lt;a href=&quot;http://www.cdupload.com/files/44763_lx9ww/15.png&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;center&gt;(&lt;a href=&quot;#contents&quot; target=&quot;_blank&quot;&gt;return to top&lt;/a&gt;)&lt;/center&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name=&quot;b-app&quot; target=&quot;_blank&quot;&gt;&lt;/a&gt;&lt;h2&gt;Appendix: Multi-Column Topbar Code&lt;/h2&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;code&gt;.sidebar {&lt;br /&gt;background:#D4DDEE;&lt;br /&gt;height:150px;&lt;br /&gt;position:absolute;&lt;br /&gt;top:130px;&lt;br /&gt;width:700px;&lt;br /&gt;}&lt;br /&gt;.bodyblock {&lt;br /&gt;margin:0 auto;&lt;br /&gt;padding-top:175px;&lt;br /&gt;width:700px;&lt;br /&gt;}&lt;br /&gt;.sidebox {&lt;br /&gt;background:#F8F8F8;&lt;br /&gt;float:left;&lt;br /&gt;margin-right:5px;&lt;br /&gt;width:220px;&lt;br /&gt;height:140px;&lt;br /&gt;}&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;textarea&gt;.sidebar {
background:#D4DDEE;
height:150px;
position:absolute;
top:130px;
width:700px;
}
.bodyblock {
margin:0 auto;
padding-top:175px;
width:700px;
}
.sidebox {
background:#F8F8F8;
float:left;
margin-right:5px;
width:220px;
height:140px;
}&lt;/textarea&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;center&gt;(&lt;a href=&quot;#contents&quot; target=&quot;_blank&quot;&gt;return to top&lt;/a&gt;)&lt;/center&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;a name=&apos;cutid1-end&apos;&gt;&lt;/a&gt;</description>
  <comments>https://spire.livejournal.com/44224.html?view=comments#comments</comments>
  <category>*tutorial</category>
  <lj:security>public</lj:security>
  <lj:poster>daemon</lj:poster>
  <lj:posterid>16797028</lj:posterid>
  <lj:reply-count>2</lj:reply-count>
  </item>
  <item>
  <guid isPermaLink='true'>https://spire.livejournal.com/43597.html</guid>
  <pubDate>Thu, 15 Jan 2009 18:01:17 GMT</pubDate>
  <title>tranquility ii: i ain&apos;t superstitious</title>
  <author>daemon</author>
  <link>https://spire.livejournal.com/43597.html</link>
  <description>&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://lj.irondevil.org/superstitious.php&quot; target=&quot;_blank&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://imgprx.livejournal.net/9011e21e75a8c1ea8f353aa2ddfaa4ffc67917c5c9b0c8d53ce09668c64ee960/P2WlxyVijxKvgmFv9cdfVUMdsf-ah7h000TMTqBcgdTW5RHY2863DwUvDUA4DVhhs1BGiDTKagxQDhwLlB554g:q-gbbXPMC7FZrzGHQ7G98w&quot; border=&quot;0&quot; fetchpriority=&quot;high&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;A request layout for &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;tsurashi313&quot; lj:user=&quot;tsurashi313&quot; &gt;&lt;a href=&quot;https://tsurashi313.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://tsurashi313.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;tsurashi313&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;EDIT:&lt;/b&gt; Slightly darkened the entry/comments text, removed some extraneous code. &lt;br&gt;&lt;br /&gt;&lt;table width=&quot;65%&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;10&quot; cellspacing=&quot;1&quot;&gt;
  &lt;tr&gt;
    &lt;th colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot; scope=&quot;col&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;layout notes&lt;/font&gt;&lt;/div&gt;&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width=&quot;35%&quot; align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;account types&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td width=&quot;65%&quot; bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Basic, Plus, Paid&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;compatible browsers&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Mozilla Firefox, Opera, Safari, Google Chrome&lt;font size=&quot;1&quot;&gt;&lt;br /&gt;	It doesn&apos;t break in IE7, but the metadata is skewed to the right.&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;minimum resolution&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;800x600&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;comment pages&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Yes&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;navstrip&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Optional&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;disabled&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;N/A&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt; 
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;css stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;stylesheet&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;div style=&quot;margin:10px 0;text-align:center&quot;&gt;&lt;textarea cols=&quot;50&quot; rows=&quot;10&quot;&gt;/*---------------------------------------------------
STYLESHEET CREATOR: scythe.livejournal.com
STYLESHEET NAME: I Ain&apos;t Superstitious
S2 STYLE: Tranquility II
DOWNLOAD: thrashmetal.livejournal.com

****Please remember to credit!****
-----------------------------------------------------*/

body {
background:#D9D9D9 none repeat scroll 0 0;
color:#999999;
font-family:arial;
font-size:11px;
line-height:18px;
text-align:center;
}
blockquote {
background:#F7F7F7 none repeat scroll 0 0;
color:#BBBBBB;
font-family:georgia;
font-size:10px;
padding:10px;
}
a, a:visited {
color:#69B1FF;
font-size:100%;
text-decoration:none;
}
a:hover {
color:#BFDEFF;
text-decoration:none;
}
a img {
border:medium none;
}
a.comm {
background:transparent url(http://stat.livejournal.com/img/community.gif) no-repeat scroll 0 0;
padding-bottom:7px;
padding-left:19px;
}
a.user {
background:transparent url(http://stat.livejournal.com/img/userinfo.gif) no-repeat scroll 0 0;
padding-bottom:7px;
padding-left:19px;
}
p {
margin:5px;
padding:5px;
}
form {
display:inline;
margin:0;
padding:0;
}
input, select, textarea {
background:#F7F7F7 none repeat scroll 0 0;
border:1px solid #DDDDDD;
color:#AAAAAA;
font-family:georgia;
font-size:12px;
margin:3px;
padding:2px;
}
#container {
margin:0 auto;
padding-top:20px;
position:relative;
text-align:left;
width:650px;
}
#header {
border:medium none;
}
#header h1 {
color:#DDDDDD;
display:none;
font-family:georgia;
font-size:37px;
font-weight:normal;
letter-spacing:-3px;
margin-bottom:7px;
margin-left:8px;
margin-top:0;
padding:0;
text-align:center;
text-transform:lowercase;
}
#menu {
background:#F0F0F0 none repeat scroll 0 0;
color:#333333;
line-height:16px;
margin-bottom:15px;
padding:0 0 10px;
position:relative;
text-align:center;
width:650px;
}
#content {
margin-left:160px;
position:relative;
}
#entries {
border:0 none;
padding:0;
}
ul#lj-links {
background:#404040 none repeat scroll 0 0;
margin:0;
padding:20px 0 16px;
}
ul#user-links {
font-family:georgia !important;
margin:0;
padding:10px 0 0;
}
ul#user-links li {
display:inline;
}
#user-links a {
color:#B0B0B0 !important;
font-family:georgia !important;
font-size:10px !important;
letter-spacing:2px !important;
margin-right:5px;
text-transform:uppercase !important;
}
ul#lj-summary {
display:none;
margin:0;
padding:0;
}
#menu h2 {
display:none;
}
#menu h2.userpic {
}
#menu a {
color:#69B1FF;
font-family:arial;
font-size:24px;
font-weight:normal;
letter-spacing:-2px;
margin-right:8px;
text-transform:lowercase;
}
#menu a:visited {
color:#69B1FF;
text-decoration:none;
}
#menu a:hover {
color:#D9D9D9;
}
#menu ul {
line-height:13px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-left:15px;
}
#menu ul li {
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:0;
padding-bottom:11px;
}
#content h2 {
background:#404040 none repeat scroll 0 0;
border-left:117px solid #C7C7C7;
color:#F0F0F0;
font-family:arial;
font-size:26px;
font-weight:normal;
letter-spacing:-2px;
margin:0 !important;
padding:15px 15px 15px 10px;
text-transform:lowercase;
}
li.active {
color:#6E6E6E;
font-family:arial;
font-size:24px;
font-weight:normal;
letter-spacing:-2px;
margin-right:8px;
text-transform:lowercase;
}
#entries, #comments {
margin:0;
}
.ind-entry {
background:#F0F0F0 none repeat scroll 0 0;
border-bottom:0 none;
margin-bottom:12px;
}
.ind-entry h3 img, .ind-comment-one h3 img, .ind-comment-two h3 img, .ind-comment-screened h3 img {
float:left;
padding:5px;
position:relative;
}
h3.userpic {
}
h3.userpic img {
background:#E4E4E4 none repeat scroll 0 0;
border:11px solid #C7C7C7;
height:75px;
padding:10px;
width:75px;
}
.ind-entry h2 {
color:#424242;
font-family:georgia;
font-weight:normal;
letter-spacing:0;
margin-left:11px !important;
text-transform:lowercase;
}
.ind-comment-one h4, .ind-comment-two h4, .ind-comment-screened h4 {
background:#404040 none repeat scroll 0 0;
border-left:117px solid #C7C7C7;
color:#F0F0F0;
font-family:arial;
font-size:9px;
font-weight:normal;
line-height:14px;
margin-bottom:0;
margin-right:0;
margin-top:0;
min-height:69px;
padding:0 0 0 10px;
text-align:left;
}
.ind-entry h4 {
background:#404040 none repeat scroll 0 0;
border-left:117px solid #C7C7C7;
color:#F0F0F0;
font-family:arial;
font-size:9px;
font-weight:normal;
line-height:14px;
margin-bottom:0;
margin-right:0;
margin-top:0;
min-height:69px;
padding:0 0 0 10px;
text-align:left;
}
.ind-entry h4 .ljuser a b, .ind-comment-one h4 .ljuser a b, .ind-comment-two h4 .ljuser a b {
color:#F0F0F0;
}
.ind-entry h4 a, .ind-entry h4 a:visited {
color:#AAAAAA;
text-decoration:none;
}
h4 {
background:#F0F0F0 none repeat scroll 0 0;
padding:15px;
}
.ind-entry div.entry-item {
border-left:117px solid #E4E4E4;
font-family:arial;
font-size:11px;
line-height:20px;
padding:10px;
text-align:justify;
}
.ind-entry div.month-entries {
margin-left:22px;
padding-bottom:3px;
}
.ind-entry div.entry-item a {
border-bottom:medium none;
color:#222222;
text-decoration:none;
}
.ind-entry div.month-entries a {
}
.ind-entry div.entry-item a:hover {
color:#5F5F5F;
}
.ind-comment-one h4 a, .ind-comment-two h4 a {
}
.ind-comment-one, .ind-comment-two, .ind-comment-screened {
margin:10px 0;
}
.ind-comment-one, .ind-comment-two {
background-color:#F0F0F0;
border-bottom:0 none;
font-family:arial;
}
.ind-comment-screened {
background-color:#EFF8E3;
opacity:0.7;
}
.ind-comment-one h2, .ind-comment-two h2 {
color:#B4B4B4;
font-size:18px;
font-style:normal !important;
margin-bottom:0;
}
.ind-comment-one div.entry-item, .ind-comment-two div.entry-item {
font-family:arial;
font-size:11px;
line-height:20px;
padding:9px 15px;
text-align:justify;
}
.ind-comment-screened h2 {
color:#999999;
margin:20px 0;
}
.month-entries {
margin:5px 0;
}
.month-entries ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:10px;
}
.month-entries ul li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:3px;
}
.ljtaglist {
background:#F0F0F0 none repeat scroll 0 0;
padding:16px 31px;
}
.ljtaglist ul li {
border-bottom:1px solid gray;
}
#footer {
font-size:11px;
position:relative;
}
#footer b, #footer strong {
}
#footer p {
padding:20px;
}
#footer a, #footer a:visited {
color:#B5B5B5;
font-size:100%;
font-weight:bold;
text-transform:uppercase;
}
#footer a:hover, #footer a:visited:hover, #footer a:active {
color:#B5B5B5;
}
#content {
margin-left:0;
}
.ljtags {
color:#404040;
font-family:georgia;
font-size:11px;
margin-bottom:-6px;
margin-left:10px;
margin-top:20px;
text-transform:lowercase;
}
.entry-form {
background:#F0F0F0 none repeat scroll 0 0;
padding:13px;
}
.entry-form h2 {
display:none;
}
.ljuser a b {
background:transparent none repeat scroll 0 0;
color:#858585;
font-family:georgia;
font-weight:normal;
letter-spacing:0;
text-decoration:none !important;
}
.ljuser a:hover b {
background:transparent none repeat scroll 0 0;
border-bottom:0 none;
text-decoration:none !important;
}
img[src*=&quot;userinfo.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010a/06.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:15px 11px 0 0 !important;
width:0;
}
img[src*=&quot;openid-profile.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010a/06.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:15px 11px 0 0 !important;
width:0;
}
img[src*=&quot;anonymous.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010a/37.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:15px 11px 0 0 !important;
width:0;
}
img[src*=&quot;community.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010a/45.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:15px 11px 0 0 !important;
width:0;
}
img[src*=&quot;partnercomm.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010a/45.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:15px 11px 0 0 !important;
width:0;
}
img[src*=&quot;newsinfo.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010b/28.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:15px 11px 0 0 !important;
width:0;
}
img[src*=&quot;syndicated.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/diagona%2010a/01.png) !important;
background-repeat:no-repeat !important;
height:0;
padding:15px 11px 0 0 !important;
width:0;
}
img[src*=&quot;icon_protected.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/fugue/lock.png) !important;
background-repeat:no-repeat;
height:0;
padding:19px 14px 0 0 !important;
width:0;
}
img[src*=&quot;icon_groups.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/fugue/lock.png) !important;
background-repeat:no-repeat;
height:0;
padding:19px 14px 0 0 !important;
width:0;
}
img[src*=&quot;icon_private.gif&quot;] {
background-image:url(http://irondevil.org/icon/categories/famfamfamsilk/eye.png) !important;
background-repeat:no-repeat;
height:0;
padding:17px 17px 0 0 !important;
width:0;
}
a.Link {
display:none;
}
a.comments {
font-size:16px !important;
line-height:63px;
text-transform:lowercase;
}
a[title=&quot;Edit Entry&quot;], a[title=&quot;Edit Tags&quot;], a[title=&quot;Add to Memories&quot;], a[title=&quot;Tell a Friend&quot;], a[title=&quot;Track This&quot;], a[title=&quot;Flag&quot;] {
text-transform:lowercase;
}
h4 b a {
font-size:23px !important;
}
#qrform table {
border:medium none !important;
}
div.ContextualPopup img {
border:0 none;
}
div.ContextualPopup div.Inner {
background:#f7f7f7 !important;
border-bottom:2px solid #f2f2f2;
color:#5A5A5A !important;
font-family:arial;
font-size:11px;
padding:0;
width:20em;
border-right:2px solid #f2f2f2;
border-left:0;
border-top:0;
}
div.ContextualPopup .Content {
line-height:1.4;
margin-right:50px;
padding:2px 4px 6px;
}
div.ContextualPopup .Relation {
font-weight:bold !important;
}
div.ContextualPopup .Content .OnlineStatus {
font-weight:bold;
}
div.ContextualPopup .Userpic {
padding:8px 8px 0 0;
}
div.ContextualPopup div.Inner a, div.ContextualPopup div.Inner a:visited {
color:#69B1FF !important;
font-weight:normal;
text-decoration:none !important;
}
#lj_controlstrip {
background:#F0F0F0 none repeat scroll 0 0;
color:#515151;
}
#lj_controlstrip_statustext {
color:#858585;
}
#lj_controlstrip a {
color:#B0B0B0;
}
#lj_controlstrip_user, #lj_controlstrip_actionlinks, #lj_controlstrip_search, #lj_controlstrip_login, #lj_controlstrip_loggedout_userpic {
border-right:0 none;
}
#lj_controlstrip_userpic {
background-image:url(http://stat.livejournal.com/palimg/controlstrip/ljlogo.gif/ptd4dce8000000);
}
#lj_controlstrip_loggedout_userpic {
background-image:url(http://stat.livejournal.com/palimg/controlstrip/ljlogo-loggedout.gif/ptd4dce8000000);
}
#lj_controlstrip_search_input_text, #lj_controlstrip select, #lj_controlstrip input#xc_user, #lj_controlstrip input#xc_password, #lj_controlstrip input#xc_remember, #lj_controlstrip input {
background:#F9F9F9 none repeat scroll 0 0 !important;
border:0 none;
color:#CCCCCC !important;
}
#lj_controlstrip .ljuser a b {
font-family:arial !important;
font-weight:bold;
}&lt;/textarea&gt;&lt;/div&gt;&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot;&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#FFFFFF&quot;&gt; &lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;how to install&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;select journal style&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Apply any &lt;a href=&quot;http://www.livejournal.com/customize/?layoutid=4472743&quot; target=&quot;_blank&quot;&gt;Tranquility II&lt;/a&gt; theme.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  
&lt;tr&gt;&lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=linkslist&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;links list&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Define your links.  These are the gray links that show up under the main navigation.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;&lt;a href=&quot;http://www.livejournal.com/customize/options.bml?group=customcss&quot; style=&quot;color: #56575f;&quot; target=&quot;_blank&quot;&gt;custom css&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;Click &lt;b&gt;Custom CSS&lt;/b&gt;.   Make sure any drop-down boxes are set to &lt;b&gt;No&lt;/b&gt;, paste the code into the box, and click &lt;b&gt;Save Changes&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;optional&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;display userpic&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;&lt;b&gt;Display&lt;/b&gt; » &lt;b&gt;Additional Options&lt;/b&gt; » &lt;b&gt;Display your userpic with your entries&lt;/b&gt; and set to &quot;Yes&quot;.&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
        &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;right&quot; bgcolor=&quot;#91c2c8&quot;&gt;&lt;div style=&quot;font-family:georgia;font-weight:normal;font-size:24px;margin-right:10px&quot;&gt;&lt;font color=&quot;#F5F5F5&quot;&gt;appendix&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;credit and comment&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
    &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;• Please credit &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-C     &quot;  data-ljuser=&quot;spire&quot; lj:user=&quot;spire&quot; &gt;&lt;a href=&quot;https://spire.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/community.png?v=556&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://spire.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;spire&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; somewhere public. (Profile, Links List, Friends Only post, etc.)&lt;br /&gt;• Comments aren&apos;t required, but are appreciated!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;right&quot; bgcolor=&quot;#c5dff9&quot;&gt;&lt;div style=&quot;font-weight:normal;font-size:16px&quot;&gt;&lt;font color=&quot;#56575f&quot;&gt;resources&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
   &lt;td bgcolor=&quot;#f1f6fb&quot;&gt;&lt;font color=&quot;#222222&quot;&gt; &amp;bull; Icon by &lt;span  class=&quot;ljuser  i-ljuser  i-ljuser-type-P     &quot;  data-ljuser=&quot;puncture&quot; lj:user=&quot;puncture&quot; &gt;&lt;a href=&quot;https://puncture.livejournal.com/profile/&quot;  target=&quot;_self&quot;  class=&quot;i-ljuser-profile&quot; &gt;&lt;img  class=&quot;i-ljuser-userhead&quot;  src=&quot;https://l-stat.livejournal.net/img/userinfo_v8.png?v=17080&amp;v=922&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://puncture.livejournal.com/&quot; class=&quot;i-ljuser-username&quot;   target=&quot;_self&quot;   &gt;&lt;b&gt;puncture&lt;/b&gt;&lt;/a&gt;&lt;a class=&quot;i-ljuser-badge i-ljuser-badge--pro&quot; data-badge-type=&quot;pro&quot; data-placement=&quot;bottom&quot; data-pro-badge data-pro-badge-type=&quot;1&quot; data-is-raw hidden href=&quot;#&quot;&gt;&lt;span class=&quot;i-ljuser-badge__icon&quot;&gt;&lt;svg class=&quot;svgicon&quot; width=&quot;25&quot; height=&quot;16&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 33 24&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M19.326 11.95c0 2.01 1.47 3.45 3.48 3.45 2.02 0 3.49-1.44 3.49-3.45 0-2.01-1.47-3.45-3.49-3.45-2.01 0-3.48 1.44-3.48 3.45Zm5.51 0c0 1.24-.8 2.19-2.03 2.19-1.23 0-2.02-.95-2.02-2.19 0-1.25.79-2.19 2.02-2.19s2.03.94 2.03 2.19ZM7.92 15.28H6.5V8.61h3.12c1.45 0 2.24.98 2.24 2.15 0 1.16-.8 2.15-2.24 2.15h-1.7v2.37Zm1.51-3.62c.56 0 .98-.35.98-.9 0-.56-.42-.9-.98-.9H7.92v1.8h1.51ZM18.3802 15.28h-1.63l-1.31-2.37h-1.04v2.37h-1.42V8.61h3.12c1.39 0 2.24.91 2.24 2.15 0 1.18-.74 1.81-1.46 1.98l1.5 2.54Zm-2.49-3.62c.57 0 1-.34 1-.9s-.43-.9-1-.9h-1.49v1.8h1.49Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M2 8c0-2.20914 1.79086-4 4-4h20.5c2.2091 0 4 1.79086 4 4v7.9c0 2.2091-1.7909 4-4 4H6c-2.20914 0-4-1.7909-4-4V8Zm4-2.5h20.5C27.8807 5.5 29 6.61929 29 8v7.9c0 1.3807-1.1193 2.5-2.5 2.5H6c-1.38071 0-2.5-1.1193-2.5-2.5V8c0-1.38071 1.11929-2.5 2.5-2.5Z&quot; clip-rule=&quot;evenodd&quot;/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;. &lt;/font&gt;&lt;/td&gt; 
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#FFFFFF&quot;&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#F64A2C&quot;&gt;&lt;font color=&quot;#FFFFFF&quot; size=&quot;6&quot; face=&quot;georgia&quot;&gt;read the &lt;a href=&quot;http://community.livejournal.com/thrashmetal/29110.html&quot; target=&quot;_blank&quot; style=&quot;color: #FFFFFF;&quot; target=&quot;_blank&quot;&gt;layout faq&lt;/a&gt; before asking questions!&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;a name=&apos;cutid1-end&apos;&gt;&lt;/a&gt;</description>
  <comments>https://spire.livejournal.com/43597.html?view=comments#comments</comments>
  <category>style: tranquility ii</category>
  <category>- all layouts</category>
  <lj:security>public</lj:security>
  <lj:poster>daemon</lj:poster>
  <lj:posterid>16797028</lj:posterid>
  <lj:reply-count>30</lj:reply-count>
  </item>
</channel>
</rss>
