<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dw="https://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="https://style-system.dreamwidth.org/"/>
  <link rel="self" type="text/xml" href="https://style-system.dreamwidth.org/data/atom"/>
  <updated>2026-02-10T22:07:14Z</updated>
  <dw:journal username="style_system" type="community"/>
  <entry>
    <id>tag:dreamwidth.org,2009-05-02:195103:167594</id>
    <author>
      <name>sharpiefan</name>
    </author>
    <dw:poster user="sharpiefan"/>
    <link rel="alternate" type="text/html" href="https://style-system.dreamwidth.org/167594.html"/>
    <link rel="self" type="text/xml" href="https://style-system.dreamwidth.org/data/atom/?itemid=167594"/>
    <title>style_system @ 2026-02-10T21:57:00</title>
    <published>2026-02-10T22:07:14Z</published>
    <updated>2026-02-10T22:07:14Z</updated>
    <category term="$account level:paid or premium"/>
    <category term="header:background or image"/>
    <dw:security>public</dw:security>
    <dw:reply-count>2</dw:reply-count>
    <content type="html">Posted by: &lt;span lj:user='sharpiefan' style='white-space: nowrap;' class='ljuser'&gt;&lt;a href='https://sharpiefan.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://sharpiefan.dreamwidth.org/'&gt;&lt;b&gt;sharpiefan&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I've just changed my journal layout to Modular by &lt;span style='white-space: nowrap;'&gt;&lt;a href='https://branchandroot.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://branchandroot.dreamwidth.org/'&gt;&lt;b&gt;branchandroot&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; and I'm having issues putting a header banner in. I want it to show above the header box with the journal title, 'Latest entries' etc in - at the top of the page below the nav bar - but the CSS code that I know puts it in the header, &lt;i&gt;in&lt;/i&gt; that box.&lt;br /&gt;&lt;br /&gt;The CSS in question is&lt;br /&gt;&lt;br /&gt;#header { &lt;br /&gt;margin-top: 5px;&lt;br /&gt;background-image: url('&lt;a href="https://sharpiefan.dreamwidth.org/file/5524.png"&gt;https://sharpiefan.dreamwidth.org/file/5524.png&lt;/a&gt;');&lt;br /&gt;background-repeat: no-repeat;&lt;br /&gt;background-position: top center;&lt;br /&gt;padding-top: 275px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What should I change in order to position the header above that top box? (It doesn't look as if posting the image URL into the provided area in the Images area of 'Customise your theme' does anything at all, so that's not much help either.)&lt;br /&gt;&lt;br /&gt;It's been a long time since I changed my journal layout, I'm willing to accept I might be missing something really obvious!&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=167594" 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:167240</id>
    <author>
      <name>wishfulfilled</name>
    </author>
    <dw:poster user="wishfulfilled"/>
    <link rel="alternate" type="text/html" href="https://style-system.dreamwidth.org/167240.html"/>
    <link rel="self" type="text/xml" href="https://style-system.dreamwidth.org/data/atom/?itemid=167240"/>
    <title>Navlinks Issue With Custom Override</title>
    <published>2026-01-27T17:53:31Z</published>
    <updated>2026-01-27T17:53:31Z</updated>
    <category term="layer:theme layer"/>
    <category term="module:navlinks"/>
    <category term="page:navigation"/>
    <dw:security>public</dw:security>
    <dw:reply-count>2</dw:reply-count>
    <content type="html">Posted by: &lt;span lj:user='wishfulfilled' style='white-space: nowrap;' class='ljuser'&gt;&lt;a href='https://wishfulfilled.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://wishfulfilled.dreamwidth.org/'&gt;&lt;b&gt;wishfulfilled&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;So I'm trying to add the Previous/Next links to my Navlinks Module using a code that was previously posted here, but I'm having issues with the Previous link showing up regardless of whether or not there's previous entries (I'm testing on this journal with public entries for reference).&lt;br /&gt;&lt;br /&gt;The code I'm using in my theme layer is this:&lt;br /&gt;&lt;textarea&gt;# code by ninetydegrees/foxfirefey
