<?xml version='1.0' encoding='utf-8' ?>

<rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/' xmlns:atom10='http://www.w3.org/2005/Atom'>
<channel>
  <title>Dreamwidth style system discussion</title>
  <link>http://style-system.dreamwidth.org/</link>
  <description>Dreamwidth style system discussion - Dreamwidth Studios</description>
  <lastBuildDate>Wed, 16 May 2012 15:14:46 GMT</lastBuildDate>
  <generator>LiveJournal / Dreamwidth Studios</generator>
  <lj:journal>style_system</lj:journal>
  <lj:journaltype>community</lj:journaltype>
  <atom10:link rel='self' href='http://style-system.dreamwidth.org/data/rss' />
  <atom10:link rel='hub' href='http://pubsubhubbub.appspot.com/' />
<item>
  <guid isPermaLink='true'>http://style-system.dreamwidth.org/80930.html</guid>
  <pubDate>Wed, 16 May 2012 15:14:46 GMT</pubDate>
  <title>SOLVED: Browser compatibility...</title>
  <link>http://style-system.dreamwidth.org/80930.html</link>
  <description>So I made a banner for a DW community, &lt;a href=&quot;http://rec-collectors.dreamwidth.org/&quot;&gt;The RecCollectors&lt;/a&gt;.  It seems to display fine in Firefox and Chrome, but no image comes up in IE.  &lt;br /&gt;&lt;br /&gt;Right now it uses CSS3 to stack the main image on top of a tiled background image (the stripe).  I&apos;m happy with how it displays in Firefox and Chrome, but obviously I need to do something for IE.  I tried to write an IE conditional comment specifying a slightly modified image that would work as a stand alone, but I can&apos;t get it to work in the custom CSS box.  &lt;br /&gt;&lt;br /&gt;Does anyone have any suggestions about what I should try next?  Is there a better way to combine a fixed image and a tiled image in a header?&lt;br /&gt;&lt;br /&gt;Thanks for any input.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ETA: Found a potential something in the comments to another post...adding some custom CSS that puts one image in #header and the other in #header .inner  ?  Anyone know how that might work?&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=80930&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://style-system.dreamwidth.org/80930.html</comments>
  <category>header:background or image</category>
  <lj:security>public</lj:security>
  <lj:poster>jest</lj:poster>
  <lj:reply-count>8</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://style-system.dreamwidth.org/80704.html</guid>
  <pubDate>Mon, 07 May 2012 22:13:30 GMT</pubDate>
  <title>@font-face browser compatibility issues</title>
  <link>http://style-system.dreamwidth.org/80704.html</link>
  <description>Hey! So it&apos;s me again. I&apos;ve got a promblem with my @font-face tag that for some reason isn&apos;t showing up in Firefox. Works in Chrome with no issues at all, but Firefox keeps defaulting to my back-up fonts.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://i.imgur.com/PkFul.png&quot;&gt;How it looks in Chrome/How I want it to look&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://i.imgur.com/NpRSZ.png&quot;&gt;How it looks in Firefox&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;textarea&gt;

/*@font-face*/



@font-face {

    font-family: &quot;Bebas Neue&quot;;

    src: url(http://dl.dropbox.com/u/59359072/BebasNeue-webfont.eot);

}



@font-face {

     font-family: &quot;Bebas Neue&quot;;

     src: url(http://dl.dropbox.com/u/59359072/BebasNeue-webfont.ttf) format(&quot;opentype&quot;);

}


/* Colours:

#B5BFBD - PALE VIOLET

#7C7D78 - DARK GREY

#E6E6E6 - LIGHT GREY

#F26A53 - RED */



/* Basics */





body {



	background-color: #fff29D;

	font-family: &quot;Arial Narrow&quot;, &quot;Century Gothic&quot;, Helvetica, Arial, sans-serif;

	font-size: 14px/1.2em;

	letter-spacing: -1px;

	color: #7C7D78;

	padding: 0;

	margin: 0;

	text-align: left;

	}







a, a:link, a:visited {

	color: #F26A53;

	text-decoration: none;

	}






blockquote {

	background: url() no-repeat;

 	padding: 10px; 

    color: #F26A53;

	font-family: Georgia;

	font-style:  italic;

    text-align:  justify;

	}



code, kbd, pre, tt {

	font-family: Helvetica, Arial, sans-serif;

	font-size: 1em;

    background: #FEFDFB; 

    border: 1px solid #E6E6E6; 

	}



    b, i, s, u, emphasise, abbr, strong, strike { color: #7C7D78; }

/* previous next navigation buttons */


.topnav, .bottomnav {
	color: #F26A53; 

	padding-top: 20px;

	padding-bottom:20px; 

	text-align: center;

	font-family: &quot;Bebas Neue&quot;;

	font-size: 1.5em;

	position: relative;

	left:-5%;
	}

.topnav {
	display: none}

.page-separator, li.page-separator, ul .page-separator, ol page-separator { 
	display:inline; 

	color: #7C7D78; 

	padding: 5px;
	}

.navigation ul {

	display: inline; 

	padding: 0; 

	margin: 0;
	}

.navigation li {
	display: inline;
	
	list-style-type: none;
}




/* CONTENT */



#header {

	float: left;

	font-size: 1.8em;

	font-family: &quot;Bebas Neue&quot;, &quot;Arial Narrow&quot;, Helvetica, sans-serif;

	text-transform: uppercase;

	text-shadow: 3px 3px 5px #666;

	color: #F26A53;

	letter-spacing: 6px;

	position:relative;

	top: 100px;

	left: 50%;

	background:transparent url() no-repeat top center;

	z-index: 10;

}



h2#title {

	float: left;

	position: relative;

	left: -50%;


}

h2#pagetitle {display: none;}





#footer {

	clear: both;
	width: 100%;
}



#canvas	{

	width: 600px;
	z-index: 10;

}



#primary {

	float: left;

	z-index: 50;

	padding: 100px 0px 0px 0px;

	margin: 10px 10px 10px 300px;

	width: 100%;

	text-align: left;

}



#secondary {

	float: left;

	position: absolute;

	top: 30%;  	

	left: 50%;

	margin: 0 auto;

	font-size: 1.5em;

	background: transparent;

	z-index: 100;

}



#tertiary {

	float: right;

	display: block;

	position: fixed;

	top: 300px;

	right: 10%;

	clear: both;

	width: 200px;


}



/*navigation bar under header*/



.module-navlinks {


	margin: 0;

	padding: 0;

	font-family: &quot;Century Gothic&quot;;

	font-size: 1.1 em;

	position: relative;

	top: -50%;

	left: -55%;

}



.module-navlinks li {

	float: left;

	list-style-type: none;

	margin: 0 0 0 0.5em;

	padding: 0.25em;

	background: transparent;

	color: #7C7D78;



}



.module-navlinks a {

	color: #7C7D78;

	text-decoration: none;

	text-transform: lowercase;

	font-size: 15px;

}






.module-navlinks .clear {

	clear: left;

	height: 1px;

	margin-top: -1px;

}

/*SIDEBAR MODULES*/

.module-header {

	display: block;

	font-size:0px;
}
.module-typelist {


	margin: 0;

	padding: 0;

	font-family: &quot;Bebas Neue&quot;;

}

