Move deprecated themes from core to spartacus (#225)
@ -1,44 +0,0 @@
|
||||
body {
|
||||
font-family: Trebuchet MS, Tahoma, Verdana;
|
||||
background-color: #BAC6D1;
|
||||
color: #494F5D;
|
||||
font-size: small;
|
||||
font-weight: normal;
|
||||
padding: 10px;
|
||||
direction: {LANG_DIRECTION};
|
||||
}
|
||||
|
||||
/** Embedded images with the s9y image manager **/
|
||||
.serendipity_imageComment_center,
|
||||
.serendipity_imageComment_left,
|
||||
.serendipity_imageComment_right {
|
||||
border: 1px solid black;
|
||||
background-color: #EFEFEF;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_center {
|
||||
}
|
||||
|
||||
.serendipity_imageComment_left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_img,
|
||||
.serendipity_imageComment_img img {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_txt {
|
||||
margin: 0px;
|
||||
padding: 3px;
|
||||
clear: both;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
Before ![]() (image error) Size: 390 B |
Before ![]() (image error) Size: 1.1 KiB |
Before ![]() (image error) Size: 577 B |
Before ![]() (image error) Size: 386 B |
@ -1,61 +0,0 @@
|
||||
{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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$lang}" lang="{$lang}">
|
||||
<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="generator" content="Serendipity v.{$serendipityVersion}" />
|
||||
<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}
|
||||
|
||||
<div id="serendipity_banner">
|
||||
<h1><a class="homelink1" href="{$serendipityBaseURL}">{$head_title|@default:$blogTitle}</a></h1>
|
||||
<h2><a class="homelink2" href="{$serendipityBaseURL}">{$head_subtitle|@default:$blogDescription}</a></h2>
|
||||
</div>
|
||||
|
||||
<div id="mainpane">
|
||||
{if $leftSidebarElements > 0}
|
||||
<div id="serendipityLeftSideBar">{serendipity_printSidebar side="left"}</div>
|
||||
{/if}
|
||||
|
||||
{if $rightSidebarElements < 1}
|
||||
<div id="content_left">
|
||||
{elseif $leftSidebarElements < 1}
|
||||
<div id="content_right">
|
||||
{else}
|
||||
<div id="content">
|
||||
{/if}
|
||||
{$CONTENT}
|
||||
{$raw_data}
|
||||
</div>
|
||||
|
||||
{if $rightSidebarElements > 0}
|
||||
<div id="serendipityRightSideBar">{serendipity_printSidebar side="right"}</div>
|
||||
{/if}
|
||||
|
||||
<div id="copyright">Powered by <a href="http://www.s9y.org/">serendipity</a>, Design by <a href="http://supergarv.de/">Garvin Hicking</a>. Smile, you're on the candid credit line!</div>
|
||||
</div>
|
||||
{serendipity_hookPlugin hook="frontend_footer"}
|
||||
{if $is_embedded != true}
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
@ -1,4 +0,0 @@
|
||||
Name: Mozilla Modern Tribute
|
||||
Author: Garvin Hicking
|
||||
Date: 2004-03-02
|
||||
Require Serendipity: 0.8
|
Before ![]() (image error) Size: 6.8 KiB |
Before ![]() (image error) Size: 26 KiB |
@ -1,511 +0,0 @@
|
||||
/*
|
||||
*
|
||||
* "Mozilla Modern Tribute" for serendipity (http://www.s9y.org/), by Garvin Hicking (http://supergarv.de/)
|
||||
*
|
||||
*/
|
||||
|
||||
/* HTML Elements */
|
||||
|
||||
body {
|
||||
background-color: #C7D0D9;
|
||||
color: #FFFFFF;
|
||||
font-family: Trebuchet MS, Tahoma, Verdana;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
a,
|
||||
a:link,
|
||||
a:visited {
|
||||
color: #5D616E;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
font-size: smaller;
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
}
|
||||
|
||||
a:active,
|
||||
a:hover {
|
||||
color: #C7D0D9;
|
||||
text-decoration: none;
|
||||
background-color: #5D616E;
|
||||
}
|
||||
|
||||
h3, h4 {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* Banner */
|
||||
|
||||
#serendipity_banner {
|
||||
font-weight: bold;
|
||||
padding-left: 15px;
|
||||
border-bottom: 1px solid #8F9FB1;
|
||||
border-top: 1px solid #8F9FB1;
|
||||
background-image: url({TEMPLATE_PATH}img/background.png);
|
||||
margin-top: 10px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
a.homelink1,
|
||||
a.homelink1:hover,
|
||||
a.homelink1:link,
|
||||
a.homelink1:visited,
|
||||
#serendipity_banner h1 {
|
||||
color: #F8FAFE;
|
||||
font-size: x-large;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 1px;
|
||||
border-bottom: 1px solid;
|
||||
display: inline;
|
||||
padding-right: 15px;
|
||||
padding-left: 5px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.homelink2,
|
||||
a.homelink2:hover,
|
||||
a.homelink2:link,
|
||||
a.homelink2:visited,
|
||||
#serendipity_banner h2 {
|
||||
color: #494F5D;
|
||||
font-size: small;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 6px;
|
||||
padding-left: 5px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#serendipity_banner h2 a:hover {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
/* Calendar */
|
||||
|
||||
table.serendipity_calendar {
|
||||
width: 130px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
table.serendipity_calendar a,
|
||||
table.serendipity_calendar a:link,
|
||||
table.serendipity_calendar a:visited,
|
||||
table.serendipity_calendar a:hover {
|
||||
color: #999999;
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
table.serendipity_calendar td {
|
||||
font-size: x-small;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
td.serendipity_weekDayName {
|
||||
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;
|
||||
}
|
||||
|
||||
/* Sidebars */
|
||||
|
||||
#mainpane {
|
||||
position: absolute;
|
||||
margin-top: 3px;
|
||||
width: 99%;
|
||||
}
|
||||
|
||||
#content {
|
||||
margin-left: 210px;
|
||||
margin-right: 210px;
|
||||
}
|
||||
|
||||
#content_left {
|
||||
margin-left: 210px;
|
||||
}
|
||||
|
||||
#content_right {
|
||||
margin-right: 210px;
|
||||
}
|
||||
|
||||
#serendipityLeftSideBar {
|
||||
width: 200px;
|
||||
top: 0px;
|
||||
position: absolute;
|
||||
padding: 5px;
|
||||
margin: 3px;
|
||||
margin-top: 20px;
|
||||
left: 2px;
|
||||
}
|
||||
|
||||
#serendipityRightSideBar {
|
||||
width: 200px;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: 2px;
|
||||
padding: 5px;
|
||||
margin: 3px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
div.serendipitySideBarItem {
|
||||
color: #666666;
|
||||
font-size: small;
|
||||
font-weight: normal;
|
||||
margin-bottom: 12px;
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
|
||||
.serendipity_commentsTitle,
|
||||
#serendipityLeftSideBar .serendipitySideBarTitle {
|
||||
border-left: 10px solid #8F9FB1;
|
||||
margin: 0;
|
||||
font-size: smaller;
|
||||
font-weight: bold;
|
||||
padding-left: 4px;
|
||||
text-transform: uppercase;
|
||||
border-top: 1px solid white;
|
||||
border-bottom: 1px solid white;
|
||||
border-right: 1px solid white;
|
||||
background-color: #BAC6D1;
|
||||
color: white;
|
||||
margin-bottom: 10px;
|
||||
letter-spacing: 2px;
|
||||
-moz-border-radius-topright: 8px;
|
||||
-moz-border-radius-bottomright: 8px;
|
||||
}
|
||||
|
||||
#serendipityLeftSideBar div.serendipitySideBarContent {
|
||||
padding: 2px;
|
||||
border-right: 5px solid #BAC6D1;
|
||||
padding-bottom: 5px;
|
||||
border-bottom: 1px solid #BAC6D1;
|
||||
margin-right: 5px;
|
||||
-moz-border-radius-bottomright: 15px;
|
||||
}
|
||||
|
||||
#serendipityRightSideBar .serendipitySideBarTitle {
|
||||
border-right: 10px solid #8F9FB1;
|
||||
margin: 0px;
|
||||
font-size: smaller;
|
||||
font-weight: bold;
|
||||
padding-right: 4px;
|
||||
text-transform: uppercase;
|
||||
text-align: right;
|
||||
border-left: 1px solid white;
|
||||
border-top: 1px solid white;
|
||||
border-bottom: 1px solid white;
|
||||
color: white;
|
||||
margin-bottom: 10px;
|
||||
background-color: #BAC6D1;
|
||||
letter-spacing: 2px;
|
||||
-moz-border-radius-topleft: 8px;
|
||||
-moz-border-radius-bottomleft: 8px;
|
||||
}
|
||||
|
||||
#serendipityRightSideBar div.serendipitySideBarContent {
|
||||
padding: 2px;
|
||||
border-left: 5px solid #BAC6D1;
|
||||
padding-bottom: 5px;
|
||||
border-bottom: 1px solid #BAC6D1;
|
||||
margin-right: 5px;
|
||||
margin-left: 5px;
|
||||
padding-left: 10px;
|
||||
-moz-border-radius-bottomleft: 15px;
|
||||
}
|
||||
|
||||
/* Entries */
|
||||
|
||||
div.serendipity_Entry_Date {
|
||||
margin: 10px;
|
||||
margin-bottom: 0px;
|
||||
padding: 10px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.serendipity_date {
|
||||
color: #ffffff;
|
||||
font-size: smaller;
|
||||
font-weight: bold;
|
||||
margin-top: 15px;
|
||||
border-left: 5px solid #8F9FB1;
|
||||
padding-left: 15px;
|
||||
background-color: #BAC6D1;
|
||||
}
|
||||
|
||||
.serendipity_title,
|
||||
.serendipity_Admin_title {
|
||||
border-top: 1px solid #8F9FB1;
|
||||
border-left: 5px solid #8F9FB1;
|
||||
font-size: large;
|
||||
font-weight: bold;
|
||||
padding: 10px;
|
||||
margin-top: 20px;
|
||||
-moz-border-radius-topleft: 16px;
|
||||
}
|
||||
|
||||
.serendipity_entry,
|
||||
.serendipity_admin {
|
||||
background-color: #BAC6D1;
|
||||
margin-top: 10px;
|
||||
color: #494F5D;
|
||||
font-size: small;
|
||||
font-weight: normal;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
div.serendipity_entryFooter {
|
||||
clear: both;
|
||||
font-size: x-small;
|
||||
margin-top: 15px;
|
||||
border-top: 1px solid #8F9FB1;
|
||||
border-bottom: 2px solid #8F9FB1;
|
||||
background-color: #C7D0D9;
|
||||
padding-left: 2px;
|
||||
color: #494F5D;
|
||||
}
|
||||
|
||||
img.serendipity_entryIcon {
|
||||
float: right;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
/* Comments */
|
||||
|
||||
.serendipityCommentForm input,
|
||||
.serendipityCommentForm textarea {
|
||||
background-color: #C7D0D9;
|
||||
border: 1px solid #8F9FB1;
|
||||
padding: 2px;
|
||||
font-family: Trebuchet MS, Tahoma, Verdana;
|
||||
-moz-border-radius: 5px;
|
||||
}
|
||||
|
||||
.serendipity_comment {
|
||||
background-color: #C7D0D9;
|
||||
color: #494F5D;
|
||||
font-size: small;
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
padding: 6px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.serendipity_comment a {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.serendipity_commentsLabel {
|
||||
font-size: small;
|
||||
vertical-align: top;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.serendipity_commentsValue textarea,
|
||||
.serendipity_commentsValue input {
|
||||
width: 99%;
|
||||
}
|
||||
|
||||
.serendipity_commentsTitle {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.serendipity_comment_source {
|
||||
border-top: 1px solid #8F9FB1;
|
||||
border-bottom: 2px solid #8F9FB1;
|
||||
background-color: #BAC6D1;
|
||||
padding-left: 5px;
|
||||
font-size: smaller;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
/* Misc */
|
||||
|
||||
#serendipity_comment_page {
|
||||
}
|
||||
|
||||
/* Admin */
|
||||
|
||||
.serendipity_admin td {
|
||||
color: #494F5D;
|
||||
}
|
||||
|
||||
.serendipity_admin input,
|
||||
.serendipity_admin select,
|
||||
.serendipity_admin textarea,
|
||||
.serendipity_admin fieldset{
|
||||
background-color: #C7D0D9;
|
||||
border: 1px solid #8F9FB1;
|
||||
padding: 2px;
|
||||
font-family: Trebuchet MS, Tahoma, Verdana;
|
||||
-moz-border-radius: 5px;
|
||||
}
|
||||
|
||||
#serendipity_admin_entries_page #content,
|
||||
#serendipity_admin_image_page #content,
|
||||
#serendipity_admin_page #content {
|
||||
padding-left: 35px;
|
||||
}
|
||||
|
||||
#serendipity_admin_page, #serendipity_admin_image_page, #serendipity_admin_entries_page {
|
||||
}
|
||||
|
||||
#serendipity_admin_entries_page #serendipityLeftSideBar,
|
||||
#serendipity_admin_page #serendipityLeftSideBar,
|
||||
#serendipity_admin_image_page #serendipityLeftSideBar
|
||||
{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* Copyright stuff */
|
||||
|
||||
#copyright {
|
||||
color: #C7D0D8;
|
||||
text-align: center;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
#copyright a {
|
||||
color: #C7D0D8;
|
||||
}
|
||||
|
||||
/** Embedded images with the s9y image manager **/
|
||||
.serendipity_imageComment_center,
|
||||
.serendipity_imageComment_left,
|
||||
.serendipity_imageComment_right {
|
||||
border: 1px solid black;
|
||||
background-color: #EFEFEF;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_center {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_img,
|
||||
.serendipity_imageComment_img img {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_txt {
|
||||
margin: 0px;
|
||||
padding: 3px;
|
||||
clear: both;
|
||||
font-size: 9pt;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item_even {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item_uneven {
|
||||
background-color: #E0E0E0;
|
||||
}
|
||||
|
||||
.serendipity_admin_filters {
|
||||
border: 1px dashed;
|
||||
font-size: 12px;
|
||||
margin-bottom: 10px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.serendipity_admin_filters_headline {
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
||||
.serendipity_admin_sortorder {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_admin_sortorder input,
|
||||
.serendipity_admin_sortorder select,
|
||||
.serendipity_admin_filters input,
|
||||
.serendipity_admin_filters select {
|
||||
}
|
||||
|
||||
.serendipity_comments {
|
||||
}
|
||||
|
||||
.serendipity_center {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.serendipityPlug {
|
||||
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: #FFFFFF;
|
||||
}
|
||||
|
||||
|
||||
/*** Additional plugin styles needed for the modernized output code ***/
|
||||
/*** added by Matthias 'YellowLed' Mees ***/
|
||||
|
||||
.plainList {
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.container_serendipity_authors_plugin .serendipitySideBarContent div {
|
||||
margin: 5px 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.serendipity_history_author { font-weight: bolder; }
|
||||
|
||||
.serendipity_history_intro,
|
||||
.serendipity_history_info { margin-bottom: 3px; }
|
||||
|
||||
.serendipity_history_body { margin-bottom: 10px; }
|
||||
|
||||
.serendipity_recententries_entrylink { margin-bottom: 2px; }
|
||||
|
||||
.serendipity_recententries_entrydate { margin: 0 0 4px 0; }
|
||||
|
||||
.plugin_comment_body { padding: 3px 0; }
|
||||
|
||||
.serendipity_shoutbox_date { margin: 5px 0 2px 0; }
|
||||
|
||||
.serendipity_shoutbox_comment { padding: 3px 0; }
|
||||
|
||||
/*** End Additional plugin styles ***/
|
@ -1,3 +0,0 @@
|
||||
Name: MT - Clean
|
||||
Author: Evan Nemerson
|
||||
Date: 29/06/2004
|
Before ![]() (image error) Size: 6.3 KiB |
Before ![]() (image error) Size: 37 KiB |
@ -1,325 +0,0 @@
|
||||
/* HTML Elements */
|
||||
|
||||
body {
|
||||
color: #333;
|
||||
background: white;
|
||||
}
|
||||
|
||||
a,
|
||||
a:link,
|
||||
a:visited {
|
||||
text-decoration: underline;
|
||||
color: #003366;
|
||||
}
|
||||
|
||||
a:active,
|
||||
a:hover {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
h3, h4 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Banner */
|
||||
|
||||
#serendipity_banner {
|
||||
font-family: palatino, georgia, verdana, arial, sans-serif;
|
||||
color: #333;
|
||||
font-weight: normal;
|
||||
padding: 15px;
|
||||
border-top: 4px double #666;
|
||||
}
|
||||
|
||||
a.homelink1,
|
||||
a.homelink1:hover,
|
||||
a.homelink1:link,
|
||||
a.homelink1:visited,
|
||||
#serendipity_banner h1 {
|
||||
text-decoration: none;
|
||||
color: #333;
|
||||
font-size: xx-large;
|
||||
}
|
||||
|
||||
a.homelink2,
|
||||
a.homelink2:hover,
|
||||
a.homelink2:link,
|
||||
a.homelink2:visited,
|
||||
#serendipity_banner h2 {
|
||||
font-size: x-large;
|
||||
text-decoration: none;
|
||||
color: #333;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
/* Calendar */
|
||||
|
||||
table.serendipity_calendar a,
|
||||
table.serendipity_calendar a:link,
|
||||
table.serendipity_calendar a:visited,
|
||||
table.serendipity_calendar a:hover {
|
||||
color: #666;
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
table.serendipity_calendar td {
|
||||
line-height: 140%;
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
td.serendipity_weekDayName {
|
||||
font-size: x-small;
|
||||
font-weight: bold;
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
td.serendipity_calendarHeader a:link,
|
||||
td.serendipity_calendarHeader a:visited,
|
||||
td.serendipity_calendarHeader a:hover {
|
||||
font-family: palatino, georgia, times new roman, serif;
|
||||
color: #666600;
|
||||
font-size: small;
|
||||
letter-spacing: 0.3em;
|
||||
text-transform: uppercase;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Sidebars */
|
||||
|
||||
#serendipityLeftSideBar,
|
||||
#serendipityRightSideBar {
|
||||
display: block;
|
||||
padding: 10px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.serendipitySideBarTitle {
|
||||
font-family: palatino, georgia, times new roman, serif;
|
||||
color: #666600;
|
||||
font-size: small;
|
||||
letter-spacing: 0.3em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
div.serendipitySideBarItem {
|
||||
font-family: palatino, georgia, times new roman, serif;
|
||||
color: #333;
|
||||
font-size: x-small;
|
||||
font-weight: normal;
|
||||
margin-bottom: 1em;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
/* Entries */
|
||||
|
||||
div.serendipity_Entry_Date {
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.serendipity_date {
|
||||
font-family: palatino, georgia, times new roman, serif;
|
||||
font-size: large;
|
||||
color: #333;
|
||||
border-bottom: 1px solid #999;
|
||||
margin-top: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.serendipity_title,
|
||||
.serendipity_title a,
|
||||
.serendipity_title a:hover,
|
||||
.serendipity_title a:link,
|
||||
.serendipity_title a:visited,
|
||||
.serendipity_Admin_title,
|
||||
.serendipity_Admin_title a,
|
||||
.serendipity_Admin_title a:hover,
|
||||
.serendipity_Admin_title a:link,
|
||||
.serendipity_Admin_title a:visited {
|
||||
font-family: palatino, georgia, times new roman, serif;
|
||||
color: #666;
|
||||
font-size: medium;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.serendipity_entry,
|
||||
.serendipity_admin {
|
||||
font-size: small;
|
||||
font-weight: normal;
|
||||
line-height: 140%;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
div.serendipity_entryFooter {
|
||||
clear: both;
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
/* Comments */
|
||||
|
||||
.serendipity_comment {
|
||||
font-size: small;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
padding: 3px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.serendipity_comment_source {
|
||||
border-bottom: 1px dotted #999;
|
||||
}
|
||||
|
||||
.serendipity_commentsLabel {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.serendipity_commentsTitle {
|
||||
font-size: normal;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
/* Admin */
|
||||
|
||||
.serendipity_admin td {
|
||||
}
|
||||
|
||||
/* Misc */
|
||||
|
||||
#content {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/** Embedded images with the s9y image manager **/
|
||||
.serendipity_imageComment_center,
|
||||
.serendipity_imageComment_left,
|
||||
.serendipity_imageComment_right {
|
||||
border: 1px solid black;
|
||||
background-color: #EFEFEF;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_center {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_img,
|
||||
.serendipity_imageComment_img img {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_txt {
|
||||
margin: 0px;
|
||||
padding: 3px;
|
||||
clear: both;
|
||||
font-size: 9pt;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
img.serendipity_entryIcon {
|
||||
float: right;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item_even {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item_uneven {
|
||||
background-color: #E0E0E0;
|
||||
}
|
||||
|
||||
.serendipity_admin_filters {
|
||||
border: 1px dashed;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 10px;
|
||||
margin-bottom: 10px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.serendipity_admin_filters_headline {
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
||||
.serendipity_admin_sortorder {
|
||||
font-size: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_admin_sortorder input,
|
||||
.serendipity_admin_sortorder select,
|
||||
.serendipity_admin_filters input,
|
||||
.serendipity_admin_filters select {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.serendipity_comments {
|
||||
}
|
||||
|
||||
.serendipity_center {
|
||||
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 {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
|
||||
/*** Additional plugin styles needed for the modernized output code ***/
|
||||
/*** added by Matthias 'YellowLed' Mees ***/
|
||||
|
||||
.plainList {
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.container_serendipity_authors_plugin .serendipitySideBarContent div {
|
||||
margin: 5px 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.serendipity_history_author { font-weight: bolder; }
|
||||
|
||||
.serendipity_history_intro,
|
||||
.serendipity_history_info { margin-bottom: 3px; }
|
||||
|
||||
.serendipity_history_body { margin-bottom: 10px; }
|
||||
|
||||
.serendipity_recententries_entrylink { margin-bottom: 2px; }
|
||||
|
||||
.serendipity_recententries_entrydate { margin: 0 0 4px 0; }
|
||||
|
||||
.plugin_comment_body { padding: 3px 0; }
|
||||
|
||||
.serendipity_shoutbox_date { margin: 5px 0 2px 0; }
|
||||
|
||||
.serendipity_shoutbox_comment { padding: 3px 0; }
|
||||
|
||||
/*** End Additional plugin styles ***/
|
@ -1,3 +0,0 @@
|
||||
Name: MT - GeorgiaBlue
|
||||
Author: Evan Nemerson
|
||||
Date: 29/06/2004
|
Before ![]() (image error) Size: 6.4 KiB |
Before ![]() (image error) Size: 42 KiB |
@ -1,338 +0,0 @@
|
||||
/* HTML Elements */
|
||||
|
||||
body {
|
||||
color: #333;
|
||||
background: white;
|
||||
}
|
||||
|
||||
a,
|
||||
a:link,
|
||||
a:visited {
|
||||
color: #999966;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:active,
|
||||
a:hover {
|
||||
color: #99CC66;
|
||||
}
|
||||
|
||||
h3, h4 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Banner */
|
||||
|
||||
#serendipity_banner {
|
||||
font-family: verdana, arial, sans-serif;
|
||||
border-bottom: thin dotted white;
|
||||
border-top: medium solid #99CCFF;
|
||||
background: #336699;
|
||||
padding: 15px;
|
||||
letter-spacing: 0.2em;
|
||||
}
|
||||
|
||||
a.homelink1,
|
||||
a.homelink1:hover,
|
||||
a.homelink1:link,
|
||||
a.homelink1:visited,
|
||||
#serendipity_banner h1 {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
font-size: x-large;
|
||||
}
|
||||
|
||||
a.homelink2,
|
||||
a.homelink2:hover,
|
||||
a.homelink2:link,
|
||||
a.homelink2:visited,
|
||||
#serendipity_banner h2 {
|
||||
font-size: x-large;
|
||||
text-decoration: none;
|
||||
color: #99CCFF;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
/* Calendar */
|
||||
|
||||
table.serendipity_calendar a,
|
||||
table.serendipity_calendar a:link,
|
||||
table.serendipity_calendar a:visited,
|
||||
table.serendipity_calendar a:hover {
|
||||
color: #666;
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
table.serendipity_calendar td {
|
||||
line-height: 140%;
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
td.serendipity_weekDayName {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
td.serendipity_calendarHeader a:link,
|
||||
td.serendipity_calendarHeader a:visited,
|
||||
td.serendipity_calendarHeader a:hover {
|
||||
font-family: verdana, arial, sans-serif;
|
||||
color: #003366;
|
||||
font-size: x-small;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Sidebars */
|
||||
|
||||
#serendipityLeftSideBar,
|
||||
#serendipityRightSideBar {
|
||||
display: block;
|
||||
padding: 10px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.serendipitySideBarTitle {
|
||||
font-family: verdana, arial, sans-serif;
|
||||
color: #666;
|
||||
font-size: x-small;
|
||||
font-weight: bold;
|
||||
background-color: #eee;
|
||||
line-height: 140%;
|
||||
padding: 0.2em;
|
||||
letter-spacing: 0.2em;
|
||||
text-transform: uppercase;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.serendipitySideBarItem {
|
||||
font-family: verdana, arial, sans-serif;
|
||||
color: #333;
|
||||
font-size: x-small;
|
||||
font-weight: normal;
|
||||
margin-bottom: 1em;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
.serendipitySideBarContent {
|
||||
padding-top: 0.5em;
|
||||
padding-left: 0.7em;
|
||||
padding-right: 0.7em;
|
||||
}
|
||||
|
||||
/* Entries */
|
||||
|
||||
div.serendipity_Entry_Date {
|
||||
}
|
||||
|
||||
.serendipity_date {
|
||||
font-family: georgia, verdana, arial, sans-serif;
|
||||
font-size: small;
|
||||
color: #666;
|
||||
border: thin #999 solid;
|
||||
padding: 0.5em;
|
||||
margin-bottom: 1em;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
.serendipity_title,
|
||||
.serendipity_title a,
|
||||
.serendipity_title a:hover,
|
||||
.serendipity_title a:link,
|
||||
.serendipity_title a:visited,
|
||||
.serendipity_Admin_title,
|
||||
.serendipity_Admin_title a,
|
||||
.serendipity_Admin_title a:hover,
|
||||
.serendipity_Admin_title a:link,
|
||||
.serendipity_Admin_title a:visited {
|
||||
font-family: verdana, arial;
|
||||
color: #003366;
|
||||
font-weight: bold;
|
||||
font-size: small;
|
||||
text-transform: uppercase;
|
||||
text-decoration: none;
|
||||
padding-left: 0.7em;
|
||||
}
|
||||
|
||||
.serendipity_entry,
|
||||
.serendipity_admin {
|
||||
font-size: small;
|
||||
font-weight: normal;
|
||||
line-height: 140%;
|
||||
padding: 1em;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
|
||||
div.serendipity_entryFooter {
|
||||
padding-top: 1em;
|
||||
color: #003366;
|
||||
clear: both;
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
/* Comments */
|
||||
|
||||
.serendipity_comment {
|
||||
font-size: small;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
padding: 3px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.serendipity_comment_source {
|
||||
border-bottom: 1px dotted #999;
|
||||
}
|
||||
|
||||
.serendipity_commentsLabel {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.serendipity_commentsTitle {
|
||||
font-size: normal;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
/* Admin */
|
||||
|
||||
.serendipity_admin td {
|
||||
}
|
||||
|
||||
/* Misc */
|
||||
|
||||
#content {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/** Embedded images with the s9y image manager **/
|
||||
.serendipity_imageComment_center,
|
||||
.serendipity_imageComment_left,
|
||||
.serendipity_imageComment_right {
|
||||
border: 1px solid black;
|
||||
background-color: #EFEFEF;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_center {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_img,
|
||||
.serendipity_imageComment_img img {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_txt {
|
||||
margin: 0px;
|
||||
padding: 3px;
|
||||
clear: both;
|
||||
font-size: 9pt;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
img.serendipity_entryIcon {
|
||||
float: right;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item_even {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item_uneven {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.serendipity_admin_filters {
|
||||
border: 1px dashed;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 10px;
|
||||
margin-bottom: 10px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.serendipity_admin_filters_headline {
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
||||
.serendipity_admin_sortorder {
|
||||
font-size: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_admin_sortorder input,
|
||||
.serendipity_admin_sortorder select,
|
||||
.serendipity_admin_filters input,
|
||||
.serendipity_admin_filters select {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.serendipity_comments {
|
||||
}
|
||||
|
||||
.serendipity_center {
|
||||
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 {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
|
||||
/*** Additional plugin styles needed for the modernized output code ***/
|
||||
/*** added by Matthias 'YellowLed' Mees ***/
|
||||
|
||||
.plainList {
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.container_serendipity_authors_plugin .serendipitySideBarContent div {
|
||||
margin: 5px 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.serendipity_history_author { font-weight: bolder; }
|
||||
|
||||
.serendipity_history_intro,
|
||||
.serendipity_history_info { margin-bottom: 3px; }
|
||||
|
||||
.serendipity_history_body { margin-bottom: 10px; }
|
||||
|
||||
.serendipity_recententries_entrylink { margin-bottom: 2px; }
|
||||
|
||||
.serendipity_recententries_entrydate { margin: 0 0 4px 0; }
|
||||
|
||||
.plugin_comment_body { padding: 3px 0; }
|
||||
|
||||
.serendipity_shoutbox_date { margin: 5px 0 2px 0; }
|
||||
|
||||
.serendipity_shoutbox_comment { padding: 3px 0; }
|
||||
|
||||
/*** End Additional plugin styles ***/
|
@ -1,3 +0,0 @@
|
||||
Name: MT - GettysBurg
|
||||
Author: Evan Nemerson
|
||||
Date: 29/06/2004
|
Before ![]() (image error) Size: 6.4 KiB |
Before ![]() (image error) Size: 39 KiB |
@ -1,346 +0,0 @@
|
||||
/* HTML Elements */
|
||||
|
||||
body {
|
||||
color: #333;
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
#mainpane {
|
||||
margin-left: 1em;
|
||||
margin-bottom: 1em;
|
||||
margin-right: 1em;
|
||||
background: white;
|
||||
}
|
||||
|
||||
a,
|
||||
a:link,
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #003366;
|
||||
}
|
||||
|
||||
a:active,
|
||||
a:hover {
|
||||
color: #FFCC66;
|
||||
}
|
||||
|
||||
h3, h4 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Banner */
|
||||
|
||||
#serendipity_banner {
|
||||
margin-left: 1em;
|
||||
margin-top: 1em;
|
||||
margin-right: 1em;
|
||||
font-family: georgia, verdana, arial, sans-serif;
|
||||
border-left: thin white solid;
|
||||
border-top: thin white solid;
|
||||
border-right: thin white solid;
|
||||
background: #003366;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
a.homelink1,
|
||||
a.homelink1:hover,
|
||||
a.homelink1:link,
|
||||
a.homelink1:visited,
|
||||
#serendipity_banner h1 {
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
font-size: xx-large;
|
||||
}
|
||||
|
||||
a.homelink2,
|
||||
a.homelink2:hover,
|
||||
a.homelink2:link,
|
||||
a.homelink2:visited,
|
||||
#serendipity_banner h2 {
|
||||
font-size: x-large;
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
/* Calendar */
|
||||
|
||||
table.serendipity_calendar a,
|
||||
table.serendipity_calendar a:link,
|
||||
table.serendipity_calendar a:visited,
|
||||
table.serendipity_calendar a:hover {
|
||||
color: #003366;
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
table.serendipity_calendar td {
|
||||
color: white;
|
||||
line-height: 140%;
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
td.serendipity_weekDayName {
|
||||
color: white;
|
||||
font-size: x-small;
|
||||
font-weight: bold;
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
td.serendipity_calendarHeader a:link,
|
||||
td.serendipity_calendarHeader a:visited,
|
||||
td.serendipity_calendarHeader a:hover {
|
||||
color: white;
|
||||
font-family: verdana, arial, sans-serif;
|
||||
font-size: x-small;
|
||||
font-weight: bold;
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
/* Sidebars */
|
||||
|
||||
#serendipityLeftSideBar,
|
||||
#serendipityRightSideBar {
|
||||
vertical-align: top;
|
||||
background: #999;
|
||||
font-family: verdana, arial, sans-serif;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.serendipitySideBarTitle {
|
||||
color: white;
|
||||
font-size: small;
|
||||
font-family: georgia, verdana, arial, sans-serif;
|
||||
border-bottom: thin white dotted;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.serendipitySideBarItem {
|
||||
font-family: palatino, georgia, times new roman, serif;
|
||||
color: #333;
|
||||
font-size: x-small;
|
||||
font-weight: normal;
|
||||
margin-bottom: 1em;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
.serendipitySideBarContent {
|
||||
padding: 0.7em;
|
||||
}
|
||||
|
||||
/* Entries */
|
||||
|
||||
div.serendipity_Entry_Date {
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.serendipity_date {
|
||||
font-family: georgia, verdana, arial, sans-serif;
|
||||
font-size: small;
|
||||
color: #666;
|
||||
border-bottom: 1px solid #999;
|
||||
margin-top: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.serendipity_title,
|
||||
.serendipity_title a,
|
||||
.serendipity_title a:hover,
|
||||
.serendipity_title a:link,
|
||||
.serendipity_title a:visited,
|
||||
.serendipity_Admin_title,
|
||||
.serendipity_Admin_title a,
|
||||
.serendipity_Admin_title a:hover,
|
||||
.serendipity_Admin_title a:link,
|
||||
.serendipity_Admin_title a:visited {
|
||||
padding-top: 1em;
|
||||
padding-bottom: 1em;
|
||||
font-family: verdana, arial, sans-serif;
|
||||
color: black;
|
||||
font-size: small;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.serendipity_entry,
|
||||
.serendipity_admin {
|
||||
font-size: small;
|
||||
font-weight: normal;
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
div.serendipity_entryFooter {
|
||||
clear: both;
|
||||
color: black;
|
||||
padding-top: 1em;
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
/* Comments */
|
||||
|
||||
.serendipity_comment {
|
||||
font-size: small;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
padding: 3px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.serendipity_comment_source {
|
||||
border-bottom: 1px dotted #999;
|
||||
}
|
||||
|
||||
.serendipity_commentsLabel {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.serendipity_commentsTitle {
|
||||
font-size: normal;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
/* Admin */
|
||||
|
||||
.serendipity_admin td {
|
||||
}
|
||||
|
||||
/* Misc */
|
||||
|
||||
#content {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/** Embedded images with the s9y image manager **/
|
||||
.serendipity_imageComment_center,
|
||||
.serendipity_imageComment_left,
|
||||
.serendipity_imageComment_right {
|
||||
border: 1px solid black;
|
||||
background-color: #EFEFEF;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_center {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_img,
|
||||
.serendipity_imageComment_img img {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_txt {
|
||||
margin: 0px;
|
||||
padding: 3px;
|
||||
clear: both;
|
||||
font-size: 9pt;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
img.serendipity_entryIcon {
|
||||
float: right;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item_even {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item_uneven {
|
||||
background-color: #E0E0E0;
|
||||
}
|
||||
|
||||
.serendipity_admin_filters {
|
||||
border: 1px dashed;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 10px;
|
||||
margin-bottom: 10px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.serendipity_admin_filters_headline {
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
||||
.serendipity_admin_sortorder {
|
||||
font-size: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_admin_sortorder input,
|
||||
.serendipity_admin_sortorder select,
|
||||
.serendipity_admin_filters input,
|
||||
.serendipity_admin_filters select {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.serendipity_comments {
|
||||
}
|
||||
|
||||
.serendipity_center {
|
||||
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 {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
|
||||
/*** Additional plugin styles needed for the modernized output code ***/
|
||||
/*** added by Matthias 'YellowLed' Mees ***/
|
||||
|
||||
.plainList {
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.container_serendipity_authors_plugin .serendipitySideBarContent div {
|
||||
margin: 5px 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.serendipity_history_author { font-weight: bolder; }
|
||||
|
||||
.serendipity_history_intro,
|
||||
.serendipity_history_info { margin-bottom: 3px; }
|
||||
|
||||
.serendipity_history_body { margin-bottom: 10px; }
|
||||
|
||||
.serendipity_recententries_entrylink { margin-bottom: 2px; }
|
||||
|
||||
.serendipity_recententries_entrydate { margin: 0 0 4px 0; }
|
||||
|
||||
.plugin_comment_body { padding: 3px 0; }
|
||||
|
||||
.serendipity_shoutbox_date { margin: 5px 0 2px 0; }
|
||||
|
||||
.serendipity_shoutbox_comment { padding: 3px 0; }
|
||||
|
||||
/*** End Additional plugin styles ***/
|
@ -1,3 +0,0 @@
|
||||
Name: MT - Plainjane
|
||||
Author: Evan Nemerson
|
||||
Date: 29/06/2004
|
Before ![]() (image error) Size: 5.7 KiB |
Before ![]() (image error) Size: 34 KiB |
@ -1,337 +0,0 @@
|
||||
/* HTML Elements */
|
||||
|
||||
body {
|
||||
color: #666;
|
||||
background: white;
|
||||
}
|
||||
|
||||
a,
|
||||
a:link,
|
||||
a:visited {
|
||||
color: #336666;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:active,
|
||||
a:hover {
|
||||
color: #669999;
|
||||
}
|
||||
|
||||
h3, h4 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Banner */
|
||||
|
||||
#serendipity_banner {
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
a.homelink1,
|
||||
a.homelink1:hover,
|
||||
a.homelink1:link,
|
||||
a.homelink1:visited,
|
||||
#serendipity_banner h1 {
|
||||
font-family: verdana, arial, sans-serif;
|
||||
font-size: x-large;
|
||||
color: #cc9933;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.homelink2,
|
||||
a.homelink2:hover,
|
||||
a.homelink2:link,
|
||||
a.homelink2:visited,
|
||||
#serendipity_banner h2 {
|
||||
font-family: verdana, arial, sans-serif;
|
||||
color: #ccc;
|
||||
font-size: x-small;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Calendar */
|
||||
|
||||
table.serendipity_calendar a,
|
||||
table.serendipity_calendar a:link,
|
||||
table.serendipity_calendar a:visited,
|
||||
table.serendipity_calendar a:hover {
|
||||
color: #666;
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
table.serendipity_calendar td {
|
||||
line-height: 140%;
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
td.serendipity_weekDayName {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
td.serendipity_calendarHeader a:link,
|
||||
td.serendipity_calendarHeader a:visited,
|
||||
td.serendipity_calendarHeader a:hover {
|
||||
font-family: verdana, arial, sans-serif;
|
||||
color: #003366;
|
||||
font-size: x-small;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Sidebars */
|
||||
|
||||
#serendipityLeftSideBar,
|
||||
#serendipityRightSideBar {
|
||||
display: block;
|
||||
padding: 10px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.serendipitySideBarTitle {
|
||||
font-family: verdana, arial, sans-serif;
|
||||
color: #999;
|
||||
font-size: x-small;
|
||||
font-weight: bold;
|
||||
line-height: 140%;
|
||||
padding: 0.2em;
|
||||
letter-spacing: 0.2em;
|
||||
text-transform: uppercase;
|
||||
border-bottom: thin #666 dotted;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
div.serendipitySideBarItem {
|
||||
font-family: verdana, arial, sans-serif;
|
||||
color: #333;
|
||||
font-size: x-small;
|
||||
font-weight: normal;
|
||||
margin-bottom: 1em;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
.serendipitySideBarContent {
|
||||
padding-top: 0.5em;
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
/* Entries */
|
||||
|
||||
div.serendipity_Entry_Date {
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
.serendipity_date {
|
||||
font-family: verdana, arial, sans-serif;
|
||||
font-size: normal;
|
||||
color: #999;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
padding-top: 1em;
|
||||
border-bottom: thin #666 dotted;
|
||||
}
|
||||
|
||||
.serendipity_title {
|
||||
border-left: thin #666 dotted;
|
||||
border-right: thin #666 dotted;
|
||||
}
|
||||
|
||||
.serendipity_title a,
|
||||
.serendipity_title a:hover,
|
||||
.serendipity_title a:link,
|
||||
.serendipity_title a:visited,
|
||||
.serendipity_Admin_title,
|
||||
.serendipity_Admin_title a,
|
||||
.serendipity_Admin_title a:hover,
|
||||
.serendipity_Admin_title a:link,
|
||||
.serendipity_Admin_title a:visited {
|
||||
font-family: verdana, arial;
|
||||
font-size: small;
|
||||
font-weight: bold;
|
||||
color: #ccc;
|
||||
text-transform: uppercase;
|
||||
text-decoration: none;
|
||||
padding-left: 0.7em;
|
||||
}
|
||||
|
||||
.serendipity_entry,
|
||||
.serendipity_admin {
|
||||
font-size: small;
|
||||
font-weight: normal;
|
||||
line-height: 140%;
|
||||
padding: 1em;
|
||||
padding-left: 0.7em;
|
||||
border-left: thin #666 dotted;
|
||||
border-right: thin #666 dotted;
|
||||
border-bottom: thin #666 dotted;
|
||||
}
|
||||
|
||||
div.serendipity_entryFooter {
|
||||
padding-top: 1em;
|
||||
clear: both;
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
div.serendipity_entryFooter a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* Comments */
|
||||
|
||||
.serendipity_comment {
|
||||
font-size: small;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
padding: 3px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.serendipity_comment_source {
|
||||
border-bottom: 1px dotted #999;
|
||||
}
|
||||
|
||||
.serendipity_commentsLabel {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.serendipity_commentsTitle {
|
||||
font-size: normal;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
/* Admin */
|
||||
|
||||
.serendipity_admin td {
|
||||
}
|
||||
|
||||
/* Misc */
|
||||
|
||||
#content {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/** Embedded images with the s9y image manager **/
|
||||
.serendipity_imageComment_center,
|
||||
.serendipity_imageComment_left,
|
||||
.serendipity_imageComment_right {
|
||||
border: 1px solid black;
|
||||
background-color: #EFEFEF;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_center {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_img,
|
||||
.serendipity_imageComment_img img {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_txt {
|
||||
margin: 0px;
|
||||
padding: 3px;
|
||||
clear: both;
|
||||
font-size: 9pt;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
img.serendipity_entryIcon {
|
||||
float: right;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item_even {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item_uneven {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.serendipity_admin_filters {
|
||||
border: 1px dashed;
|
||||
background-color: #FFFFFF;
|
||||
margin-bottom: 10px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.serendipity_admin_filters_headline {
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
||||
.serendipity_admin_sortorder {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
.serendipity_comments {
|
||||
}
|
||||
|
||||
.serendipity_center {
|
||||
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 {
|
||||
border-bottom: 2px solid #cc9933;
|
||||
}
|
||||
|
||||
|
||||
/*** Additional plugin styles needed for the modernized output code ***/
|
||||
/*** added by Matthias 'YellowLed' Mees ***/
|
||||
|
||||
.plainList {
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.container_serendipity_authors_plugin .serendipitySideBarContent div {
|
||||
margin: 5px 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.serendipity_history_author { font-weight: bolder; }
|
||||
|
||||
.serendipity_history_intro,
|
||||
.serendipity_history_info { margin-bottom: 3px; }
|
||||
|
||||
.serendipity_history_body { margin-bottom: 10px; }
|
||||
|
||||
.serendipity_recententries_entrylink { margin-bottom: 2px; }
|
||||
|
||||
.serendipity_recententries_entrydate { margin: 0 0 4px 0; }
|
||||
|
||||
.plugin_comment_body { padding: 3px 0; }
|
||||
|
||||
.serendipity_shoutbox_date { margin: 5px 0 2px 0; }
|
||||
|
||||
.serendipity_shoutbox_comment { padding: 3px 0; }
|
||||
|
||||
/*** End Additional plugin styles ***/
|
@ -1,3 +0,0 @@
|
||||
Name: MT - Rusty
|
||||
Author: Evan Nemerson
|
||||
Date: 29/06/2004
|
Before ![]() (image error) Size: 6.8 KiB |
Before ![]() (image error) Size: 37 KiB |
@ -1,357 +0,0 @@
|
||||
/* HTML Elements */
|
||||
|
||||
body {
|
||||
background: #6c6457;
|
||||
}
|
||||
|
||||
#mainpane {
|
||||
margin-left: 1em;
|
||||
margin-bottom: 1em;
|
||||
margin-right: 1em;
|
||||
background: white;
|
||||
padding: 0px;
|
||||
border-spacing: 0px;
|
||||
}
|
||||
|
||||
a,
|
||||
a:link,
|
||||
a:visited {
|
||||
color: #993300;
|
||||
}
|
||||
|
||||
a:active,
|
||||
a:hover {
|
||||
color: #FFCC66;
|
||||
}
|
||||
|
||||
h3, h4 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Banner */
|
||||
|
||||
#serendipity_banner {
|
||||
margin-left: 1em;
|
||||
margin-top: 1em;
|
||||
margin-right: 1em;
|
||||
font-family: georgia, verdana, arial, sans-serif;
|
||||
border-left: thin white dotted;
|
||||
border-top: thin white dotted;
|
||||
border-right: thin white dotted;
|
||||
background: #993300;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
a.homelink1,
|
||||
a.homelink1:hover,
|
||||
a.homelink1:link,
|
||||
a.homelink1:visited,
|
||||
#serendipity_banner h1 {
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
font-size: x-large;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a.homelink2,
|
||||
a.homelink2:hover,
|
||||
a.homelink2:link,
|
||||
a.homelink2:visited,
|
||||
#serendipity_banner h2 {
|
||||
font-family: verdana, arial, sans-serif;
|
||||
color: white;
|
||||
font-size: x-small;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Calendar */
|
||||
|
||||
table.serendipity_calendar td {
|
||||
color: white;
|
||||
line-height: 140%;
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
td.serendipity_weekDayName {
|
||||
color: white;
|
||||
font-size: x-small;
|
||||
font-weight: bold;
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
td.serendipity_calendarHeader a,
|
||||
td.serendipity_calendarHeader a:link,
|
||||
td.serendipity_calendarHeader a:active,
|
||||
td.serendipity_calendarHeader a:visited,
|
||||
td.serendipity_calendarHeader a:hover {
|
||||
color: white;
|
||||
font-family: verdana, arial, sans-serif;
|
||||
font-size: x-small;
|
||||
font-weight: bold;
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
/* Sidebars */
|
||||
|
||||
#serendipityLeftSideBar,
|
||||
#serendipityRightSideBar {
|
||||
border: thin white dotted;
|
||||
border-left: 0;
|
||||
vertical-align: top;
|
||||
background: #FF9933;
|
||||
font-family: verdana, arial, sans-serif;
|
||||
color: #333;
|
||||
font-size: x-small;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.serendipitySideBarTitle {
|
||||
color: white;
|
||||
font-size: small;
|
||||
font-family: verdana, arial, sans-serif;
|
||||
border-bottom: thin white dotted;
|
||||
text-align: center;
|
||||
line-height: 140%;
|
||||
margin-right: 0.5em;
|
||||
font-weight: normal;
|
||||
width: 11em;
|
||||
}
|
||||
|
||||
div.serendipitySideBarItem {
|
||||
font-family: palatino, georgia, times new roman, serif;
|
||||
color: #333;
|
||||
font-size: x-small;
|
||||
font-weight: normal;
|
||||
margin-bottom: 1em;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
.serendipitySideBarContent {
|
||||
padding: 0.7em;
|
||||
}
|
||||
|
||||
.serendipitySideBarContent a,
|
||||
.serendipitySideBarContent a:link,
|
||||
.serendipitySideBarContent a:active,
|
||||
.serendipitySideBarContent a:visited,
|
||||
.serendipitySideBarContent a:hover
|
||||
{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#content {
|
||||
border: thin #333 dotted;
|
||||
}
|
||||
|
||||
/* Entries */
|
||||
|
||||
div.serendipity_Entry_Date {
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.serendipity_date {
|
||||
font-family: georgia, verdana, arial, sans-serif;
|
||||
font-size: small;
|
||||
color: #666;
|
||||
border-bottom: 1px solid #999;
|
||||
margin-top: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.serendipity_title,
|
||||
.serendipity_title a,
|
||||
.serendipity_title a:hover,
|
||||
.serendipity_title a:link,
|
||||
.serendipity_title a:visited,
|
||||
.serendipity_Admin_title,
|
||||
.serendipity_Admin_title a,
|
||||
.serendipity_Admin_title a:hover,
|
||||
.serendipity_Admin_title a:link,
|
||||
.serendipity_Admin_title a:visited {
|
||||
padding-top: 0.5em;
|
||||
padding-bottom: 1em;
|
||||
font-family: verdana, arial, sans-serif;
|
||||
color: #003366;
|
||||
font-size: small;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.serendipity_entry,
|
||||
.serendipity_admin {
|
||||
color: #666;
|
||||
font-size: small;
|
||||
font-weight: normal;
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
div.serendipity_entryFooter {
|
||||
font-family: verdana, arial, sans-serif;
|
||||
font-size: x-small;
|
||||
color: #003366;
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
/* Comments */
|
||||
|
||||
.serendipity_comment {
|
||||
font-size: small;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
padding: 3px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.serendipity_comment_source {
|
||||
border-bottom: 1px dotted #999;
|
||||
}
|
||||
|
||||
.serendipity_commentsLabel {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.serendipity_commentsTitle {
|
||||
font-size: normal;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
/* Admin */
|
||||
|
||||
.serendipity_admin td {
|
||||
}
|
||||
|
||||
/* Misc */
|
||||
|
||||
#content {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/** Embedded images with the s9y image manager **/
|
||||
.serendipity_imageComment_center,
|
||||
.serendipity_imageComment_left,
|
||||
.serendipity_imageComment_right {
|
||||
border: 1px solid black;
|
||||
background-color: #EFEFEF;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_center {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_img,
|
||||
.serendipity_imageComment_img img {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_txt {
|
||||
margin: 0px;
|
||||
padding: 3px;
|
||||
clear: both;
|
||||
font-size: 9pt;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
img.serendipity_entryIcon {
|
||||
float: right;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item_even {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item_uneven {
|
||||
background-color: #E0E0E0;
|
||||
}
|
||||
|
||||
.serendipity_admin_filters {
|
||||
border: 1px dashed;
|
||||
background-color: #FFFFFF;
|
||||
margin-bottom: 10px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.serendipity_admin_filters_headline {
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
||||
.serendipity_admin_sortorder {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
.serendipity_comments {
|
||||
}
|
||||
|
||||
.serendipity_center {
|
||||
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 {
|
||||
background-color: #f7f7f7;
|
||||
}
|
||||
|
||||
|
||||
/*** Additional plugin styles needed for the modernized output code ***/
|
||||
/*** added by Matthias 'YellowLed' Mees ***/
|
||||
|
||||
.plainList {
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.container_serendipity_authors_plugin .serendipitySideBarContent div {
|
||||
margin: 5px 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.serendipity_history_author { font-weight: bolder; }
|
||||
|
||||
.serendipity_history_intro,
|
||||
.serendipity_history_info { margin-bottom: 3px; }
|
||||
|
||||
.serendipity_history_body { margin-bottom: 10px; }
|
||||
|
||||
.serendipity_recententries_entrylink { margin-bottom: 2px; }
|
||||
|
||||
.serendipity_recententries_entrydate { margin: 0 0 4px 0; }
|
||||
|
||||
.plugin_comment_body { padding: 3px 0; }
|
||||
|
||||
.serendipity_shoutbox_date { margin: 5px 0 2px 0; }
|
||||
|
||||
.serendipity_shoutbox_comment { padding: 3px 0; }
|
||||
|
||||
/*** End Additional plugin styles ***/
|
@ -1,45 +0,0 @@
|
||||
body {
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
background-color: #333333;
|
||||
color: #cccccc;
|
||||
font-size: small;
|
||||
font-weight: normal;
|
||||
line-height: 140%;
|
||||
padding: 10px;
|
||||
direction: {LANG_DIRECTION};
|
||||
}
|
||||
|
||||
/** Embedded images with the s9y image manager **/
|
||||
.serendipity_imageComment_center,
|
||||
.serendipity_imageComment_left,
|
||||
.serendipity_imageComment_right {
|
||||
border: 1px solid black;
|
||||
background-color: #EFEFEF;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_center {
|
||||
}
|
||||
|
||||
.serendipity_imageComment_left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_img,
|
||||
.serendipity_imageComment_img img {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_txt {
|
||||
margin: 0px;
|
||||
padding: 3px;
|
||||
clear: both;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
Before ![]() (image error) Size: 436 B |
Before ![]() (image error) Size: 434 B |
@ -1,3 +0,0 @@
|
||||
Name: MT - Trendy
|
||||
Author: Sebastian Bergmann
|
||||
Date: 16/02/2004
|
Before ![]() (image error) Size: 6.4 KiB |
Before ![]() (image error) Size: 34 KiB |
@ -1,322 +0,0 @@
|
||||
/* HTML Elements */
|
||||
|
||||
body {
|
||||
background-color: #333333;
|
||||
color: #cccccc;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
a,
|
||||
a:link,
|
||||
a:visited {
|
||||
color: #cccc66;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
a:active,
|
||||
a:hover {
|
||||
color: #ffff99;
|
||||
}
|
||||
|
||||
h3, h4 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Banner */
|
||||
|
||||
#serendipity_banner {
|
||||
font-weight: bold;
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
a.homelink1,
|
||||
a.homelink1:hover,
|
||||
a.homelink1:link,
|
||||
a.homelink1:visited,
|
||||
#serendipity_banner h1 {
|
||||
color: #cc9933;
|
||||
font-size: x-large;
|
||||
}
|
||||
|
||||
a.homelink2,
|
||||
a.homelink2:hover,
|
||||
a.homelink2:link,
|
||||
a.homelink2:visited,
|
||||
#serendipity_banner h2 {
|
||||
color: #cccccc;
|
||||
font-size: small;
|
||||
text-transform: none;
|
||||
letter-spacing: none;
|
||||
}
|
||||
|
||||
/* Calendar */
|
||||
|
||||
table.serendipity_calendar a,
|
||||
table.serendipity_calendar a:link,
|
||||
table.serendipity_calendar a:visited,
|
||||
table.serendipity_calendar a:hover {
|
||||
color: #999999;
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
table.serendipity_calendar td {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
td.serendipity_weekDayName {
|
||||
font-size: x-small;
|
||||
font-weight: bold;
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
td.serendipity_calendarHeader a:link,
|
||||
td.serendipity_calendarHeader a:visited,
|
||||
td.serendipity_calendarHeader a:hover {
|
||||
border: 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Sidebars */
|
||||
|
||||
#serendipityLeftSideBar,
|
||||
#serendipityRightSideBar {
|
||||
background-color: #333333;
|
||||
color: #cccccc;
|
||||
display: block;
|
||||
margin-top: 35px;
|
||||
padding: 10px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.serendipitySideBarTitle {
|
||||
border-bottom: 1px solid #666666;
|
||||
color: #cccccc;
|
||||
margin: 0;
|
||||
font-size: x-small;
|
||||
font-weight: bold;
|
||||
padding-left: 2px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
div.serendipitySideBarItem {
|
||||
color: #666666;
|
||||
font-size: small;
|
||||
font-weight: normal;
|
||||
margin-bottom: 12px;
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
|
||||
/* Entries */
|
||||
|
||||
div.serendipity_Entry_Date {
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.serendipity_date {
|
||||
border-bottom: 1px solid #666666;
|
||||
color: #999999;
|
||||
font-size: normal;
|
||||
font-weight: bold;
|
||||
margin-top: 10px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.serendipity_title,
|
||||
.serendipity_Admin_title {
|
||||
border: 1px solid #666666;
|
||||
border-bottom: 0;
|
||||
color: #cccccc;
|
||||
font-size: small;
|
||||
font-weight: bold;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.serendipity_entry,
|
||||
.serendipity_admin {
|
||||
background-color: #333333;
|
||||
border: 1px solid #666666;
|
||||
border-top: 0;
|
||||
color: #cccccc;
|
||||
font-size: small;
|
||||
font-weight: normal;
|
||||
line-height: 140%;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
div.serendipity_entryFooter {
|
||||
clear: both;
|
||||
color: #999999;
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
/* Comments */
|
||||
|
||||
.serendipity_comment {
|
||||
border: 1px solid #666666;
|
||||
color: #cccccc;
|
||||
font-size: small;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
padding: 3px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.serendipity_commentsLabel {
|
||||
color: #cccccc;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.serendipity_commentsTitle {
|
||||
color: #999999;
|
||||
font-size: normal;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
/* Admin */
|
||||
|
||||
.serendipity_admin td {
|
||||
color: #cccccc;
|
||||
}
|
||||
|
||||
/* Misc */
|
||||
|
||||
#content {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/** Embedded images with the s9y image manager **/
|
||||
.serendipity_imageComment_center,
|
||||
.serendipity_imageComment_left,
|
||||
.serendipity_imageComment_right {
|
||||
border: 1px solid black;
|
||||
background-color: #EFEFEF;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_center {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_img,
|
||||
.serendipity_imageComment_img img {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_txt {
|
||||
margin: 0px;
|
||||
padding: 3px;
|
||||
clear: both;
|
||||
font-size: 9pt;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
img.serendipity_entryIcon {
|
||||
float: right;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item_even {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item_uneven {
|
||||
background-color: #E0E0E0;
|
||||
}
|
||||
|
||||
.serendipity_admin_filters {
|
||||
border: 1px dashed #FFF;
|
||||
font-size: 10px;
|
||||
margin-bottom: 10px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.serendipity_admin_filters_headline {
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
||||
.serendipity_admin_sortorder {
|
||||
font-size: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_admin_sortorder input,
|
||||
.serendipity_admin_sortorder select,
|
||||
.serendipity_admin_filters input,
|
||||
.serendipity_admin_filters select {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
|
||||
.serendipity_comments {
|
||||
}
|
||||
|
||||
.serendipity_center {
|
||||
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 {
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
|
||||
/*** Additional plugin styles needed for the modernized output code ***/
|
||||
/*** added by Matthias 'YellowLed' Mees ***/
|
||||
|
||||
.plainList {
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.container_serendipity_authors_plugin .serendipitySideBarContent div {
|
||||
margin: 5px 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.serendipity_history_author { font-weight: bolder; }
|
||||
|
||||
.serendipity_history_intro,
|
||||
.serendipity_history_info { margin-bottom: 3px; }
|
||||
|
||||
.serendipity_history_body { margin-bottom: 10px; }
|
||||
|
||||
.serendipity_recententries_entrylink { margin-bottom: 2px; }
|
||||
|
||||
.serendipity_recententries_entrydate { margin: 0 0 4px 0; }
|
||||
|
||||
.plugin_comment_body { padding: 3px 0; }
|
||||
|
||||
.serendipity_shoutbox_date { margin: 5px 0 2px 0; }
|
||||
|
||||
.serendipity_shoutbox_comment { padding: 3px 0; }
|
||||
|
||||
/*** End Additional plugin styles ***/
|
@ -1,3 +0,0 @@
|
||||
Name: MT3 - Chalkboard
|
||||
Author: Kaustubh Srikanth
|
||||
Date: 31-06-2004
|
Before ![]() (image error) Size: 42 KiB |
Before ![]() (image error) Size: 27 KiB |
@ -1,467 +0,0 @@
|
||||
body {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
h4,h3 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.serendipitySideBarContent input {
|
||||
width: 175px;
|
||||
}
|
||||
|
||||
#mainpane {
|
||||
line-height: 140%;
|
||||
text-align: left;
|
||||
padding: 0px;
|
||||
width: 700px;
|
||||
background-color: #222;
|
||||
border-left: 1px solid #FFFFFF;
|
||||
border-right: 1px solid #FFFFFF;
|
||||
border-bottom: 1px solid #FFFFFF;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#serendipity_comment_page {
|
||||
line-height: 140%;
|
||||
text-align: left;
|
||||
padding: 0px;
|
||||
background-color: #222;
|
||||
border: 1px solid #FFFFFF;
|
||||
margin: auto;
|
||||
|
||||
}
|
||||
|
||||
#content {
|
||||
width: 500px;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#serendipityRightSideBar {
|
||||
width: 150px;
|
||||
padding: 10px;
|
||||
background-color: #222;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#serendipityLeftSideBar {
|
||||
width: 150px;
|
||||
padding: 10px;
|
||||
vertical-align: top;
|
||||
background-color: #222;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0px 0px 20px 0px;
|
||||
background-color: #6699CC;
|
||||
}
|
||||
|
||||
input, textarea {
|
||||
font-size: x-small;
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
th, td {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
p, td, th, div, span {
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
#serendipity_banner {
|
||||
font-family: Georgia, 'Times New Roman', serif;
|
||||
color: #FFFFFF;
|
||||
background-color: #000000;
|
||||
text-align: left;
|
||||
border-bottom: 1px solid #FFFFFF;
|
||||
border-left: 1px solid #FFFFFF;
|
||||
border-right: 1px solid #FFFFFF;
|
||||
width: 698px;
|
||||
height: 76px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
a.homelink1,
|
||||
a.homelink1:hover,
|
||||
a.homelink1:link,
|
||||
a.homelink1:visited,
|
||||
#serendipity_banner h1 {
|
||||
color: #ffffff;
|
||||
font-size: xx-large;
|
||||
font-weight: normal;
|
||||
padding-left:10px;
|
||||
padding-top: 5px;
|
||||
margin: 0px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.homelink2,
|
||||
a.homelink2:hover,
|
||||
a.homelink2:link,
|
||||
a.homelink2:visited,
|
||||
#serendipity_banner h2 {
|
||||
color: #FFFFFF;
|
||||
padding-left: 10px;
|
||||
font-size: small;
|
||||
font-weight: normal;
|
||||
margin: 0px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.serendipity_title {
|
||||
color: #FFFFFF;
|
||||
font-family: Georgia, 'Times New Roman', serif;
|
||||
font-size: medium;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
padding-left: 7px;
|
||||
}
|
||||
|
||||
.serendipity_title a:link {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.serendipity_title a:visited {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.serendipity_title a:hover {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.serendipity_entry {
|
||||
padding: 10px 15px 5px 7px;
|
||||
background-color: #222;
|
||||
color: #ffffff;
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
font-size: small;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.serendipity_entry_body_folded,
|
||||
.serendipity_entry_body_unfolded,
|
||||
.serendipity_entry_extended {
|
||||
/* Inner blocks of .serendipity_entry, can be used for further customization */
|
||||
}
|
||||
|
||||
div.serendipity_Entry_Date {
|
||||
padding-left: 5px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.serendipity_date {
|
||||
color: #FFFFFF;
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
font-size: small;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.serendipity_commentsTitle {
|
||||
display: block;
|
||||
width: 100%;
|
||||
color: #ffffff;
|
||||
font-size: x-small;
|
||||
font-weight: bold;
|
||||
padding-left:8px;
|
||||
}
|
||||
|
||||
div.serendipity_entryFooter {
|
||||
color: #FFFFFF;
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
font-size: x-small;
|
||||
border-top: 1px solid #666666;
|
||||
text-align: left;
|
||||
margin-bottom: 25px;
|
||||
line-height: normal;
|
||||
padding: 3px;
|
||||
|
||||
}
|
||||
|
||||
img.serendipity_entryIcon {
|
||||
float: right;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
img.serendipity_entryIcon {
|
||||
float: right;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
TD.serendipity_commentsLabel {
|
||||
font-weight: bold;
|
||||
width: 10%;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.serendipity_commentForm {
|
||||
font-size:x-small;
|
||||
color: #000000;
|
||||
margin-bottom: 13px;
|
||||
margin-right: 10px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.serendipity_comment {
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
margin-right: 10px;
|
||||
margin-left: 10px;
|
||||
color: #ffffff;
|
||||
padding: 3px;
|
||||
padding-bottom: 0;
|
||||
font-size: small;
|
||||
border-right: 1px dotted #BBB;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.serendipity_comment_source {
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
margin-top: 5px;
|
||||
padding-left: 5px;
|
||||
margin-bottom: 5px;
|
||||
font-weight: bold;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
td.serendipity_admin {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
|
||||
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #6699CC;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #6699CC;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: #6699CC;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #99CC66;
|
||||
}
|
||||
|
||||
table.serendipity_calendar td {
|
||||
font-size: x-small;
|
||||
padding: 3px;
|
||||
}
|
||||
table.serendipity_calendar a {
|
||||
font-weight: bold;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
table.serendipity_calendar a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
td.serendipity_weekDayName {
|
||||
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, div.serendipityPlug a {
|
||||
font-size: 11px;
|
||||
text-decoration: none;
|
||||
border: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Container for each item on the side bar */
|
||||
div.serendipitySideBarItem {
|
||||
color: #ffffff;
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
font-size: x-small;
|
||||
text-align: left;
|
||||
margin-bottom: 25px;
|
||||
line-height: normal;
|
||||
padding: 3px;}
|
||||
|
||||
/* title of an individual item */
|
||||
.serendipitySideBarTitle {
|
||||
color: #ffffff;
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
font-size: x-small;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .3em;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.serendipityImageButton {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
td.serendipitySideBar {
|
||||
font-size: x-small;
|
||||
width: 200px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
div.serendipity_admin_title {
|
||||
font-size: 22px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 12px;
|
||||
color: #ffffff;
|
||||
}
|
||||
div.serendipity_admin,
|
||||
.serendipityEntryEdit {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
div.serendipity_admin_list_title {
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
td.serendipity_admin_list_item {
|
||||
border: dashed 1px #000000;
|
||||
}
|
||||
|
||||
.serendipity_entry p {
|
||||
margin-top: 0px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
/** Embedded images with the s9y image manager **/
|
||||
.serendipity_imageComment_center,
|
||||
.serendipity_imageComment_left,
|
||||
.serendipity_imageComment_right {
|
||||
border: 1px solid black;
|
||||
background-color: #EFEFEF;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_center {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_img,
|
||||
.serendipity_imageComment_img img {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_txt {
|
||||
margin: 0px;
|
||||
padding: 3px;
|
||||
clear: both;
|
||||
font-size: xx-small;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item_even {
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item_uneven {
|
||||
background-color: #222;
|
||||
}
|
||||
.serendipity_admin_filters {
|
||||
border: 1px dashed;
|
||||
font-size: 10px;
|
||||
margin-bottom: 10px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.serendipity_admin_filters_headline {
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
||||
.serendipity_admin_sortorder {
|
||||
font-size: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_admin_sortorder input,
|
||||
.serendipity_admin_sortorder select,
|
||||
.serendipity_admin_filters input,
|
||||
.serendipity_admin_filters select {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.serendipity_comments {
|
||||
}
|
||||
|
||||
.serendipity_center {
|
||||
text-align: center;
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.serendipity_msg_important {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.serendipity_msg_notice {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.serendipity_entry_author_self {
|
||||
}
|
||||
|
||||
.serendipity_comment_author_self {
|
||||
border-right: 1px solid #6699CC;
|
||||
}
|
||||
|
||||
|
||||
/*** Additional plugin styles needed for the modernized output code ***/
|
||||
/*** added by Matthias 'YellowLed' Mees ***/
|
||||
|
||||
.plainList {
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.container_serendipity_authors_plugin .serendipitySideBarContent div {
|
||||
margin: 5px 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.serendipity_history_author { font-weight: bolder; }
|
||||
|
||||
.serendipity_history_intro,
|
||||
.serendipity_history_info { margin-bottom: 3px; }
|
||||
|
||||
.serendipity_history_body { margin-bottom: 10px; }
|
||||
|
||||
.serendipity_recententries_entrylink { margin-bottom: 2px; }
|
||||
|
||||
.serendipity_recententries_entrydate { margin: 0 0 4px 0; }
|
||||
|
||||
.plugin_comment_body { padding: 3px 0; }
|
||||
|
||||
.serendipity_shoutbox_date { margin: 5px 0 2px 0; }
|
||||
|
||||
.serendipity_shoutbox_comment { padding: 3px 0; }
|
||||
|
||||
/*** End Additional plugin styles ***/
|
@ -1,3 +0,0 @@
|
||||
Name: MT3 - Gettysburg
|
||||
Author: Kaustubh Srikanth & Tom Sommer
|
||||
Date: 31-06-2004
|
Before ![]() (image error) Size: 39 KiB |
Before ![]() (image error) Size: 21 KiB |
@ -1,439 +0,0 @@
|
||||
h4,h3 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.serendipitySideBarContent input {
|
||||
width: 175px;
|
||||
}
|
||||
|
||||
#mainpane {
|
||||
line-height: 140%;
|
||||
text-align: left;
|
||||
padding: 0px;
|
||||
width: 700px;
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #FFFFFF;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#content {
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
#serendipityRightSideBar {
|
||||
width: 150px;
|
||||
padding: 10px;
|
||||
background-color: #FAFFFF;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#serendipityLeftSideBar {
|
||||
width: 150px;
|
||||
padding: 10px;
|
||||
vertical-align: top;
|
||||
background-color: #FAFFFF;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0px 0px 20px 0px;
|
||||
background-color: #8FABBE;
|
||||
}
|
||||
|
||||
input, textarea {
|
||||
font-size: x-small;
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
th, td {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
p, td, th, div, span {
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
#serendipity_banner {
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
color: #FFFFFF;
|
||||
background-color: #999999;
|
||||
text-align: left;
|
||||
border-bottom: 1px solid #FFFFFF;
|
||||
width: 700px;
|
||||
height: 72px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
a.homelink1,
|
||||
a.homelink1:hover,
|
||||
a.homelink1:link,
|
||||
a.homelink1:visited,
|
||||
#serendipity_banner h1 {
|
||||
color: #FFFFFF;
|
||||
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
|
||||
font-size: xx-large;
|
||||
font-weight: normal;
|
||||
padding-left:10px;
|
||||
padding-top: 5px;
|
||||
margin: 0px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.homelink2,
|
||||
a.homelink2:hover,
|
||||
a.homelink2:link,
|
||||
a.homelink2:visited,
|
||||
#serendipity_banner h2 {
|
||||
color: #FFFFFF;
|
||||
padding-left: 10px;
|
||||
font-size: small;
|
||||
font-weight: normal;
|
||||
margin: 0px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.serendipity_title {
|
||||
color: #666666;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
font-size: small;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.serendipity_title a:link {
|
||||
color: #666666;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.serendipity_title a:visited {
|
||||
color: #666666;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.serendipity_title a:hover {
|
||||
color: #666666;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.serendipity_entry {
|
||||
padding: 0px 15px 5px 0px;
|
||||
background-color: #FFFFFF;
|
||||
color: #666666;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
font-size: x-small;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.serendipity_entry_body_folded,
|
||||
.serendipity_entry_body_unfolded,
|
||||
.serendipity_entry_extended {
|
||||
/* Inner blocks of .serendipity_entry, can be used for further customization */
|
||||
}
|
||||
|
||||
div.serendipity_Entry_Date {
|
||||
padding-left: 15px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.serendipity_date {
|
||||
color: #666666;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
font-size: x-small;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.serendipity_commentsTitle {
|
||||
display: block;
|
||||
width: 100%;
|
||||
color: #404040;
|
||||
font-size: small;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.serendipity_entryFooter {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
font-size: x-small;
|
||||
border-top: 1px solid #999999;
|
||||
text-align: left;
|
||||
margin-bottom: 25px;
|
||||
line-height: normal;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
img.serendipity_entryIcon {
|
||||
float: right;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
img.serendipity_entryIcon {
|
||||
float: right;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
td.serendipity_commentsLabel {
|
||||
font-size: x-small;
|
||||
font-weight: bold;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
td.serendipity_commentsValue input,
|
||||
td.serendipity_commentsValue select,
|
||||
td.serendipity_commentsValue textarea {
|
||||
width: 99%;
|
||||
border: 1px solid #333;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.serendipity_commentForm {
|
||||
font-size:x-small;
|
||||
color: #404040;
|
||||
margin-bottom: 13px;
|
||||
margin-right: 10px;
|
||||
margin-left: 10px;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.serendipity_comment {
|
||||
font-size: x-small;
|
||||
margin-right: 10px;
|
||||
margin-left: 10px;
|
||||
color: #404040;
|
||||
padding: 3px;
|
||||
background-color: #FFFFFF;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.serendipity_comment_source {
|
||||
margin-top: 5px;
|
||||
padding-left: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
td.serendipity_admin {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
|
||||
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #8FABBE;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #8FABBE;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: #8FABBE;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #006699;
|
||||
}
|
||||
|
||||
table.serendipity_calendar td {
|
||||
font-size: x-small;
|
||||
text-align: center;
|
||||
padding: 3px;
|
||||
}
|
||||
table.serendipity_calendar a {
|
||||
font-weight: bold;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
table.serendipity_calendar a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
td.serendipity_weekDayName {
|
||||
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, div.serendipityPlug a {
|
||||
font-size: 11px;
|
||||
text-decoration: none;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
/* Container for each item on the side bar */
|
||||
div.serendipitySideBarItem {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
font-size: x-small;
|
||||
text-align: left;
|
||||
margin-bottom: 25px;
|
||||
line-height: normal;
|
||||
padding: 3px;}
|
||||
|
||||
/* title of an individual item */
|
||||
.serendipitySideBarTitle {
|
||||
color: #666666;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
font-size: x-small;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .2em;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.serendipityImageButton {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
td.serendipitySideBar {
|
||||
font-size: x-small;
|
||||
width: 200px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
div.serendipity_admin_title {
|
||||
font-size: 22px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
div.serendipity_admin_list_title {
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
td.serendipity_admin_list_item {
|
||||
padding: 15px;
|
||||
border: dashed 1px #000000;
|
||||
}
|
||||
|
||||
.serendipity_entry p {
|
||||
margin-top: 0px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
/** Embedded images with the s9y image manager **/
|
||||
.serendipity_imageComment_center,
|
||||
.serendipity_imageComment_left,
|
||||
.serendipity_imageComment_right {
|
||||
border: 1px solid black;
|
||||
background-color: #EFEFEF;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_center {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_img,
|
||||
.serendipity_imageComment_img img {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_txt {
|
||||
margin: 0px;
|
||||
padding: 3px;
|
||||
clear: both;
|
||||
font-size: xx-small;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item_even {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item_uneven {
|
||||
background-color: #E0E0E0;
|
||||
}
|
||||
.serendipity_admin_filters {
|
||||
border: 1px dashed;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 10px;
|
||||
margin-bottom: 10px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.serendipity_admin_filters_headline {
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
||||
.serendipity_admin_sortorder {
|
||||
font-size: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_admin_sortorder input,
|
||||
.serendipity_admin_sortorder select,
|
||||
.serendipity_admin_filters input,
|
||||
.serendipity_admin_filters select {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.serendipity_comments {
|
||||
}
|
||||
|
||||
.serendipity_center {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_entry_author_self {
|
||||
}
|
||||
|
||||
.serendipity_comment_author_self {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
|
||||
/*** Additional plugin styles needed for the modernized output code ***/
|
||||
/*** added by Matthias 'YellowLed' Mees ***/
|
||||
|
||||
.plainList {
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.container_serendipity_authors_plugin .serendipitySideBarContent div {
|
||||
margin: 5px 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.serendipity_history_author { font-weight: bolder; }
|
||||
|
||||
.serendipity_history_intro,
|
||||
.serendipity_history_info { margin-bottom: 3px; }
|
||||
|
||||
.serendipity_history_body { margin-bottom: 10px; }
|
||||
|
||||
.serendipity_recententries_entrylink { margin-bottom: 2px; }
|
||||
|
||||
.serendipity_recententries_entrydate { margin: 0 0 4px 0; }
|
||||
|
||||
.plugin_comment_body { padding: 3px 0; }
|
||||
|
||||
.serendipity_shoutbox_date { margin: 5px 0 2px 0; }
|
||||
|
||||
.serendipity_shoutbox_comment { padding: 3px 0; }
|
||||
|
||||
/*** End Additional plugin styles ***/
|
@ -1,3 +0,0 @@
|
||||
Name: MT3 - Independence
|
||||
Author: Kaustubh Srikanth & Tom Sommer
|
||||
Date: 31-06-2004
|
Before ![]() (image error) Size: 39 KiB |
Before ![]() (image error) Size: 26 KiB |
@ -1,462 +0,0 @@
|
||||
h4,h3 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.serendipitySideBarContent input {
|
||||
width: 175px;
|
||||
}
|
||||
|
||||
#mainpane {
|
||||
line-height: 140%;
|
||||
text-align: left;
|
||||
padding: 0px;
|
||||
width: 700px;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #FFFFFF;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#content {
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
#serendipityRightSideBar {
|
||||
width: 170px;
|
||||
padding: 10px;
|
||||
background-color: #ffffff;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#serendipityLeftSideBar {
|
||||
width: 130px;
|
||||
padding: 10px;
|
||||
vertical-align: top;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0px 0px 20px 0px;
|
||||
background-color: #0F314E;
|
||||
}
|
||||
|
||||
input, textarea {
|
||||
font-size: x-small;
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
td, td {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
p, td, th, div, span {
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
#serendipity_banner {
|
||||
font-family: Georgia, 'Times New Roman', serif;
|
||||
color: #FFFFFF;
|
||||
background-color: #B22222;
|
||||
text-align: left;
|
||||
border-bottom: 1px solid #FFFFFF;
|
||||
width: 700px;
|
||||
height: 72px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
a.homelink1,
|
||||
a.homelink1:hover,
|
||||
a.homelink1:link,
|
||||
a.homelink1:visited,
|
||||
#serendipity_banner h1 {
|
||||
color: #ffffff;
|
||||
font-size: xx-large;
|
||||
font-weight: normal;
|
||||
padding-left: 10px;
|
||||
padding-top: 2px;
|
||||
margin: 0px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.homelink2,
|
||||
a.homelink2:hover,
|
||||
a.homelink2:link,
|
||||
a.homelink2:visited,
|
||||
#serendipity_banner h2 {
|
||||
color: #FFFFFF;
|
||||
padding-left: 10px;
|
||||
font-size: small;
|
||||
font-weight: normal;
|
||||
margin: 0px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.serendipity_title {
|
||||
color: #333;
|
||||
font-family: 'Trebuchet MS', Verdana, sans-serif;
|
||||
font-size: small;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.serendipity_title a:link,
|
||||
.serendipity_title a:visited,
|
||||
.serendipity_title a:hover {
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.serendipity_entry {
|
||||
background-color: #ffffff;
|
||||
color: #666666;
|
||||
font-family: 'Trebuchet MS', Verdana, sans-serif;
|
||||
font-size: small;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
.serendipity_entry_body_folded,
|
||||
.serendipity_entry_body_unfolded,
|
||||
.serendipity_entry_extended {
|
||||
/* Inner blocks of .serendipity_entry, can be used for further customization */
|
||||
}
|
||||
|
||||
div.serendipity_Entry_Date {
|
||||
width: auto;
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
.serendipity_date {
|
||||
color: #B22222;
|
||||
font-family: 'Trebuchet MS', Verdana, sans-serif;
|
||||
font-size: small;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
padding-top: 5px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.serendipity_commentTitle {
|
||||
display: block;
|
||||
color: #333;
|
||||
font-family: 'Trebuchet MS', Verdana, sans-serif;
|
||||
border-bottom: 1px solid #999999;
|
||||
font-size: small;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
div.serendipity_entryFooter {
|
||||
color: #999999;
|
||||
font-family: 'Trebuchet MS', Verdana, sans-serif;
|
||||
font-size: x-small;
|
||||
border-top: 1px solid #999999;
|
||||
text-align: left;
|
||||
margin-bottom: 25px;
|
||||
line-height: normal;
|
||||
padding: 3px;
|
||||
|
||||
}
|
||||
|
||||
img.serendipity_entryIcon {
|
||||
float: right;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
img.serendipity_entryIcon {
|
||||
float: right;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
td.serendipity_commentsLabel {
|
||||
font-size: x-small;
|
||||
font-weight: bold;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
td.serendipity_commentsValue input,
|
||||
td.serendipity_commentsValue select,
|
||||
td.serendipity_commentsValue textarea {
|
||||
width: 99%;
|
||||
border: 1px solid #333;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.serendipity_commentForm {
|
||||
font-size:x-small;
|
||||
color: #ffffff;
|
||||
margin-bottom: 13px;
|
||||
margin-right: 10px;
|
||||
margin-left: 10px;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.serendipity_comment {
|
||||
font-size: x-small;
|
||||
margin-right: 15px;
|
||||
margin-left: 15px;
|
||||
padding: 3px;
|
||||
padding-bottom: 0;
|
||||
background-color: #FFFFFF;
|
||||
border-right: 1px dotted #BBB;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.serendipity_comment_source {
|
||||
margin-top: 5px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
td.serendipity_admin {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
|
||||
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #0F314E;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #0F314E;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: #0F314E;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #B22222;
|
||||
}
|
||||
|
||||
table.serendipity_calendar td {
|
||||
text-align: center;
|
||||
}
|
||||
table.serendipity_calendar a {
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
table.serendipity_calendar a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
td.serendipity_weekDayName {
|
||||
text-align: center;
|
||||
font-weight: normal;
|
||||
}
|
||||
td.serendipity_calendarHeader a:link,
|
||||
td.serendipity_calendarHeader a:visited,
|
||||
td.serendipity_calendarHeader a:hover {
|
||||
color: #B22222;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
font-size: x-small;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
|
||||
text-transform: uppercase;
|
||||
padding: 3px;
|
||||
letter-spacing: .25em;
|
||||
text-decoration: none;
|
||||
}
|
||||
div.serendipityPlug {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.serendipityPlug a {
|
||||
text-decoration: none;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.serendipitySideBarContent {
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
/* Container for each item on the side bar */
|
||||
div.serendipitySideBarItem {
|
||||
color: #666666;
|
||||
font-family: 'Trebuchet MS', Verdana, sans-serif;
|
||||
font-size: x-small;
|
||||
text-align: left;
|
||||
margin-bottom: 15px;
|
||||
line-height: normal;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
/* title of an individual item */
|
||||
.serendipitySideBarTitle {
|
||||
color: #B22222;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
font-size: x-small;
|
||||
border-bottom: 1px solid #B22222;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .2em;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.serendipityImageButton {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
td.serendipitySideBar {
|
||||
font-size: x-small;
|
||||
width: 200px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
div.serendipity_admin_title {
|
||||
font-size: 22px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
div.serendipity_admin_list_title {
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
td.serendipity_admin_list_item {
|
||||
border: dashed 1px #000000;
|
||||
}
|
||||
|
||||
.serendipity_entry p {
|
||||
margin-top: 0px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
/** Embedded images with the s9y image manager **/
|
||||
.serendipity_imageComment_center,
|
||||
.serendipity_imageComment_left,
|
||||
.serendipity_imageComment_right {
|
||||
border: 1px solid black;
|
||||
background-color: #EFEFEF;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_center {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_img,
|
||||
.serendipity_imageComment_img img {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_txt {
|
||||
margin: 0px;
|
||||
padding: 3px;
|
||||
clear: both;
|
||||
font-size: xx-small;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item_even {
|
||||
background-color: #fefefe;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item_uneven {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.serendipity_admin_filters {
|
||||
border: 1px dashed;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 10px;
|
||||
margin-bottom: 10px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.serendipity_admin_filters_headline {
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
||||
.serendipity_admin_sortorder {
|
||||
font-size: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_admin_sortorder input,
|
||||
.serendipity_admin_sortorder select,
|
||||
.serendipity_admin_filters input,
|
||||
.serendipity_admin_filters select {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.serendipity_comments {
|
||||
}
|
||||
|
||||
.serendipity_center {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_msg_important {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.serendipity_msg_notice {
|
||||
color: green;
|
||||
font-weight: bold;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.serendipity_entry_author_self {
|
||||
}
|
||||
|
||||
.serendipity_comment_author_self {
|
||||
border-right: 1px dashed #B22222;
|
||||
}
|
||||
|
||||
/* vim: set sts=4 ts=4 expandtab : */
|
||||
|
||||
|
||||
/*** Additional plugin styles needed for the modernized output code ***/
|
||||
/*** added by Matthias 'YellowLed' Mees ***/
|
||||
|
||||
.plainList {
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.container_serendipity_authors_plugin .serendipitySideBarContent div {
|
||||
margin: 5px 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.serendipity_history_author { font-weight: bolder; }
|
||||
|
||||
.serendipity_history_intro,
|
||||
.serendipity_history_info { margin-bottom: 3px; }
|
||||
|
||||
.serendipity_history_body { margin-bottom: 10px; }
|
||||
|
||||
.serendipity_recententries_entrylink { margin-bottom: 2px; }
|
||||
|
||||
.serendipity_recententries_entrydate { margin: 0 0 4px 0; }
|
||||
|
||||
.plugin_comment_body { padding: 3px 0; }
|
||||
|
||||
.serendipity_shoutbox_date { margin: 5px 0 2px 0; }
|
||||
|
||||
.serendipity_shoutbox_comment { padding: 3px 0; }
|
||||
|
||||
/*** End Additional plugin styles ***/
|
@ -1,3 +0,0 @@
|
||||
Name: MT3 - Squash
|
||||
Author: Kaustubh Srikanth
|
||||
Date: 31-06-2004
|
Before ![]() (image error) Size: 40 KiB |
Before ![]() (image error) Size: 22 KiB |
@ -1,448 +0,0 @@
|
||||
h4,h3 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.serendipitySideBarContent input {
|
||||
width: 175px;
|
||||
}
|
||||
|
||||
#mainpane {
|
||||
line-height: 140%;
|
||||
text-align: left;
|
||||
padding: 0px;
|
||||
width: 700px;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #FFFFFF;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#content {
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
#serendipityRightSideBar {
|
||||
width: 180px;
|
||||
padding: 10px;
|
||||
background-color: #ffffff;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#serendipityLeftSideBar {
|
||||
width: 150px;
|
||||
padding: 10px;
|
||||
vertical-align: top;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0px 0px 20px 0px;
|
||||
background-color: #DBDAD6;
|
||||
}
|
||||
|
||||
input, textarea {
|
||||
font-size: x-small;
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
th, td {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
p, td, th, div, span {
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
#serendipity_banner {
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
color: #FFFFFF;
|
||||
background-color: #E7AA5C;
|
||||
text-align: left;
|
||||
border-bottom: 1px solid #FFFFFF;
|
||||
width: 700px;
|
||||
height: 72px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
a.homelink1,
|
||||
a.homelink1:hover,
|
||||
a.homelink1:link,
|
||||
a.homelink1:visited,
|
||||
#serendipity_banner h1 {
|
||||
color: #ffffff;
|
||||
font-size: xx-large;
|
||||
font-weight: normal;
|
||||
padding-left: 5px;
|
||||
padding-top: 5px;
|
||||
margin: 0px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.homelink2,
|
||||
a.homelink2:hover,
|
||||
a.homelink2:link,
|
||||
a.homelink2:visited,
|
||||
#serendipity_banner h2 {
|
||||
color: #FFFFFF;
|
||||
padding-left: 5px;
|
||||
font-size: small;
|
||||
font-weight: normal;
|
||||
margin: 0px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.serendipity_title {
|
||||
color: #333;
|
||||
font-family: 'Trebuchet MS', Verdana, sans-serif;
|
||||
font-size: small;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.serendipity_title a:link {
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.serendipity_title a:visited {
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.serendipity_title a:hover {
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.serendipity_entry {
|
||||
padding: 15px 15px 5px 0px;
|
||||
background-color: #FFFFFF;
|
||||
color: #666666;
|
||||
font-family: 'Trebuchet MS', Verdana, sans-serif;
|
||||
font-size: small;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
.serendipity_entry_body_folded,
|
||||
.serendipity_entry_body_unfolded,
|
||||
.serendipity_entry_extended {
|
||||
/* Inner blocks of .serendipity_entry, can be used for further customization */
|
||||
}
|
||||
|
||||
div.serendipity_Entry_Date {
|
||||
padding-left: 15px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.serendipity_date {
|
||||
color: #666666;
|
||||
font-family: 'Trebuchet MS', Verdana, sans-serif;
|
||||
font-size: small;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.serendipity_commentsTitle {
|
||||
font-family: 'Trebuchet MS', Verdana, sans-serif;
|
||||
display: block;
|
||||
width: 100%;
|
||||
color: #666666;
|
||||
font-size: small;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.serendipity_entryFooter {
|
||||
color: #999999;
|
||||
font-family: 'Trebuchet MS', Verdana, sans-serif;
|
||||
font-size: x-small;
|
||||
border-top: 1px solid #999999;
|
||||
text-align: left;
|
||||
margin-bottom: 25px;
|
||||
line-height: normal;
|
||||
padding: 3px;
|
||||
|
||||
}
|
||||
|
||||
img.serendipity_entryIcon {
|
||||
float: right;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
img.serendipity_entryIcon {
|
||||
float: right;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
td.serendipity_commentsValue input,
|
||||
td.serendipity_commentsValue select,
|
||||
td.serendipity_commentsValue textarea {
|
||||
width: 95%;
|
||||
border: 1px solid #999999;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
|
||||
td.serendipity_commentsLabel {
|
||||
font-size: x-small;
|
||||
font-weight: bold;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.serendipity_commentForm {
|
||||
font-size:x-small;
|
||||
color: #666666;
|
||||
margin-bottom: 13px;
|
||||
margin-right: 10px;
|
||||
margin-left: 10px;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.serendipity_comment {
|
||||
font-size: x-small;
|
||||
margin-right: 10px;
|
||||
margin-left: 10px;
|
||||
color: #666666;
|
||||
padding: 3px;
|
||||
background-color: #FFFFFF;
|
||||
border-right: 1px dotted #BBB;
|
||||
border-left: 1px dotted #BBB;
|
||||
margin-bottom: 10px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.serendipity_comment_source {
|
||||
margin-top: 5px;
|
||||
padding-left: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
td.serendipity_admin {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
|
||||
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
|
||||
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #CC6600;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #CC6600;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: #CC6600;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #FFCC33;
|
||||
}
|
||||
|
||||
table.serendipity_calendar td {
|
||||
font-size: x-small;
|
||||
padding: 3px;
|
||||
text-align: center;
|
||||
}
|
||||
table.serendipity_calendar a {
|
||||
font-weight: bold;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
table.serendipity_calendar a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
td.serendipity_weekDayName {
|
||||
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, div.serendipityPlug a {
|
||||
font-size: 11px;
|
||||
text-decoration: none;
|
||||
border: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Container for each item on the side bar */
|
||||
div.serendipitySideBarItem {
|
||||
color: #666666;
|
||||
font-family: 'Trebuchet MS', Verdana, sans-serif;
|
||||
font-size: x-small;
|
||||
text-align: left;
|
||||
margin-bottom: 25px;
|
||||
line-height: normal;
|
||||
padding: 3px;}
|
||||
|
||||
/* title of an individual item */
|
||||
.serendipitySideBarTitle {
|
||||
color: #666666;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
font-size: x-small;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .2em;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.serendipityImageButton {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
td.serendipitySideBar {
|
||||
font-size: x-small;
|
||||
width: 200px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
div.serendipity_admin_title {
|
||||
font-size: 22px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
div.serendipity_admin_list_title {
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
td.serendipity_admin_list_item {
|
||||
padding: 15px;
|
||||
border: dashed 1px #000000;
|
||||
}
|
||||
|
||||
.serendipity_entry p {
|
||||
margin-top: 0px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
/** Embedded images with the s9y image manager **/
|
||||
.serendipity_imageComment_center,
|
||||
.serendipity_imageComment_left,
|
||||
.serendipity_imageComment_right {
|
||||
border: 1px solid black;
|
||||
background-color: #EFEFEF;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_center {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_img,
|
||||
.serendipity_imageComment_img img {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_txt {
|
||||
margin: 0px;
|
||||
padding: 3px;
|
||||
clear: both;
|
||||
font-size: xx-small;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item_even {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item_uneven {
|
||||
background-color: #E0E0E0;
|
||||
}
|
||||
.serendipity_admin_filters {
|
||||
border: 1px dashed;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 10px;
|
||||
margin-bottom: 10px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.serendipity_admin_filters_headline {
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
||||
.serendipity_admin_sortorder {
|
||||
font-size: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_admin_sortorder input,
|
||||
.serendipity_admin_sortorder select,
|
||||
.serendipity_admin_filters input,
|
||||
.serendipity_admin_filters select {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.serendipity_center {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_entry_author_self {
|
||||
}
|
||||
|
||||
.serendipity_comment_author_self {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
|
||||
/*** Additional plugin styles needed for the modernized output code ***/
|
||||
/*** added by Matthias 'YellowLed' Mees ***/
|
||||
|
||||
.plainList {
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.container_serendipity_authors_plugin .serendipitySideBarContent div {
|
||||
margin: 5px 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.serendipity_history_author { font-weight: bolder; }
|
||||
|
||||
.serendipity_history_intro,
|
||||
.serendipity_history_info { margin-bottom: 3px; }
|
||||
|
||||
.serendipity_history_body { margin-bottom: 10px; }
|
||||
|
||||
.serendipity_recententries_entrylink { margin-bottom: 2px; }
|
||||
|
||||
.serendipity_recententries_entrydate { margin: 0 0 4px 0; }
|
||||
|
||||
.plugin_comment_body { padding: 3px 0; }
|
||||
|
||||
.serendipity_shoutbox_date { margin: 5px 0 2px 0; }
|
||||
|
||||
.serendipity_shoutbox_comment { padding: 3px 0; }
|
||||
|
||||
/*** End Additional plugin styles ***/
|
@ -1,44 +0,0 @@
|
||||
body {
|
||||
color: #061C37;
|
||||
font-family: Georgia, Tahoma, Verdana, Arial;
|
||||
background-color: #ffffff;
|
||||
padding-left: 16px;
|
||||
font-size: 9pt;
|
||||
text-align:justify;
|
||||
direction: {LANG_DIRECTION};
|
||||
}
|
||||
|
||||
/** Embedded images with the s9y image manager **/
|
||||
.serendipity_imageComment_center,
|
||||
.serendipity_imageComment_left,
|
||||
.serendipity_imageComment_right {
|
||||
border: 1px solid black;
|
||||
background-color: #EFEFEF;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_center {
|
||||
}
|
||||
|
||||
.serendipity_imageComment_left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_img,
|
||||
.serendipity_imageComment_img img {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_txt {
|
||||
margin: 0px;
|
||||
padding: 3px;
|
||||
clear: both;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
Before ![]() (image error) Size: 204 B |
Before ![]() (image error) Size: 299 B |
Before ![]() (image error) Size: 298 B |
Before ![]() (image error) Size: 209 B |
Before ![]() (image error) Size: 311 B |
@ -1,3 +0,0 @@
|
||||
Name: Newspaper Blog
|
||||
Author: Jannis Hermanns
|
||||
Date: 26/6-2003
|
@ -1,107 +0,0 @@
|
||||
<?php
|
||||
##########################################################################
|
||||
# serendipity - another blogger... #
|
||||
##########################################################################
|
||||
# #
|
||||
# (c) 2003 Jannis Hermanns <J@hacked.it> #
|
||||
# Kristian Köhntopp fucked it up #
|
||||
# http://www.jannis.to/programming/serendipity.html #
|
||||
# #
|
||||
##########################################################################
|
||||
|
||||
$OPENSHADOW = '<table cellspacing="0" width="100%" cellpadding="0" style="padding:0px">
|
||||
<tr>
|
||||
<td valign="top" align="left" style="padding:10px;border-top:1px solid #cdcdcd; border-left: 1px solid #cdcdcd;">
|
||||
';
|
||||
|
||||
$CLOSESHADOW = '</td>
|
||||
<td style="width:8px; background-image:url('.$serendipity['baseURL'].'/templates/newspaper/img/shadowr.png);" valign="top"><img src="'.$serendipity['baseURL'].'/templates/newspaper/img/shadowt.png" border="0" hspace="0" vspace="0" alt="neu" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="height:10px; background-image:url('.$serendipity['baseURL'].'/templates/newspaper/img/shadowb.png);"><img src="'.$serendipity['baseURL'].'/templates/newspaper/img/shadowbl.png" border="0" hspace="0" vspace="0" alt="new" /></td>
|
||||
<td style="height:10px; width:8px;"><img src="'.$serendipity['baseURL'].'/templates/newspaper/img/shadowbr.png" border="0" hspace="0" vspace="0" alt="neu" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
';
|
||||
?>
|
||||
|
||||
<table width="100%" cellspacing="4" border="0">
|
||||
<tr>
|
||||
<td colspan="3" width="100%" class="serendipityBanner">
|
||||
<div id="serendipity_banner">
|
||||
<h1><a class="homelink1" href="<?php echo $serendipity['baseURL']; ?>"><?php echo htmlspecialchars($serendipity['blogTitle']); ?></a></h1>
|
||||
<h2>
|
||||
<?php
|
||||
$sub = isset($serendipity['blogSubTitle']) ? $serendipity['blogSubTitle'] : $serendipity['blogDescription'];
|
||||
if (strlen($sub)) {
|
||||
?>
|
||||
<h2><a class="homelink2" href="<?php echo $serendipity['baseURL']; ?>"><?php echo $sub ?></a></h2>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
||||
</h2>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="150" valign="top" align="left" class="serendipitySideBar">
|
||||
<?php
|
||||
serendipity_plugin_api::generate_plugins('left', 'span');
|
||||
// serendipity_plugin_api::generate_plugins('right', 'span');
|
||||
?>
|
||||
|
||||
</td>
|
||||
<td width="100%" valign="top" align="left" class="serendipityContent">
|
||||
<?php echo $OPENSHADOW; ?>
|
||||
<?php
|
||||
// The main area
|
||||
switch ($serendipity["GET"]["action"]) {
|
||||
|
||||
// User wants to read the diary
|
||||
case "read":
|
||||
if (isset($serendipity['GET']['id'])) {
|
||||
serendipity_printEntries(array(serendipity_fetchEntry("id", $serendipity['GET']['id'])), 1);
|
||||
} else {
|
||||
serendipity_printEntries(serendipity_fetchEntries($serendipity['range'], true, $serendipity['fetchLimit']));
|
||||
}
|
||||
break;
|
||||
|
||||
// User searches
|
||||
case "search":
|
||||
$r = serendipity_searchEntries($serendipity["GET"]["searchTerm"]);
|
||||
if ( strlen($serendipity["GET"]["searchTerm"]) <= 3 ) {
|
||||
echo SEARCH_TOO_SHORT;
|
||||
break;
|
||||
}
|
||||
|
||||
if ($r === true) {
|
||||
echo sprintf(NO_ENTRIES_BLAHBLAH, $serendipity['GET']['searchTerm']);
|
||||
break;
|
||||
}
|
||||
echo sprintf(YOUR_SEARCH_RETURNED_BLAHBLAH, $serendipity["GET"]["searchTerm"], count($r));
|
||||
serendipity_printEntries($r);
|
||||
break;
|
||||
|
||||
// Show the archive
|
||||
case "archives":
|
||||
serendipity_printArchives();
|
||||
break;
|
||||
|
||||
|
||||
// Welcome screen or whatever
|
||||
default:
|
||||
serendipity_printEntries(serendipity_fetchEntries(null, true, $serendipity['fetchLimit']));
|
||||
}
|
||||
?>
|
||||
<?php echo $CLOSESHADOW; ?>
|
||||
</td>
|
||||
<td valign="top" align="left" class="serendipitySideBar">
|
||||
<?php
|
||||
// serendipity_plugin_api::generate_plugins('left', 'span');
|
||||
serendipity_plugin_api::generate_plugins('right', 'span');
|
||||
?>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
Before ![]() (image error) Size: 10 KiB |
Before ![]() (image error) Size: 37 KiB |
@ -1,386 +0,0 @@
|
||||
A {
|
||||
border-bottom:0px dotted #1a3c5a;
|
||||
|
||||
color: #32557A;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
A IMG {
|
||||
border-bottom:0px solid #ffffff;
|
||||
}
|
||||
|
||||
A:hover {
|
||||
color: #EE7F09;
|
||||
}
|
||||
|
||||
SPAN.serendipityReferer, SPAN.serendipityReferer A {
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
font-size:10px;
|
||||
}
|
||||
|
||||
H3 {
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
margin:4px;
|
||||
}
|
||||
|
||||
PRE {
|
||||
font-size: 7pt;
|
||||
}
|
||||
|
||||
INPUT,SELECT {
|
||||
font-size: 7pt;
|
||||
border: 1px solid #ababab;
|
||||
background-color: #FCFFF9;
|
||||
}
|
||||
|
||||
#mainpane {
|
||||
|
||||
}
|
||||
|
||||
#content {
|
||||
|
||||
}
|
||||
|
||||
#serendipityRightSideBar {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#serendipityLeftSideBar A {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.serendipity_entryFooter {
|
||||
margin-top:10px;
|
||||
border-bottom:1px dashed #cdcdcd;
|
||||
}
|
||||
|
||||
.serendipityPlug A {
|
||||
|
||||
}
|
||||
|
||||
BODY,P, TD, TH, DIV, SPAN {
|
||||
color: #061C37;
|
||||
font-size: 8pt;
|
||||
font-family: Georgia, Tahoma, Verdana, Arial;
|
||||
}
|
||||
|
||||
BODY {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.serendipity_banner {
|
||||
background-color: #FFFDEC;
|
||||
}
|
||||
|
||||
|
||||
a.homelink1,
|
||||
a.homelink1:hover,
|
||||
a.homelink1:link,
|
||||
a.homelink1:visited,
|
||||
#serendipity_banner h1 {
|
||||
font-size: 25px;
|
||||
font-family: Georgia;
|
||||
color:#082447;
|
||||
}
|
||||
|
||||
a.homelink2,
|
||||
a.homelink2:hover,
|
||||
a.homelink2:link,
|
||||
a.homelink2:visited,
|
||||
#serendipity_banner h2 {
|
||||
padding-left:38px;
|
||||
font-size: 14px;
|
||||
font-family: Georgia;
|
||||
color:#082447;
|
||||
}
|
||||
|
||||
|
||||
.serendipity_title {
|
||||
font-variant:small-caps;
|
||||
font-size:11pt;
|
||||
letter-spacing:2pt;
|
||||
font-style: italic;
|
||||
font-weight:bold;
|
||||
padding-top: 16px;
|
||||
padding-bottom:8px;
|
||||
border-top:1px dashed #cdcdcd;
|
||||
}
|
||||
|
||||
.serendipity_entry {
|
||||
padding-left: 16px;
|
||||
font-size: 9pt;
|
||||
text-align:justify;
|
||||
}
|
||||
|
||||
.serendipity_entry a {
|
||||
|
||||
}
|
||||
|
||||
div.serendipity_Entry_Date {
|
||||
|
||||
}
|
||||
|
||||
.serendipity_date {
|
||||
text-align: right;
|
||||
font-size: 12pt;
|
||||
font-weight: bolder;
|
||||
text-decoration:italic;
|
||||
padding-top: 24px;
|
||||
}
|
||||
|
||||
.serendipity_commentsTitle {
|
||||
font-size: 24pt;
|
||||
}
|
||||
|
||||
.serendipity_time {
|
||||
}
|
||||
|
||||
TD.serendipity_commentsLabel {
|
||||
|
||||
}
|
||||
|
||||
TD.serendipity_comment {
|
||||
border-bottom:1px dotted #cdcdcd;
|
||||
padding-top:16px;
|
||||
}
|
||||
|
||||
.serendipity_comment {
|
||||
padding-top: 1em;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.serendipity_comment_source {
|
||||
|
||||
}
|
||||
|
||||
TD.serendipityEntriesBox {
|
||||
|
||||
}
|
||||
|
||||
TD.serendipity_admin {
|
||||
|
||||
}
|
||||
|
||||
TABLE.serendipity_calendar {
|
||||
|
||||
}
|
||||
|
||||
TD.serendipity_calendarDay, TD.serendipity_calendarBlankDay, TD.serendipity_calendarDayFirstInRow, TD.serendipity_calendarBlankDayFirstInRow{
|
||||
padding: 2px;
|
||||
border-top:1px solid #F0EEDE;
|
||||
border-left:1px solid #F0EEDE;
|
||||
}
|
||||
|
||||
TD.serendipity_calendarDayLastInRow, TD.serendipity_calendarBlankDayLastInRow {
|
||||
padding: 2px;
|
||||
border-top:1px solid #F0EEDE;
|
||||
border-left:1px solid #F0EEDE;
|
||||
border-right:1px solid #F0EEDE;
|
||||
}
|
||||
|
||||
TD.serendipity_calendarDayLastRow, TD.serendipity_calendarBlankDayLastRow {
|
||||
padding: 2px;
|
||||
border-top:1px solid #F0EEDE;
|
||||
border-left:1px solid #F0EEDE;
|
||||
border-bottom: 1px solid #F0EEDE;
|
||||
}
|
||||
|
||||
TD.serendipity_calendarDayLastInLastRow, TD.serendipity_calendarBlankDayLastInLastRow {
|
||||
padding: 2px;
|
||||
border-top:1px solid #F0EEDE;
|
||||
border-left:1px solid #F0EEDE;
|
||||
border-right:1px solid #F0EEDE;
|
||||
border-bottom:1px solid #F0EEDE;
|
||||
}
|
||||
|
||||
|
||||
|
||||
TABLE.serendipity_calendar A {
|
||||
|
||||
}
|
||||
|
||||
TABLE.serendipity_calendar A:hover {
|
||||
|
||||
}
|
||||
|
||||
TD.serendipity_calendarHeader {
|
||||
border-bottom: 0px solid #cdcdcd;
|
||||
border-left: 0px;
|
||||
border right: 0px
|
||||
}
|
||||
|
||||
TD.serendipity_weekDayName {
|
||||
|
||||
}
|
||||
|
||||
div.serendipityPlug, div.jBlogPlug A {
|
||||
|
||||
}
|
||||
|
||||
/* Container for each item on the side bar */
|
||||
div.serendipitySideBarItem {
|
||||
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
|
||||
TD.serendipityBanner {
|
||||
|
||||
padding-top:0px;
|
||||
}
|
||||
|
||||
TD.serendipityContent {
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
padding-top: 0px;
|
||||
border-bottom: 1px dotted #ABABAB;
|
||||
|
||||
}
|
||||
|
||||
#serendipityRightSideBar #serendipitySideBarContent A {
|
||||
font-size: 8px;
|
||||
}
|
||||
|
||||
#serendipitySidebarContent {
|
||||
text-indent: 15px;
|
||||
}
|
||||
|
||||
/* title of an individual item */
|
||||
div.serendipitySideBarTitle {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
img.serendipityImageButton {
|
||||
|
||||
}
|
||||
|
||||
|
||||
div.serendipity_admin_title {
|
||||
|
||||
}
|
||||
|
||||
div.serendipity_admin_list_title {
|
||||
|
||||
}
|
||||
|
||||
td.serendipity_admin_list_item {
|
||||
|
||||
}
|
||||
|
||||
/** Embedded images with the s9y image manager **/
|
||||
.serendipity_imageComment_center,
|
||||
.serendipity_imageComment_left,
|
||||
.serendipity_imageComment_right {
|
||||
border: 1px solid black;
|
||||
background-color: #EFEFEF;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_center {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_img,
|
||||
.serendipity_imageComment_img img {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_imageComment_txt {
|
||||
margin: 0px;
|
||||
padding: 3px;
|
||||
clear: both;
|
||||
font-size: 9pt;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
img.serendipity_entryIcon {
|
||||
float: right;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item_even {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item_uneven {
|
||||
background-color: #E0E0E0;
|
||||
}
|
||||
|
||||
.serendipity_admin_filters,
|
||||
.serendipity_admin_filters input,
|
||||
.serendipity_admin_filters select {
|
||||
}
|
||||
|
||||
.serendipity_comments {
|
||||
}
|
||||
|
||||
.serendipity_center {
|
||||
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 {
|
||||
background-color: #efefef;
|
||||
}
|
||||
|
||||
|
||||
/*** Additional plugin styles needed for the modernized output code ***/
|
||||
/*** added by Matthias 'YellowLed' Mees ***/
|
||||
|
||||
.plainList {
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.container_serendipity_authors_plugin .serendipitySideBarContent div {
|
||||
margin: 5px 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.serendipity_history_author { font-weight: bolder; }
|
||||
|
||||
.serendipity_history_intro,
|
||||
.serendipity_history_info { margin-bottom: 3px; }
|
||||
|
||||
.serendipity_history_body { margin-bottom: 10px; }
|
||||
|
||||
.serendipity_recententries_entrylink { margin-bottom: 2px; }
|
||||
|
||||
.serendipity_recententries_entrydate { margin: 0 0 4px 0; }
|
||||
|
||||
.plugin_comment_body { padding: 3px 0; }
|
||||
|
||||
.serendipity_shoutbox_date { margin: 5px 0 2px 0; }
|
||||
|
||||
.serendipity_shoutbox_comment { padding: 3px 0; }
|
||||
|
||||
/*** End Additional plugin styles ***/
|