function print_module_navlinks() {
 
  var Page p = get_page();
  var string prev_link;
  var string next_link;
  
  if ( $p isa EntryPage ) {
      var EntryPage ep = get_page() as EntryPage;
      var Entry e = $ep.entry;
      var Link prev = $e-&amp;gt;get_link("nav_prev");
      $prev_link = """&amp;lt;a href="$prev.url"&amp;gt;$prev.caption&amp;lt;/a&amp;gt;""";
      var Link next = $e-&amp;gt;get_link("nav_next");
      $next_link = """&amp;lt;a href="$next.url"&amp;gt;$next.caption&amp;lt;/a&amp;gt;""";
  } elseif ( $p isa DayPage ) {
      var DayPage dp = get_page() as DayPage;
      $prev_link = """&amp;lt;a href="$dp.prev_url"&amp;gt;$*text_day_prev&amp;lt;/a&amp;gt;""";
      $next_link = """&amp;lt;a href="$dp.next_url"&amp;gt;$*text_day_next&amp;lt;/a&amp;gt;""";
  } elseif ( $p isa RecentPage ) {
      var RecentPage rp = get_page() as RecentPage;
      if ( $rp.nav.backward_count &amp;gt; 0 ) { 
          $prev_link = """&amp;lt;a href="$rp.nav.backward_url"&amp;gt;""" + get_plural_phrase( $rp.nav.backward_count, "text_skiplinks_back" ) + "&amp;lt;/a&amp;gt;"; 
      }
      if ( $rp.nav.forward_count &amp;gt; 0 ) { 
          $next_link = """&amp;lt;a href="$rp.nav.forward_url"&amp;gt;""" + get_plural_phrase( $rp.nav.forward_count, "text_skiplinks_forward" ) + "&amp;lt;/a&amp;gt;"; 
      }
  } elseif ( $p isa MonthPage ) {
      var MonthPage mp = get_page() as MonthPage;
  	if ($mp.prev_url != "") { $prev_link = "&amp;lt;a href='$mp.prev_url'&amp;gt;Previous&amp;lt;/a&amp;gt;"; }
  	if ($mp.next_url != "") { $next_link = "&amp;lt;a href='$mp.next_url'&amp;gt;Next&amp;lt;/a&amp;gt;"; }
  }

  var string[] navlinks_order = [];
  var string{} navlinks_urls = {};
  var string{} navlinks_text = {};
 
  $navlinks_order =
    [
        "entries",
        "archive",
        "read",
        "profile",
    ];
 
 $navlinks_urls =
    {   "profile" =&amp;gt; "$p.base_url/profile",
        "entries" =&amp;gt; "$p.base_url",  
        "archive" =&amp;gt; "$p.base_url/archive",
        "read" =&amp;gt; "$p.base_url/read",

        
    };
 
 $navlinks_text =
    {   "profile" =&amp;gt; "Profile",
        "archive" =&amp;gt; "Archive",        
        "read" =&amp;gt; "Read",        
        "entries" =&amp;gt; "Recent",      
        
    };

 
    open_module("navlinks", "", "");
    var string[] links = [];
    
    if ( $prev_link ) {
        $links[size $links] = $prev_link;
    }    
    
    foreach var string k ($navlinks_order) {
        if ($navlinks_urls{$k} != "") {
            var string css = """ class="$k" """;
            if ($p.view == $k) { $css = """ class="current $k" """; }
            $links[size $links] = """&amp;lt;a href="$navlinks_urls{$k}"$css&amp;gt;$navlinks_text{$k}&amp;lt;/a&amp;gt;""";
        }
    }
    
    if ( $next_link ) {
        $links[size $links] = $next_link;
    }
     
    
    print_module_list($links);
    close_module();
}&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=167240" 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:167152</id>
    <author>
      <name>'Adíshní Mags</name>
    </author>
    <dw:poster user="magnavox_23"/>
    <link rel="alternate" type="text/html" href="https://style-system.dreamwidth.org/167152.html"/>
    <link rel="self" type="text/xml" href="https://style-system.dreamwidth.org/data/atom/?itemid=167152"/>
    <title>Colours for Comments</title>
    <published>2026-01-26T10:09:14Z</published>
    <updated>2026-01-26T10:10:37Z</updated>
    <category term="comments"/>
    <dw:security>public</dw:security>
    <dw:reply-count>5</dw:reply-count>
    <content type="html">Posted by: &lt;span lj:user='magnavox_23' style='white-space: nowrap;' class='ljuser'&gt;&lt;a href='https://magnavox-23.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://magnavox-23.dreamwidth.org/'&gt;&lt;b&gt;magnavox_23&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I have been futzing with my new layout, which is 'Gibbous' by Phidari for Heads Up.&lt;br /&gt;&lt;br /&gt;It's looking great, the only thing I am stuck on is that I am wanting the comment box background (#ffffff) to be the same colour as the post background (#c6b6b3). Unfortunately, I cannot find an option for this in the customizer:&lt;br /&gt;&lt;br /&gt;&lt;img src="https://images2.imgbox.com/34/30/xjlJ76IX_o.png" alt="" /&gt;&lt;br /&gt;&lt;br /&gt;I can toggle it on and off in the Firefox inspector, but my knowledge beyond that is limited:&lt;br /&gt;&lt;img src="https://images2.imgbox.com/9a/dd/4xGlgx9w_o.png" alt="" /&gt;&lt;br /&gt;&lt;br /&gt;Are there any options for using some custom css to change that colour, or hide it?&lt;br /&gt;&lt;br /&gt;Any help or advice is much appreciated! &amp;lt;3&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=167152" 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:166780</id>
    <author>
      <name>pixellated</name>
    </author>
    <dw:poster user="pixellated"/>
    <link rel="alternate" type="text/html" href="https://style-system.dreamwidth.org/166780.html"/>
    <link rel="self" type="text/xml" href="https://style-system.dreamwidth.org/data/atom/?itemid=166780"/>
    <title>resizing while keeping proportions without using aspect-ratio</title>
    <published>2025-10-02T15:37:18Z</published>
    <updated>2025-10-03T11:30:09Z</updated>
    <category term="entries:image"/>
    <category term="stylesheet"/>
    <dw:security>public</dw:security>
    <dw:reply-count>5</dw:reply-count>
    <content type="html">Posted by: &lt;span lj:user='pixellated' style='white-space: nowrap;' class='ljuser'&gt;&lt;a href='https://pixellated.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://pixellated.dreamwidth.org/'&gt;&lt;b&gt;pixellated&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;this issue is solved! turns out &lt;code&gt;aspect-ratio&lt;/code&gt; works just fine on DW, i was just not using it correctly so the problem was in front of the keyboard and not in the code, haha&lt;br /&gt;&lt;br /&gt;&lt;details&gt;&lt;summary&gt;here's what i originally posted:&lt;/summary&gt;&lt;br /&gt;hi again! this is more of a general html/css question, but it has to work within dreamwidth's constraints, so i decided to ask it here. please let me know if this isn't the appropriate comm for this. i hope i used the right tags for this post.&lt;br /&gt;&lt;br /&gt;here's what i'm trying to achieve (this would be displayed inside the most recent entry on my journal, so i can use regular CSS and not just inline, in case this matters):&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;img src="https://files.catbox.moe/9vtb88.png" style="max-width: 100%;"&gt;&lt;/center&gt;&lt;br /&gt;i want to have a big box, and inside it a picture and a small box below that. i want the big box to resize responsively while keeping its proportions: suppose its width:height ratio is 1:2; i want it to keep that ratio always. as it resizes, i want the picture and small box inside to also resize while also keeping their proportions.&lt;br /&gt;&lt;br /&gt;normally this would be really easy to do with &lt;a href="https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio"&gt;&lt;code&gt;aspect-ratio&lt;/code&gt;&lt;/a&gt; (&amp;lt;- this is a link to mozilla's developer resources) but that property doesn't seem to work on dreamwidth -- when i put it in my custom CSS, it doesn't seem to do anything, and it gets highlighted in red. (it works okay when i try it in online CSS editors, so i think it's not my mistake that's causing this.)&lt;br /&gt;&lt;br /&gt;assuming this is true and i can't use &lt;code&gt;aspect-ratio&lt;/code&gt; on DW, i need to cobble together some other solution, but i'm completely out of ideas. is this possible to achieve without &lt;code&gt;aspect-ratio&lt;/code&gt;, or should i just change my idea to something that &lt;i&gt;can&lt;/i&gt; be done on DW?&lt;br /&gt;&lt;br /&gt;thanks again for your time!&lt;/details&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=166780" 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:166499</id>
    <author>
      <name>unwritten。</name>
    </author>
    <dw:poster user="kakkoi"/>
    <link rel="alternate" type="text/html" href="https://style-system.dreamwidth.org/166499.html"/>
    <link rel="self" type="text/xml" href="https://style-system.dreamwidth.org/data/atom/?itemid=166499"/>
    <title>[solved] moving around the module content or hiding it!</title>
    <published>2025-09-27T18:00:12Z</published>
    <updated>2025-09-27T22:29:43Z</updated>
    <category term="module:profile:user icon"/>
    <dw:security>public</dw:security>
    <dw:reply-count>2</dw:reply-count>
    <content type="html">Posted by: &lt;span lj:user='kakkoi' style='white-space: nowrap;' class='ljuser'&gt;&lt;a href='https://kakkoi.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://kakkoi.dreamwidth.org/'&gt;&lt;b&gt;kakkoi&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;i was able to fix the problem i was having by removing the &lt;br /&gt;&lt;br /&gt;&lt;code&gt;.module-content .userpic {&lt;br /&gt;	position: relative;&lt;br /&gt;	left: 280px;&lt;br /&gt;	bottom: -65px;&lt;br /&gt;	border-radius: 50%;&lt;br /&gt;	width: 50px;&lt;br /&gt;	height: 50px;&lt;br /&gt;	border-style: solid;&lt;br /&gt;}&lt;/code&gt;!&lt;br /&gt;&lt;br /&gt;&lt;details&gt;&lt;summary&gt;problem i was having&lt;/summary&gt;&lt;br /&gt;hello! i'm back again~ working on another thing, and having issues with the module userpic and hiding it or moving it, essentially. i was able to move where i want the contents of the module userpic to be displayed and how i want the module content to be displayed, but i'm still having the issue of it showing up at the center and top, with the border. &lt;br /&gt;&lt;br /&gt;you can view the live version at &lt;span style='white-space: nowrap;'&gt;&lt;a href='https://testerjournal.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://testerjournal.dreamwidth.org/'&gt;&lt;b&gt;testerjournal&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;, and the image &lt;a href="https://imgur.com/yZGVNK7"&gt;here&lt;/a&gt;. as you can see, or hover over the circle at the top it still shows as if the module userpic is up there which i don't want it to do.&lt;br /&gt;&lt;br /&gt;module coding is here, and i can't figure out how to fix this&lt;br /&gt;&lt;br /&gt;eta: using tabula rasa, plain&lt;br /&gt;&lt;br /&gt;&lt;textarea&gt;/* secondary */

