Index: themes/bluemarine/block.tpl.php =================================================================== RCS file: themes/bluemarine/block.tpl.php diff -N themes/bluemarine/block.tpl.php --- themes/bluemarine/block.tpl.php 7 Aug 2007 08:39:36 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,7 +0,0 @@ - -
-

subject; ?>

-
content; ?>
-
Index: themes/bluemarine/bluemarine.info =================================================================== RCS file: themes/bluemarine/bluemarine.info diff -N themes/bluemarine/bluemarine.info --- themes/bluemarine/bluemarine.info 7 May 2008 07:05:56 -0000 1.6 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,6 +0,0 @@ -; $Id: bluemarine.info,v 1.6 2008/05/07 07:05:56 dries Exp $ -name = Bluemarine -description = Tableless theme with a marine and ash color scheme. -version = VERSION -core = 7.x -engine = phptemplate Index: themes/bluemarine/box.tpl.php =================================================================== RCS file: themes/bluemarine/box.tpl.php diff -N themes/bluemarine/box.tpl.php --- themes/bluemarine/box.tpl.php 7 Aug 2007 08:39:36 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,8 +0,0 @@ - -
-

-
-
- Index: themes/bluemarine/comment.tpl.php =================================================================== RCS file: themes/bluemarine/comment.tpl.php diff -N themes/bluemarine/comment.tpl.php --- themes/bluemarine/comment.tpl.php 18 Feb 2009 14:28:23 -0000 1.9 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,20 +0,0 @@ - -
- -

-
-
- - -
-
- -
- -
- -
Index: themes/bluemarine/logo.png =================================================================== RCS file: themes/bluemarine/logo.png diff -N themes/bluemarine/logo.png Binary files /tmp/cvsIJfTNh and /dev/null differ Index: themes/bluemarine/node.tpl.php =================================================================== RCS file: themes/bluemarine/node.tpl.php diff -N themes/bluemarine/node.tpl.php --- themes/bluemarine/node.tpl.php 31 Dec 2008 12:02:23 -0000 1.8 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,14 +0,0 @@ - -
"> - -

- -
-
- - -
Index: themes/bluemarine/page.tpl.php =================================================================== RCS file: themes/bluemarine/page.tpl.php diff -N themes/bluemarine/page.tpl.php --- themes/bluemarine/page.tpl.php 18 Feb 2009 14:28:24 -0000 1.33 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,55 +0,0 @@ - -> - - <?php print $head_title ?> - - - - - - - - - -
- - -
-
-
- -

