<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dw="http://www.dreamwidth.org">
  <id>tag:dreamwidth.org,2009-05-02:195103</id>
  <title>Dreamwidth style system discussion</title>
  <subtitle>Dreamwidth style system discussion</subtitle>
  <author>
    <name>Dreamwidth style system discussion</name>
  </author>
  <link rel="alternate" type="text/html" href="http://style-system.dreamwidth.org/"/>
  <link rel="self" type="text/xml" href="http://style-system.dreamwidth.org/data/atom"/>
  <updated>2012-05-16T18:09:56Z</updated>
  <dw:journal username="style_system" type="community"/>
  <link rel="hub" href="http://pubsubhubbub.appspot.com/"/>
  <entry>
    <id>tag:dreamwidth.org,2009-05-02:195103:80930</id>
    <author>
      <name>Jest</name>
    </author>
    <dw:poster user="jest"/>
    <link rel="alternate" type="text/html" href="http://style-system.dreamwidth.org/80930.html"/>
    <link rel="self" type="text/xml" href="http://style-system.dreamwidth.org/data/atom/?itemid=80930"/>
    <title>SOLVED: Browser compatibility...</title>
    <published>2012-05-16T15:14:46Z</published>
    <updated>2012-05-16T18:09:56Z</updated>
    <category term="header:background or image"/>
    <dw:security>public</dw:security>
    <dw:reply-count>8</dw:reply-count>
    <content type="html">So I made a banner for a DW community, &lt;a href="http://rec-collectors.dreamwidth.org/"&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'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'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="http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=80930" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-02:195103:80704</id>
    <author>
      <name>Taxh</name>
    </author>
    <dw:poster user="thoitaxh"/>
    <link rel="alternate" type="text/html" href="http://style-system.dreamwidth.org/80704.html"/>
    <link rel="self" type="text/xml" href="http://style-system.dreamwidth.org/data/atom/?itemid=80704"/>
    <title>@font-face browser compatibility issues</title>
    <published>2012-05-07T22:13:30Z</published>
    <updated>2012-05-07T22:15:03Z</updated>
    <category term="~font"/>
    <category term="layout:tabula rasa"/>
    <category term="browser issues"/>
    <dw:security>public</dw:security>
    <dw:reply-count>4</dw:reply-count>
    <content type="html">Hey! So it's me again. I've got a promblem with my @font-face tag that for some reason isn'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="http://i.imgur.com/PkFul.png"&gt;How it looks in Chrome/How I want it to look&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://i.imgur.com/NpRSZ.png"&gt;How it looks in Firefox&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;textarea&gt;

/*@font-face*/



@font-face {

    font-family: "Bebas Neue";

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

}



@font-face {

     font-family: "Bebas Neue";

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

}


/* Colours:

#B5BFBD - PALE VIOLET

#7C7D78 - DARK GREY

#E6E6E6 - LIGHT GREY

#F26A53 - RED */



/* Basics */





body {



	background-color: #fff29D;

	font-family: "Arial Narrow", "Century Gothic", 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: "Bebas Neue";

	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: "Bebas Neue", "Arial Narrow", 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: "Century Gothic";

	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: "Bebas Neue";

}

.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: "Bebas Neue", "Arial Narrow";

	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: "Arial Narrow", 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: "Bebas Neue", "Arial Narrow", Arial, Sans-serif;

	text-transform: uppercase;

	font-size: 1.2em;

	overflow: hidden;

}

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

	font-family: "Bebas Neue", "Arial Narrow", 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: "Bebas Neue", "Arial Narrow", "Helvetica", 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: "Bebas Neue", "Arial Narrow", "Helvetica", Arial;

		

		}



		.tag { 

			display: inline; 

			font-family: "Bebas Neue", "Arial Narrow", "Helvetica", Arial;

		}



		span.tag-text { 

			display: inline; 

			font-family: "Bebas Neue", "Arial Narrow", "Helvetica", Arial;



		}



		div.tag ul li { 

			display: inline; 

			font-family: "Bebas Neue", "Arial Narrow", "Helvetica", Arial;

			padding: 2px;

		}



		ul.entry-management-links {

			display: block; 

			text-align: center;

			font-family: "Bebas Neue", "Arial Narrow", "Helvetica", Arial;

			padding: 2px;

			color: #7C7D78;


		}



		ul.entry-management-links li { 

			display: inline; 

			font-family: "Bebas Neue", "Arial Narrow", "Helvetica", Arial;

			padding: 2px;

			color: #7C7D78;


		}

		ul.entry-management-links a { 

			display: inline; 

			font-family: "Bebas Neue", "Arial Narrow", "Helvetica", Arial;

			padding: 2px;

			color: #7C7D78;


		}



		ul.entry-interaction-links { 

			display: inline; 

			font-family: "Bebas Neue", "Arial Narrow", "Helvetica", Arial;

			padding: 2px;


		}



		ul.entry-interaction-links li { 

			display: inline; 

			font-family: "Bebas Neue", "Arial Narrow", "Helvetica", Arial;

			padding: 2px;



		}



		ul.entry-interaction-links a { 

			display: inline; 

			font-family: "Bebas Neue", "Arial Narrow", "Helvetica", Arial;

			padding: 2px;



		}



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

			display: inline; 

			font-family: "Bebas Neue", "Arial Narrow", "Helvetica", Arial;

			padding: 2px;


		}