#secondary {
font: 'Montserrat', sans-serif, #33343F, 7px;
background: #transparent;
width: 607px;
}

#secondary &amp;gt; .inner:first-child {
background: transparent;
padding: 0;
width: 500px;
text-align:right;
}

.module-wrapper {
padding: 10px;
}

.module-content li {
margin: 0;
}

ul.module-list {
list-style: none;
margin: 0;
padding: 0;
text-transform: lowercase;
font-color: #ffffff;
}

.module-navlinks {
	font-family: Montserrat;
	font-size: 9px;
	position: relative;
	left: 75px;
	bottom: -40px;
	font-color: red;
	text-shadow: 0.5px 0.5px 0.5px #D7D9D7;
}

.module-navlinks:hover {
	font-family: Montserrat;
	font-size: 9px;
	position: relative;
	left: 75px;
	bottom: -40px;
	font-color: red;
	text-shadow: 0.5px 0.5px 0.5px #D7D9D7;
}

.module-list li {
margin: 0 .0 0;
display: inline-block;
font-size: 30px;
font-color: ;
}

div.journal-name {
	font-family: Sour Gummy;
	font-size:40px;
	display:inline-block;
	position: relative;
	left: -10px;
	bottom: -80px;
	font-color: #fff;
}

.module-content .userpic {
	position: relative;
	left: 280px;
	bottom: -65px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	border-style: solid;
}

.module-content .userpic img {
	position: relative;
	left: 280px;
	bottom: -65px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	border-style: solid;
}

.module-customtext {
text-transform: lowercase;
font-size: .8rem;
margin: .8em 0 .8em 0;
}&lt;/textarea&gt;&lt;/details&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=166499" 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:166331</id>
    <author>
      <name>unwritten。</name>
    </author>
    <dw:poster user="kakkoi"/>
    <link rel="alternate" type="text/html" href="https://style-system.dreamwidth.org/166331.html"/>
    <link rel="self" type="text/xml" href="https://style-system.dreamwidth.org/data/atom/?itemid=166331"/>
    <title>changing how a journal shows entries are posted in a comm?</title>
    <published>2025-09-09T16:02:53Z</published>
    <updated>2025-09-09T16:02:53Z</updated>
    <category term="layout:tabula rasa"/>
    <category term="entries:entry poster"/>
    <dw:security>public</dw:security>
    <dw:reply-count>2</dw:reply-count>
    <content type="html">Posted by: &lt;span lj:user='kakkoi' style='white-space: nowrap;' class='ljuser'&gt;&lt;a href='https://kakkoi.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://kakkoi.dreamwidth.org/'&gt;&lt;b&gt;kakkoi&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;hello! i've been working on layout for a bit, and while i've got most things i want done the way i want it, i'm having issues with the way a poster is displayed on the read page&lt;br /&gt;&lt;br /&gt;&lt;img src="https://i.imgur.com/sQtlfBw.jpeg"&gt;&lt;br /&gt;&lt;br /&gt;&lt;s&gt;ignore the padding, i'll be fixing that&lt;/s&gt;, but is there any way to get the "posting in" to not display on the reading page, and have it just show the entry poster and the community? &lt;br /&gt;&lt;br /&gt;using tabula rasa - plain, and this is the current base layout and the code regarding posters and user pics looks like this&lt;br /&gt;&lt;br /&gt;&lt;textarea width="300px" height="300px"&gt;.poster {
font-size: .7rem;
position: relative;
left: 480px;
bottom: -15px;
display:inline-block;
text-display:none;
width: 60px;
visibility: none;
}