.module-typelist ul {
	
	list-style-type: none;

	margin: 0;

	padding: 0;

}

.module-typelist a {
	
	display: block;

	overflow: hidden;

	padding: .4em;

	margin-bottom: 2px;

	background: transparent url();

	text-transform: uppercase;

	width: 200px;

	text-align: left;

	color: #F26A53;

	font-family: &quot;Bebas Neue&quot;, &quot;Arial Narrow&quot;;

	text-transform: uppercase;

	font-size: 1.4em;

	font-weight: bold;

	letter-spacing: 0.4em;	
}

.module-typelist a:hover {
	text-shadow: 3px 3px 5px #999;
}
/* ENTRY CONTENT */



.entry {

	background-color: #F9F9F9;

	width: 500px;

	padding: 20px; 

	margin: 0px;

	margin-bottom: 30px;

	font-family: &quot;Arial Narrow&quot;, Arial, Helvetica, sans-serif; 

	font-size: 1.2em;

	border: 10px solid #F9F9F9;

}



.entry-content { 

	padding-top: 10px; 

	margin: 10px 0px;

	text-align: justify;

}

.entry-content img {
	 
	max-width: 100%;

	border: 10px solid #F9F9F9;
		
}

.entry-content video {
	
	max-width: 100&amp;;

}


.entry-title {
	
	display: block;

	padding: 5px 50px 5px 10px;

	margin: 0;

	font-family: &quot;Bebas Neue&quot;, &quot;Arial Narrow&quot;, Arial, Sans-serif;

	text-transform: uppercase;

	font-size: 1.2em;

	overflow: hidden;

}

.entry-title a {
	
	background: #E6E6E6 url ();

	font-family: &quot;Bebas Neue&quot;, &quot;Arial Narrow&quot;, sans-serif;

	color: #7C7D78;

}

.entry-title: hover  {
	color: #F26A53;
}



.userpic {

	display: block;

	float: left;

	position: relative;

	top: 10px;

	padding: 0 0 0 0;

	margin: -110px 0 0 -170px;

}



.userpic img {

	width: 100px;

	height: 100px;

	border: 10px solid #F9F9F9;

	box-shadow: 3px 3px 5px #666;

	-webkit-box-shadow: 3px 3px 5px #666;

	-moz-box-shadow: 3px 3px 5px #666;

}


/* Metadata and Tags */



		.metadata { 

			font-family: &quot;Bebas Neue&quot;, &quot;Arial Narrow&quot;, &quot;Helvetica&quot;, Arial;

			text-transform: lowercase;

		}



		div.metadata ul { 

		list-style: none;

		padding: 0px; 

		margin: 0px; 

		}



		div.metadata ul li { 


		display: inline;

		text-align: left;

		list-style-type: none; 

		padding: 0px; 

		margin: 0px; 

		}



		span.metadata-item-location, span.metadata-item-music, span.metadata-item-mood, div.tag ul  { 

			display: inline;

			list-style-type: none;

			list-style-position: outside;

			font-family: &quot;Bebas Neue&quot;, &quot;Arial Narrow&quot;, &quot;Helvetica&quot;, Arial;

		

		}



		.tag { 

			display: inline; 

			font-family: &quot;Bebas Neue&quot;, &quot;Arial Narrow&quot;, &quot;Helvetica&quot;, Arial;

		}



		span.tag-text { 

			display: inline; 

			font-family: &quot;Bebas Neue&quot;, &quot;Arial Narrow&quot;, &quot;Helvetica&quot;, Arial;



		}



		div.tag ul li { 

			display: inline; 

			font-family: &quot;Bebas Neue&quot;, &quot;Arial Narrow&quot;, &quot;Helvetica&quot;, Arial;

			padding: 2px;

		}



		ul.entry-management-links {

			display: block; 

			text-align: center;

			font-family: &quot;Bebas Neue&quot;, &quot;Arial Narrow&quot;, &quot;Helvetica&quot;, Arial;

			padding: 2px;

			color: #7C7D78;


		}



		ul.entry-management-links li { 

			display: inline; 

			font-family: &quot;Bebas Neue&quot;, &quot;Arial Narrow&quot;, &quot;Helvetica&quot;, Arial;

			padding: 2px;

			color: #7C7D78;


		}

		ul.entry-management-links a { 

			display: inline; 

			font-family: &quot;Bebas Neue&quot;, &quot;Arial Narrow&quot;, &quot;Helvetica&quot;, Arial;

			padding: 2px;

			color: #7C7D78;


		}



		ul.entry-interaction-links { 

			display: inline; 

			font-family: &quot;Bebas Neue&quot;, &quot;Arial Narrow&quot;, &quot;Helvetica&quot;, Arial;

			padding: 2px;


		}



		ul.entry-interaction-links li { 

			display: inline; 

			font-family: &quot;Bebas Neue&quot;, &quot;Arial Narrow&quot;, &quot;Helvetica&quot;, Arial;

			padding: 2px;



		}



		ul.entry-interaction-links a { 

			display: inline; 

			font-family: &quot;Bebas Neue&quot;, &quot;Arial Narrow&quot;, &quot;Helvetica&quot;, Arial;

			padding: 2px;



		}



		.tag, .entry-interaction-links, .entry-management-links, .comment-interaction-links, .comment-management-links {

			display: inline; 

			font-family: &quot;Bebas Neue&quot;, &quot;Arial Narrow&quot;, &quot;Helvetica&quot;, Arial;

			padding: 2px;


		}