&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;I'd be super grateful for any help at all!&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=80704" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-02:195103:80431</id>
    <author>
      <name>ephemeral.DELUSiON</name>
    </author>
    <dw:poster user="ephemeraldelusion"/>
    <link rel="alternate" type="text/html" href="http://style-system.dreamwidth.org/80431.html"/>
    <link rel="self" type="text/xml" href="http://style-system.dreamwidth.org/data/atom/?itemid=80431"/>
    <title>Question regarding module headers.</title>
    <published>2012-05-06T20:41:04Z</published>
    <updated>2012-05-15T13:38:30Z</updated>
    <category term="header:title subtitle or page title"/>
    <category term="modules"/>
    <dw:security>public</dw:security>
    <dw:reply-count>13</dw:reply-count>
    <content type="html">&lt;p&gt;&lt;br /&gt;&lt;b&gt;EDIT:: Problem solved, thanks to &lt;span style='white-space: nowrap;'&gt;&lt;a href='http://awakened.dreamwidth.org/profile'&gt;&lt;img src='http://www.dreamwidth.org/img/silk/identity/user.png' alt='[personal profile] ' width='17' height='17' style='vertical-align: text-bottom; border: 0; padding-right: 1px;' /&gt;&lt;/a&gt;&lt;a href='http://awakened.dreamwidth.org/'&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 'custom text' 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="http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=80431" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-02:195103:80381</id>
    <author>
      <name>Shoe</name>
    </author>
    <dw:poster user="awakened"/>
    <link rel="alternate" type="text/html" href="http://style-system.dreamwidth.org/80381.html"/>
    <link rel="self" type="text/xml" href="http://style-system.dreamwidth.org/data/atom/?itemid=80381"/>
    <title>Question About Adding Divs</title>
    <published>2012-05-03T08:52:36Z</published>
    <updated>2012-05-03T08:52:36Z</updated>
    <category term="entries:date and time"/>
    <category term="layer:core2"/>
    <category term="layer:theme layer"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">If I'm using a code like this to change my date format, is there a way to add classes to the heart symbols I'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 = "short";&lt;br /&gt;set lang_fmt_date_short = "%%da%% ❤ %%mm%%/%%d%%/%%yy%%";&lt;br /&gt;&lt;br /&gt;set entry_time_format = "short";&lt;br /&gt;set lang_fmt_time_short = "❤ %%hh%%:%%min%% %%a%%m";&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Any help is appreciated!&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=80381" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-02:195103:79654</id>
    <author>
      <name>I'm Batman.</name>
    </author>
    <dw:poster user="aldro"/>
    <link rel="alternate" type="text/html" href="http://style-system.dreamwidth.org/79654.html"/>
    <link rel="self" type="text/xml" href="http://style-system.dreamwidth.org/data/atom/?itemid=79654"/>
    <title>HTML Coding</title>
    <published>2012-04-29T13:15:43Z</published>
    <updated>2012-04-29T13:15:43Z</updated>
    <dw:security>public</dw:security>
    <dw:reply-count>2</dw:reply-count>
    <content type="html">And I'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'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="4"&gt; usually does the trick, but now it doesn't change anything. I'm confused.&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=79654" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-02:195103:79396</id>
    <author>
      <name>I'm Batman.</name>
    </author>
    <dw:poster user="aldro"/>
    <link rel="alternate" type="text/html" href="http://style-system.dreamwidth.org/79396.html"/>
    <link rel="self" type="text/xml" href="http://style-system.dreamwidth.org/data/atom/?itemid=79396"/>
    <title>Width body and space metadata</title>
    <published>2012-04-28T16:16:17Z</published>
    <updated>2012-04-28T16:16:17Z</updated>
    <dw:security>public</dw:security>
    <dw:reply-count>2</dw:reply-count>
    <content type="html">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're very close together if that makes any sense. &lt;br /&gt;&lt;br /&gt;Here's my CSS if it helps. &lt;br /&gt;&lt;br /&gt;&lt;textarea&gt;"/*-------------------------------------


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


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