.poster a{
background:var(--accent); color:var(--content-bg)!important;
}

.pic-poster a{background:var(--accent);color:var(--content-bg)!important;padding:2px 5px 3px 5px;}
.pic-poster a[href*="profile"]{display:none;}

.userpic img{
    opacity:0.5;
}

.userpic img:hover{
	 transition: 1s ease-in-out;
    opacity:1;
}

.poster.entry-poster .ljuser {
font-size: .7rem;
}

.poster .ljuser img {
vertical-align: middle !important;
}

.ljuser img {
vertical-align: middle !important;
}&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=166331" 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:165316</id>
    <author>
      <name>pixellated</name>
    </author>
    <dw:poster user="pixellated"/>
    <link rel="alternate" type="text/html" href="https://style-system.dreamwidth.org/165316.html"/>
    <link rel="self" type="text/xml" href="https://style-system.dreamwidth.org/data/atom/?itemid=165316"/>
    <title>display one entry centered vertically</title>
    <published>2025-07-04T18:36:34Z</published>
    <updated>2025-07-04T18:36:34Z</updated>
    <category term="pageview:recent"/>
    <category term="entries:height and width"/>
    <dw:security>public</dw:security>
    <dw:reply-count>8</dw:reply-count>
    <content type="html">Posted by: &lt;span lj:user='pixellated' style='white-space: nowrap;' class='ljuser'&gt;&lt;a href='https://pixellated.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://pixellated.dreamwidth.org/'&gt;&lt;b&gt;pixellated&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;hi! here's what i'm trying to achieve: i want my journal's main page to display &lt;strong&gt;one entry&lt;/strong&gt; (the most recent one), and i want that entry to be &lt;strong&gt;vertically centered&lt;/strong&gt;, so that the distance from the top of the entry to the navstrip is the same as the distance from the bottom of the entry to the bottom of the page. here is a quick mockup of what i have in mind:&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;img src="https://i.imgur.com/gfSI2Zv.png" width="600" alt="" /&gt;&lt;br /&gt;&lt;a href="https://i.imgur.com/gfSI2Zv.png"&gt;click here for fullsize&lt;/a&gt;&lt;/center&gt;&lt;br /&gt;i've tried using &lt;em&gt;margin: auto&lt;/em&gt; for this, but it didn't work; googling around leads me to believe that that's because the entry container is an inline element and thus doesn't have a specified height, which you need for that to work. i thought about using a flexbox inside the entry with three elements arranged in a column, with the middle element holding the actual contents of the entry and the top and bottom elements growing/shrinking to provide padding, to achieve something visually similar, but i don't think that would work either for the same reason (no specified height).&lt;br /&gt;&lt;br /&gt;is there any way to do this? the theme i'm currently using is &lt;strong&gt;blanket&lt;/strong&gt;, but i'm not married to it, so if there is a different theme that allows me to do this, i will happily switch.&lt;br /&gt;&lt;br /&gt;thank you!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=165316" 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:165113</id>
    <author>
      <name>porn_clips</name>
    </author>
    <dw:poster user="porn_clips"/>
    <link rel="alternate" type="text/html" href="https://style-system.dreamwidth.org/165113.html"/>
    <link rel="self" type="text/xml" href="https://style-system.dreamwidth.org/data/atom/?itemid=165113"/>
    <title>style_system @ 2025-06-30T19:19:00</title>
    <published>2025-06-30T16:43:16Z</published>
    <updated>2025-06-30T16:44:53Z</updated>
    <dw:security>public</dw:security>
    <dw:reply-count>4</dw:reply-count>
    <content type="html">Posted by: &lt;span lj:user='porn_clips' style='white-space: nowrap;' class='ljuser'&gt;&lt;a href='https://porn-clips.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://porn-clips.dreamwidth.org/'&gt;&lt;b&gt;porn_clips&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: large;"&gt;&amp;nbsp;&lt;span style="background-color: rgb(248, 249, 250); color: rgb(31, 31, 31); font-family: inherit; white-space: pre-wrap;"&gt;Hi, I would like to ask why every new topic and every new page piles up vertically in the form of posts in the main home page? I would like to have separate pages, for each separate category, and when the link on the page is clicked, it opens a whole new page instead of scrolling down the posts! I tried changing the template with other templates, it doesn't help...&lt;br /&gt;&lt;br /&gt;I also looked in the settings:&lt;strong&gt; Select Journal Style&lt;/strong&gt; / &lt;strong&gt;Customize Journal Style&lt;/strong&gt; / &lt;strong&gt;Test Beta Features&lt;/strong&gt;, &lt;/span&gt;&lt;span style="background-color: rgb(248, 249, 250);"&gt;&lt;font color="#1f1f1f" face="inherit"&gt;&lt;span style="white-space: pre-wrap;"&gt;but I didn't find a function to &lt;/span&gt;&lt;/font&gt;&lt;span style="color: rgb(153, 51, 0); font-family: inherit; white-space: pre-wrap;"&gt;&lt;u&gt;create separate pages&lt;/u&gt;&lt;/span&gt;&lt;font color="#1f1f1f" face="inherit"&gt;&lt;span style="white-space: pre-wrap;"&gt; anywhere.&lt;/span&gt;&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;&lt;font color="#1f1f1f" face="Arial, Verdana, sans-serif" style=""&gt;     &lt;span style="white-space: pre-wrap;"&gt;I also looked in the &lt;strong&gt;CREATE&lt;/strong&gt; menu, but there is no option to create a new separate page, only &lt;/span&gt;&lt;strong&gt;&lt;span style="white-space: pre-wrap;"&gt;Post Entry / Edit Entries, &lt;/span&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/span&gt;&lt;font color="#1f1f1f"&gt;&lt;span style="white-space: pre-wrap;"&gt;but again I didn't find a function to &lt;/span&gt;&lt;/font&gt;&lt;span style="font-family: inherit; color: rgb(153, 51, 0); white-space: pre-wrap;"&gt;&lt;u&gt;create separate pages&lt;/u&gt;&lt;/span&gt;&lt;font color="#1f1f1f"&gt;&lt;span style="white-space: pre-wrap;"&gt; anywhere.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="white-space: pre-wrap;"&gt;I would be glad if someone with more experience could help, thanks in advance!&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=165113" 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:164662</id>
    <author>
      <name>raivotar</name>
    </author>
    <dw:poster user="raivotar"/>
    <link rel="alternate" type="text/html" href="https://style-system.dreamwidth.org/164662.html"/>
    <link rel="self" type="text/xml" href="https://style-system.dreamwidth.org/data/atom/?itemid=164662"/>
    <title>style_system @ 2025-06-21T20:47:00</title>
    <published>2025-06-21T17:48:08Z</published>
    <updated>2025-06-21T17:48:08Z</updated>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">Posted by: &lt;span lj:user='raivotar' style='white-space: nowrap;' class='ljuser'&gt;&lt;a href='https://raivotar.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://raivotar.dreamwidth.org/'&gt;&lt;b&gt;raivotar&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;hi again! i think how i can make my layout fonts looks like here -&amp;gt; sarliina.livejournal.com&lt;br /&gt;&lt;br /&gt;codes: &lt;a href="https://pastebin.com/zygPhnxZ"&gt;https://pastebin.com/zygPhnxZ&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=164662" 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:164222</id>
    <author>
      <name>numb3r_5ev3n</name>
    </author>
    <dw:poster user="numb3r_5ev3n"/>
    <link rel="alternate" type="text/html" href="https://style-system.dreamwidth.org/164222.html"/>
    <link rel="self" type="text/xml" href="https://style-system.dreamwidth.org/data/atom/?itemid=164222"/>
    <title>Adding a otf font to a pre-existing theme.</title>
    <published>2025-06-19T18:13:35Z</published>
    <updated>2025-06-19T18:14:17Z</updated>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">Posted by: &lt;span lj:user='numb3r_5ev3n' style='white-space: nowrap;' class='ljuser'&gt;&lt;a href='https://numb3r-5ev3n.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://numb3r-5ev3n.dreamwidth.org/'&gt;&lt;b&gt;numb3r_5ev3n&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I'd like to use an otf font file type that doesn't appear to be hosted on google fonts or other font sites (Dalelands.) I have some experience tweaking things via css and linking to fonts, but I've never added a font. If I have to host it offsite, where would be a good place to do this? Thanks!&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=164222" 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:163912</id>
    <author>
      <name>juneghost</name>
    </author>
    <dw:poster user="juneghost"/>
    <link rel="alternate" type="text/html" href="https://style-system.dreamwidth.org/163912.html"/>
    <link rel="self" type="text/xml" href="https://style-system.dreamwidth.org/data/atom/?itemid=163912"/>
    <title>style_system @ 2025-06-19T16:49:00</title>
    <published>2025-06-19T13:50:31Z</published>
    <updated>2025-06-19T13:50:31Z</updated>
    <dw:security>public</dw:security>
    <dw:reply-count>2</dw:reply-count>
    <content type="html">Posted by: &lt;span lj:user='juneghost' style='white-space: nowrap;' class='ljuser'&gt;&lt;a href='https://juneghost.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://juneghost.dreamwidth.org/'&gt;&lt;b&gt;juneghost&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;hi! anyone know how i add header and background image for this layout --&amp;gt; &lt;a href="https://shinemagic.dreamwidth.org/2821.html?style=mine#cutid1"&gt;https://shinemagic.dreamwidth.org/2821.html?style=mine#cutid1&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=163912" 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:163447</id>
    <author>
      <name>Chris</name>
    </author>
    <dw:poster user="elyusion"/>
    <link rel="alternate" type="text/html" href="https://style-system.dreamwidth.org/163447.html"/>
    <link rel="self" type="text/xml" href="https://style-system.dreamwidth.org/data/atom/?itemid=163447"/>
    <title>Attempting to Borrow a Layout</title>
    <published>2025-04-23T01:36:52Z</published>
    <updated>2025-04-23T01:36:52Z</updated>
    <dw:security>public</dw:security>
    <dw:reply-count>11</dw:reply-count>
    <content type="html">Posted by: &lt;span lj:user='elyusion' style='white-space: nowrap;' class='ljuser'&gt;&lt;a href='https://elyusion.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://elyusion.dreamwidth.org/'&gt;&lt;b&gt;elyusion&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Hello everyone :-] Look, I feel really sorry linking the journal of a stranger who presumably haven't used their journal in over a decade, but I never really used LJ and don't know anything about how it works besides what you see as a logged-out user. Does anyone know the name of &lt;a href="https://lunarseal.livejournal.com/"&gt;this layout&lt;/a&gt;, which I see a lot, and is there a way I can repurpose it for DW? I think it's really cute, and if I just play with the CSS a little I could make it even better (according to my tastes).&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=163447" 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:163283</id>
    <author>
      <name>sireesanwar</name>
    </author>
    <dw:poster user="sireesanwar"/>
    <link rel="alternate" type="text/html" href="https://style-system.dreamwidth.org/163283.html"/>
    <link rel="self" type="text/xml" href="https://style-system.dreamwidth.org/data/atom/?itemid=163283"/>
    <title>Journal Whole Page Width Issue</title>
    <published>2025-04-15T00:46:08Z</published>
    <updated>2025-04-15T22:53:06Z</updated>
    <category term="page:height and width"/>
    <category term="layout:transmogrified"/>
    <dw:security>public</dw:security>
    <dw:reply-count>10</dw:reply-count>
    <content type="html">Posted by: &lt;span lj:user='sireesanwar' style='white-space: nowrap;' class='ljuser'&gt;&lt;a href='https://sireesanwar.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://sireesanwar.dreamwidth.org/'&gt;&lt;b&gt;sireesanwar&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;Okay I've been working on Transmogrified as other themes I had some major frustrations with. I think I've figure most things out but suddenly I realized there is a horizontal scrollbar when there shouldn't be.&lt;br /&gt;&lt;img src="https://i.imgur.com/eMOB40Q.png" width="500" height="229" alt="" /&gt;&lt;br /&gt;&lt;br /&gt;You can see it at&amp;nbsp;&lt;span style='white-space: nowrap;'&gt;&lt;a href='https://sireesanwar.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://sireesanwar.dreamwidth.org/'&gt;&lt;b&gt;sireesanwar&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&amp;nbsp;. I can not figure out why my journal is like 150% wide. Anyone see what I'm not?&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=163283" 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:163054</id>
    <author>
      <name>jali</name>
    </author>
    <dw:poster user="jali"/>
    <link rel="alternate" type="text/html" href="https://style-system.dreamwidth.org/163054.html"/>
    <link rel="self" type="text/xml" href="https://style-system.dreamwidth.org/data/atom/?itemid=163054"/>
    <title>Nested divs in a post header</title>
    <published>2025-04-14T16:12:50Z</published>
    <updated>2025-04-14T16:14:45Z</updated>
    <dw:security>public</dw:security>
    <dw:reply-count>3</dw:reply-count>
    <content type="html">Posted by: &lt;span lj:user='jali' style='white-space: nowrap;' class='ljuser'&gt;&lt;a href='https://jali.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://jali.dreamwidth.org/'&gt;&lt;b&gt;jali&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;How can I modify the HTML side of my layout to achieve this result? I am using Practicality as my base theme.&lt;br /&gt;&lt;br /&gt;&lt;img src="https://64.media.tumblr.com/8999c816e2e83fb017f31b9fb5172c94/ef78deddf56d3dcd-76/s1280x1920/de3da50b05671127dbfa15bdc86ec2a8acfbd20b.pnj" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=163054" 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:162599</id>
    <author>
      <name>sireesanwar</name>
    </author>
    <dw:poster user="sireesanwar"/>
    <link rel="alternate" type="text/html" href="https://style-system.dreamwidth.org/162599.html"/>
    <link rel="self" type="text/xml" href="https://style-system.dreamwidth.org/data/atom/?itemid=162599"/>
    <title>Access Filter Tiny Icons... Private, Locked, Sticky</title>
    <published>2025-04-11T18:47:39Z</published>
    <updated>2025-04-11T20:34:08Z</updated>
    <category term="entries:sticky post"/>
    <category term="entries:restriction image"/>
    <dw:security>public</dw:security>
    <dw:reply-count>7</dw:reply-count>
    <content type="html">Posted by: &lt;span lj:user='sireesanwar' style='white-space: nowrap;' class='ljuser'&gt;&lt;a href='https://sireesanwar.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://sireesanwar.dreamwidth.org/'&gt;&lt;b&gt;sireesanwar&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Okay I have several issues here. I'm trying to customize Transmogified from my LJ FlexiSquares and Expressive layouts. But a couple things.&lt;br /&gt;&lt;br /&gt;1.&amp;nbsp; How do I code them to provide my custom tiny icon? I figured out currents or metadata and tags and user and community but not Sticky, Private, Locked etc. &lt;strong&gt;DONE&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;2.&amp;nbsp; Why are my &amp;quot;access filter&amp;quot; icons (provided by DW) showing up in the post? See images below... if you need me to friend you so you can see the &amp;quot;friends locked&amp;quot; post... let me know. The sticky one appears to be working except it disappears upon clicking a tag on the post or going into the post and I don't know if that is normal... you can see it live at my journal but a friends lock one will have to friend you.&lt;br /&gt;&lt;br /&gt;&lt;span class="cut-wrapper"&gt;&lt;span style="display: none;" id="span-cuttag___1" class="cuttag"&gt;&lt;/span&gt;&lt;b class="cut-open"&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class="cut-text"&gt;&lt;a href="https://style-system.dreamwidth.org/162599.html#cutid1"&gt;Images&lt;/a&gt;&lt;/b&gt;&lt;b class="cut-close"&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style="display: none;" id="div-cuttag___1" aria-live="assertive"&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=162599" 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:162419</id>
    <author>
      <name>goneahead</name>
    </author>
    <dw:poster user="goneahead"/>
    <link rel="alternate" type="text/html" href="https://style-system.dreamwidth.org/162419.html"/>
    <link rel="self" type="text/xml" href="https://style-system.dreamwidth.org/data/atom/?itemid=162419"/>
    <title>Making Old Theme Work With Mobile?</title>
    <published>2025-04-07T04:39:19Z</published>
    <updated>2025-04-07T04:39:19Z</updated>
    <category term="layout:tabula rasa"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">Posted by: &lt;span lj:user='goneahead' style='white-space: nowrap;' class='ljuser'&gt;&lt;a href='https://goneahead.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://goneahead.dreamwidth.org/'&gt;&lt;b&gt;goneahead&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I really would love to keep my old theme (a customized tabula rasa plain) but it no longer works on mobile&amp;nbsp;:( Checking the use layouts style sheets box doesnt help. Any chance somebody can look at my custom code and offer me a fix?&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=162419" 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:162206</id>
    <author>
      <name>beasts</name>
    </author>
    <dw:poster user="the_beasts"/>
    <link rel="alternate" type="text/html" href="https://style-system.dreamwidth.org/162206.html"/>
    <link rel="self" type="text/xml" href="https://style-system.dreamwidth.org/data/atom/?itemid=162206"/>
    <title>help tweaking abstractia?</title>
    <published>2025-03-22T19:06:20Z</published>
    <updated>2025-03-23T03:40:23Z</updated>
    <dw:security>public</dw:security>
    <dw:reply-count>6</dw:reply-count>
    <content type="html">Posted by: &lt;span lj:user='the_beasts' style='white-space: nowrap;' class='ljuser'&gt;&lt;a href='https://the-beasts.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://the-beasts.dreamwidth.org/'&gt;&lt;b&gt;the_beasts&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;hello all! we hope everyone's doing well.&lt;br /&gt;&lt;br /&gt;we're currently making our friends a homepage for their mutual aid efforts, using the abstractia style. we're having a few minor difficulties, and we're hoping someone with more expertise than us can help!&lt;br /&gt;&lt;br /&gt;&lt;span class="cut-wrapper"&gt;&lt;span style="display: none;" id="span-cuttag___1" class="cuttag"&gt;&lt;/span&gt;&lt;b class="cut-open"&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class="cut-text"&gt;&lt;a href="https://style-system.dreamwidth.org/162206.html#cutid1"&gt;cut for length to save reading pages&lt;/a&gt;&lt;/b&gt;&lt;b class="cut-close"&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style="display: none;" id="div-cuttag___1" aria-live="assertive"&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;thankyou all very much for taking the time to read this, and thankyou in advance for any help offered! it's much appreciated. &amp;lt;3&lt;br /&gt;&lt;br /&gt;~ beasties&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=162206" 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:161904</id>
    <author>
      <name>sireesanwar</name>
    </author>
    <dw:poster user="sireesanwar"/>
    <link rel="alternate" type="text/html" href="https://style-system.dreamwidth.org/161904.html"/>
    <link rel="self" type="text/xml" href="https://style-system.dreamwidth.org/data/atom/?itemid=161904"/>
    <title>Are there any layouts like Expressive from LJ</title>
    <published>2025-03-13T19:16:10Z</published>
    <updated>2025-03-13T19:16:10Z</updated>
    <dw:security>public</dw:security>
    <dw:reply-count>7</dw:reply-count>
    <content type="html">Posted by: &lt;span lj:user='sireesanwar' style='white-space: nowrap;' class='ljuser'&gt;&lt;a href='https://sireesanwar.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://sireesanwar.dreamwidth.org/'&gt;&lt;b&gt;sireesanwar&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I wanted to transfer some of my layout work over to Dreamwidth but there doesn't seem to be an equivalent of Expressive nor an easy want to move Expressive over to DW. Does anyone know if this can be done or if there is a similar layout I can learn? I've been looking but everything here seems kind of old school.&lt;br /&gt;&lt;br /&gt;Not new to DW but not up on everything.&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=161904" 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:161747</id>
    <author>
      <name>juneghost</name>
    </author>
    <dw:poster user="juneghost"/>
    <link rel="alternate" type="text/html" href="https://style-system.dreamwidth.org/161747.html"/>
    <link rel="self" type="text/xml" href="https://style-system.dreamwidth.org/data/atom/?itemid=161747"/>
    <title>style_system @ 2025-02-24T10:07:00</title>
    <published>2025-02-24T08:08:48Z</published>
    <updated>2025-02-24T08:09:07Z</updated>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">Posted by: &lt;span lj:user='juneghost' style='white-space: nowrap;' class='ljuser'&gt;&lt;a href='https://juneghost.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://juneghost.dreamwidth.org/'&gt;&lt;b&gt;juneghost&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;hi! i think how i can make little icons in the entries show again, now its only text...&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=161747" 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:161405</id>
    <author>
      <name>lume</name>
    </author>
    <dw:poster user="lumemiruuuuuuuuuuu"/>
    <link rel="alternate" type="text/html" href="https://style-system.dreamwidth.org/161405.html"/>
    <link rel="self" type="text/xml" href="https://style-system.dreamwidth.org/data/atom/?itemid=161405"/>
    <title>does anyone know how to put gifs in entries?</title>
    <published>2024-12-01T14:10:08Z</published>
    <updated>2024-12-01T14:10:08Z</updated>
    <category term="entries:image"/>
    <dw:mood>confused</dw:mood>
    <dw:security>public</dw:security>
    <dw:reply-count>4</dw:reply-count>
    <content type="html">Posted by: &lt;span lj:user='lumemiruuuuuuuuuuu' style='white-space: nowrap;' class='ljuser'&gt;&lt;a href='https://lumemiruuuuuuuuuuu.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://lumemiruuuuuuuuuuu.dreamwidth.org/'&gt;&lt;b&gt;lumemiruuuuuuuuuuu&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;ive been using the code &lt;img src="“LINK”/"&gt; to put images since nothing else worked tbh, and to host the images ive been using catbox, and everytime i try to upload a gif there and put it here the image doesnt appear sadly ;-;, if u know how to solve this ty!!!&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=161405" 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:161038</id>
    <author>
      <name>juneghost</name>
    </author>
    <dw:poster user="juneghost"/>
    <link rel="alternate" type="text/html" href="https://style-system.dreamwidth.org/161038.html"/>
    <link rel="self" type="text/xml" href="https://style-system.dreamwidth.org/data/atom/?itemid=161038"/>
    <title>style_system @ 2024-10-27T13:46:00</title>
    <published>2024-10-27T11:47:44Z</published>
    <updated>2024-10-27T11:47:44Z</updated>
    <dw:security>public</dw:security>
    <dw:reply-count>1</dw:reply-count>
    <content type="html">Posted by: &lt;span lj:user='juneghost' style='white-space: nowrap;' class='ljuser'&gt;&lt;a href='https://juneghost.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://juneghost.dreamwidth.org/'&gt;&lt;b&gt;juneghost&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Hi! I think how i can change my layout background to black?&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=161038" 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:161015</id>
    <author>
      <name>lume</name>
    </author>
    <dw:poster user="lumemiruuuuuuuuuuu"/>
    <link rel="alternate" type="text/html" href="https://style-system.dreamwidth.org/161015.html"/>
    <link rel="self" type="text/xml" href="https://style-system.dreamwidth.org/data/atom/?itemid=161015"/>
    <title>does any1 know how to put a gif/image on the banner?</title>
    <published>2024-10-04T16:15:03Z</published>
    <updated>2024-10-04T16:16:06Z</updated>
    <category term="header:background or image"/>
    <dw:security>public</dw:security>
    <dw:reply-count>6</dw:reply-count>
    <content type="html">Posted by: &lt;span lj:user='lumemiruuuuuuuuuuu' style='white-space: nowrap;' class='ljuser'&gt;&lt;a href='https://lumemiruuuuuuuuuuu.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://lumemiruuuuuuuuuuu.dreamwidth.org/'&gt;&lt;b&gt;lumemiruuuuuuuuuuu&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;i saw the option while customing and it seemed pretty cool, but i havent been able to do it. maybe bc i have a free account? idk, but if its possible tell me :3&lt;br /&gt;&lt;br /&gt;also does any1 know how to put custom fonts? tysm!!!&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=161015" 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:160569</id>
    <author>
      <name>Bear</name>
    </author>
    <dw:poster user="tropicsbear"/>
    <link rel="alternate" type="text/html" href="https://style-system.dreamwidth.org/160569.html"/>
    <link rel="self" type="text/xml" href="https://style-system.dreamwidth.org/data/atom/?itemid=160569"/>
    <title>SOLVED: Adjusting vertical alignment of username icons</title>
    <published>2024-09-28T10:52:30Z</published>
    <updated>2024-09-28T14:46:58Z</updated>
    <category term="username:icon"/>
    <dw:security>public</dw:security>
    <dw:reply-count>2</dw:reply-count>
    <content type="html">Posted by: &lt;span lj:user='tropicsbear' style='white-space: nowrap;' class='ljuser'&gt;&lt;a href='https://tropicsbear.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://tropicsbear.dreamwidth.org/'&gt;&lt;b&gt;tropicsbear&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Hello!&lt;/p&gt;

