Style Info

Author
system
Style Description
Clean and Simple
Last Updated
2002-04-09 09:54:59
View Type
friends
Public?
Y
Embeddable?
N
Color-free? (only uses color themes, not fixed colors)
Y

Style Variables

FRIENDS_ALTPOSTER

<span class="altposter"><a href="%%cons:siteroot%%/userinfo.bml?user=%%poster%%">%%poster%%</a></span>, posting in

FRIENDS_CURRENT

<div class="current%%lc:what%%"><strong>Current %%what%%:</strong> %%value%%</div>

FRIENDS_CURRENTS

<div class="currents">
%%currents%%
</div>

FRIENDS_DATE_FORMAT

%%12h%%:%%min%%%%ampm%%

FRIENDS_END_DAY

</div>

FRIENDS_EVENT

<div class="entry" id="entry%%itemid%%" clear="all">
<div class="entrytext">
<span class="entryheading">%%altposter%%
<span style="color: %%fgcolor%%; background: %%bgcolor%%; padding-left: 0.5em; padding-right: 0.5em;"><a href="%%cons:siteroot%%/userinfo.bml?user=%%user%%" style="color: %%fgcolor%%; background: %%bgcolor%%;">%%user%%</a></span> @ <span class="timestamp">%%datetime%%</span>: %%subject%%</span>
%%friendpic%%%%event%%
%%currents%%</div>
%%talklinks%%
</div>

FRIENDS_EVENTS

%%events%%

FRIENDS_EVENT_PRIVATE

<div class="entry" id="entry%%itemid%%" clear="all">
<div class="entrytext">
<span class="entryheading">
%%altposter%%
<span style="color: %%fgcolor%%; background: %%bgcolor%%; padding-left: 0.5em; padding-right: 0.5em;"><a href="%%cons:siteroot%%/userinfo.bml?user=%%user%%" style="color: %%fgcolor%%; background: %%bgcolor%%;">%%user%%</a></span> @ <span class="timestamp">%%datetime%%</span>: <img src="%%cons:img%%/icon_private.gif" width=16 height=16 vspace=0 hspace=0 alt="[Private]"> %%subject%%</span>
%%friendpic%%%%event%%
%%currents%%</div>
%%talklinks%%
</div>

FRIENDS_EVENT_PROTECTED

<div class="entry" id="entry%%itemid%%" clear="all">
<div class="entrytext">
<span class="entryheading">
%%altposter%%
<span style="color: %%fgcolor%%; background: %%bgcolor%%; padding-left: 0.5em; padding-right: 0.5em;"><a href="%%cons:siteroot%%/userinfo.bml?user=%%user%%" style="color: %%fgcolor%%; background: %%bgcolor%%;">%%user%%</a></span> @ <span class="timestamp">%%datetime%%</span>: <img src="%%cons:img%%/icon_protected.gif" width="14" height="15" vspace=0 hspace=0 alt="[Protected]"> %%subject%%</span>
%%friendpic%%%%event%%
%%currents%%</div>
%%talklinks%%
</div>

FRIENDS_FRIENDPIC

<img src="%%src%%" alt="" align="right" width="%%width%%" height="%%height%%" class="frienduserpic">

FRIENDS_NEW_DAY

<div class="day" id="day%%yyyy%%%%mm%%%%dd%%">
<h3>%%dth%% %%monlong%% %%yyyy%%</h3>

FRIENDS_NOFRIENDS

<p>There are a few reasons why you might not see posts on this friends page:
<ul>
<li>%%name%% might have no friends defined. If you are %%name%%, you can <a href="%%cons:siteroot%%/friends/edit.bml?%%username%%">edit your LiveJournal friends</a> so they show up here.</li>
<li>%%name%% might have friends defined, but all of their friends' posts might be over two weeks old (according to the times on our servers), and thus wouldn't be displayed here.</li>
<li>%%name%% might have friends defined that post only protected entries that you can't view, because they haven't defined you as a friend in return.</li>
</ul>
</p>

FRIENDS_NO_SUBJECT

FRIENDS_OPT_ITEMS

25

FRIENDS_PAGE