body { background: #111 url('http://members.ziggo.nl/droomers/Dreamwidth/Layout/Backgrounds/05.jpg') fixed; padding: 0; margin: 0; text-align: center; font: 8pt normal 'Tahoma', 'Lucida Sans Unicode', 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="http://s.dreamwidth.org/img/silk/entry/locked.png"] { width: 0; height: 0; padding: 10px 10px 0px 0px; background: url('http://i44.tinypic.com/snou1g.png'); }
.header img[src="http://s.dreamwidth.org/img/silk/entry/private.png"] { width: 0; height: 0; padding: 10px 10px 0px 0px; background: url('http://i43.tinypic.com/2zxurux.png'); }
.ljuser img[src="http://s.dreamwidth.org/img/silk/identity/user.png"] { width: 0; height: 0; padding: 10px 10px 0px 0px; background: url('http://i39.tinypic.com/2n7ee7d.png') no-repeat; }
.ljuser img[src="http://s.dreamwidth.org/img/silk/identity/community.png"] { width: 0; height: 0; padding: 10px 10px 0px 0px; background: url('http://i41.tinypic.com/2gtuv40.png') no-repeat; }
.ljuser img { width: 0; height: 0; background-repeat: no-repeat; background-color: transparent; background-image: url('http://i39.tinypic.com/2n7ee7d.png'); padding: 13px 13px 0 0 !important; }

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

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

/*--- 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('http://i41.tinypic.com/mjxxqx.png') no-repeat; padding: 0 0 0 13px; }
span.metadata-item-mood { background: url('http://i39.tinypic.com/28ldybp.png') no-repeat; padding: 0 0 0 13px; }
span.metadata-item-music { background: url('http://i39.tinypic.com/20rvaiq.png') no-repeat; padding: 0 0 0 13px; }

span.tag-text { display: none; }
div.tag ul { background: url('http://members.ziggo.nl/droomers/Dreamwidth/Layout/Tag.png') 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 'Helvetica', 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; }"&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=79396" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-02:195103:79240</id>
    <author>
      <name>Taxh</name>
    </author>
    <dw:poster user="thoitaxh"/>
    <link rel="alternate" type="text/html" href="http://style-system.dreamwidth.org/79240.html"/>
    <link rel="self" type="text/xml" href="http://style-system.dreamwidth.org/data/atom/?itemid=79240"/>
    <title>Header and Browser Compatibility issues in Tabula Rasa?</title>
    <published>2012-04-25T06:58:09Z</published>
    <updated>2012-04-27T08:20:52Z</updated>
    <category term="header:background or image"/>
    <category term="layout:tabula rasa"/>
    <category term="browser issues"/>
    <dw:security>public</dw:security>
    <dw:reply-count>4</dw:reply-count>
    <content type="html">&lt;b&gt;Problem SOLVED!&lt;/b&gt; Hey, so I'm using Google Chrome most of the time, and my Thor themed layout works fine in that (except for a few issues that I'm pretty sure I can figure out myself) but when I use a different browser (i.e. Internet Explorer or Firefox; I haven't tried any others) the header doesn'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'm not sure how else to get it centered above my posts.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://i.imgur.com/z9Fc6.png"&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="http://i.imgur.com/Dhpr1.png"&gt;This&lt;/a&gt; is how it looks on Firefox and &lt;a href="http://i.imgur.com/TMicW.png"&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't show up. Could that be because I used &lt;em&gt;position: fixed&lt;/em&gt;?&lt;br /&gt;&lt;br /&gt;I'd be glad for any help!&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=79240" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-02:195103:78929</id>
    <author>
      <name>dina_studio</name>
    </author>
    <dw:poster user="dina_studio"/>
    <link rel="alternate" type="text/html" href="http://style-system.dreamwidth.org/78929.html"/>
    <link rel="self" type="text/xml" href="http://style-system.dreamwidth.org/data/atom/?itemid=78929"/>
    <title>How to change color of .module_navlinks separator</title>
    <published>2012-04-24T22:26:41Z</published>
    <updated>2012-04-24T22:26:41Z</updated>
    <dw:security>public</dw:security>
    <dw:reply-count>4</dw:reply-count>
    <content type="html">Hello, &lt;br /&gt;&lt;br /&gt;I'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="http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=78929" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-02:195103:78674</id>
    <author>
      <name>Shoe</name>
    </author>
    <dw:poster user="awakened"/>
    <link rel="alternate" type="text/html" href="http://style-system.dreamwidth.org/78674.html"/>
    <link rel="self" type="text/xml" href="http://style-system.dreamwidth.org/data/atom/?itemid=78674"/>
    <title>Custom Private Module</title>
    <published>2012-04-09T05:06:13Z</published>
    <updated>2012-04-09T05:06:13Z</updated>
    <category term="module:custom"/>
    <dw:security>public</dw:security>
    <dw:reply-count>9</dw:reply-count>
    <content type="html">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="http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=78674" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-02:195103:78406</id>
    <author>
      <name>Kates</name>
    </author>
    <dw:poster user="cherrybomb"/>
    <link rel="alternate" type="text/html" href="http://style-system.dreamwidth.org/78406.html"/>
    <link rel="self" type="text/xml" href="http://style-system.dreamwidth.org/data/atom/?itemid=78406"/>
    <title>style_system @ 2012-04-05T00:55:00</title>
    <published>2012-04-05T04:57:38Z</published>
    <updated>2012-04-05T04:57:38Z</updated>
    <category term="comments"/>
    <dw:security>public</dw:security>
    <dw:reply-count>1</dw:reply-count>
    <content type="html">Hey there.  I'm editing a layout for an rp comm, and I'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'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's got to be a way to make them skinnier.&lt;br /&gt;&lt;br /&gt;2: What's the code for changing the link/reply/thread links?  I want to make them smaller, but I don't have any luck so far.&lt;br /&gt;&lt;br /&gt;For reference, the layout can be seen &lt;a href="http://frrpg-ooc.dreamwidth.org/262.html#comments"&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="http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=78406" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-02:195103:78083</id>
    <author>
      <name>ᴠɪᴄ♰ᴏʀɪᴀ</name>
    </author>
    <dw:poster user="infini"/>
    <link rel="alternate" type="text/html" href="http://style-system.dreamwidth.org/78083.html"/>
    <link rel="self" type="text/xml" href="http://style-system.dreamwidth.org/data/atom/?itemid=78083"/>
    <title>SOLVED</title>
    <published>2012-04-03T10:42:48Z</published>
    <updated>2012-04-03T16:55:13Z</updated>
    <category term="~links"/>
    <dw:security>public</dw:security>
    <dw:reply-count>5</dw:reply-count>
    <content type="html">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="http://www.dynamicdrive.com/dynamicindex5/rainbow.htm"&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="http://subeta.net/forums/view/840615"&gt;here&lt;/a&gt;!!&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=78083" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-02:195103:77811</id>
    <author>
      <email>tyger@dreamwidth.org</email>
      <name>Tyger</name>
    </author>
    <dw:poster user="tyger"/>
    <link rel="alternate" type="text/html" href="http://style-system.dreamwidth.org/77811.html"/>
    <link rel="self" type="text/xml" href="http://style-system.dreamwidth.org/data/atom/?itemid=77811"/>
    <title>Mood theme picture on left, including tags: S2 code!</title>
    <published>2012-03-27T09:09:19Z</published>
    <updated>2012-03-27T09:09:19Z</updated>
    <category term="!tips and resources"/>
    <category term="entries:metadata"/>
    <dw:security>public</dw:security>
    <dw:reply-count>3</dw:reply-count>
    <content type="html">Okay, so.  Over in &lt;a href="http://style-system.dreamwidth.org/76601.html"&gt;this entry&lt;/a&gt; &lt;span style='white-space: nowrap;'&gt;&lt;a href='http://meicdon13.dreamwidth.org/profile'&gt;&lt;img src='http://www.dreamwidth.org/img/silk/identity/user.png' alt='[personal profile] ' width='17' height='17' style='vertical-align: text-bottom; border: 0; padding-right: 1px;' /&gt;&lt;/a&gt;&lt;a href='http://meicdon13.dreamwidth.org/'&gt;&lt;b&gt;meicdon13&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; asked about putting hir's moodtheme picture on the left of the metadata.  &lt;span style='white-space: nowrap;'&gt;&lt;a href='http://awakened.dreamwidth.org/profile'&gt;&lt;img src='http://www.dreamwidth.org/img/silk/identity/user.png' alt='[personal profile] ' width='17' height='17' style='vertical-align: text-bottom; border: 0; padding-right: 1px;' /&gt;&lt;/a&gt;&lt;a href='http://awakened.dreamwidth.org/'&gt;&lt;b&gt;awakened&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; provided &lt;a href="http://style-system.dreamwidth.org/15122.html"&gt;a link to an entry with the same question&lt;/a&gt;, where &lt;span style='white-space: nowrap;'&gt;&lt;a href='http://mmmag.dreamwidth.org/profile'&gt;&lt;img src='http://www.dreamwidth.org/img/silk/identity/user.png' alt='[personal profile] ' width='17' height='17' style='vertical-align: text-bottom; border: 0; padding-right: 1px;' /&gt;&lt;/a&gt;&lt;a href='http://mmmag.dreamwidth.org/'&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't actually metadata in the code).&lt;br /&gt;&lt;br /&gt;&lt;span style='white-space: nowrap;'&gt;&lt;a href='http://awakened.dreamwidth.org/profile'&gt;&lt;img src='http://www.dreamwidth.org/img/silk/identity/user.png' alt='[personal profile] ' width='17' height='17' style='vertical-align: text-bottom; border: 0; padding-right: 1px;' /&gt;&lt;/a&gt;&lt;a href='http://awakened.dreamwidth.org/'&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='white-space: nowrap;'&gt;&lt;a href='http://afuna.dreamwidth.org/profile'&gt;&lt;img src='http://www.dreamwidth.org/img/silk/identity/user.png' alt='[personal profile] ' width='17' height='17' style='vertical-align: text-bottom; border: 0; padding-right: 1px;' /&gt;&lt;/a&gt;&lt;a href='http://afuna.dreamwidth.org/'&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 "a bit weird because you're combining the $currents, which is basically making a string and printing it out later with print_tags, which prints it out *right now*".  And then I failed to copy-paste the code correctly, so I'm putting it up as an entry instead of yet another comment.&lt;br /&gt;&lt;br /&gt;Was that convoluted enough?  Anyway, here'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="http://dw-styles.dreamwidth.org/13219.html"&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="cuttag_container"&gt;&lt;span style="display: none;" id="span-cuttag___1" class="cuttag"&gt;&lt;/span&gt;&lt;b&gt;(&amp;nbsp;&lt;a href="http://style-system.dreamwidth.org/77811.html#cutid1"&gt;Code!&lt;/a&gt;&amp;nbsp;)&lt;/b&gt;&lt;div style="display: none;" id="div-cuttag___1" aria-live="assertive"&gt;&lt;/div&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Step 3: Hit save and compile, and assuming you're already using the theme layer, you'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="http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=77811" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-02:195103:77405</id>
    <author>
      <name>Hysterical giddy squid ♣</name>
    </author>
    <dw:poster user="lilmoka"/>
    <link rel="alternate" type="text/html" href="http://style-system.dreamwidth.org/77405.html"/>
    <link rel="self" type="text/xml" href="http://style-system.dreamwidth.org/data/atom/?itemid=77405"/>
    <title>Feed question.</title>
    <published>2012-03-27T09:04:58Z</published>
    <updated>2012-03-27T09:04:58Z</updated>
    <category term="feeds"/>
    <dw:mood>blah</dw:mood>
    <dw:security>public</dw:security>
    <dw:reply-count>2</dw:reply-count>
    <content type="html">I'm not sure if this is the right place to ask this. Sorry in advance if it's not.&lt;br /&gt;&lt;br /&gt;Some time ago I subscribed to &lt;span style='white-space: nowrap;'&gt;&lt;a href='http://gunnerkrigg-feed.dreamwidth.org/profile'&gt;&lt;img src='http://www.dreamwidth.org/img/silk/identity/feed.png' alt='[syndicated profile] ' width='16' height='16' style='vertical-align: text-bottom; border: 0; padding-right: 1px;' /&gt;&lt;/a&gt;&lt;a href='http://gunnerkrigg-feed.dreamwidth.org/'&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't know why that's happening. Halp?&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=77405" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-02:195103:77304</id>
    <author>
      <name>kel</name>
    </author>
    <dw:poster user="elfin"/>
    <link rel="alternate" type="text/html" href="http://style-system.dreamwidth.org/77304.html"/>
    <link rel="self" type="text/xml" href="http://style-system.dreamwidth.org/data/atom/?itemid=77304"/>
    <title>Removing Network link?</title>
    <published>2012-03-27T03:28:12Z</published>
    <updated>2012-03-27T03:28:12Z</updated>
    <category term="pageview:network"/>
    <dw:security>public</dw:security>
    <dw:reply-count>2</dw:reply-count>
    <content type="html">Is there a way to remove or hide the link to your Network?  I'm using Transmogrified.  Thanks in advance.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=77304" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-02:195103:77010</id>
    <author>
      <name>bibbinut♥</name>
    </author>
    <dw:poster user="bibbinut"/>
    <link rel="alternate" type="text/html" href="http://style-system.dreamwidth.org/77010.html"/>
    <link rel="self" type="text/xml" href="http://style-system.dreamwidth.org/data/atom/?itemid=77010"/>
    <title>Mood themes</title>
    <published>2012-03-25T16:25:58Z</published>
    <updated>2012-03-25T16:27:00Z</updated>
    <dw:mood>artistic</dw:mood>
    <dw:security>public</dw:security>
    <dw:reply-count>1</dw:reply-count>
    <content type="html">HI to ALL. :)&lt;br /&gt;*Hope this isn't a duplicate question.* *blush*&lt;br /&gt;I'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="http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=77010" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-02:195103:76601</id>
    <author>
      <name>Beatriz</name>
    </author>
    <dw:poster user="meicdon13"/>
    <link rel="alternate" type="text/html" href="http://style-system.dreamwidth.org/76601.html"/>
    <link rel="self" type="text/xml" href="http://style-system.dreamwidth.org/data/atom/?itemid=76601"/>
    <title>Mood image to left of metadata</title>
    <published>2012-03-25T11:34:24Z</published>
    <updated>2012-03-25T12:54:00Z</updated>
    <category term="entries:metadata"/>
    <dw:mood>hopeful</dw:mood>
    <dw:security>public</dw:security>
    <dw:reply-count>21</dw:reply-count>
    <content type="html">I was wondering if there's any way to get my metadata to look like this:&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i.minus.com/iRAFA2vKFVAxI.jpg"&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="http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=76601" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-02:195103:76303</id>
    <author>
      <name>ᴠɪᴄ♰ᴏʀɪᴀ</name>
    </author>
    <dw:poster user="infini"/>
    <link rel="alternate" type="text/html" href="http://style-system.dreamwidth.org/76303.html"/>
    <link rel="self" type="text/xml" href="http://style-system.dreamwidth.org/data/atom/?itemid=76303"/>
    <title>SOLVED</title>
    <published>2012-03-20T06:32:41Z</published>
    <updated>2012-03-21T07:01:51Z</updated>
    <category term="stylesheet"/>
    <category term="layout:tabula rasa"/>
    <dw:security>public</dw:security>
    <dw:reply-count>20</dw:reply-count>
    <content type="html">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'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="http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=76303" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-02:195103:76216</id>
    <author>
      <name>extempore</name>
    </author>
    <dw:poster user="extempore"/>
    <link rel="alternate" type="text/html" href="http://style-system.dreamwidth.org/76216.html"/>
    <link rel="self" type="text/xml" href="http://style-system.dreamwidth.org/data/atom/?itemid=76216"/>
    <title>Header custom menu, User Name size and position</title>
    <published>2012-03-14T17:17:45Z</published>
    <updated>2012-04-08T17:46:12Z</updated>
    <category term="header:title subtitle or page title"/>
    <category term="module:navlinks"/>
    <category term="layout:brittle"/>
    <category term="username"/>
    <dw:security>public</dw:security>
    <dw:reply-count>17</dw:reply-count>
    <content type="html">Hello fellow style addicts!&lt;br /&gt;&lt;br /&gt;I recently moved in from LJ and I'm in the process of recreating my journal layout at DW. I'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't seem to find a solution for. Hopefully someone will be able to point me in the right direction. Additionally, I'm not sure what tags would be appropriate for this post. I'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="http://i1146.photobucket.com/albums/o539/_ext_/dw/dwstyle03.png"&gt;this&lt;/a&gt;. What I'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="text-align: center;"&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="http://style-system.dreamwidth.org/73829.html?thread=631909#cmt631909"&gt;how to get rid of the page title&lt;/a&gt; etc. What I don'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="color: rgb(255, 153, 0);"&gt;--- Partially solved!&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;2.&lt;br /&gt;I'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'd like to do the same on the bottom of the page. (Currently &lt;a href="http://i1146.photobucket.com/albums/o539/_ext_/dw/dwstyle02.png"&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't work and the entire thing would have been too big for the top of my page anyway.) &lt;strong&gt;&lt;span style="color: rgb(255, 153, 0);"&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'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="color: rgb(51, 153, 102);"&gt;--- &lt;/span&gt;&lt;span style="color: rgb(255, 153, 0);"&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'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="http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=76216" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-02:195103:75792</id>
    <author>
      <name>Lady Asul</name>
    </author>
    <dw:poster user="ladyasul"/>
    <link rel="alternate" type="text/html" href="http://style-system.dreamwidth.org/75792.html"/>
    <link rel="self" type="text/xml" href="http://style-system.dreamwidth.org/data/atom/?itemid=75792"/>
    <title>Comment expand links in a ver. 1 from-LJ layout</title>
    <published>2012-03-08T11:04:57Z</published>
    <updated>2012-03-08T11:04:57Z</updated>
    <category term="layout:importing or imported from"/>
    <category term="layer:core1"/>
    <category term="comments"/>
    <dw:mood>lost</dw:mood>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">Accounts in question: &lt;span style='white-space: nowrap;'&gt;&lt;a href='http://nightfall-mods.dreamwidth.org/profile'&gt;&lt;img src='http://www.dreamwidth.org/img/silk/identity/user.png' alt='[personal profile] ' width='17' height='17' style='vertical-align: text-bottom; border: 0; padding-right: 1px;' /&gt;&lt;/a&gt;&lt;a href='http://nightfall-mods.dreamwidth.org/'&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='white-space: nowrap;'&gt;&lt;a href='http://sanguine-saint.dreamwidth.org/profile'&gt;&lt;img src='http://www.dreamwidth.org/img/silk/identity/user.png' alt='[personal profile] ' width='17' height='17' style='vertical-align: text-bottom; border: 0; padding-right: 1px;' /&gt;&lt;/a&gt;&lt;a href='http://sanguine-saint.dreamwidth.org/'&gt;&lt;b&gt;sanguine_saint&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; where there's a ton of comments on the layout-test page, for convenience's sake, too. &lt;small&gt;(Er...  been using ?style=mine; I'll throw the layout up on that account in a min.)&lt;/small&gt;&lt;br /&gt;&lt;br /&gt;Issue: There's no Expand link, in collapsed comments.  I'd like there to be, but I'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="cuttag_container"&gt;&lt;span style="display: none;" id="span-cuttag___1" class="cuttag"&gt;&lt;/span&gt;&lt;b&gt;(&amp;nbsp;&lt;a href="http://style-system.dreamwidth.org/75792.html#cutid1"&gt;Read more...&lt;/a&gt;&amp;nbsp;)&lt;/b&gt;&lt;div style="display: none;" id="div-cuttag___1" aria-live="assertive"&gt;&lt;/div&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;My apologies if I've left out something relevant (let me know, and I'll happily provide it!) and thanks in advance for any advice/pointers!&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=75792" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-02:195103:75708</id>
    <author>
      <name>Robyn</name>
    </author>
    <dw:poster user="arobynsung"/>
    <link rel="alternate" type="text/html" href="http://style-system.dreamwidth.org/75708.html"/>
    <link rel="self" type="text/xml" href="http://style-system.dreamwidth.org/data/atom/?itemid=75708"/>
    <title>what browser do you use to view dreamwidth</title>
    <published>2012-03-04T03:39:09Z</published>
    <updated>2012-03-04T03:39:09Z</updated>
    <dw:security>public</dw:security>
    <dw:reply-count>6</dw:reply-count>
    <content type="html">&amp;nbsp;I'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'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="http://www.dreamwidth.org/poll/?id=9761"&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="http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=75708" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-02:195103:75496</id>
    <author>
      <name>Jessica Arnold</name>
    </author>
    <dw:poster user="jessicaarnold"/>
    <link rel="alternate" type="text/html" href="http://style-system.dreamwidth.org/75496.html"/>
    <link rel="self" type="text/xml" href="http://style-system.dreamwidth.org/data/atom/?itemid=75496"/>
    <title>Problem with replies in Flexible Squares</title>
    <published>2012-03-02T18:40:28Z</published>
    <updated>2012-03-03T22:17:13Z</updated>
    <category term="layout:importing or imported from"/>
    <category term="layer:core1"/>
    <category term="comments: reply form"/>
    <dw:security>public</dw:security>
    <dw:reply-count>3</dw:reply-count>
    <content type="html">&lt;strike&gt;I'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'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'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="http://jessicaarnold.dreamwidth.org/76356.html"&gt;Layer code is here.&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size: larger;"&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="_blank" href="http://starlit.dreamwidth.org/272.html"&gt;another version of the theme layer code&lt;/a&gt; by &lt;span style='white-space: nowrap;'&gt;&lt;a href='http://crush.dreamwidth.org/profile'&gt;&lt;img src='http://www.dreamwidth.org/img/silk/identity/user.png' alt='[personal profile] ' width='17' height='17' style='vertical-align: text-bottom; border: 0; padding-right: 1px;' /&gt;&lt;/a&gt;&lt;a href='http://crush.dreamwidth.org/'&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="http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=75496" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-02:195103:75040</id>
    <author>
      <name>南 樹 ･ ｢イッキ｣</name>
    </author>
    <dw:poster user="stormking"/>
    <link rel="alternate" type="text/html" href="http://style-system.dreamwidth.org/75040.html"/>
    <link rel="self" type="text/xml" href="http://style-system.dreamwidth.org/data/atom/?itemid=75040"/>
    <title>style_system @ 2012-03-02T01:22:00</title>
    <published>2012-03-02T06:28:28Z</published>
    <updated>2012-03-02T06:28:28Z</updated>
    <dw:security>public</dw:security>
    <dw:reply-count>5</dw:reply-count>
    <content type="html">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'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'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'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're using custom layers like this? Or is this really obvious and I couldn'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="http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=75040" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-02:195103:74771</id>
    <author>
      <name>carisma_sensei</name>
    </author>
    <dw:poster user="carisma_sensei"/>
    <link rel="alternate" type="text/html" href="http://style-system.dreamwidth.org/74771.html"/>
    <link rel="self" type="text/xml" href="http://style-system.dreamwidth.org/data/atom/?itemid=74771"/>
    <title>Removing navigation strip with CSS</title>
    <published>2012-02-29T20:34:21Z</published>
    <updated>2012-02-29T20:34:21Z</updated>
    <category term="navigation strip"/>
    <category term="layout:transmogrified"/>
    <dw:security>public</dw:security>
    <dw:reply-count>17</dw:reply-count>
    <content type="html">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't know what controls the navstrip so I can't do that myself. So thank you in advance!&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=74771" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-02:195103:74677</id>
    <author>
      <name>Shoe</name>
    </author>
    <dw:poster user="awakened"/>
    <link rel="alternate" type="text/html" href="http://style-system.dreamwidth.org/74677.html"/>
    <link rel="self" type="text/xml" href="http://style-system.dreamwidth.org/data/atom/?itemid=74677"/>
    <title>Make private entries not display.</title>
    <published>2012-02-27T14:01:15Z</published>
    <updated>2012-02-27T14:01:15Z</updated>
    <category term="layer:core2"/>
    <dw:security>public</dw:security>
    <dw:reply-count>2</dw:reply-count>
    <content type="html">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't want to do it through CSS because I know that on some pages, an uneven amount of entries will show up, or I'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="http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=74677" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-02:195103:74474</id>
    <author>
      <name>bibbinut♥</name>
    </author>
    <dw:poster user="bibbinut"/>
    <link rel="alternate" type="text/html" href="http://style-system.dreamwidth.org/74474.html"/>
    <link rel="self" type="text/xml" href="http://style-system.dreamwidth.org/data/atom/?itemid=74474"/>
    <title>Adding additional fonts to layouts...</title>
    <published>2012-02-25T19:36:04Z</published>
    <updated>2012-02-25T19:37:53Z</updated>
    <category term="entries:subject"/>
    <category term="~font"/>
    <dw:mood>artistic</dw:mood>
    <dw:security>public</dw:security>
    <dw:reply-count>10</dw:reply-count>
    <content type="html">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's not on the list like bradley script for example (I think that'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="http://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=74474" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
</feed>