&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;I&apos;d be super grateful for any help at all!&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=80704&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://style-system.dreamwidth.org/80704.html</comments>
  <category>~font</category>
  <category>layout:tabula rasa</category>
  <category>browser issues</category>
  <lj:security>public</lj:security>
  <lj:poster>thoitaxh</lj:poster>
  <lj:reply-count>4</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://style-system.dreamwidth.org/80431.html</guid>
  <pubDate>Sun, 06 May 2012 20:41:04 GMT</pubDate>
  <title>Question regarding module headers.</title>
  <link>http://style-system.dreamwidth.org/80431.html</link>
  <description>&lt;p&gt;&lt;br /&gt;&lt;b&gt;EDIT:: Problem solved, thanks to &lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://awakened.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/silk/identity/user.png&apos; alt=&apos;[personal profile] &apos; width=&apos;17&apos; height=&apos;17&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://awakened.dreamwidth.org/&apos;&gt;&lt;b&gt;awakened&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;! C:&lt;/b&gt;&lt;br&gt;&lt;br&gt;Currently, I am having issues with wanting to change the module header text for both &amp;quot;Links&amp;quot; and &amp;quot;Profile&amp;quot; at the bottom of my page [akin to how one may edit said header text for the &apos;custom text&apos; box module] as is seen like this --&lt;/br&gt;&lt;/br&gt;&lt;/p&gt;&lt;p&gt;&amp;quot;&amp;lt;body&amp;gt; &lt;br /&gt;&amp;lt;div class=&amp;quot;module-userprofile module&amp;quot;&amp;gt;&amp;lt;h2 class=&amp;quot;module-header&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://ephemeraldelusion.dreamwidth.org/profile&amp;quot;&amp;gt;Profile&amp;lt;/a&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;&amp;lt;div class=&amp;quot;module-typelist module&amp;quot;&amp;gt;&amp;lt;h2 class=&amp;quot;module-header&amp;quot;&amp;gt;Links&amp;lt;/h2&amp;gt; &lt;br /&gt;&amp;lt;/body&amp;gt;&amp;quot;&lt;/p&gt;&lt;p&gt;to&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&amp;quot;&amp;lt;body&amp;gt; &lt;br /&gt;&amp;lt;div class=&amp;quot;module-userprofile module&amp;quot;&amp;gt;&amp;lt;h2 class=&amp;quot;module-header&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://ephemeraldelusion.dreamwidth.org/profile&amp;quot;&amp;gt;delineation&amp;lt;/a&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;&amp;lt;div class=&amp;quot;module-typelist module&amp;quot;&amp;gt;&amp;lt;h2 class=&amp;quot;module-header&amp;quot;&amp;gt;connections&amp;lt;/h2&amp;gt; &lt;br /&gt;&amp;lt;/body&amp;gt;&amp;quot;&lt;/p&gt;&lt;p&gt;[Yes, I am one of those obnoxious people who love to use fancy words in place of the given titles.]&lt;/p&gt;&lt;p&gt;However, I have noted that one may not edit any body text, of course, so how may I go about doing this? Is there any way?&lt;/p&gt;&lt;p&gt;Currently I have &amp;quot;h2.module-header { display:none; }&amp;quot; in its place as the titles were bothering me that badly. [Sadly that removes the calender header as well, which I am rather displeased about.]&lt;/p&gt;&lt;p&gt;Is there anything I may do or am I stuck module header-less for the rest of my stay? [I really am not all too savvy in CSS, so I may be asking a stupid question.]&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=80431&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://style-system.dreamwidth.org/80431.html</comments>
  <category>header:title subtitle or page title</category>
  <category>modules</category>
  <lj:security>public</lj:security>
  <lj:poster>ephemeraldelusion</lj:poster>
  <lj:reply-count>13</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://style-system.dreamwidth.org/80381.html</guid>
  <pubDate>Thu, 03 May 2012 08:52:36 GMT</pubDate>
  <title>Question About Adding Divs</title>
  <link>http://style-system.dreamwidth.org/80381.html</link>
  <description>If I&apos;m using a code like this to change my date format, is there a way to add classes to the heart symbols I&apos;m using as separators?&lt;br /&gt;&lt;br /&gt;The code:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;set entry_date_format = &quot;short&quot;;&lt;br /&gt;set lang_fmt_date_short = &quot;%%da%% ❤ %%mm%%/%%d%%/%%yy%%&quot;;&lt;br /&gt;&lt;br /&gt;set entry_time_format = &quot;short&quot;;&lt;br /&gt;set lang_fmt_time_short = &quot;❤ %%hh%%:%%min%% %%a%%m&quot;;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Any help is appreciated!&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=80381&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://style-system.dreamwidth.org/80381.html</comments>
  <category>entries:date and time</category>
  <category>layer:core2</category>
  <category>layer:theme layer</category>
  <lj:security>public</lj:security>
  <lj:poster>awakened</lj:poster>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://style-system.dreamwidth.org/79654.html</guid>
  <pubDate>Sun, 29 Apr 2012 13:15:43 GMT</pubDate>
  <title>HTML Coding</title>
  <link>http://style-system.dreamwidth.org/79654.html</link>
  <description>And I&apos;m back with yet another question.&lt;br /&gt;&lt;br /&gt;I am currently changing my profile code and I noticed that some HTML coding that I normally use doesn&apos;t quite work anymore... I want to change the font size of the titles of the paragraphs, but no matter what I enter in the code, the size stays the same. For example: the code &lt;font size=&quot;4&quot;&gt; usually does the trick, but now it doesn&apos;t change anything. I&apos;m confused.&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=79654&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://style-system.dreamwidth.org/79654.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>aldro</lj:poster>
  <lj:reply-count>2</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://style-system.dreamwidth.org/79396.html</guid>
  <pubDate>Sat, 28 Apr 2012 16:16:17 GMT</pubDate>
  <title>Width body and space metadata</title>
  <link>http://style-system.dreamwidth.org/79396.html</link>
  <description>Hi. I just changed my layout and am struggling with a couple of things. First off, I would like to change the width of the header and entry holders. But I am not sure what to edit in the CSS. I also would like to change the space between the last line of my entry and the tags. Right now, they&apos;re very close together if that makes any sense. &lt;br /&gt;&lt;br /&gt;Here&apos;s my CSS if it helps. &lt;br /&gt;&lt;br /&gt;&lt;textarea&gt;&quot;/*-------------------------------------


	blanket by renoir [ renoir.dreamwidth.com ]
	DREAMWIDTH + tabularasa
	tiny icon credits: pinvoke.com
	please do not redistribute


-------------------------------------*/