-
- - - - -
-
- - -
- - - - - - Index: themes/bluemarine/screenshot.png =================================================================== RCS file: themes/bluemarine/screenshot.png diff -N themes/bluemarine/screenshot.png Binary files /tmp/cvstzkLig and /dev/null differ Index: themes/bluemarine/style-rtl.css =================================================================== RCS file: themes/bluemarine/style-rtl.css diff -N themes/bluemarine/style-rtl.css --- themes/bluemarine/style-rtl.css 7 May 2008 07:05:56 -0000 1.6 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,51 +0,0 @@ -/* $Id: style-rtl.css,v 1.6 2008/05/07 07:05:56 dries Exp $ */ -body { - direction: rtl; -} -.layout-columns .column { - float: right; -} -#sidebar-left, #sidebar-right { - margin-right: 0; - margin-left: -18em; -} -#sidebar-left { - right: -18em; -} -.logo { - float: right; -} -.search-box { - float: left; /* LTR */ -} -#menu { - padding: 0.5em 0.5em 0 0.5em; - text-align: left; -} -#navlist { - padding: 0 0 1.2em 0.8em; -} -#subnavlist { - padding: 0.5em 0 0.4em 1.2em; -} - -ul.links li { - border-right: 1px solid #9cf; - border-left: none; -} -.block, .box { - padding: 0 1.5em 0 0; -} -.node .taxonomy { - padding-right: 1.5em; -} -.node .picture { - float: left; -} -.comment .new { - text-align: left; - float: left; -} -.comment .picture { - float: left; -} Index: themes/bluemarine/style.css =================================================================== RCS file: themes/bluemarine/style.css diff -N themes/bluemarine/style.css --- themes/bluemarine/style.css 7 May 2008 07:05:56 -0000 1.24 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,380 +0,0 @@ -/* $Id: style.css,v 1.24 2008/05/07 07:05:56 dries Exp $ */ - -/* -** HTML elements -*/ -body { - margin: 0; - padding: 0; - color: #000; - background-color: #fff; - font: 76% Verdana, Arial, Helvetica, sans-serif; -} -tr.odd td, tr.even td { - padding: 0.3em; -} -h1, h2, h3, h4, h5, h6 { - margin-bottom: 0.5em; -} -h1 { - font-size: 1.3em; -} -h2 { - font-size: 1.2em; -} -h3, h4, h5, h6 { - font-size: 1.1em; -} -p { - margin-top: 0.5em; - margin-bottom: 0.9em; -} -a { - text-decoration: none; - font-weight: bold; -} -a:link { - color: #39c; -} -a:visited { - color: #369; -} -a:hover { - color: #39c; - text-decoration: underline; -} -fieldset { - border: 1px solid #ccc; -} -pre { - background-color: #eee; - padding: 0.75em 1.5em; - font-size: 12px; - border: 1px solid #ddd; -} -.form-item label { - font-size: 1em; - color: #222; -} -.item-list .title { - font-size: 1em; - color: #222; -} -.links { - margin-bottom: 0; -} -.comment .links { - margin-bottom: 0; -} - -/* -** Page layout blocks / IDs -*/ - -body { - min-width: 56em; - /* Background color needed to fill the sidebars for the length of the page. */ - background-color: #ddd; -} - -.layout-columns { - padding: 0 18em; -} - -.sidebar-left .layout-columns { - padding-right: 0; -} - -.sidebar-right .layout-columns { - padding-left: 0; -} - -.layout-columns .column { - position: relative; - float: left; /* LTR */ -} - -#main { - width: 100%; - background-color: #fff; -} -#main .inner { - padding: 1em 1.5em 3em 1.5em; -} - -#sidebar-left, #sidebar-right { - width: 16em; - padding: 1em; - margin-right: -18em; /* LTR */ - background-color: #ddd; -} - -#sidebar-left { - right: 18em; /* LTR */ -} - -#header { - padding: .2em; - background-color: #69c; -} -.logo { - float: left; /* LTR */ - padding: 0 1em; - border: 0; -} -.site-name { - margin: 0.6em 0 0 ; - font-size: 2em; - white-space: nowrap; -} -.site-name a:link, .site-name a:visited { - color: #fff; -} -.site-name a:hover { - color: #369; - text-decoration: none; -} -.site-slogan { - font-size: 1em; - color: #eee; - display: block; - margin: 0; - font-style: italic; - font-weight: bold; -} -.search-box { - float: right; /* LTR */ - margin: 1em; -} -#menu { - padding: 0.5em 0.5em 0 0.5em; /* LTR */ - text-align: right; /* LTR */ - vertical-align: middle; -} -#header-region { - clear: both; -} - -#navlist { - font-size: 1.0em; - padding: 0 0.8em 0.5em 0; /* LTR */ - color: #9cf; -} -#navlist a { - font-weight: bold; - color: #fff; -} -#subnavlist { - padding: 0.5em 1.2em 0.4em 0; /* LTR */ - font-size: 0.8em; - color: #9cf; -} -#subnavlist a { - font-weight: bold; - color: #9cf; -} -ul.links li { - border-left: 1px solid #9cf; /* LTR */ -} -ul.links li.first { - border: none; -} -#search .form-text, #search .form-submit { - border: 1px solid #369; - font-size: 1.1em; - height: 1.5em; - vertical-align: middle; -} -#search .form-text { - width: 8em; - padding: 0 0.5em; -} -#mission { - background-color: #369; - padding: 1.5em 2em; - color: #fff; -} -#mission a, #mission a:visited { - color: #9cf; - font-weight: bold; -} -#mission, .node .content, .comment .content { - line-height: 1.4em; -} -#help { - font-size: 0.9em; - margin-bottom: 1em; -} -.breadcrumb { - margin-bottom: .5em; -} -.messages { - background-color: #eee; - border: 1px solid #ccc; - padding: 0.3em; - margin-bottom: 1em; -} -.error { - border-color: red; -} - -#footer { - background-color: #eee; - padding: 1em; - font-size: 0.8em; - clear: both; -} - -/* -** Common declarations for child classes of node, comment, block, box, etc. -** If you want any of them styled differently for a specific parent, add -** additional rules /with only the differing properties!/ to .parent .class. -** See .comment .title for an example. -*/ -.title, .title a { - font-weight: bold; - font-size: 1.3em; - color: #777; - margin: 0 auto; /* decrease default margins for h.title */ -} -.submitted { - color: #999; - font-size: 0.8em; -} -.links { - color: #999; -} -.links a { - font-weight: bold; -} -.block, .box { - padding: 0 0 1.5em 0; /* LTR */ -} -.block { - border-bottom: 1px solid #bbb; - padding-bottom: 0.75em; - margin-bottom: 1.5em; -} -.block .title { - margin-bottom: .25em; -} -.box .title { - font-size: 1.1em; -} -.node { - margin: .5em 0 2em; /* LTR */ -} -.sticky { - padding: .5em; - background-color: #eee; - border: solid 1px #ddd; -} -.node .content, .comment .content { - margin: .5em 0 .5em; -} -.node .taxonomy { - color: #999; - font-size: 0.8em; - padding-left: 1.5em; /* LTR */ -} -.node .picture { - border: 1px solid #ddd; - float: right; /* LTR */ - margin: 0.5em; -} -.comment { - border: 1px solid #abc; - padding: .5em; - margin-bottom: 1em; -} -.comment .title a { - font-size: 1.1em; - font-weight: normal; -} -.comment .new { - text-align: right; /* LTR */ - font-weight: bold; - font-size: 0.8em; - float: right; /* LTR */ - color: red; -} -.comment .picture { - border: 1px solid #abc; - float: right; /* LTR */ - margin: 0.5em; -} - -/* -** Module specific styles -*/ -#aggregator .feed-source { - background-color: #eee; - border: 1px solid #ccc; - padding: 1em; - margin: 1em 0; -} -#aggregator .news-item .categories, #aggregator .source, #aggregator .age { - color: #999; - font-style: italic; - font-size: 0.9em; -} -#aggregator .title { - margin-bottom: 0.5em; - font-size: 1em; -} -#aggregator h3 { - margin-top: 1em; -} -#forum table { - width: 100%; -} -#forum td { - padding: 0.5em; -} -#forum td.forum, #forum td.posts { - background-color: #eee; -} -#forum td.topics, #forum td.last-reply { - background-color: #ddd; -} -#forum td.container { - background-color: #ccc; -} -#forum td.container a { - color: #555; -} -#forum td.statistics, #forum td.settings, #forum td.pager { - height: 1.5em; - border: 1px solid #bbb; -} -#forum td .name { - color: #96c; -} -#forum td .links { - padding-top: 0.7em; - font-size: 0.9em; -} -#profile .profile { - clear: both; - border: 1px solid #abc; - padding: .5em; - margin: 1em 0em; -} -#profile .profile .name { - padding-bottom: 0.5em; -} -.block-forum h3 { - margin-bottom: .5em; -} -div.admin-panel .description { - color: #999; -} -div.admin-panel .body { - background: #f4f4f4; -} -div.admin-panel h3 { - background-color: #69c; - color: #fff; - padding: 5px 8px 5px; - margin: 0; -} Index: themes/chameleon/background.png =================================================================== RCS file: themes/chameleon/background.png diff -N themes/chameleon/background.png Binary files /tmp/cvs69CcVe and /dev/null differ Index: themes/chameleon/chameleon.info =================================================================== RCS file: themes/chameleon/chameleon.info diff -N themes/chameleon/chameleon.info --- themes/chameleon/chameleon.info 18 Feb 2008 19:19:48 -0000 1.5 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,13 +0,0 @@ -; $Id: chameleon.info,v 1.5 2008/02/18 19:19:48 dries Exp $ -name = Chameleon -description = Minimalist tabled theme with light colors. -regions[left] = Left sidebar -regions[right] = Right sidebar -features[] = logo -features[] = favicon -features[] = name -features[] = slogan -stylesheets[all][] = style.css -stylesheets[all][] = common.css -version = VERSION -core = 7.x Index: themes/chameleon/chameleon.theme =================================================================== RCS file: themes/chameleon/chameleon.theme diff -N themes/chameleon/chameleon.theme --- themes/chameleon/chameleon.theme 18 Feb 2009 14:28:24 -0000 1.89 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,190 +0,0 @@ -language; - $direction = $GLOBALS['language']->direction ? 'rtl' : 'ltr'; - - if (theme_get_setting('toggle_favicon')) { - drupal_set_html_head(''); - } - - $title = drupal_get_title(); - $rdf_namespaces = drupal_get_rdf_namespaces(); - - // Get blocks before so that they can alter the header (JavaScript, Stylesheets etc.) - $blocks_left = theme_blocks('left'); - $blocks_right = theme_blocks('right'); - - $output = "\n"; - $output .= "\n"; - $output .= " " . ($title ? strip_tags($title) . " | " . variable_get("site_name", "Drupal") : variable_get("site_name", "Drupal") . " | " . variable_get("site_slogan", "")) . "\n"; - $output .= drupal_get_html_head(); - $output .= drupal_get_css(); - $output .= drupal_get_js(); - $output .= ""; - $output .= "\n"; - $output .= "
"; - - if ($logo = theme_get_setting('logo')) { - $output .= " \"""; - } - if (theme_get_setting('toggle_name')) { - $output .= "

" . l(variable_get('site_name', 'drupal'), "") . "

"; - } - if (theme_get_setting('toggle_slogan')) { - $output .= "
" . variable_get('site_slogan', '') . "
"; - } - - $output .= "
\n"; - - $main_menu = theme('links', menu_main_menu(), array('class' => 'links', 'id' => 'navlist')); - $secondary_menu = theme('links', menu_secondary_menu(), array('class' => 'links', 'id' => 'subnavlist')); - if (isset($main_menu) || isset($secondary_menu)) { - $output .= ' \n"; - } - - $output .= " \n"; - $output .= " \n"; - - if ($show_blocks && !empty($blocks_left)) { - $output .= " \n"; - } - - $output .= " \n"; - - if ($show_blocks && !empty($blocks_right)) { - $output .= " \n"; - } - - $output .= " \n"; - $output .= "
$blocks_left\n"; - - if ($title) { - $output .= theme("breadcrumb", drupal_get_breadcrumb()); - $output .= "

$title

"; - } - - if ($tabs = theme('menu_local_tasks')) { - $output .= $tabs; - } - - if ($show_messages) { - $output .= theme('status_messages'); - } - - $output .= theme('help'); - - $output .= "\n\n"; - $output .= $content; - $output .= drupal_get_feeds(); - $output .= "\n\n"; - - if ($footer = variable_get('site_footer', '')) { - $output .= "
$footer
\n"; - } - - $output .= "
$blocks_right
\n"; - - $output .= theme_closure(); - $output .= " \n"; - $output .= "\n"; - - return $output; -} - -function chameleon_node($node, $teaser = 0) { - - $output = "
status) ? ' node-unpublished' : '') . (($node->sticky) ? ' sticky' : '') . "\">\n"; - - if (!$page) { - $output .= "

" . ($teaser ? l($node->title, "node/$node->nid") : check_plain($node->title)) . "

\n"; - } - - $output .= "
\n"; - - if ($teaser && $node->teaser) { - $output .= $node->teaser; - } - elseif (isset($node->body)) { - $output .= $node->body; - } - - $output .= "
\n"; - - $submitted = ''; - if (variable_get('node_submitted_' . $node->type, TRUE)) { - $submitted = t("By !author at @date", array('!author' => theme('username', $node), '@date' => format_date($node->created, 'small'))); - } - - $terms = ''; - if (!empty($node->content['links']['terms'])) { - $terms = drupal_render($node->content['links']['terms']); - } - - $links = ''; - if ($node->content['links']) { - $links = drupal_render($node->content['links']); - } - - if (!empty($terms) || !empty($links)) { - $output .= '\n"; - } - - $output .= "
\n"; - - if ($node->content['comments']) { - $output .= drupal_render($node->content['comments']); - } - - return $output; -} - -function chameleon_comment($comment, $node, $links = array()) { - $submitted['comment_submitted'] = array( - 'title' => t('By !author at @date', array('!author' => theme('username', $comment), '@date' => format_date($comment->timestamp, 'small'))), - 'html' => TRUE); - - $output = "
\n"; - $output .= "

" . l($comment->subject, $_GET['q'], array('fragment' => "comment-$comment->cid")) . "

\n"; - $output .= "
" . $comment->comment; - if (!empty($comment->signature)) { - $output .= "
"; - $output .= "
\n"; - $output .= $comment->signature . "\n"; - $output .= "
\n"; - } - $output .= "
\n"; - $output .= "
" . theme('links', array_merge($submitted, $links)) . "
\n"; - $output .= "
\n"; - - return $output; -} - -function chameleon_help() { - if ($help = menu_get_active_help()) { - return '
' . $help . '

'; - } -} - Index: themes/chameleon/common-rtl.css =================================================================== RCS file: themes/chameleon/common-rtl.css diff -N themes/chameleon/common-rtl.css --- themes/chameleon/common-rtl.css 5 Jun 2007 09:15:02 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,19 +0,0 @@ -/* $Id: common-rtl.css,v 1.2 2007/06/05 09:15:02 dries Exp $ */ - -body { - direction: rtl; -} -.navlinks { - padding: 0em 0em 1.5em 0.5em; -} -.primary a { - padding: 0em 0em 0em 0.5em; -} -.secondary a { - padding: 0em 0em 0em 0.5em; -} - -#header img { - float: right; - padding: 0em 0em .5em 2em; -} Index: themes/chameleon/common.css =================================================================== RCS file: themes/chameleon/common.css diff -N themes/chameleon/common.css --- themes/chameleon/common.css 4 Jun 2007 11:10:38 -0000 1.12 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,151 +0,0 @@ -/* $Id: common.css,v 1.12 2007/06/04 11:10:38 goba Exp $ */ - -/* -** HTML elements -*/ -a, a:link, a:active { - font-weight: bold; - text-decoration: none; -} -a:hover { - text-decoration: underline; -} -body { - margin: 0; - padding: 3em; - font-size: .9em; - line-height: 1.3em; -} -blockquote { - font-style: italic; -} -table { - margin: 0; - padding: .5em; - border-collapse: collapse; -} -code, pre { - font-size: 1em; -} -pre { - font-size: 0.8em; - padding: 1em; - background: #eee; -} -li { - padding-bottom: .3em; -} -h1, h2, h3, h4, h5, h6 { - margin-bottom: .25em; -} -h1 { - font-size: 1.3em; -} -h2 { - font-size: 1.2em; -} -h3 { - font-size: 1.1em; -} -h4, h5, h6 { - font-size: 1em; -} -p { - margin: 0 0 .5em 0; -} -br { - line-height: 0.6em; -} - -/* -** Page layout blocks / IDs -*/ -#header { - margin-bottom: 2em; -} -#help { - font-size: 0.8em; -} -#content { - clear: both; -} -#sidebar-left, #sidebar-right { - vertical-align: top; - padding: 10px; -} -#main { - padding-left: 1em; - padding-right: 1em; - vertical-align: top; -} -#footer { - font-size: 0.8em; - padding-top: 2em; - text-align: center; -} - -/* -** Common declarations for child classes of node, comment, block, box etc -*/ -.title { - margin: 0 0 .25em 0; -} -.content { - margin: 0 0 .5em 0; -} -ul.links.inline { - font-size: 0.8em; - line-height: 1.25em; -} -.block { - width: 180px; -} -.messages { - padding: 0.3em; - margin: 0.5em 0em 0.5em 0em; -} -.status { - border: 1px solid #3a3; - color: #3a3; -} -.error, form-item input.error { - border: 1px solid red; - color: red; -} - -/* -** Common navigation links added on the admin/build/themes/settings page -*/ -.navlinks { - padding: 0em 0.5em 1.5em 0em; /* LTR */ - clear: both; -} -.primary a { - font-size: 1.0em; - padding: 0em 0.5em 0em 0em; /* LTR */ -} -.secondary a { - font-size: 0.9em; - padding: 0em 0.5em 0em 0em; /* LTR */ -} - -/* -** Logo Image Positioning -*/ -#header img { - float: left; /* LTR */ - padding: 0em 2em .5em 0em; /* LTR */ -} -#header { - clear: both; -} -/* -** Module specific styles -*/ -.form-item textarea { - font-size: 1em; -} -#aggregator .feed-source { - border: 1px solid gray; - padding: 1em; -} Index: themes/chameleon/logo.png =================================================================== RCS file: themes/chameleon/logo.png diff -N themes/chameleon/logo.png Binary files /tmp/cvsKpx91c and /dev/null differ Index: themes/chameleon/screenshot.png =================================================================== RCS file: themes/chameleon/screenshot.png diff -N themes/chameleon/screenshot.png Binary files /tmp/cvs6HEnHc and /dev/null differ Index: themes/chameleon/style-rtl.css =================================================================== RCS file: themes/chameleon/style-rtl.css diff -N themes/chameleon/style-rtl.css --- themes/chameleon/style-rtl.css 27 Nov 2007 12:09:27 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,29 +0,0 @@ -/* $Id: style-rtl.css,v 1.3 2007/11/27 12:09:27 goba Exp $ */ - -body { - padding: 5em 3em 0 0; -} -/** - * Yes - right is on the left and left is on the right! - * Welcome to design by tables.. - */ -#sidebar-left { - border-right: none; - border-left: 1px solid gray; -} -#sidebar-right { - border-left: none; - border-right: 1px solid gray; -} - -ul.links li { - border-left: none; - border-right: 1px solid #000; -} -ul.links li.first { - border-left: none; - border-right: none; -} -div.links { - text-align: left; -} Index: themes/chameleon/style.css =================================================================== RCS file: themes/chameleon/style.css diff -N themes/chameleon/style.css --- themes/chameleon/style.css 4 Jun 2007 11:10:38 -0000 1.7 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,115 +0,0 @@ -/* $Id: style.css,v 1.7 2007/06/04 11:10:38 goba Exp $ */ - -/* -** HTML elements -*/ -a, a:link, a:active { - color: #930; -} -a:visited { - color: #630; -} -body { - padding: 5em 0 0 3em; /* LTR */ - background-image: url(background.png); - background-repeat: repeat-x; - font-family: trebuchet ms, tahoma, verdana, arial, helvetica; - border-top: 10px solid gray; -} -ul { - list-style-type: disc; -} - -/* -** Page layout blocks / IDs -*/ -#main { - width: 500px; -} -#sidebar-left { - border-right: 1px solid gray; /* LTR */ -} -#sidebar-right { - border-left: 1px solid gray; /* LTR */ -} - -/* -** Common declarations for child classes of node, comment, block, box etc -*/ -#header .title { - font-size: 2em; - font-weight: bold; - padding-top: .75em; -} -#header .title a, -#header .title a:link, -#header .title a:visited, -#header .title a:active { - text-decoration: none; - color: #aaa; -} -#header .title a:hover { - color: #930; -} -#header .site-slogan { - margin-top: -0.1em; - font-size: 0.8em; -} -#subnavlist { - font-size: 0.8em; -} -ul.links li { - border-left: 1px solid #000; /* LTR */ -} -ul.links li.first { - border-left: none; /* LTR */ -} -.node .title { - font-size: 1.2em; -} -.node .title a, -.node .title a:link, -.node .title a:active, -.node .title a:visited { - text-decoration: none; - font-weight: normal; -} -.node .title a:hover { - text-decoration: underline; -} -div.links { - margin: 1em 0 3em 0; - text-align: right; /* LTR */ -} -.comment .content, .block .content, .menu { - font-size: 0.9em; -} -.block { - padding-bottom: 1em; -} -.block .title { - font-size: 1em; -} - -/* -** Module specific styles -*/ -.item-list ul li { - list-style: square; -} - -/* -** Administration page styles -*/ -div.admin-panel .description { - color: #999; -} -div.admin-panel .body { - background: #eee; -} -div.admin-panel h3 { - background-color: #999; - color: #fff; - padding: 5px 8px 5px; - margin: 0; -} Index: themes/chameleon/marvin/bullet.png =================================================================== RCS file: themes/chameleon/marvin/bullet.png diff -N themes/chameleon/marvin/bullet.png Binary files /tmp/cvszusMJb and /dev/null differ Index: themes/chameleon/marvin/druplicon-watermark-rtl.png =================================================================== RCS file: themes/chameleon/marvin/druplicon-watermark-rtl.png diff -N themes/chameleon/marvin/druplicon-watermark-rtl.png Binary files /tmp/cvsha78qb and /dev/null differ Index: themes/chameleon/marvin/druplicon-watermark.png =================================================================== RCS file: themes/chameleon/marvin/druplicon-watermark.png diff -N themes/chameleon/marvin/druplicon-watermark.png Binary files /tmp/cvshPED8a and /dev/null differ Index: themes/chameleon/marvin/logo.png =================================================================== RCS file: themes/chameleon/marvin/logo.png diff -N themes/chameleon/marvin/logo.png Binary files /tmp/cvs8H3fQa and /dev/null differ Index: themes/chameleon/marvin/marvin.info =================================================================== RCS file: themes/chameleon/marvin/marvin.info diff -N themes/chameleon/marvin/marvin.info --- themes/chameleon/marvin/marvin.info 18 Feb 2008 19:19:48 -0000 1.5 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,8 +0,0 @@ -; $Id: marvin.info,v 1.5 2008/02/18 19:19:48 dries Exp $ -name = Marvin -description = Boxy tabled theme in all grays. -regions[left] = Left sidebar -regions[right] = Right sidebar -version = VERSION -core = 7.x -base theme = chameleon Index: themes/chameleon/marvin/screenshot.png =================================================================== RCS file: themes/chameleon/marvin/screenshot.png diff -N themes/chameleon/marvin/screenshot.png Binary files /tmp/cvseev0fa and /dev/null differ Index: themes/chameleon/marvin/style-rtl.css =================================================================== RCS file: themes/chameleon/marvin/style-rtl.css diff -N themes/chameleon/marvin/style-rtl.css --- themes/chameleon/marvin/style-rtl.css 27 Nov 2007 12:09:27 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,33 +0,0 @@ -/* $Id: style-rtl.css,v 1.2 2007/11/27 12:09:27 goba Exp $ */ - -body { - background-image: url(druplicon-watermark-rtl.png); - background-position: top left; -} - -p { - margin: 0 0 1em 1em; -} - -ul.links li { - border-left: none; - border-right: 1px solid #888; -} - -/* -** Common declarations for child classes of node, comment, block, box etc -*/ -.node .submitted { - float: right; - padding: 0.5em 1em 0.5em 0; -} -.node .taxonomy { - float: left; -} -.node .content { - padding-left: 0; - padding-right: 1em; -} -.node .links { - padding: 1em 0.2em 1em 0; -} Index: themes/chameleon/marvin/style.css =================================================================== RCS file: themes/chameleon/marvin/style.css diff -N themes/chameleon/marvin/style.css --- themes/chameleon/marvin/style.css 4 Jun 2007 11:10:38 -0000 1.8 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,124 +0,0 @@ -/* $Id: style.css,v 1.8 2007/06/04 11:10:38 goba Exp $ */ - -/* -** HTML elements -*/ -body { - background: #fff url(druplicon-watermark.png) no-repeat top right; /* LTR */ - font-family: arial, helvetica, sans-serif; -} -a:link { - color: #656 -} -a:visited { - color: #656 -} -a:active { - color: #ccc -} -h2 { - background-color: #eaeaea; - border: solid 1px #777; - font-size: 1.1em; - margin: 0.5em 0em 0.5em 0em; - padding: 0.5em; -} -h2.title { - background-color: #fff; - border: solid 1px #888; - margin-top: 1em; -} -p { - margin: 0 1em 1em 0; /* LTR */ - padding: 0; -} -table { - font-size: 1em; -} - -/* -** Page layout blocks / IDs -*/ -#main { - width: 80%; -} -#header .title { - padding-top: .75em; -} -#subnavlist { - font-size: 0.8em; -} -ul.links li { - border-left: 1px solid #888; /* LTR */ -} -ul.links li.first { - border: none; -} - -/* -** Common declarations for child classes of node, comment, block, box etc -*/ -.node .submitted { - color: #7c7c7c; - font-size: 0.9em; - float: left; /* LTR */ - padding: 0.5em 0em 0.5em 1em; /* LTR */ -} -.node .taxonomy { - color: #7c7c7c; - font-size: 0.9em; - float: right; /* LTR */ -} -.node .content { - clear: both; - padding-left: 1em; /* LTR */ -} -.node .links { - padding: 1em 0 1em 0.2em; /* LTR */ -} -.comment { - border: solid 1px #777; - margin: 0.5em 0; - padding: 0.5em; -} -.block { - margin-bottom: 10px; - font-size: 0.9em; -} -.block .content { - border: solid 1px #888; - border-top: none; - margin: 0; - padding: 5px; -} -.block h2.title { - margin: 0; -} - -/* -** Administration page styles -*/ -div.admin-panel .description { - color: #999; -} - -div.admin-panel .body { - background: #f4f4f4; -} - -div.admin-panel h3 { - background-color: #888; - color: #fff; - padding: 5px 8px 5px; - margin: 0; -} - -/* -** Module specific styles -*/ -.item-list ul li { - list-style-image: url(bullet.png); -} -.path, .path a, .path a:visited { - color: #888; -} Index: themes/pushbutton/arrow-next-hover-rtl.png =================================================================== RCS file: themes/pushbutton/arrow-next-hover-rtl.png diff -N themes/pushbutton/arrow-next-hover-rtl.png Binary files /tmp/cvsSbJXr9 and /dev/null differ Index: themes/pushbutton/arrow-next-hover.png =================================================================== RCS file: themes/pushbutton/arrow-next-hover.png diff -N themes/pushbutton/arrow-next-hover.png Binary files /tmp/cvsVBrid9 and /dev/null differ Index: themes/pushbutton/arrow-next-rtl.png =================================================================== RCS file: themes/pushbutton/arrow-next-rtl.png diff -N themes/pushbutton/arrow-next-rtl.png Binary files /tmp/cvs2kHKY8 and /dev/null differ Index: themes/pushbutton/arrow-next-visited-rtl.png =================================================================== RCS file: themes/pushbutton/arrow-next-visited-rtl.png diff -N themes/pushbutton/arrow-next-visited-rtl.png Binary files /tmp/cvsvVfkK8 and /dev/null differ Index: themes/pushbutton/arrow-next-visited.png =================================================================== RCS file: themes/pushbutton/arrow-next-visited.png diff -N themes/pushbutton/arrow-next-visited.png Binary files /tmp/cvsPKj1v8 and /dev/null differ Index: themes/pushbutton/arrow-next.png =================================================================== RCS file: themes/pushbutton/arrow-next.png diff -N themes/pushbutton/arrow-next.png Binary files /tmp/cvsWSWPh8 and /dev/null differ Index: themes/pushbutton/arrow-prev-hover-rtl.png =================================================================== RCS file: themes/pushbutton/arrow-prev-hover-rtl.png diff -N themes/pushbutton/arrow-prev-hover-rtl.png Binary files /tmp/cvsa1bM37 and /dev/null differ Index: themes/pushbutton/arrow-prev-hover.png =================================================================== RCS file: themes/pushbutton/arrow-prev-hover.png diff -N themes/pushbutton/arrow-prev-hover.png Binary files /tmp/cvs2iYPP7 and /dev/null differ Index: themes/pushbutton/arrow-prev-rtl.png =================================================================== RCS file: themes/pushbutton/arrow-prev-rtl.png diff -N themes/pushbutton/arrow-prev-rtl.png Binary files /tmp/cvs1Te2B7 and /dev/null differ Index: themes/pushbutton/arrow-prev-visited-rtl.png =================================================================== RCS file: themes/pushbutton/arrow-prev-visited-rtl.png diff -N themes/pushbutton/arrow-prev-visited-rtl.png Binary files /tmp/cvs0WTlo7 and /dev/null differ Index: themes/pushbutton/arrow-prev-visited.png =================================================================== RCS file: themes/pushbutton/arrow-prev-visited.png diff -N themes/pushbutton/arrow-prev-visited.png Binary files /tmp/cvsgqaNa7 and /dev/null differ Index: themes/pushbutton/arrow-prev.png =================================================================== RCS file: themes/pushbutton/arrow-prev.png diff -N themes/pushbutton/arrow-prev.png Binary files /tmp/cvsVFSlX6 and /dev/null differ Index: themes/pushbutton/arrow-up-hover.png =================================================================== RCS file: themes/pushbutton/arrow-up-hover.png diff -N themes/pushbutton/arrow-up-hover.png Binary files /tmp/cvsdNh2J6 and /dev/null differ Index: themes/pushbutton/arrow-up-visited.png =================================================================== RCS file: themes/pushbutton/arrow-up-visited.png diff -N themes/pushbutton/arrow-up-visited.png Binary files /tmp/cvsCkDQw6 and /dev/null differ Index: themes/pushbutton/arrow-up.png =================================================================== RCS file: themes/pushbutton/arrow-up.png diff -N themes/pushbutton/arrow-up.png Binary files /tmp/cvsL2kMj6 and /dev/null differ Index: themes/pushbutton/background.png =================================================================== RCS file: themes/pushbutton/background.png diff -N themes/pushbutton/background.png Binary files /tmp/cvsFwNP65 and /dev/null differ Index: themes/pushbutton/block.tpl.php =================================================================== RCS file: themes/pushbutton/block.tpl.php diff -N themes/pushbutton/block.tpl.php --- themes/pushbutton/block.tpl.php 7 Aug 2007 08:39:36 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,7 +0,0 @@ - -
module" ?>" id="module-$block->delta"; ?>"> -

subject ?>

-
content ?>
-
\ No newline at end of file Index: themes/pushbutton/box.tpl.php =================================================================== RCS file: themes/pushbutton/box.tpl.php diff -N themes/pushbutton/box.tpl.php --- themes/pushbutton/box.tpl.php 7 Aug 2007 08:39:36 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,9 +0,0 @@ - -
- -

- -
-
\ No newline at end of file Index: themes/pushbutton/comment.tpl.php =================================================================== RCS file: themes/pushbutton/comment.tpl.php diff -N themes/pushbutton/comment.tpl.php --- themes/pushbutton/comment.tpl.php 18 Feb 2009 14:28:25 -0000 1.8 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,22 +0,0 @@ - -
- - - -

- -
- - -
-
- -
- -
- - - -
Index: themes/pushbutton/forum-container-rtl.jpg =================================================================== RCS file: themes/pushbutton/forum-container-rtl.jpg diff -N themes/pushbutton/forum-container-rtl.jpg Binary files /tmp/cvshcWcj5 and /dev/null differ Index: themes/pushbutton/forum-container.jpg =================================================================== RCS file: themes/pushbutton/forum-container.jpg diff -N themes/pushbutton/forum-container.jpg Binary files /tmp/cvstTGq74 and /dev/null differ Index: themes/pushbutton/forum-link-rtl.png =================================================================== RCS file: themes/pushbutton/forum-link-rtl.png diff -N themes/pushbutton/forum-link-rtl.png Binary files /tmp/cvsrFONV4 and /dev/null differ Index: themes/pushbutton/forum-link.png =================================================================== RCS file: themes/pushbutton/forum-link.png diff -N themes/pushbutton/forum-link.png Binary files /tmp/cvsGTniK4 and /dev/null differ Index: themes/pushbutton/header-a.jpg =================================================================== RCS file: themes/pushbutton/header-a.jpg diff -N themes/pushbutton/header-a.jpg Binary files /tmp/cvsEAjUy4 and /dev/null differ Index: themes/pushbutton/header-b-rtl.jpg =================================================================== RCS file: themes/pushbutton/header-b-rtl.jpg diff -N themes/pushbutton/header-b-rtl.jpg Binary files /tmp/cvsiGFDn4 and /dev/null differ Index: themes/pushbutton/header-b.jpg =================================================================== RCS file: themes/pushbutton/header-b.jpg diff -N themes/pushbutton/header-b.jpg Binary files /tmp/cvsiWcvc4 and /dev/null differ Index: themes/pushbutton/header-c.png =================================================================== RCS file: themes/pushbutton/header-c.png diff -N themes/pushbutton/header-c.png Binary files /tmp/cvsKuPu13 and /dev/null differ Index: themes/pushbutton/icon-block-rtl.png =================================================================== RCS file: themes/pushbutton/icon-block-rtl.png diff -N themes/pushbutton/icon-block-rtl.png Binary files /tmp/cvsSlFBQ3 and /dev/null differ Index: themes/pushbutton/icon-block.png =================================================================== RCS file: themes/pushbutton/icon-block.png diff -N themes/pushbutton/icon-block.png Binary files /tmp/cvsdCWPF3 and /dev/null differ Index: themes/pushbutton/icon-comment-rtl.png =================================================================== RCS file: themes/pushbutton/icon-comment-rtl.png diff -N themes/pushbutton/icon-comment-rtl.png Binary files /tmp/cvsxEUbv3 and /dev/null differ Index: themes/pushbutton/icon-comment.png =================================================================== RCS file: themes/pushbutton/icon-comment.png diff -N themes/pushbutton/icon-comment.png Binary files /tmp/cvsW7hFk3 and /dev/null differ Index: themes/pushbutton/logo-active-rtl.jpg =================================================================== RCS file: themes/pushbutton/logo-active-rtl.jpg diff -N themes/pushbutton/logo-active-rtl.jpg Binary files /tmp/cvsCtlga3 and /dev/null differ Index: themes/pushbutton/logo-active.jpg =================================================================== RCS file: themes/pushbutton/logo-active.jpg diff -N themes/pushbutton/logo-active.jpg Binary files /tmp/cvsU8VYZ2 and /dev/null differ Index: themes/pushbutton/logo-background-rtl.jpg =================================================================== RCS file: themes/pushbutton/logo-background-rtl.jpg diff -N themes/pushbutton/logo-background-rtl.jpg Binary files /tmp/cvsctOPP2 and /dev/null differ Index: themes/pushbutton/logo-background.jpg =================================================================== RCS file: themes/pushbutton/logo-background.jpg diff -N themes/pushbutton/logo-background.jpg Binary files /tmp/cvsgN1NF2 and /dev/null differ Index: themes/pushbutton/logo-hover-rtl.jpg =================================================================== RCS file: themes/pushbutton/logo-hover-rtl.jpg diff -N themes/pushbutton/logo-hover-rtl.jpg Binary files /tmp/cvsdc2Tv2 and /dev/null differ Index: themes/pushbutton/logo-hover.jpg =================================================================== RCS file: themes/pushbutton/logo-hover.jpg diff -N themes/pushbutton/logo-hover.jpg Binary files /tmp/cvsrny7l2 and /dev/null differ Index: themes/pushbutton/logo.png =================================================================== RCS file: themes/pushbutton/logo.png diff -N themes/pushbutton/logo.png Binary files /tmp/cvsdPzsc2 and /dev/null differ Index: themes/pushbutton/node.tpl.php =================================================================== RCS file: themes/pushbutton/node.tpl.php diff -N themes/pushbutton/node.tpl.php --- themes/pushbutton/node.tpl.php 26 Jan 2009 14:08:44 -0000 1.7 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,18 +0,0 @@ - -
"> - - -

- - -
-
- - - - - - -
Index: themes/pushbutton/page.tpl.php =================================================================== RCS file: themes/pushbutton/page.tpl.php diff -N themes/pushbutton/page.tpl.php --- themes/pushbutton/page.tpl.php 24 Nov 2008 15:27:13 -0000 1.29 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,121 +0,0 @@ - -> - - <?php print $head_title ?> - - - - - - - - -
.
- - - - - - - - - - - - - - - - - - -
- 'links', 'id' => 'subnavlist')) ?> - - -
- - - - - - - - - - - - -
- -
- - -
- - -

- - -
- - - - - - - - - -
- - - - - - - -
-
- - - - - - - - - - - - - Index: themes/pushbutton/pushbutton.info =================================================================== RCS file: themes/pushbutton/pushbutton.info diff -N themes/pushbutton/pushbutton.info --- themes/pushbutton/pushbutton.info 18 Feb 2008 19:19:49 -0000 1.5 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,6 +0,0 @@ -; $Id: pushbutton.info,v 1.5 2008/02/18 19:19:49 dries Exp $ -name = Pushbutton -description = Tabled, multi-column theme in blue and orange tones. -version = VERSION -core = 7.x -engine = phptemplate Index: themes/pushbutton/screenshot.png =================================================================== RCS file: themes/pushbutton/screenshot.png diff -N themes/pushbutton/screenshot.png Binary files /tmp/cvsHh1xE1 and /dev/null differ Index: themes/pushbutton/style-rtl.css =================================================================== RCS file: themes/pushbutton/style-rtl.css diff -N themes/pushbutton/style-rtl.css --- themes/pushbutton/style-rtl.css 25 Jun 2008 09:12:25 -0000 1.5 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,184 +0,0 @@ -/* $Id: style-rtl.css,v 1.5 2008/06/25 09:12:25 dries Exp $ */ - -body { - direction: rtl; -} - -blockquote { - border-right: 4px solid #69c; - border-left: none; - margin: 25px 50px 25px 100px; - text-align: right; -} - -#main-menu tr { - background: transparent url(header-a.jpg) right bottom repeat; -} - -td#home { - background: transparent url(logo-background-rtl.jpg) right top repeat; -} - -td#home a:link img, td#home a:visited img { - background: transparent url(logo-active-rtl.jpg) repeat; -} - -td#home a:hover img { - background: transparent url(logo-hover-rtl.jpg) repeat; -} - -#main-menu .main-menu { - background: transparent url(header-b-rtl.jpg) right top no-repeat; -} - -ul.links li { - border-right: 1px solid #ff8c00; - border-left: none; -} - -#navlist li { - border-right: 1px solid #369; - border-left: none; -} - -#subnavlist li, ul.main-menu li, ul.secondary-menu li { - border-right: 1px solid #fff; - border-left: none; -} - -.tabs ul.primary { - padding: 0 10px 3px 0; - height: 1.2em; /* FF hack, see float below */ - line-height: 1em; /* FF hack, see float below */ -} -/* @begin FF hacks, copied from Wikipedia's RTL tabs implementation */ -.tabs ul { clear:right;} -.tabs li {padding: 0 0 0 10px; float: right;} -/* @end FF hacks */ - -.tabs ul.primary li a { - background: #fff url(tabs-off-rtl.png) right top no-repeat; - border-style: none none none solid; - margin-left: 10px; - margin-right: 0; -} -.tabs ul.primary li.active a { - background: #369 url(tabs-on-rtl.png) right top no-repeat; - border-right: none; - border-left: 2px solid #369; -} - -.tabs ul.primary li a:hover { - background-color:#FFFAF0; - color:#FF4500; -} - -.tabs ul.secondary { - padding: 10px 0 60px 0; - line-height: 220%; -} - -.tabs ul.secondary li { - padding: 0 10px 0 0; - border-left: none; -} - -.tabs ul.secondary li a { - background: #fff url(tabs-option-off-rtl.png) right center no-repeat; - padding: 10px 25px 10px 0; -} - -.tabs ul.secondary li a.active { - background: #fff url(tabs-option-on.png) right center no-repeat; -} - -.tabs ul.secondary li a:hover { - background: #fff url(tabs-option-hover-rtl.png) right center no-repeat; -} - -#menu { - text-align: left; -} - -.node .content { - text-align: right; -} - -.comment .content { - text-align: right; -} - -.block .title h3 { - padding: 10px 30px 10px 5px; - background: transparent url(icon-block-rtl.png) right center no-repeat; -} - -.node .picture { - float: left; -} - -.comment .title { - padding: 10px 19px 12px 0; - background: transparent url(icon-comment-rtl.png) right center no-repeat; -} - -.comment .new { - margin-right: 2px; - margin-left: 0; -} - -.comment .picture { - float: left; -} - -.nav .links .next a:link { - padding: 17px 0 17px 17px; - background: transparent url(arrow-next-rtl.png) left center no-repeat; -} -.nav .links .next a:visited { - padding: 17px 0 17px 17px; - background: transparent url(arrow-next-visited-rtl.png) left center no-repeat; -} -.nav .links .next a:hover { - padding: 17px 0 17px 17px; - background: transparent url(arrow-next-hover-rtl.png) left center no-repeat; -} -.nav .links .prev a:link { - padding: 17px 17px 17px 0; - background: transparent url(arrow-prev-rtl.png) right center no-repeat; -} -.nav .links .prev a:visited { - padding: 17px 17px 17px 0; - background: transparent url(arrow-prev-visited-rtl.png) right center no-repeat; -} -.nav .links .prev a:hover { - padding: 17px 17px 17px 0; - background: transparent url(arrow-prev-hover-rtl.png) right center no-repeat; -} - -#tracker th { - border-right: 1px solid #fafafa; - border-left: 1px solid #ddd ; -} - -#tracker th img { - float: left; -} - -#tracker td { - padding: 1em 0 1em 1em; -} - -#forum td.container { - background: #369 url(forum-container-rtl.jpg) left top no-repeat; -} - -#forum td.container a { - padding: 20px 35px 20px 0; - background: transparent url(forum-link-rtl.png) right center no-repeat; -} - -/* IE hack */ -div, div.name a, .tabs ul li, .tabs ul li a{zoom:1} -.tabs ul.primary li a, .tabs ul.primary li.active a, .tabs ul.secondary li, .tabs ul.secondary li, div.tabs a.active {zoom:1} -.tabs ul.primary li.active a{zoom:1} Index: themes/pushbutton/style.css =================================================================== RCS file: themes/pushbutton/style.css diff -N themes/pushbutton/style.css --- themes/pushbutton/style.css 25 Jun 2008 09:12:25 -0000 1.25 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,613 +0,0 @@ -/* $Id: style.css,v 1.25 2008/06/25 09:12:25 dries Exp $ */ - -/* -** HTML elements -*/ -body { - color: #000; - background-color: #fff; - margin: 0; - padding: 0; -} -body, p, td, li, ul, ol { - font-family: Verdana, Helvetica, Arial, sans-serif; -} -h1, h2, h3, h4, h5, h6 { - font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif; - margin: 0; -} -h1 { - color: #369; - font-size: 1.6em; -} -tr.odd td, tr.even td { - padding: 0.3em; -} -a:link { - text-decoration: none; - font-weight: bold; - color: #ff8c00; -} -a:visited { - text-decoration: none; - font-weight: bold; - color: #c96; -} -a:hover, a:active { - font-weight: bold; - color: #ff4500; - text-decoration: underline; -} -fieldset { - border: 1px solid #ccc; -} -p { - margin: 0 0 1.3em 0; - padding: 0; -} -blockquote { - border-left: 4px solid #69c; /* LTR */ - padding: 0 15px; - margin: 25px 100px 25px 50px; /* LTR */ - color: #696969; - text-align: left; /* LTR */ - font-size: 1.2em; - line-height: 1.3em; - font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif; -} -pre { - background-color: #eee; - padding: 0.75em 1.5em; - font-size: 1.2em; - border: 1px solid #ddd; -} -.form-item { - margin-top: 1em; -} -.form-item label { - color: #369; -} -.item-list .title { - color: #369; - font-size: 0.85em; -} - -/* -** Page layout blocks / IDs -*/ -#main-menu { - border-collapse: separate; - background-color: #e0edfb; - border-bottom: 3px solid #69c; -} -#main-menu tr { - background: transparent url(header-a.jpg) left bottom repeat; /* LTR */ -} -td#home { - background: transparent url(logo-background.jpg) left top repeat; /* LTR */ -} -td#home a:link img, td#home a:visited img { - background: transparent url(logo-active.jpg) repeat; /* LTR */ - width: 144px; - height: 63px; -} -td#home a:hover img { - background: transparent url(logo-hover.jpg) repeat; /* LTR */ - width: 144px; - height: 63px; -} -.main-menu, .main-menu a:link, .main-menu a:visited { - color: #369; -} -.main-menu a:hover { - color: #000; -} -#main-menu .main-menu { - background: transparent url(header-b.jpg) left top no-repeat; /* LTR */ - font-size: 0.79em; -} -#main-menu .main-menu h1, #main-menu .main-menu h2, #main-menu .main-menu h3 { - font-size: 2.3em; - color: #369; -} -#secondary-menu { - border-collapse: separate; - background-color: #369; - border-bottom: 3px solid #69c; -} -.secondary-menu, .secondary-menu a:link, .secondary-menu a:visited { - color: #e4e9eb; -} -.secondary-menu a:hover { - color: #fff; - text-decoration: underline; -} -#secondary-menu .secondary-menu { - font-size: 0.85em; -} -ul.links li { - border-left: 1px solid #ff8c00; /* LTR */ -} -#navlist li { - border-left: 1px solid #369; /* LTR */ -} -#subnavlist li, ul.main-menu li, ul.secondary-menu li { - border-left: 1px solid #fff; /* LTR */ -} -#navlist li.first, #subnavlist li.first, ul.links li.first { - border: none; -} -.tabs { - margin: 15px 0; -} -.tabs ul.primary { - border-collapse: collapse; - padding: 0 0 3px 10px; /* LTR */ - white-space: nowrap; - list-style: none; - margin: 0; - height: auto; - line-height: normal; - border-bottom: 2px solid #369; -} -.tabs ul.primary li { - display: inline; -} -.tabs ul.primary li a { - padding: 3px 10px; - background: #fff url(tabs-off.png) left top no-repeat; /* LTR */ - border-color: #69C; - border-width: 2px; - border-style: none solid none none; /* LTR */ - height: auto; - margin-right: 10px; /* LTR */ - text-decoration: none; - text-transform: lowercase; -} -.tabs ul.primary li.active a { - background: #369 url(tabs-on.png) left top no-repeat; /* LTR */ - border-right: 2px solid #369; /* LTR */ - color: #fff; -} -.tabs ul.primary li a:hover { - background-color: #fffaf0; - color: #ff4500; -} -.tabs ul.secondary { - border-collapse: collapse; - padding: 10px 0; - margin: 0; - white-space: nowrap; - width: 100%; - list-style: none; - height: auto; - line-height: normal; - border-bottom: none; -} -.tabs ul.secondary li { - display: inline; - height: auto; - padding: 0 0 0 10px; /* LTR */ - text-decoration: none; - border-right: none; /* LTR */ -} -.tabs ul.secondary li a { - background: #fff url(tabs-option-off.png) left center no-repeat; /* LTR */ - padding: 10px 0 10px 25px; /* LTR */ - margin: 0; -} -.tabs ul.secondary li a.active { - background: #fff url(tabs-option-on.png) left center no-repeat; /* LTR */ - color: #369; - border-bottom: none; -} -.tabs ul.secondary li a:hover { - background: #fff url(tabs-option-hover.png) left center no-repeat; /* LTR */ - color: #FF4500; -} -#content { - background-color: #fff; -} -#contentstart { - background-color: #fff; -} -#menu { - padding: 0.5em 0.5em 0 0.5em; - text-align: right; /* LTR */ - vertical-align: middle; -} -#search .form-text, #search .form-submit { - border: 1px solid #369; - font-size: 0.85em; - margin: 0.2em; -} -#search .form-text { - width: 9em; -} -#search .form-submit { - height: 1.5em; -} -#mission { - background-color: #fff; - color: #696969; - border-top: 2px solid #dcdcdc; - border-bottom: 2px solid #dcdcdc; - padding: 10px; - margin: 20px 35px 0 35px; - font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif; - font-size: 1.1em; - font-weight: normal; -} -#site-info { - background-color: #bdd3ea; - background-image: url(header-c.png); - font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif; -} -.site-name { - font-size: 1.2em; -} -.site-name a:link, .site-name a:visited { - color: #fff; -} -.site-name a:hover { - color: #ff8c00; - text-decoration: none; -} -.site-slogan { - font-size: 0.8em; - font-weight: bold; -} -#main { - /* padding in px not ex because IE messes up 100% width tables otherwise */ - padding: 30px 35px 50px 35px; - background: transparent url(background.png) center center no-repeat; - /* fix background overlapping text in IE (aka Peekaboo Bug) */ - position: relative; -} -#mission, .node .content, .comment .content { - line-height: 1.4; -} -#help { - font-size: 0.9em; - margin-bottom: 1em; -} -.breadcrumb { - margin-bottom: .5em; -} -.messages { - background-color: #eee; - border: 1px solid #ccc; - padding: 0.3em; - margin-bottom: 1em; -} -.error { - border-color: red; -} -.nav { - padding: 0; - margin: 0; -} -#sidebar-left, #sidebar-right { - font-size: 0.75em; - width: 175px; - /* padding in px not ex because IE messes up 100% width tables otherwise */ - padding: 25px 10px 75px 10px; - vertical-align: top; - background: #FFFAF0; -} -#sidebar-left { - border-right: 3px solid #f5f5f5; -} -#sidebar-right { - border-left: 3px solid #f5f5f5; -} -#sidebar-left li, #sidebar-right li { - font-size: 1em; -} -.node .content { - text-align: left; /* LTR */ - font-size: 0.85em; - line-height: 1.3; -} -.comment .content { - text-align: left; /* LTR */ - font-size: 0.85em; - line-height: 1.3; -} -#footer-message { - padding: 15px 100px 30px 100px; - font-size: 0.85em; - text-align: center; - color: #aaa; -} -table#footer-menu { - border-top: 3px solid #69c; - border-bottom: 3px solid #69c; - background-color: #369; - color: #e4e9eb; -} -#footer-menu td { - padding: 5px; - font-size: 0.75em; -} -#footer-menu .main-menu, #footer-menu a:link, #footer-menu a:visited { - color: #e4e9eb; -} -#footer-menu a:hover { - color: #fff; - text-decoration: underline; -} -#footer-menu .main-menu h1, #footer-menu .main-menu h2, #footer-menu .main-menu h3 { - font-size: 1.3em; - color: #e4e9eb; -} -/* -** Common declarations for child classes of node, comment, block, box, etc. -** If you want any of them styled differently for a specific parent, add -** additional rules /with only the differing properties!/ to .parent .class. -** See .comment .title for an example. -*/ -#content .title, #content .title a { - color: #369; -} -.content h1 { - color: #369; - font-size: 1.9em; -} -.content h2 { - color: #58b; - font-size: 1.7em; -} -.content h3 { - color: #69c; - font-size: 1.5em; -} -.content h4 { - color: #8be; - font-size: 1.3em; -} -.content h5 { - color: #96c6f6; - font-size: 1.15em; -} -.submitted { - color: #999; - font-size: 0.79em; -} -div.links { - color: #ff8c00; -} -.links a { - font-weight: bold; -} -.box { - padding: 0 0 1.5em 0; -} -.box { - padding: 0; - margin: 0; -} -.box h2 { - font-size: 9px; -} -.block .title h3 { - border-bottom: 2px solid #69c; - color: #369; - font-size: 18px; - font-weight: bold; - padding: 10px 5px 10px 30px; /* LTR */ - margin-bottom: .25em; - background: transparent url(icon-block.png) left center no-repeat; /* LTR */ -} -.block .content { - padding: 5px; -} -.block { - margin-bottom: 1.5em; -} -.box .title { - font-size: 1.1em; -} -.node { - margin: .5em 0 2.5em 0; -} -.node .content, .comment .content { - margin: .5em 0 .5em 0; -} -.node .taxonomy { - color: #999; - font-size: 0.83em; - padding: 1.5em; -} -.node .picture { - border: 1px solid #fff; - float: right; /* LTR */ - margin: 0.5em; -} -.comment { - border: 1px solid #abc; - padding: .5em; - margin-bottom: 1em; -} -.comment .title { - font-size: 1em; - padding: 10px 0 12px 19px; /* LTR */ - background: transparent url(icon-comment.png) left center no-repeat; /* LTR */ -} -.comment .new { - font-weight: bold; - font-size: 1em; - margin-left: 2px; /* LTR */ - color: red; -} -.comment .picture { - border: 1px solid #fff; - float: right; /* LTR */ - margin: 10px; -} -div.links { - font-size: 0.75em; -} -div.links .prev, div.links .next, div.links .up { - font-size: 1.15em; -} -.titles .prev, .titles .next { - font-size: 0.85em; - font-weight: bold; - color: #444; -} -.hide { - display: none -} -.nav .links .next a:link { - padding: 17px 17px 17px 0; /* LTR */ - background: transparent url(arrow-next.png) right center no-repeat; /* LTR */ -} -.nav .links .next a:visited { - padding: 17px 17px 17px 0; /* LTR */ - background: transparent url(arrow-next-visited.png) right center no-repeat; /* LTR */ -} -.nav .links .next a:hover { - padding: 17px 17px 17px 0; /* LTR */ - background: transparent url(arrow-next-hover.png) right center no-repeat; /* LTR */ -} -.nav .links .prev a:link { - padding: 17px 0 17px 17px; /* LTR */ - background: transparent url(arrow-prev.png) left center no-repeat; /* LTR */ -} -.nav .links .prev a:visited { - padding: 17px 0 17px 17px; /* LTR */ - background: transparent url(arrow-prev-visited.png) left center no-repeat; /* LTR */ -} -.nav .links .prev a:hover { - padding: 17px 0 17px 17px; /* LTR */ - background: transparent url(arrow-prev-hover.png) left center no-repeat; /* LTR */ -} -.nav .links .up a:link { - padding: 11px 0 17px 0; - background: transparent url(arrow-up.png) center top no-repeat; -} -.nav .links .up a:visited { - padding: 11px 0 17px 0; - background: transparent url(arrow-up-visited.png) center top no-repeat; -} -.nav .links .up a:hover { - padding: 11px 0 17px 0; - background: transparent url(arrow-up-hover.png) center top no-repeat; -} - -/* -** Administration page styles -*/ -div.admin-panel .description { - color: #999; -} -div.admin-panel h3 { - background-color: #369; - color: #fff; - padding: 5px 8px 5px; - margin: 0; -} -div.admin-panel .body { - background: #fffaf0; -} - -/* -** Module specific styles -*/ -.content .active { - color: #369; -} -#aggregator .feed-source { - background-color: #eee; - border: 1px solid #ccc; - padding: 1em; - margin: 1em 0 1em 0; -} -#aggregator .news-item .source { - color: #999; - font-style: italic; - font-size: 0.85em; -} -#aggregator .title { - font-size: 1em; -} -#aggregator h3 { - margin-top: 1em; -} -#tracker th { - text-align: center; - background-color: #f5f5f5; - border-bottom: 1px solid #ddd; - border-right: 1px solid #ddd; /* LTR */ - border-left: 1px solid #fafafa; /* LTR */ -} -#tracker th img { - float: right; /* LTR */ -} -#tracker tr.even, #tracker tr.odd { - background-color: #fff; -} -#tracker td { - vertical-align: top; - padding: 1em 1em 1em 0; /* LTR */ - border-bottom: 1px solid #bbb; -} -#forum { - margin: 15px 0 15px 0; - background-color: #fff; -} -#forum table { - width: 100%; - border: 2px solid #69c; -} -#forum table tr th { - text-align: center; - background: #69c; - color: #fff; - font-size: 0.75em; - border-bottom: 1px solid #aaa; -} -#forum table tr th a { - color: #fff; - text-decoration: underline; -} -#forum table tr th img { - margin: 0; -} -#forum tr.odd { - background: #e0edfb; -} -#forum tr.even { - background: #fff; -} -#forum td { - padding: 0.5em; -} -#forum td.container { - color: #000; - background: #369 url(forum-container.jpg) right top no-repeat; /* LTR */ - border: 2px solid #69c; -} -#forum td.container a { - color: #e4e9eb; - padding: 20px 0 20px 35px; /* LTR */ - background: transparent url(forum-link.png) left center no-repeat; /* LTR */ -} -#forum td.container a:visited { - color: #e4e9eb; -} -#forum td.statistics, #forum td.settings, #forum td.pager { - height: 1.5em; - border: 1px solid #bbb; -} -#forum td .name { - color: #96c; -} -#forum td .links { - padding-top: 0.7em; - font-size: 0.9em; -} -.block-forum h3 { - margin-bottom: .5em; -} Index: themes/pushbutton/tabs-off-rtl.png =================================================================== RCS file: themes/pushbutton/tabs-off-rtl.png diff -N themes/pushbutton/tabs-off-rtl.png Binary files /tmp/cvs5fBQr1 and /dev/null differ Index: themes/pushbutton/tabs-off.png =================================================================== RCS file: themes/pushbutton/tabs-off.png diff -N themes/pushbutton/tabs-off.png Binary files /tmp/cvsAzMYr1 and /dev/null differ Index: themes/pushbutton/tabs-on-rtl.png =================================================================== RCS file: themes/pushbutton/tabs-on-rtl.png diff -N themes/pushbutton/tabs-on-rtl.png Binary files /tmp/cvs7wues1 and /dev/null differ Index: themes/pushbutton/tabs-on.png =================================================================== RCS file: themes/pushbutton/tabs-on.png diff -N themes/pushbutton/tabs-on.png Binary files /tmp/cvsmQ1Bs1 and /dev/null differ Index: themes/pushbutton/tabs-option-hover-rtl.png =================================================================== RCS file: themes/pushbutton/tabs-option-hover-rtl.png diff -N themes/pushbutton/tabs-option-hover-rtl.png Binary files /tmp/cvsqTS6s1 and /dev/null differ Index: themes/pushbutton/tabs-option-hover.png =================================================================== RCS file: themes/pushbutton/tabs-option-hover.png diff -N themes/pushbutton/tabs-option-hover.png Binary files /tmp/cvse1xJt1 and /dev/null differ Index: themes/pushbutton/tabs-option-off-rtl.png =================================================================== RCS file: themes/pushbutton/tabs-option-off-rtl.png diff -N themes/pushbutton/tabs-option-off-rtl.png Binary files /tmp/cvs9VRtu1 and /dev/null differ Index: themes/pushbutton/tabs-option-off.png =================================================================== RCS file: themes/pushbutton/tabs-option-off.png diff -N themes/pushbutton/tabs-option-off.png Binary files /tmp/cvsnIhlv1 and /dev/null differ Index: themes/pushbutton/tabs-option-on.png =================================================================== RCS file: themes/pushbutton/tabs-option-on.png diff -N themes/pushbutton/tabs-option-on.png Binary files /tmp/cvsTAhkw1 and /dev/null differ