<html>
<head>
<style type="text/css" media="all">
<!--
body {
background: %%color:stronger_back%% none;
color: %%color:page_text%%;
margin: 50px;
}
a:link {
color: %%color:page_link%%;
background: transparent;
}
a:visited {
color: %%color:page_vlink%%;
background: transparent;
}
a:active {
color: %%color:page_alink%%;
background: transparent;
}
img {
vertical-align: absmiddle;
}
table {
width: 100%;
}
pre {
text-align: left;
}
#topbar {
background: %%color:strong_back%% none;
color: %%color:strong_text%%;
}
#topbar h1 {
margin-top: 5px;
margin-bottom: 0;
text-align: center;
font-size: 1.5em;
}
#topbar h2 {
margin-top: 0;
margin-bottom: 5px;
text-align: center;
font-size: 1.25em;
}
#navbar {
background: %%color:weak_back%% none;
color: %%color:weak_text%%;
width: 25%;
}
#navbar ul {
list-style: none;
margin: 10px;
}
#navbar ul li {
margin: 0;
}
#navbar ul li:before {
content: "> "
font-weight: normal;
}
#navbar ul li.active {
font-weight: bold;
}
#navbar a:link, #navbar a:active, #navbar a:visited {
background: %%color:weak_back%% none;
color: %%color:weak_text%%;
text-decoration: none;
}
#navbar a:hover {
text-decoration: underline;
}
#mainstuff {
width: 75%;
background: %%color:page_back%% none;
color: %%color:page_text%%;
}
#entries {
margin: 10px;
}
#range {
margin-bottom: 0.5em;
}
.day {
border-top: 1px dashed %%color:page_text%%;
clear: both;
}
.day h3 {
border-bottom: 1px dashed %%color:page_text%%;
padding: 2px;
margin: 0;
font-size: 1.1em;
text-align: center;
}

address {
text-align: center;
font-style: normal;
font-size: 0.95em;
}

/* entries */
.entry {
clear: both;
}
.entrytext {
padding: 2px;
text-align: justify;
}
.entrytext p, .entrytext ul, .entrytext ol, .entrytext table {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.entryheading {
font-weight: bold;
}
.timestamp, .subject, .altposter {
font-weight: bold;
color: %%color:page_text_em%%;
background: %%color:page_back%%;
}
.altposter a {
color: %%color:page_text_em%%;
background: %%color:page_back%%;
text-decoration: underline;
}
.talklinks {
font-size: 0.75em;
text-align: right;
margin-bottom: 2px;
clear: right;
}
.frienduserpic {
border: 2px solid %%color:strong_back%%;
background: %%color:strong_back%% none;
color: %%color:strong_text%%;
}
-->
</style>
%%head%%
<title>%%title%%</title>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2" id="topbar" valign="top">
<h1>%%name%%</h1>
<h2>Friends' Entries</h2>
</td></tr>

<tr><td id="navbar" valign="top">

<ul id="viewlinks">
<li><a href="%%urllastn%%">Recent Entries</a></li>
<li class="active">Friends</li>
<li><a href="%%urlcalendar%%">History</a></li>
<li><a href="%%cons:siteroot%%/userinfo.bml?user=%%username%%">Info</a></li>
%%website%%
</ul>

%%skiplinks%%

</td>
<td id="mainstuff" valign="top">
<div id="entries">
<div id="range">%%range%%</div>

%%events%%

</div>

<address>Powered by <a href="%%cons:siteroot%%/">%%cons:sitename%%</a></address>

</td></tr>

</table>

</body>
</html>

FRIENDS_RANGE_HISTORY

You are viewing %%numitems%% entries, %%skip%% into the past.

FRIENDS_RANGE_MOSTRECENT

You are viewing the most recent %%numitems%% entries.

FRIENDS_SKIP_BACKWARD

<li><a href="%%url%%">Previous %%numitems%% Entries</a></li>

FRIENDS_SKIP_FORWARD

<li><a href="%%url%%">Next %%numitems%% Entries</a></li>

FRIENDS_SKIP_LINKS

<ul id="skiplinks">
%%skipforward%%%%skipbackward%%
</ul>

FRIENDS_SKIP_SPACER

FRIENDS_SUBJECT

<span class="subject">%%subject%%</span><br>

FRIENDS_TALK_LINKS

<div class="talklinks" clear="all">%%readlink%% <a href="%%urlpost%%">Comment on this</a></div>

FRIENDS_TALK_READLINK

<a href="%%urlread%%">%%messagecount%% Comment%%mc-plural-s%%</a> -

FRIENDS_WEBSITE

<li><a href="%%url%%">%%name%%</a></li>