body { background: #111 url(&apos;http://members.ziggo.nl/droomers/Dreamwidth/Layout/Backgrounds/05.jpg&apos;) fixed; padding: 0; margin: 0; text-align: center; font: 8pt normal &apos;Tahoma&apos;, &apos;Lucida Sans Unicode&apos;, sans-serif; color: #888; }

a, a:active, a:visited { text-decoration: none; color: #51a3b0; }
a:hover { color: #f0a830; }

#canvas { margin: 0 auto 3em auto; text-align: justify; padding: 0; }
#tertiary {  }
#content { padding: 0; margin: 0; }
#primary { width: 600px; margin: 0 auto; z-index: 0; padding: 0; }

/*--- header + footer ---*/
#header { width: 540px; margin: 0 auto 20px auto; background: #FFF; padding: 40px 20px; border-left: 20px solid #F2EBD7; }
#footer { display: block; clear: both; }
.page-top { width: 540px; margin: 0 auto; text-transform: uppercase; text-align: right; }
.navigation { width: 540px; margin: 0 auto; text-transform: uppercase; text-align: right; }
li.page-back, li.page-forward { display: inline; list-style: none; padding: 0; margin: 0 0 0 5px; }
li.page-separator { display: none; }
div.navigation ul { display: inline; padding: 0; margin: 0; }

/*--- header texts ---*/
div#header h1#title { font-size: 10pt; font-weight: normal; text-transform: uppercase; color: #AAA; letter-spacing: 0; padding: 0; margin: 0; }
div#header h2#subtitle { font-size: 8pt; font-weight: normal; text-transform: none; color: #AAA; letter-spacing: 1px; padding: 0; margin: 0; }
div#header h2#pagetitle { font-size: 8pt; font-weight: normal; text-transform: uppercase; color: #CFCFCF; letter-spacing: 1px; padding: 0; margin: 10px 0 0 0; }

/*--- navigation links ---*/
div.module-navlinks { background: #F2EBD7; position: fixed; bottom: 0; z-index: 100; padding: 10px; width: 100%; margin: 0 auto; }
div.module-navlinks ul.module-list { display: inline; padding: 0; margin: 0 0 0 40px; text-transform: uppercase; letter-spacing: -0.5px; }
div.module-navlinks ul.module-list li { display: inline; margin: 0 10px 0 0; list-style: none; border-right: 1px solid #C7BFA6; padding: 0 5px 0 0; }

/*--- disabled items in sidebar ---*/
.module-calendar, .module-pagesummary, .module-syndicate, .module-userprofile, .module-customtext, .module-tags_list  { display: none; }

/*--- image replacements ---*/
.header img[src=&quot;http://s.dreamwidth.org/img/silk/entry/locked.png&quot;] { width: 0; height: 0; padding: 10px 10px 0px 0px; background: url(&apos;http://i44.tinypic.com/snou1g.png&apos;); }
.header img[src=&quot;http://s.dreamwidth.org/img/silk/entry/private.png&quot;] { width: 0; height: 0; padding: 10px 10px 0px 0px; background: url(&apos;http://i43.tinypic.com/2zxurux.png&apos;); }
.ljuser img[src=&quot;http://s.dreamwidth.org/img/silk/identity/user.png&quot;] { width: 0; height: 0; padding: 10px 10px 0px 0px; background: url(&apos;http://i39.tinypic.com/2n7ee7d.png&apos;) no-repeat; }
.ljuser img[src=&quot;http://s.dreamwidth.org/img/silk/identity/community.png&quot;] { width: 0; height: 0; padding: 10px 10px 0px 0px; background: url(&apos;http://i41.tinypic.com/2gtuv40.png&apos;) no-repeat; }
.ljuser img { width: 0; height: 0; background-repeat: no-repeat; background-color: transparent; background-image: url(&apos;http://i39.tinypic.com/2n7ee7d.png&apos;); padding: 13px 13px 0 0 !important; }

.entry-management-links img[src=&quot;http://s.dreamwidth.org/img/silk/entry/edit.png&quot;] { width: 0; height: 0; padding: 10px 10px 0px 0px; background: url(&apos;http://i44.tinypic.com/1zzp1zm.jpg.png&apos;); }
.entry-management-links img[src=&quot;http://s.dreamwidth.org/img/silk/entry/tag_edit.png&quot;] { width: 0; height: 0; padding: 10px 10px 0px 0px; background: url(&apos;http://i44.tinypic.com/2emg76r.png&apos;); }
.entry-management-links img[src=&quot;http://s.dreamwidth.org/img/silk/entry/memories_add.png&quot;] { width: 0; height: 0; padding: 10px 10px 0px 0px; background: url(&apos;http://i42.tinypic.com/2a9ayvs.png&apos;); }
.entry-management-links img[src=&quot;http://s.dreamwidth.org/img/silk/entry/tellafriend.png&quot;] { width: 0; height: 0; padding: 10px 10px 0px 0px; background: url(&apos;http://i42.tinypic.com/2v3lvli.png&apos;); }
.entry-management-links img[src=&quot;http://s.dreamwidth.org/img/silk/entry/track.png&quot;] { width: 0; height: 0; padding: 10px 10px 0px 0px; background: url(&apos;http://i44.tinypic.com/vih34o.png&apos;); }

.userlite-interaction-links img[src=&quot;http://s.dreamwidth.org/img/silk/profile/subscription_add.png&quot;] { width: 0; height: 0; padding: 10px 10px 0px 0px; background: url(&apos;http://i44.tinypic.com/1zfmsyd.png&apos;); }
.userlite-interaction-links img[src=&quot;http://s.dreamwidth.org/img/silk/profile/post.png&quot;] { width: 0; height: 0; padding: 10px 10px 0px 0px; background: url(&apos;http://i44.tinypic.com/mw8htu.png&apos;); }
.userlite-interaction-links img[src=&quot;http://s.dreamwidth.org/img/silk/profile/message.png&quot;] { width: 0; height: 0; padding: 10px 10px 0px 0px; background: url(&apos;http://i40.tinypic.com/2ngen28.png&apos;); }
.userlite-interaction-links img[src=&quot;http://s.dreamwidth.org/img/silk/profile/tellafriend.png&quot;] { width: 0; height: 0; padding: 10px 10px 0px 0px; background: url(&apos;http://i44.tinypic.com/2hib1x4.png&apos;); }

/*--- entry ---*/
div.entry { background: #FFF; padding: 20px; margin: 0 0 20px 0; border-left: 20px solid #F2EBD7; }
div.entry-content { margin: 10px 0 0 0; }

div.header { padding: 0; margin: 0 0 10px 0; }
h3.entry-title { font-size: 12pt; font-weight: normal; text-transform: none; color: #099aaf; letter-spacing: -1; padding: 0; margin: 0; }
h3.entry-title a { color: #099aaf; }

.datetime { font-size: 7pt; font-weight: normal; text-transform: uppercase; color: #AAA; letter-spacing: 1px; padding: 0; }
.datetime a { color: #AAA; }

.userpic { display: none; float: left; margin: 0 10px 10px 0; }
.userpic img { width: 80px; height: 80px; padding: 5px; border: 1px solid #DDD; background: #FFF!important; }

span.poster { font-size: 7pt; font-weight: normal; text-transform: uppercase; color: #AAA; letter-spacing: 0; padding: 0; }

.metadata { margin: 20px 0 0 0; }
div.metadata ul { padding: 0; margin: 0; }
div.metadata ul li { list-style: none; font-size: 7pt; font-weight: normal; text-transform: lowercase; color: #AAA; letter-spacing: 0; padding: 0; }
span.metadata-label-location, span.metadata-label-mood, span.metadata-label-music { display: none; }
span.metadata-item-location { background: url(&apos;http://i41.tinypic.com/mjxxqx.png&apos;) no-repeat; padding: 0 0 0 13px; }
span.metadata-item-mood { background: url(&apos;http://i39.tinypic.com/28ldybp.png&apos;) no-repeat; padding: 0 0 0 13px; }
span.metadata-item-music { background: url(&apos;http://i39.tinypic.com/20rvaiq.png&apos;) no-repeat; padding: 0 0 0 13px; }

span.tag-text { display: none; }
div.tag ul { background: url(&apos;http://members.ziggo.nl/droomers/Dreamwidth/Layout/Tag.png&apos;) no-repeat; padding: 0 0 0 16px; margin: 0px; display: inline; }
div.tag ul li { display: inline; list-style: none; font-size: 7pt; font-weight: normal; text-transform: lowercase; color: #AAA; letter-spacing: 0; padding: 0; }

ul.entry-management-links { padding: 0; margin: 10px 0 0 0; }
ul.entry-management-links li { display: inline; list-style: none; font-size: 7pt; font-weight: normal; text-transform: none; color: #AAA; letter-spacing: 0; padding: 0 5px 0 0; }

ul.entry-interaction-links { padding: 0 0 5px 0; margin: 10px 0 0 0; text-align: center; border-bottom: 1px solid #EEE; }
ul.entry-interaction-links li { display: inline; list-style: none; font-size: 7pt; font-weight: normal; text-transform: uppercase; color: #AAA; letter-spacing: 0; padding: 0 5px 0 0; }

/*--- comments ---*/
hr.above-entry-interaction-links, hr.below-reply-container { display: none; }

input, textarea { background: #FFF; padding: 5px; border: 1px solid #EEE; font: 7pt &apos;Helvetica&apos;, Arial, Arial Narrow, sans; color: #BBB; line-height: 1.8em; }
textarea.textbox  { width: 100% !important; }

.poster-ip { display: none; }

.page-reply .entry-wrapper-even {  }
.page-reply .entry-wrapper-odd {  }

.comment { width: 540px; margin: 0 auto 20px auto; background: #FFF; padding: 40px 20px; border-left: 20px solid #F2EBD7; }
.comment-wrapper { margin: 20px 0; padding: 0; }
.comment-content {  }

.bottomcomment { width: 540px; margin: 0 auto 20px auto; background: #FFF; padding: 40px 20px; border-left: 20px solid #F2EBD7; }

.comment-management-links ul, .comment-interaction-links ul { margin: 0; padding: 0; list-style: none; }
.comment-management-links li, .comment-interaction-links li { display: inline; }

#qrform table { border: 0!important; }

/*--- archive ---*/
li.active { list-style: none; display: inline; text-transform: uppercase; color: #c88311; padding: 0; margin: 0; text-align: center; }

.month { width: 540px; margin: 0 auto 20px auto; background: #FFF; padding: 40px 20px; border-left: 20px solid #F2EBD7; }
.month h3 { font-size: 8pt; font-weight: normal; text-transform: lowercase; color: #AAA; letter-spacing: 1px; padding: 0; margin: 0; text-align: right; }

div.navigation ul { display: inline; }
div.navigation li { display: inline; list-style: none; }

.month th { background: #EEE; font-size: 7pt; font-weight: normal; text-transform: uppercase; padding: 5px; text-align: center; color: #AAA; }
.month table { width: 100%; border: 0; margin: auto; }
.month caption { display: none; }

td.day { padding: 5px; border: 1px solid #F0F0F0; }

/*--- tags ---*/
.page-tags h2 { font-size: 8pt; font-weight: normal; text-transform: lowercase; color: #AAA; letter-spacing: 1px; padding: 0; margin: 0; text-align: right; }

.page-tags #primary {  }

.page-tags .tags-container { width: 540px; margin: 0 auto 20px auto; background: #FFF; padding: 40px 20px; border-left: 20px solid #F2EBD7; }

.page-tags .ljtaglist { margin: 10px; padding: 0; }
.page-tags .ljtaglist li { margin: 0 0 0 10px; padding: 0; list-style: none; }&quot;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=79396&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://style-system.dreamwidth.org/79396.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>aldro</lj:poster>
  <lj:reply-count>2</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://style-system.dreamwidth.org/79240.html</guid>
  <pubDate>Wed, 25 Apr 2012 06:58:09 GMT</pubDate>
  <title>Header and Browser Compatibility issues in Tabula Rasa?</title>
  <link>http://style-system.dreamwidth.org/79240.html</link>
  <description>&lt;b&gt;Problem SOLVED!&lt;/b&gt; Hey, so I&apos;m using Google Chrome most of the time, and my Thor themed layout works fine in that (except for a few issues that I&apos;m pretty sure I can figure out myself) but when I use a different browser (i.e. Internet Explorer or Firefox; I haven&apos;t tried any others) the header doesn&apos;t sit where I want to sit. Which is mostly I guess because I used &lt;em&gt;position: absolute&lt;/em&gt; but I&apos;m not sure how else to get it centered above my posts.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://i.imgur.com/z9Fc6.png&quot;&gt;This&lt;/a&gt; is how I want it to look in all browsers and how it looks when I use Chrome. &lt;a href=&quot;http://i.imgur.com/Dhpr1.png&quot;&gt;This&lt;/a&gt; is how it looks on Firefox and &lt;a href=&quot;http://i.imgur.com/TMicW.png&quot;&gt;this&lt;/a&gt; is how it looks on IE. &lt;br /&gt;&lt;br /&gt;In both IE and FF, the header is too far left for what I want. &lt;br /&gt;&lt;br /&gt;This is the code I used:&lt;br /&gt; &lt;textarea&gt;
#header {
	font-size: 0px;
	position:absolute;
	top:120px;
	left:-90px;
	background:transparent url(http://i.imgur.com/DfuXc.png) no-repeat top center;
	height:300px;
	width:100%;
}
&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Also, in IE the sidebar doesn&apos;t show up. Could that be because I used &lt;em&gt;position: fixed&lt;/em&gt;?&lt;br /&gt;&lt;br /&gt;I&apos;d be glad for any help!&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=79240&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://style-system.dreamwidth.org/79240.html</comments>
  <category>header:background or image</category>
  <category>layout:tabula rasa</category>
  <category>browser issues</category>
  <lj:security>public</lj:security>
  <lj:poster>thoitaxh</lj:poster>
  <lj:reply-count>4</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://style-system.dreamwidth.org/78929.html</guid>
  <pubDate>Tue, 24 Apr 2012 22:26:41 GMT</pubDate>
  <title>How to change color of .module_navlinks separator</title>
  <link>http://style-system.dreamwidth.org/78929.html</link>
  <description>Hello, &lt;br /&gt;&lt;br /&gt;I&apos;ve managed to change the color of the link text: &lt;br /&gt;&lt;br /&gt;.module-navlinks a {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; color: #8B4500 !important;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;But not the color of separators (&amp;quot;|&amp;quot;) .&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=78929&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://style-system.dreamwidth.org/78929.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>dina_studio</lj:poster>
  <lj:reply-count>4</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://style-system.dreamwidth.org/78674.html</guid>
  <pubDate>Mon, 09 Apr 2012 05:06:13 GMT</pubDate>
  <title>Custom Private Module</title>
  <link>http://style-system.dreamwidth.org/78674.html</link>
  <description>Is it possible to create a custom text module for a community that is only visible to members of that community?&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=78674&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://style-system.dreamwidth.org/78674.html</comments>
  <category>module:custom</category>
  <lj:security>public</lj:security>
  <lj:poster>awakened</lj:poster>
  <lj:reply-count>9</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://style-system.dreamwidth.org/78406.html</guid>
  <pubDate>Thu, 05 Apr 2012 04:57:38 GMT</pubDate>
  <link>http://style-system.dreamwidth.org/78406.html</link>
  <description>Hey there.  I&apos;m editing a layout for an rp comm, and I&apos;m having comment issues.  I have two questions.&lt;br /&gt;&lt;br /&gt;1: How do you reduce the width of the comment boxes?  They&apos;re kind of big and gangly at the moment-I know DW is just kind of big and gangly with comment boxes to begin with, but there&apos;s got to be a way to make them skinnier.&lt;br /&gt;&lt;br /&gt;2: What&apos;s the code for changing the link/reply/thread links?  I want to make them smaller, but I don&apos;t have any luck so far.&lt;br /&gt;&lt;br /&gt;For reference, the layout can be seen &lt;a href=&quot;http://frrpg-ooc.dreamwidth.org/262.html#comments&quot;&gt;here&lt;/a&gt; and the style sheet is blanket.  Any/all help would be appreciated!&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=78406&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://style-system.dreamwidth.org/78406.html</comments>
  <category>comments</category>
  <lj:security>public</lj:security>
  <lj:poster>cherrybomb</lj:poster>
  <lj:reply-count>1</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://style-system.dreamwidth.org/78083.html</guid>
  <pubDate>Tue, 03 Apr 2012 10:42:48 GMT</pubDate>
  <title>SOLVED</title>
  <link>http://style-system.dreamwidth.org/78083.html</link>
  <description>Hello! I am not very sure where to ask this so I hope I got the right place :)&lt;br /&gt;&lt;br /&gt;I really love the idea of having rainbow links (taken from &lt;a href=&quot;http://www.dynamicdrive.com/dynamicindex5/rainbow.htm&quot;&gt;here&lt;/a&gt;) but I know DW does not allow any javascript. I was wondering if there are other ways/codes of achieving the same effect of having rainbow links?&lt;br /&gt;&lt;br /&gt;Thank you! :)&lt;br /&gt;&lt;br /&gt;EDIT: I have found the solution from &lt;a href=&quot;http://subeta.net/forums/view/840615&quot;&gt;here&lt;/a&gt;!!&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=78083&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://style-system.dreamwidth.org/78083.html</comments>
  <category>~links</category>
  <lj:security>public</lj:security>
  <lj:poster>infini</lj:poster>
  <lj:reply-count>5</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://style-system.dreamwidth.org/77811.html</guid>
  <pubDate>Tue, 27 Mar 2012 09:09:19 GMT</pubDate>
  <title>Mood theme picture on left, including tags: S2 code!</title>
  <link>http://style-system.dreamwidth.org/77811.html</link>
  <description>Okay, so.  Over in &lt;a href=&quot;http://style-system.dreamwidth.org/76601.html&quot;&gt;this entry&lt;/a&gt; &lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://meicdon13.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/silk/identity/user.png&apos; alt=&apos;[personal profile] &apos; width=&apos;17&apos; height=&apos;17&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://meicdon13.dreamwidth.org/&apos;&gt;&lt;b&gt;meicdon13&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; asked about putting hir&apos;s moodtheme picture on the left of the metadata.  &lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://awakened.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/silk/identity/user.png&apos; alt=&apos;[personal profile] &apos; width=&apos;17&apos; height=&apos;17&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://awakened.dreamwidth.org/&apos;&gt;&lt;b&gt;awakened&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; provided &lt;a href=&quot;http://style-system.dreamwidth.org/15122.html&quot;&gt;a link to an entry with the same question&lt;/a&gt;, where &lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://mmmag.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/silk/identity/user.png&apos; alt=&apos;[personal profile] &apos; width=&apos;17&apos; height=&apos;17&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://mmmag.dreamwidth.org/&apos;&gt;&lt;b&gt;mmmag&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; had provided some S2 code that works for all metadata except tags (because tags aren&apos;t actually metadata in the code).&lt;br /&gt;&lt;br /&gt;&lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://awakened.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/silk/identity/user.png&apos; alt=&apos;[personal profile] &apos; width=&apos;17&apos; height=&apos;17&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://awakened.dreamwidth.org/&apos;&gt;&lt;b&gt;awakened&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; mentioned that having tags as well would be super cool, I agreed, tried to make it work, failed hardcore and flailed in #dreamwidth.  At which point &lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://afuna.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/silk/identity/user.png&apos; alt=&apos;[personal profile] &apos; width=&apos;17&apos; height=&apos;17&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://afuna.dreamwidth.org/&apos;&gt;&lt;b&gt;afuna&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; was super awesome and patient and fantastic, and fixed it all up, despite it being &quot;a bit weird because you&apos;re combining the $currents, which is basically making a string and printing it out later with print_tags, which prints it out *right now*&quot;.  And then I failed to copy-paste the code correctly, so I&apos;m putting it up as an entry instead of yet another comment.&lt;br /&gt;&lt;br /&gt;Was that convoluted enough?  Anyway, here&apos;s some code that will put your moodtheme image on the left!&lt;br /&gt;&lt;br /&gt;Step 1: Make a theme layer.  (&lt;a href=&quot;http://dw-styles.dreamwidth.org/13219.html&quot;&gt;Tutorial for how to make and use a theme layer here!&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;Step 2: Copy-paste this code into your theme layer: &lt;span class=&quot;cuttag_container&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___1&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b&gt;(&amp;nbsp;&lt;a href=&quot;http://style-system.dreamwidth.org/77811.html#cutid1&quot;&gt;Code!&lt;/a&gt;&amp;nbsp;)&lt;/b&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___1&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Step 3: Hit save and compile, and assuming you&apos;re already using the theme layer, you&apos;re done!  If not, use the theme layer, as described in the much more awesome tutorial linked to in step 1.&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=77811&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://style-system.dreamwidth.org/77811.html</comments>
  <category>!tips and resources</category>
  <category>entries:metadata</category>
  <lj:security>public</lj:security>
  <lj:poster>tyger</lj:poster>
  <lj:reply-count>3</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://style-system.dreamwidth.org/77405.html</guid>
  <pubDate>Tue, 27 Mar 2012 09:04:58 GMT</pubDate>
  <title>Feed question.</title>
  <link>http://style-system.dreamwidth.org/77405.html</link>
  <description>I&apos;m not sure if this is the right place to ask this. Sorry in advance if it&apos;s not.&lt;br /&gt;&lt;br /&gt;Some time ago I subscribed to &lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://gunnerkrigg-feed.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/silk/identity/feed.png&apos; alt=&apos;[syndicated profile] &apos; width=&apos;16&apos; height=&apos;16&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://gunnerkrigg-feed.dreamwidth.org/&apos;&gt;&lt;b&gt;gunnerkrigg_feed&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;, the feed for the webcomic Gunnerkrigg Court. Today, while visiting the webcomic, I discovered that the feed never showed any posts. &lt;br /&gt;&lt;br /&gt;I don&apos;t know why that&apos;s happening. Halp?&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=77405&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://style-system.dreamwidth.org/77405.html</comments>
  <category>feeds</category>
  <lj:mood>blah</lj:mood>
  <lj:security>public</lj:security>
  <lj:poster>lilmoka</lj:poster>
  <lj:reply-count>2</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://style-system.dreamwidth.org/77304.html</guid>
  <pubDate>Tue, 27 Mar 2012 03:28:12 GMT</pubDate>
  <title>Removing Network link?</title>
  <link>http://style-system.dreamwidth.org/77304.html</link>
  <description>Is there a way to remove or hide the link to your Network?  I&apos;m using Transmogrified.  Thanks in advance.&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=77304&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://style-system.dreamwidth.org/77304.html</comments>
  <category>pageview:network</category>
  <lj:security>public</lj:security>
  <lj:poster>elfin</lj:poster>
  <lj:reply-count>2</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://style-system.dreamwidth.org/77010.html</guid>
  <pubDate>Sun, 25 Mar 2012 16:25:58 GMT</pubDate>
  <title>Mood themes</title>
  <link>http://style-system.dreamwidth.org/77010.html</link>
  <description>HI to ALL. :)&lt;br /&gt;*Hope this isn&apos;t a duplicate question.* *blush*&lt;br /&gt;I&apos;ve got an idea for a layout, will be working on it later when I get the chance.&lt;br /&gt;I would also like to create some mood themes with cats and dogs. &lt;br /&gt;Really like the bunny mood themes that are here already.&lt;br /&gt;Where does one upload their mood theme design for consideration to be part of Dreamwidth?&lt;br /&gt;And will there be a mood theme community or is that part of the style system community?&lt;br /&gt;Thanks!&lt;br /&gt;And many Thanks to the members here for all the very helpful tips on layout designing. ;)&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=77010&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://style-system.dreamwidth.org/77010.html</comments>
  <lj:mood>artistic</lj:mood>
  <lj:security>public</lj:security>
  <lj:poster>bibbinut</lj:poster>
  <lj:reply-count>1</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://style-system.dreamwidth.org/76601.html</guid>
  <pubDate>Sun, 25 Mar 2012 11:34:24 GMT</pubDate>
  <title>Mood image to left of metadata</title>
  <link>http://style-system.dreamwidth.org/76601.html</link>
  <description>I was wondering if there&apos;s any way to get my metadata to look like this:&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://i.minus.com/iRAFA2vKFVAxI.jpg&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Edit:&lt;/b&gt; Clarification &amp;mdash; the image is the mood theme image. I was wondering if there were a way to get it to be on the left of the metadata.&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=76601&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://style-system.dreamwidth.org/76601.html</comments>
  <category>entries:metadata</category>
  <lj:mood>hopeful</lj:mood>
  <lj:security>public</lj:security>
  <lj:poster>meicdon13</lj:poster>
  <lj:reply-count>21</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://style-system.dreamwidth.org/76303.html</guid>
  <pubDate>Tue, 20 Mar 2012 06:32:41 GMT</pubDate>
  <title>SOLVED</title>
  <link>http://style-system.dreamwidth.org/76303.html</link>
  <description>Hello!&lt;br /&gt;&lt;br /&gt;I realised that with DW layouts, the journal title does not appear as the page title. I was wondering if there is a way to make the journal title the title of the page as well?&lt;br /&gt;&lt;br /&gt;Also, I tried adding a favicon to a community that is using Tabula Rasa and it doesn&apos;t work? It seems to be working for my other comm that is using an imported LJ style (Flexible Squares)... Is there a way around this?&lt;br /&gt;&lt;br /&gt;Thank you!! :)&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=76303&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://style-system.dreamwidth.org/76303.html</comments>
  <category>stylesheet</category>
  <category>layout:tabula rasa</category>
  <lj:security>public</lj:security>
  <lj:poster>infini</lj:poster>
  <lj:reply-count>20</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://style-system.dreamwidth.org/76216.html</guid>
  <pubDate>Wed, 14 Mar 2012 17:17:45 GMT</pubDate>
  <title>Header custom menu, User Name size and position</title>
  <link>http://style-system.dreamwidth.org/76216.html</link>
  <description>Hello fellow style addicts!&lt;br /&gt;&lt;br /&gt;I recently moved in from LJ and I&apos;m in the process of recreating my journal layout at DW. I&apos;m using the Brittle layout and trial/error my way through the design. ;) Most things I managed to work out by myself, but there are a few points I can&apos;t seem to find a solution for. Hopefully someone will be able to point me in the right direction. Additionally, I&apos;m not sure what tags would be appropriate for this post. I&apos;d be relieved, if the mods could handle that. ^^;&lt;br /&gt;&lt;br /&gt;1.&lt;br /&gt;My header looks like &lt;a href=&quot;http://i1146.photobucket.com/albums/o539/_ext_/dw/dwstyle03.png&quot;&gt;this&lt;/a&gt;. What I&apos;d like to have is instead of the journal name/page title to show a simple link menu I can freely configure, such as:&lt;div style=&quot;text-align: center;&quot;&gt;profile&amp;nbsp; |&amp;nbsp; circles&amp;nbsp; |&amp;nbsp; calendar&amp;nbsp; |&amp;nbsp; link a&amp;nbsp; |&amp;nbsp; link b&lt;/div&gt;I found in this lovely community already &lt;a href=&quot;http://style-system.dreamwidth.org/73829.html?thread=631909#cmt631909&quot;&gt;how to get rid of the page title&lt;/a&gt; etc. What I don&apos;t know is how I could put links there instead, and perhaps my profile icon in a smaller size. &lt;strong&gt;&lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;--- Partially solved!&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;2.&lt;br /&gt;I&apos;d like to move &amp;quot;Previous 50&amp;quot; to the right and to change the font size. So far I only managed to find out how to change the color. I&apos;d like to do the same on the bottom of the page. (Currently &lt;a href=&quot;http://i1146.photobucket.com/albums/o539/_ext_/dw/dwstyle02.png&quot;&gt;the profile module sits there as well.&lt;/a&gt; I disabled it for now, because my first plan had been to put it in the header, which didn&apos;t work and the entire thing would have been too big for the top of my page anyway.) &lt;strong&gt;&lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;--- SOLVED!&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;3.&lt;br /&gt;Is there a way to (a) change the font size of user names independently from the font size for date/time? Also, is there a way to (b) place the user names below their icons in such a way that they behave &amp;quot;intelligently&amp;quot;, i.e. have line breaks, if the name length exceeds a certain amount of letters? This is mainly interesting for communities when you have &amp;quot;userblabla posted in communityblabla&amp;quot;. I found out how to change the positioning in general, but I assume the user name would have to be withing the icon layer to be confined to it and for the entry text to not overlap it, and I couldn&apos;t figure out how to do that or how to add another box below the icon in which I could put the user name. &lt;span style=&quot;color: rgb(51, 153, 102);&quot;&gt;--- &lt;/span&gt;&lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;&lt;strong&gt;Part (a) solved!&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thank you in advance for any help you can offer me! (Also: please ignore the white page background, I&apos;ll be adding a background image once everything sits on its right place.)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=76216&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://style-system.dreamwidth.org/76216.html</comments>
  <category>header:title subtitle or page title</category>
  <category>module:navlinks</category>
  <category>layout:brittle</category>
  <category>username</category>
  <lj:security>public</lj:security>
  <lj:poster>extempore</lj:poster>
  <lj:reply-count>17</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://style-system.dreamwidth.org/75792.html</guid>
  <pubDate>Thu, 08 Mar 2012 11:04:57 GMT</pubDate>
  <title>Comment expand links in a ver. 1 from-LJ layout</title>
  <link>http://style-system.dreamwidth.org/75792.html</link>
  <description>Accounts in question: &lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://nightfall-mods.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/silk/identity/user.png&apos; alt=&apos;[personal profile] &apos; width=&apos;17&apos; height=&apos;17&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://nightfall-mods.dreamwidth.org/&apos;&gt;&lt;b&gt;nightfall_mods&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; and its related accounts (links are in the sidebar.)  Currently layout-testing on &lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://sanguine-saint.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/silk/identity/user.png&apos; alt=&apos;[personal profile] &apos; width=&apos;17&apos; height=&apos;17&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://sanguine-saint.dreamwidth.org/&apos;&gt;&lt;b&gt;sanguine_saint&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; where there&apos;s a ton of comments on the layout-test page, for convenience&apos;s sake, too. &lt;small&gt;(Er...  been using ?style=mine; I&apos;ll throw the layout up on that account in a min.)&lt;/small&gt;&lt;br /&gt;&lt;br /&gt;Issue: There&apos;s no Expand link, in collapsed comments.  I&apos;d like there to be, but I&apos;m only just now dipping my toes into S2 (core version 1, Style Contest from LJ.  Well, specifically, from IJ.)&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cuttag_container&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___1&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b&gt;(&amp;nbsp;&lt;a href=&quot;http://style-system.dreamwidth.org/75792.html#cutid1&quot;&gt;Read more...&lt;/a&gt;&amp;nbsp;)&lt;/b&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___1&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;My apologies if I&apos;ve left out something relevant (let me know, and I&apos;ll happily provide it!) and thanks in advance for any advice/pointers!&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=75792&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://style-system.dreamwidth.org/75792.html</comments>
  <category>layout:importing or imported from</category>
  <category>layer:core1</category>
  <category>comments</category>
  <lj:mood>lost</lj:mood>
  <lj:security>public</lj:security>
  <lj:poster>ladyasul</lj:poster>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://style-system.dreamwidth.org/75708.html</guid>
  <pubDate>Sun, 04 Mar 2012 03:39:09 GMT</pubDate>
  <title>what browser do you use to view dreamwidth</title>
  <link>http://style-system.dreamwidth.org/75708.html</link>
  <description>&amp;nbsp;I&apos;m trying to figure out which browsers I should at least make sure to glance at my finished product with. I know there are some subtle differences with each and while I can&apos;t make the layouts display exactly the same in all browsers, it would be best to get them as close possible. &lt;br /&gt;&lt;br /&gt;With that in mind:&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;a href=&quot;http://www.dreamwidth.org/poll/?id=9761&quot;&gt;View Poll: What browser do you use to view/use Dreamwidth?&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=75708&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://style-system.dreamwidth.org/75708.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>arobynsung</lj:poster>
  <lj:reply-count>6</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://style-system.dreamwidth.org/75496.html</guid>
  <pubDate>Fri, 02 Mar 2012 18:40:28 GMT</pubDate>
  <title>Problem with replies in Flexible Squares</title>
  <link>http://style-system.dreamwidth.org/75496.html</link>
  <description>&lt;strike&gt;I&apos;m having a strange problem in Flexible Squares. I could have sworn this setup used to work for making a quick reply box pop up, without having to reload the page, but I haven&apos;t messed with Flexible Squares on DW in well over a year. I had the old code I used for the custom layer and for my CSS, I imported my CSS from LJ. Now, I can&apos;t actually reply to any comments on the post itself. It reloads the page to a new reply page. I suspect it might be a problem with my custom layer, but I have no idea where to look for it.&lt;/strike&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://jessicaarnold.dreamwidth.org/76356.html&quot;&gt;Layer code is here.&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-size: larger;&quot;&gt;&lt;br /&gt;&lt;strong&gt;Problem solved! &lt;/strong&gt;&lt;/span&gt;There was a problem with my theme layer that was keeping the quick reply box from working. I found &lt;a target=&quot;_blank&quot; href=&quot;http://starlit.dreamwidth.org/272.html&quot;&gt;another version of the theme layer code&lt;/a&gt; by &lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://crush.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/silk/identity/user.png&apos; alt=&apos;[personal profile] &apos; width=&apos;17&apos; height=&apos;17&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://crush.dreamwidth.org/&apos;&gt;&lt;b&gt;crush&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp; that seems to have fixed the problem.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=75496&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://style-system.dreamwidth.org/75496.html</comments>
  <category>layout:importing or imported from</category>
  <category>layer:core1</category>
  <category>comments: reply form</category>
  <lj:security>public</lj:security>
  <lj:poster>jessicaarnold</lj:poster>
  <lj:reply-count>3</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://style-system.dreamwidth.org/75040.html</guid>
  <pubDate>Fri, 02 Mar 2012 06:28:28 GMT</pubDate>
  <link>http://style-system.dreamwidth.org/75040.html</link>
  <description>Okay, something tells me that this is a question that has probably been asked a hundred times, but  I went through the community tags (the ones I thought relevant to the problem) and couldn&apos;t find an answer. I also tried google. So, let me try to swallow down my hesitance and just ask for a little help. :[&lt;br /&gt;&lt;br /&gt;I&apos;m using a layer to recreate the Flexible Squares layout from LiveJournal—entirely because I felt like I had my journal set up exactly as I wanted it so I just tried to recreate it over here—along with custom CSS over it.&lt;br /&gt;&lt;br /&gt;DW has a slightly different header links than LJ, namely the freaking Network section. You know, I honestly have no idea why it&apos;s there or what it does. &lt;br /&gt;&lt;br /&gt;Is there any way to remove the Network section (along with the tags and memories section) when you&apos;re using custom layers like this? Or is this really obvious and I couldn&apos;t figure it out?&lt;br /&gt;&lt;br /&gt;Thank you for at least checking this post out! /o/♥&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=75040&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://style-system.dreamwidth.org/75040.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>stormking</lj:poster>
  <lj:reply-count>5</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://style-system.dreamwidth.org/74771.html</guid>
  <pubDate>Wed, 29 Feb 2012 20:34:21 GMT</pubDate>
  <title>Removing navigation strip with CSS</title>
  <link>http://style-system.dreamwidth.org/74771.html</link>
  <description>I want to disable it through CSS in my layouts (mainly transmogrified), would anyone happen to know what is the code I would need to apply, and be so kind to let me know? I don&apos;t know what controls the navstrip so I can&apos;t do that myself. So thank you in advance!&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=74771&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://style-system.dreamwidth.org/74771.html</comments>
  <category>navigation strip</category>
  <category>layout:transmogrified</category>
  <lj:security>public</lj:security>
  <lj:poster>carisma_sensei</lj:poster>
  <lj:reply-count>17</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://style-system.dreamwidth.org/74677.html</guid>
  <pubDate>Mon, 27 Feb 2012 14:01:15 GMT</pubDate>
  <title>Make private entries not display.</title>
  <link>http://style-system.dreamwidth.org/74677.html</link>
  <description>I want to use layers to make my private entries (the ones only viewable to me) not show up at all on my journal. Is there a way I can do this?&lt;br /&gt;&lt;br /&gt;I don&apos;t want to do it through CSS because I know that on some pages, an uneven amount of entries will show up, or I&apos;ll have previous links on my navigation that go to empty pages.&lt;br /&gt;&lt;br /&gt;Thanks in advance!&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=74677&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://style-system.dreamwidth.org/74677.html</comments>
  <category>layer:core2</category>
  <lj:security>public</lj:security>
  <lj:poster>awakened</lj:poster>
  <lj:reply-count>2</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://style-system.dreamwidth.org/74474.html</guid>
  <pubDate>Sat, 25 Feb 2012 19:36:04 GMT</pubDate>
  <title>Adding additional fonts to layouts...</title>
  <link>http://style-system.dreamwidth.org/74474.html</link>
  <description>Was wondering about adding additional fonts to layouts.&lt;br /&gt;For instance if I wanted the subject heading in my entries to be italicized.&lt;br /&gt;Would it be [i]text[/i]?&lt;br /&gt;Been looking at quite a few themes and fonts to give me some ideas for a layout.&lt;br /&gt;If I wanted to add another font that&apos;s not on the list like bradley script for example (I think that&apos;s the name of the font).&lt;br /&gt;How does one go about doing that?&lt;br /&gt;And Thank You for this very helpful community. :)&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=74474&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://style-system.dreamwidth.org/74474.html</comments>
  <category>entries:subject</category>
  <category>~font</category>
  <lj:mood>artistic</lj:mood>
  <lj:security>public</lj:security>
  <lj:poster>bibbinut</lj:poster>
  <lj:reply-count>10</lj:reply-count>
</item>
</channel>
</rss>