&lt;p&gt;I tweaked the fonts in my layout then noticed afterwards that the tiny username icons were misaligned with the text beside them. I was able to fix it using the code below for DW users and communities, but for other sites like &lt;a href="https://tropicsbear.dreamwidth.org/661903.html"&gt;AO3&lt;/a&gt; and &lt;a href="https://tropicsbear.dreamwidth.org/696360.html"&gt;YouTube&lt;/a&gt;, the tiny username icons are still aligned at the bottom.&lt;/p&gt;

&lt;p&gt;&lt;textarea&gt;/&amp;lt;em&amp;gt;--------------- tiny icons ---------------&amp;lt;/em&amp;gt;/&amp;lt;/p&amp;gt;

&amp;lt;p&amp;gt;img[src*="user.png"] {
   vertical-align: middle !important;
}&amp;lt;/p&amp;gt;

&amp;lt;p&amp;gt;img[src*="community.png"] {
   vertical-align: middle !important;
}&lt;/textarea&gt;&lt;/p&gt;

&lt;p&gt;Thanks in advance for any help 🙏🏽&lt;/p&gt;
&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=160569" 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:160508</id>
    <author>
      <name>doodlemancy (she/her)</name>
    </author>
    <dw:poster user="doodlemancy"/>
    <link rel="alternate" type="text/html" href="https://style-system.dreamwidth.org/160508.html"/>
    <link rel="self" type="text/xml" href="https://style-system.dreamwidth.org/data/atom/?itemid=160508"/>
    <title>Please help me defeat the Mysterious Ugly Box</title>
    <published>2024-09-16T21:47:14Z</published>
    <updated>2024-09-16T21:47:14Z</updated>
    <dw:security>public</dw:security>
    <dw:reply-count>4</dw:reply-count>
    <content type="html">Posted by: &lt;span lj:user='doodlemancy' style='white-space: nowrap;' class='ljuser'&gt;&lt;a href='https://doodlemancy.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://doodlemancy.dreamwidth.org/'&gt;&lt;b&gt;doodlemancy&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I switched to the Mobility theme today so that my blog would look better on mobile devices. I've customized all the colors and fonts and stuff to my liking, but I&amp;nbsp;can't for the life of me figure out how to get rid of this eyesore box at the top:&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a href="https://i.imgur.com/bLM9CXq.png"&gt;&lt;img src="https://i.imgur.com/bLM9CXq.png" alt="a screenshot of my blog with the offending box circled in black" width="500" height="235" align="middle" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;I've flicked all the modules on and off to see if I can isolate it, and it doesn't seem tied to any of them. IDEALLY I would just have my blog title and subtitle there, and no random &amp;quot;Modules&amp;quot; link (which, for what I'm doing here, is pretty redundant). I've combed all the journal customization options over a few times trying to figure out what controls what happens in that box and how I&amp;nbsp;can modify it or at least shoo it away, but I've come up empty-handed. I&amp;nbsp;assume this is probably something I'd have to attack with CSS? I'm not good at that stuff but I can kinda fake it until I&amp;nbsp;make it, although I&amp;nbsp;just honestly don't know where to start here. I would super appreciate anyone's insight.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=160508" 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:160013</id>
    <author>
      <name>porn_clips</name>
    </author>
    <dw:poster user="porn_clips"/>
    <link rel="alternate" type="text/html" href="https://style-system.dreamwidth.org/160013.html"/>
    <link rel="self" type="text/xml" href="https://style-system.dreamwidth.org/data/atom/?itemid=160013"/>
    <title>About change the Styles</title>
    <published>2024-07-18T12:49:32Z</published>
    <updated>2024-07-18T12:49:32Z</updated>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">Posted by: &lt;span lj:user='porn_clips' style='white-space: nowrap;' class='ljuser'&gt;&lt;a href='https://porn-clips.dreamwidth.org/profile'&gt;&lt;img src='https://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='https://porn-clips.dreamwidth.org/'&gt;&lt;b&gt;porn_clips&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Hello, I was pointed by support to contact you regarding templates. &lt;br /&gt;My question is the following: how can I add my own template with TUBE interface? I have my own templates, developed for BLOGGER and WORDPRESS, I use program ARTISTEER and Incomedia WebSite X5 Evolution. &lt;br /&gt;&lt;br /&gt;I looked in the options but I didn't find IMPORT TEMPLATE anywhere, I only found a section Advanced Options / Your Styles where it doesn't allow me to attach my own template that I developed myself, it only allows me to change the styles and create new ones styles.  I was looking for a TUBE template,  in your inline styles, but I couldn't find one anywhere, except for the standard templates that create vertical and deep pages. I would like to ask you to explain in detail how and in what way we can upload our own templates that we have developed by ourselves.&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=style_system&amp;ditemid=160013" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
</feed>
