Also support "last X" REST interface
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 252 B |
|
After Width: | Height: | Size: 700 B |
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
@@ -0,0 +1,316 @@
|
||||
body {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
margin: 0 0 0 0;
|
||||
background: #40789b url({TEMPLATE_PATH}img/background.jpg) repeat-x;
|
||||
direction: {LANG_DIRECTION};
|
||||
}
|
||||
|
||||
#serendipity_admin_page {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#serendipityAdminBodyImageSelector {
|
||||
background: #FFF;
|
||||
}
|
||||
|
||||
#serendipityAdminFrame {
|
||||
text-align: left;
|
||||
width: 80%;
|
||||
min-width: 777px;
|
||||
margin: auto;
|
||||
background: #FFF;
|
||||
border: 2px solid #708090;
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
#serendipityAdminBanner {
|
||||
background-color: #FFF;
|
||||
height: 80px;
|
||||
background: url({TEMPLATE_PATH}img/banner_background.png);
|
||||
}
|
||||
|
||||
#serendipityAdminInfopane {
|
||||
background: #F8F9FA url({TEMPLATE_PATH}img/infobar_background.png);
|
||||
font-size: 10px;
|
||||
padding: 5px;
|
||||
vertical-align: middle;
|
||||
text-align: right;
|
||||
color: #5E5E5E;
|
||||
height: 27px;
|
||||
}
|
||||
|
||||
#serendipityAdminMainpane {
|
||||
background: #FFF;
|
||||
border: 2px solid #0F3353;
|
||||
border-top: inherit;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.serendipityAdminContent {
|
||||
font-size: 0.8em;
|
||||
padding: 10px 5px 20px 5px;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
#serendipityAdminBanner h1 {
|
||||
padding-left: 20px;
|
||||
margin: 0;
|
||||
font: 2em Times New Roman, Times, serif;
|
||||
}
|
||||
|
||||
#serendipityAdminBanner h2 {
|
||||
padding-left: 30px;
|
||||
font-size: 1em;
|
||||
color: #506070;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#serendipitySideBar {
|
||||
width: 20%;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
#serendipityAdminFooter {
|
||||
font-size: 0.7em;
|
||||
text-align: center;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.serendipitySideBarTitle {
|
||||
padding-left: 2px;
|
||||
font-weight: bold;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.serendipitySideBarContent {
|
||||
padding-left: 10px;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.serendipitySideBarItem {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.serendipity_admin_title {
|
||||
font-size: 2em;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item.serendipity_admin_list_item_uneven {
|
||||
border: 1px solid #294366;
|
||||
background: #F8F9FA;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item.serendipity_admin_list_item_even {
|
||||
border: 1px solid #294366;
|
||||
background: #F2F3F2;
|
||||
margin: 0 0 5px 0;
|
||||
}
|
||||
|
||||
.serendipityAdminMsgError {
|
||||
color: #F00;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.serendipityAdminMsgSuccess {
|
||||
color: #0B0;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.serendipityAdminMsgNote {
|
||||
background: #FFFF9D;
|
||||
border: 1px solid #F70;
|
||||
padding: 3px;
|
||||
text-align: center;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
td, th {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
a:visited,
|
||||
a:link {
|
||||
color: #294366;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #590c0c;
|
||||
}
|
||||
|
||||
input, select, textarea {
|
||||
background: #F8F9FA;
|
||||
font-family: Verdana;
|
||||
font-size: 0.9em;
|
||||
border: 1px solid #294366;
|
||||
}
|
||||
|
||||
#serendipity_iframe {
|
||||
border: 1px solid #294366;
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
ul.serendipitySideBarMenu {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
ul.serendipitySideBarMenu li.serendipitySideBarMenuHead {
|
||||
font-size: 0.9em;
|
||||
list-style: none;
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
background: url({TEMPLATE_PATH}img/menuheader_background.png) no-repeat;
|
||||
padding-top: 0.3em;
|
||||
padding-bottom: 0.3em;
|
||||
padding-left: 3px;
|
||||
}
|
||||
|
||||
ul.serendipitySideBarMenu li {
|
||||
font-size: 0.8em;
|
||||
font-weight: normal;
|
||||
background:url({TEMPLATE_PATH}img/menu_background.png) no-repeat;
|
||||
padding-top: 0.3em;
|
||||
padding-bottom: 0.3em;
|
||||
padding-left: 5px;
|
||||
list-style:none;
|
||||
display:block;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
ul.serendipitySideBarMenu a:link,
|
||||
ul.serendipitySideBarMenu a:visited {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.serendipityImageButton {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
a:link.serendipityIconLink,
|
||||
a:visited.serendipityIconLink {
|
||||
border: 0;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.serendipityIconLink img {
|
||||
margin-right: 2px;
|
||||
vertical-align: bottom;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
a:link.serendipityIconLinkRight,
|
||||
a:visited.serendipityIconLinkRight {
|
||||
border: 0;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
margin-left: 4px;
|
||||
}
|
||||
.serendipityIconLinkRight img {
|
||||
margin-left: 2px;
|
||||
vertical-align: bottom;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
|
||||
a:link.serendipityPrettyButton,
|
||||
a:visited.serendipityPrettyButton,
|
||||
a:hover.serendipityPrettyButton {
|
||||
text-decoration: none;
|
||||
color: #1D2E3F;
|
||||
}
|
||||
|
||||
.serendipityPrettyButton {
|
||||
padding: 1px;
|
||||
background: url({TEMPLATE_PATH}img/button_background.png) repeat-x top;
|
||||
color: #1D2E3F;
|
||||
font-weight: bold;
|
||||
font-size: 0.9em;
|
||||
border: 1px outset #000;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
/* Special class if the button is a <a> tag */
|
||||
a.serendipityPrettyButton {
|
||||
padding: 2px 4px 2px 4px;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
|
||||
.direction_ltr {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
.direction_rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.serendipity_pluginlist_header {
|
||||
height: 30px;
|
||||
background-color: white;
|
||||
color: black;
|
||||
vertical-align: middle;
|
||||
padding: 10px 0px 5px 10px;
|
||||
}
|
||||
|
||||
.serendipity_pluginlist_section {
|
||||
height: 50px;
|
||||
border: 1px solid black;
|
||||
background-color: #E0E0E0;
|
||||
color: black;
|
||||
vertical-align: middle;
|
||||
padding: 10px 0px 5px 10px;
|
||||
}
|
||||
|
||||
table#serendipity_customfields {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table#serendipity_customfields .customfield_name {
|
||||
background-color: #FAFAFA;
|
||||
width: 25%;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
table#serendipity_customfields .customfield_value {
|
||||
background-color: #FFFFFF;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
table#serendipity_customfields .customfield_value textarea {
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.further_links {
|
||||
float: right;
|
||||
font-size: 0.8em;
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.further_links p {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.further_links ul {
|
||||
padding: 0px;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.further_links li {
|
||||
margin: 5px;
|
||||
padding: 0px;
|
||||
}
|
||||
@@ -0,0 +1,205 @@
|
||||
<!-- ENTRIES START -->
|
||||
{serendipity_hookPlugin hook="entries_header" addData="$entry_id"}
|
||||
|
||||
{foreach from=$entries item="dategroup"}
|
||||
<div class="serendipity_Entry_Date">
|
||||
|
||||
|
||||
{foreach from=$dategroup.entries item="entry"}
|
||||
<h4 class="serendipity_title"><a href="{$entry.link}">{$entry.title}</a></h4>
|
||||
{if $dategroup.is_sticky}
|
||||
<h3 class="serendipity_date">{$CONST.STICKY_POSTINGS}</h3>
|
||||
{else}
|
||||
<h3 class="serendipity_date">{$dategroup.date|@formatTime:DATE_FORMAT_ENTRY}</h3>
|
||||
{/if}
|
||||
|
||||
<div class="serendipity_entry serendipity_entry_author_{$entry.author|@makeFilename} {if $entry.is_entry_owner}serendipity_entry_author_self{/if}">
|
||||
{if $entry.categories}
|
||||
<!--
|
||||
<span class="serendipity_entryIcon">
|
||||
{foreach from=$entry.categories item="entry_category"}
|
||||
{if $entry_category.category_icon}
|
||||
<a href="{$entry_category.category_link}"><img class="serendipity_entryIcon" title="{$entry_category.category_name|@escape}{$entry_category.category_description|@emptyPrefix}" alt="{$entry_category.category_name|@escape}" src="{$entry_category.category_icon}" /></a>
|
||||
{/if}
|
||||
{/foreach}
|
||||
</span>
|
||||
-->
|
||||
{/if}
|
||||
|
||||
<div class="serendipity_entry_body">
|
||||
{$entry.body}
|
||||
</div>
|
||||
|
||||
{if $entry.is_extended}
|
||||
<div class="serendipity_entry_extended"><a id="extended"></a>{$entry.extended}</div>
|
||||
{/if}
|
||||
|
||||
{if $entry.has_extended and not $is_single_entry and not $entry.is_extended}
|
||||
<br /><a href="{$entry.link}#extended">{$CONST.VIEW_EXTENDED_ENTRY|@sprintf:$entry.title}</a><br /><br />
|
||||
{/if}
|
||||
|
||||
<div class='serendipity_entryFooter'>
|
||||
{$CONST.POSTED_BY} <a href="{$entry.link_author}">{$entry.author}</a>
|
||||
{if $entry.categories}
|
||||
{$CONST.IN} {foreach from=$entry.categories item="entry_category" name="categories"}<a href="{$entry_category.category_link}">{$entry_category.category_name|@escape}</a>{if not $smarty.foreach.categories.last}, {/if}{/foreach}
|
||||
{/if}
|
||||
|
||||
{if $dategroup.is_sticky}
|
||||
{$CONST.ON}
|
||||
{else}
|
||||
{$CONST.AT}
|
||||
{/if} <a href="{$entry.link}">{if $dategroup.is_sticky}{$entry.timestamp|@formatTime:DATE_FORMAT_ENTRY} {/if}{$entry.timestamp|@formatTime:'%H:%M'}</a>
|
||||
|
||||
{if $entry.has_comments}
|
||||
{if $use_popups}
|
||||
| <a href="{$entry.link_popup_comments}" onclick="window.open(this.href, 'comments', 'width=480,height=480,scrollbars=yes'); return false;">{$entry.label_comments} ({$entry.comments})</a>
|
||||
{else}
|
||||
| <a href="{$entry.link}#comments">{$entry.label_comments} ({$entry.comments})</a>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{if $entry.has_trackbacks}
|
||||
{if $use_popups}
|
||||
| <a href="{$entry.link_popup_trackbacks}" onclick="window.open(this.href, 'comments', 'width=480,height=480,scrollbars=yes'); return false;">{$entry.label_trackbacks} ({$entry.trackbacks})</a>
|
||||
{else}
|
||||
| <a href="{$entry.link}#trackbacks">{$entry.label_trackbacks} ({$entry.trackbacks})</a>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{if $entry.is_entry_owner and not $is_preview}
|
||||
| <a href="{$entry.link_edit}">{$CONST.EDIT_ENTRY}</a>
|
||||
{/if}
|
||||
|
||||
{$entry.add_footer}
|
||||
</div>
|
||||
</div>
|
||||
<!--
|
||||
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<rdf:Description
|
||||
rdf:about="{$entry.link_rdf}"
|
||||
trackback:ping="{$entry.link_trackback}"
|
||||
dc:title="{$entry.title_rdf|@default:$entry.title}"
|
||||
dc:identifier="{$entry.rdf_ident}" />
|
||||
</rdf:RDF>
|
||||
-->
|
||||
{$entry.plugin_display_dat}
|
||||
|
||||
{if $is_single_entry and not $use_popups and not $is_preview}
|
||||
{if $CONST.DATA_UNSUBSCRIBED}
|
||||
<br /><div class="serendipity_center serendipity_msg_notice">{$CONST.DATA_UNSUBSCRIBED|@sprintf:$CONST.UNSUBSCRIBE_OK}</div><br />
|
||||
{/if}
|
||||
|
||||
{if $CONST.DATA_TRACKBACK_DELETED}
|
||||
<br /><div class="serendipity_center serendipity_msg_notice">{$CONST.DATA_TRACKBACK_DELETED|@sprintf:$CONST.TRACKBACK_DELETED}</div><br />
|
||||
{/if}
|
||||
|
||||
{if $CONST.DATA_TRACKBACK_APPROVED}
|
||||
<br /><div class="serendipity_center serendipity_msg_notice">{$CONST.DATA_TRACKBACK_APPROVED|@sprintf:$CONST.TRACKBACK_APPROVED}</div><br />
|
||||
{/if}
|
||||
|
||||
{if $CONST.DATA_COMMENT_DELETED}
|
||||
<br /><div class="serendipity_center serendipity_msg_notice">{$CONST.DATA_COMMENT_DELETED|@sprintf:$CONST.COMMENT_DELETED}</div><br />
|
||||
{/if}
|
||||
|
||||
{if $CONST.DATA_COMMENT_APPROVED}
|
||||
<br /><div class="serendipity_center serendipity_msg_notice">{$CONST.DATA_COMMENT_APPROVED|@sprintf:$CONST.COMMENT_APPROVED}</div><br />
|
||||
{/if}
|
||||
|
||||
<div class="serendipity_comments serendipity_section_trackbacks">
|
||||
<br />
|
||||
<a id="trackbacks"></a>
|
||||
<div class="serendipity_commentsTitle">{$CONST.TRACKBACKS}</div>
|
||||
<div class="serendipity_center">
|
||||
<a rel="nofollow" style="font-weight: normal" href="{$entry.link_trackback}" onclick="alert('{$CONST.TRACKBACK_SPECIFIC_ON_CLICK|@escape:htmlall}'); return false;" title="{$CONST.TRACKBACK_SPECIFIC_ON_CLICK|@escape}">{$CONST.TRACKBACK_SPECIFIC}</a>
|
||||
</div>
|
||||
<br />
|
||||
{serendipity_printTrackbacks entry=$entry.id}
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{if $is_single_entry and not $is_preview}
|
||||
<div class="serendipity_comments serendipity_section_comments">
|
||||
<br />
|
||||
<a id="comments"></a>
|
||||
<div class="serendipity_commentsTitle">{$CONST.COMMENTS}</div>
|
||||
<div class="serendipity_center">{$CONST.DISPLAY_COMMENTS_AS}
|
||||
{if $entry.viewmode eq $CONST.VIEWMODE_LINEAR}
|
||||
({$CONST.COMMENTS_VIEWMODE_LINEAR} | <a rel="nofollow" href="{$entry.link_viewmode_threaded}#comments">{$CONST.COMMENTS_VIEWMODE_THREADED}</a>)
|
||||
{else}
|
||||
(<a rel="nofollow" href="{$entry.link_viewmode_linear}#comments">{$CONST.COMMENTS_VIEWMODE_LINEAR}</a> | {$CONST.COMMENTS_VIEWMODE_THREADED})
|
||||
{/if}
|
||||
</div>
|
||||
<br />
|
||||
{serendipity_printComments entry=$entry.id mode=$entry.viewmode}
|
||||
|
||||
{if $entry.is_entry_owner}
|
||||
{if $entry.allow_comments}
|
||||
<div class="serendipity_center">(<a href="{$entry.link_deny_comments}">{$CONST.COMMENTS_DISABLE}</a>)</div>
|
||||
{else}
|
||||
<div class="serendipity_center">(<a href="{$entry.link_allow_comments}">{$CONST.COMMENTS_ENABLE}</a>)</div>
|
||||
{/if}
|
||||
{/if}
|
||||
<a id="feedback"></a>
|
||||
|
||||
{foreach from=$comments_messagestack item="message"}
|
||||
<div class="serendipity_center serendipity_msg_important">{$message}</div>
|
||||
{/foreach}
|
||||
|
||||
{if $is_comment_added}
|
||||
|
||||
<br />
|
||||
<div class="serendipity_center serendipity_msg_notice">{$CONST.COMMENT_ADDED}</div>
|
||||
|
||||
{elseif $is_comment_moderate}
|
||||
|
||||
<br />
|
||||
<div class="serendipity_center serendipity_msg_notice">{$CONST.COMMENT_ADDED}<br />{$CONST.THIS_COMMENT_NEEDS_REVIEW}</div>
|
||||
|
||||
{elseif not $entry.allow_comments}
|
||||
|
||||
<br />
|
||||
<div class="serendipity_center serendipity_msg_important">{$CONST.COMMENTS_CLOSED}</div>
|
||||
|
||||
{else}
|
||||
|
||||
<br />
|
||||
<div class="serendipity_section_commentform">
|
||||
<div class="serendipity_commentsTitle">{$CONST.ADD_COMMENT}</div>
|
||||
{$COMMENTFORM}
|
||||
</div>
|
||||
|
||||
{/if}
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{$entry.backend_preview}
|
||||
{/foreach}
|
||||
</div>
|
||||
{foreachelse}
|
||||
{if not $plugin_clean_page}
|
||||
{$CONST.NO_ENTRIES_TO_PRINT}
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
<div class='serendipity_entryFooter' style="text-align: center">
|
||||
{if $footer_prev_page}
|
||||
<a href="{$footer_prev_page}">« {$CONST.PREVIOUS_PAGE}</a>  
|
||||
{/if}
|
||||
|
||||
{if $footer_info}
|
||||
({$footer_info})
|
||||
{/if}
|
||||
|
||||
{if $footer_next_page}
|
||||
<a href="{$footer_next_page}">» {$CONST.NEXT_PAGE}</a>
|
||||
{/if}
|
||||
|
||||
{serendipity_hookPlugin hook="entries_footer"}
|
||||
<p>
|
||||
Competition entry by <a href="http://themes.daves.me.uk">David Cummins</a>
|
||||
powered by <a href="http://www.s9y.org">Serendipity</a> v1.0
|
||||
</p>
|
||||
</div>
|
||||
<!-- ENTRIES END -->
|
||||
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 41 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 6.1 KiB |
|
After Width: | Height: | Size: 353 B |
@@ -0,0 +1,54 @@
|
||||
{if $is_embedded != true}
|
||||
{if $is_xhtml}
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
{else}
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
{/if}
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>{$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if}</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset={$head_charset}" />
|
||||
<meta name="Powered-By" content="Serendipity v.{$head_version}" />
|
||||
<link rel="stylesheet" type="text/css" href="{$head_link_stylesheet}" />
|
||||
<link rel="alternate" type="application/rss+xml" title="{$blogTitle} RSS feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/index.rss2" />
|
||||
<link rel="alternate" type="application/x.atom+xml" title="{$blogTitle} Atom feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/atom.xml" />
|
||||
{if $entry_id}
|
||||
<link rel="pingback" href="{$serendipityBaseURL}comment.php?type=pingback&entry_id={$entry_id}" />
|
||||
{/if}
|
||||
|
||||
{serendipity_hookPlugin hook="frontend_header"}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{else}
|
||||
{serendipity_hookPlugin hook="frontend_header"}
|
||||
{/if}
|
||||
|
||||
{if $is_raw_mode != true}
|
||||
<div id="serendipity_banner">
|
||||
<h1><a class="homelink1" href="{$serendipityBaseURL}">{$head_title|@default:$blogTitle|truncate:30:"...":true}</a></h1>
|
||||
<h2><a class="homelink2" href="{$serendipityBaseURL}">{$head_subtitle|@default:$blogDescription}</a></h2>
|
||||
</div>
|
||||
|
||||
<table id="mainpane">
|
||||
<tr>
|
||||
{if $leftSidebarElements > 0}
|
||||
<td id="serendipityLeftSideBar" valign="top">{serendipity_printSidebar side="left"}</td>
|
||||
{/if}
|
||||
<td id="content" valign="top">{$CONTENT}</td>
|
||||
{if $rightSidebarElements > 0}
|
||||
<td id="serendipityRightSideBar" valign="top">{serendipity_printSidebar side="right"}</td>
|
||||
{/if}
|
||||
</tr>
|
||||
</table>
|
||||
{/if}
|
||||
|
||||
{$raw_data}
|
||||
{serendipity_hookPlugin hook="frontend_footer"}
|
||||
{if $is_embedded != true}
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
@@ -0,0 +1,4 @@
|
||||
Name: Coffee Cup
|
||||
Author: David Cummins
|
||||
Date: 6-2-06
|
||||
|
||||
|
After Width: | Height: | Size: 14 KiB |
@@ -0,0 +1,403 @@
|
||||
h4,h3 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
h2 {
|
||||
Font-family: Times new roman, times, sans-serif;
|
||||
color: #16425E;
|
||||
}
|
||||
.serendipitySideBarContent input {
|
||||
width: 80%;
|
||||
}
|
||||
#mainpane {
|
||||
border-bottom: 1px solid #000000;
|
||||
margin: auto;
|
||||
margin-top: 10px;
|
||||
width: 90%;
|
||||
background-color: #FFFAF0;
|
||||
}
|
||||
#content {
|
||||
padding: 5px;
|
||||
margin: 10px;
|
||||
width: auto;
|
||||
}
|
||||
#serendipityRightSideBar {
|
||||
width: 180px;
|
||||
border-left: 1px dotted #16425e;
|
||||
padding: 10px;
|
||||
margin-top: 10px;
|
||||
vertical-align: top;
|
||||
}
|
||||
#serendipityLeftSideBar {
|
||||
width: 180px;
|
||||
border-right: 1px dotted #16425e;
|
||||
padding: 10px;
|
||||
margin-top: 10px;
|
||||
vertical-align: top;
|
||||
}
|
||||
body {
|
||||
font-size: 10pt;
|
||||
margin: 1;
|
||||
background-color: #16425E;
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
input, textarea {
|
||||
font-size: 10pt;
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
}
|
||||
th, td {
|
||||
font-size: 10pt;
|
||||
}
|
||||
p, td, th, div, span {
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
}
|
||||
#serendipity_banner {
|
||||
margin-top: auto;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-bottom: auto;
|
||||
border: 1px solid #FFFAF0;
|
||||
/* margin: auto; */
|
||||
width: 90%;
|
||||
height: 116px;
|
||||
background-color: #708090;
|
||||
background-position: 0px 0px;
|
||||
background-image: url(templates/competition/img/background.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
a.homelink1,
|
||||
a.homelink1:hover,
|
||||
a.homelink1:link,
|
||||
a.homelink1:visited,
|
||||
#serendipity_banner h1 {
|
||||
color: #FFFAF0;
|
||||
letter-spacing: .5pt;
|
||||
padding-left: 114px;
|
||||
padding-top: 20px;
|
||||
margin: 0px;
|
||||
text-decoration: none;
|
||||
font: normal 40px Times New Roman, Times, serif;
|
||||
}
|
||||
a.homelink2,
|
||||
a.homelink2:hover,
|
||||
a.homelink2:link,
|
||||
a.homelink2:visited,
|
||||
#serendipity_banner h2 {
|
||||
color: #FFFAF0;
|
||||
font-family: Times New Roman, Times, serif;
|
||||
padding-left: 114px;
|
||||
padding-top: 0px;
|
||||
font-weight: lighter;
|
||||
letter-spacing: 3pt;
|
||||
font-size: 22px;
|
||||
text-transform: uppercase;
|
||||
margin: 0px;
|
||||
text-decoration: none;
|
||||
}
|
||||
.serendipity_title {
|
||||
font-family: Times New Roman, Times, serif;
|
||||
font-size: medium;
|
||||
font-weight: bold;
|
||||
margin-top: 5px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
color: #333333;
|
||||
width: 95%;
|
||||
padding-left: 0px;
|
||||
padding-bottom: 3px;
|
||||
padding-top: 5px;
|
||||
padding-right: 0px;
|
||||
border-bottom: 1px solid #90a0b0;
|
||||
}
|
||||
.serendipity_title a:link,
|
||||
.serendipity_title a:visited {
|
||||
text-decoration: none;
|
||||
border: 0;
|
||||
color: #16425E;
|
||||
}
|
||||
.serendipity_title a:hover {
|
||||
color: #431100;
|
||||
}
|
||||
.serendipity_entry {
|
||||
font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
|
||||
color: #333333;
|
||||
font-size: x-small;
|
||||
font-weight: normal;
|
||||
text-align: justify;
|
||||
padding-right: 0px;
|
||||
padding-left: 0px;
|
||||
padding-bottom: 5px;
|
||||
width: 95%;
|
||||
margin: auto;
|
||||
}
|
||||
.serendipity_entry_body_folded,
|
||||
.serendipity_entry_body_unfolded,
|
||||
.serendipity_entry_extended {
|
||||
/* Inner blocks of .serendipity_entry, can be used for further customization */
|
||||
}
|
||||
div.serendipity_entryFooter {
|
||||
font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
|
||||
font-size: xx-small;
|
||||
color: #000000;
|
||||
border-top: 1px none #807F6C;
|
||||
border-bottom: 1px dotted #807F6C;
|
||||
padding-top: 18px;
|
||||
padding-bottom: 4px;
|
||||
clear: both;
|
||||
}
|
||||
.serendipity_entry_date {
|
||||
margin: auto;
|
||||
}
|
||||
.serendipity_date {
|
||||
font-family: Arial, Geneva, Helvetica, sans-serif;
|
||||
font-size: x-small;
|
||||
color: #607080;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
width: 95%;
|
||||
padding-bottom: 10px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 3px;
|
||||
text-align: left;
|
||||
}
|
||||
.serendipity_commentsTitle {
|
||||
font-family: Times New Roman, Times, serif;
|
||||
font-size: medium;
|
||||
font-weight: bold;
|
||||
margin-top: 5px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
color: #333333;
|
||||
width: 95%;
|
||||
padding-left: 0px;
|
||||
padding-bottom: 3px;
|
||||
padding-top: 5px;
|
||||
padding-right: 0px;
|
||||
border-bottom: 1px solid #90a0b0;
|
||||
}
|
||||
img.serendipity_entryIcon {
|
||||
float: right;
|
||||
border: 0px;
|
||||
}
|
||||
img.serendipity_entryIcon {
|
||||
float: right;
|
||||
border: 0px;
|
||||
}
|
||||
td.serendipity_commentsLabel {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
|
||||
color: #607080;
|
||||
text-transform: uppercase;
|
||||
font-size: x-small;
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
padding-top: 10px;
|
||||
vertical-align: top;
|
||||
}
|
||||
td.serendipity_commentsValue input,
|
||||
td.serendipity_commentsValue select,
|
||||
td.serendipity_commentsValue textarea {
|
||||
font-size: 11px;
|
||||
padding: 2px;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.serendipity_commentForm {
|
||||
font-size: x-small;
|
||||
color: #404040;
|
||||
margin-bottom: 13px;
|
||||
margin-right: 15px;
|
||||
margin-left: 15px;
|
||||
background-color: #FFFAF0;
|
||||
}
|
||||
|
||||
.serendipity_commentDirection {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #506070;
|
||||
font-size: x-small;
|
||||
font-weight: normal;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
.serendipity_comment {
|
||||
font-size: X-SMALL;
|
||||
margin-top: 10px;
|
||||
margin-right: 15px;
|
||||
margin-left: 15px;
|
||||
color: #404040;
|
||||
padding: 3px;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.serendipity_comment_source {
|
||||
margin-top: 5px;
|
||||
padding-left: 5px;
|
||||
margin-bottom: 5px;
|
||||
padding-bottom: 3px;
|
||||
border-bottom: 1px solid #708090;
|
||||
}
|
||||
a:link,
|
||||
a:visited,
|
||||
a:active {
|
||||
color: #16425E;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
color: #541100;
|
||||
text-decoration: underline;
|
||||
}
|
||||
table.serendipity_calendar td {
|
||||
font-size:x-small;
|
||||
text-align: center;
|
||||
font-family: Arial, Helvetica, verdana, sans-serif;
|
||||
padding: 3px;
|
||||
}
|
||||
table.serendipity_calendar a {
|
||||
color: #541100;
|
||||
text-transform: uppercase;
|
||||
font-size: x-small;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
text-decoration:none;
|
||||
}
|
||||
table.serendipity_calendar a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
td.serendipity_weekDayName {
|
||||
color: #607080;
|
||||
font-size:x-small;
|
||||
font-weight: bold;
|
||||
}
|
||||
td.serendipity_calendarHeader a:link,
|
||||
td.serendipity_calendarHeader a:visited,
|
||||
td.serendipity_calendarHeader a:hover {
|
||||
border: 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
div.serendipityPlug {
|
||||
padding-left: 10px;
|
||||
}
|
||||
div.serendipityPlug a {
|
||||
text-decoration: none;
|
||||
border: 0px;
|
||||
}
|
||||
/* Container for each item on the side bar */
|
||||
div.serendipitySideBarItem {
|
||||
padding-bottom: 12px;
|
||||
margin-bottom: 12px;
|
||||
font-size: x-small;
|
||||
font-weight:normal;
|
||||
border-bottom: solid 2px #708090;
|
||||
}
|
||||
/* title of an individual item */
|
||||
.serendipitySideBarTitle {
|
||||
margin-bottom: 6px;
|
||||
font-family: times new roman;
|
||||
color: #ffffff;
|
||||
font-size: x-small;
|
||||
font-weight: bold;
|
||||
letter-spacing: 3.5pt;
|
||||
text-transform: uppercase;
|
||||
padding: 6px;
|
||||
background-color: #16425E;
|
||||
border-bottom: solid 2px #708090;
|
||||
border-right: solid 10px #708090;
|
||||
}
|
||||
.serendipityImageButton {
|
||||
cursor: pointer;
|
||||
}
|
||||
.serendipity_entry p {
|
||||
margin: 0px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
/** Embedded images with the s9y image manager **/
|
||||
.serendipity_imageComment_center,
|
||||
.serendipity_imageComment_left,
|
||||
.serendipity_imageComment_right {
|
||||
border: 1px solid #607080;
|
||||
background-color: #c0d0e0;
|
||||
margin: 3px;
|
||||
padding: 3px;
|
||||
text-align: center;
|
||||
}
|
||||
.serendipity_imageComment_center {
|
||||
margin: auto;
|
||||
}
|
||||
.serendipity_imageComment_left {
|
||||
float: left;
|
||||
margin-right: 8px;
|
||||
}
|
||||
.serendipity_imageComment_right {
|
||||
float: right;
|
||||
margin-left: 8px;
|
||||
}
|
||||
.serendipity_imageComment_img,
|
||||
.serendipity_imageComment_img img {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
.serendipity_imageComment_txt {
|
||||
border-top: 1px solid #DDDDDD;
|
||||
margin: 0px;
|
||||
padding: 3px;
|
||||
clear: both;
|
||||
font-size: 8pt;
|
||||
text-align: center;
|
||||
}
|
||||
.serendipity_comments {
|
||||
width: 95%;
|
||||
}
|
||||
.serendipity_center {
|
||||
font-size: xx-small;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
}
|
||||
.serendipity_msg_important {
|
||||
color: red;
|
||||
}
|
||||
.serendipity_msg_notice {
|
||||
color: green;
|
||||
}
|
||||
.serendipity_entry_author_self {
|
||||
}
|
||||
.serendipity_comment_author_self .serendipity_comment_source {
|
||||
background-color: #EEEEFF;
|
||||
}
|
||||
.serendipity_freeTag
|
||||
{
|
||||
margin-left: auto;
|
||||
margin-right: 0px;
|
||||
text-align: right;
|
||||
font-size: 7pt;
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
.serendipity_freetag_taglist
|
||||
{
|
||||
margin: 10px;
|
||||
border: 1px solid #607080;
|
||||
padding: 5px;
|
||||
background-color: #c0d0e0;
|
||||
text-align: justify;
|
||||
}
|
||||
.serendipity_freeTag a
|
||||
{
|
||||
font-size: 7pt;
|
||||
text-decoration: none;
|
||||
}
|
||||
.serendipity_freeTag a:hover
|
||||
{
|
||||
color: #541100;
|
||||
text-decoration: nonerline;
|
||||
}
|
||||
img.serendipity_freeTag_xmlButton
|
||||
{
|
||||
vertical-align: bottom;
|
||||
padding-left: 3px;
|
||||
display: inline;
|
||||
border: 0px
|
||||
}
|
||||