r69822 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69821‎ | r69822 | r69823 >
Date:23:43, 23 July 2010
Author:awjrichards
Status:deferred
Tags:
Comment:
Upgraded to Drupal 6.17
Upgraded to CiviCRM 3.1.6
Patched CiviCRM which allows use of time data related to contributions: received date, thank you date, receipt date, etc. (Will be incorporated to CiviCRM 3.2)
Patched CiviCRM which fixes a bug with the Contribution API where the wrong params are required on a record upadte (Will be incorporated to CiviCRM 3.2)
Added some custom theme elements
Modified paths:
  • /civicrm/trunk/sites (modified) (history)
  • /civicrm/trunk/sites/all/themes/civicrm_custom (deleted) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/block.tpl.php (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/color (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/color/base.png (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/color/color.inc (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/color/preview.css (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/color/preview.png (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/comment.tpl.php (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/fix-ie-rtl.css (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/fix-ie.css (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/garland.info (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/images (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/images/bg-bar-white.png (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/images/bg-bar.png (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/images/bg-content-left.png (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/images/bg-content-right.png (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/images/bg-content.png (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/images/bg-navigation-item-hover.png (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/images/bg-navigation-item.png (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/images/bg-navigation.png (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/images/bg-tab.png (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/images/body.png (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/images/gradient-inner.png (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/images/menu-collapsed-rtl.gif (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/images/menu-collapsed.gif (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/images/menu-expanded.gif (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/images/menu-leaf.gif (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/images/task-list.png (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/logo.png (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/maintenance-page.tpl.php (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/minnelli (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/minnelli/color (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/minnelli/color/base.png (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/minnelli/color/color.inc (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/minnelli/color/preview.png (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/minnelli/logo.png (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/minnelli/minnelli.css (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/minnelli/minnelli.info (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/minnelli/screenshot.png (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/node.tpl.php (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/page.tpl.php (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/print.css (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/screenshot.png (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/style-rtl.css (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/style.css (added) (history)
  • /civicrm/trunk/sites/all/themes/garland_custom/template.php (added) (history)

Diff [purge]

Index: civicrm/trunk/sites/all/themes/garland_custom/maintenance-page.tpl.php
@@ -0,0 +1,91 @@
 2+<?php
 3+// $Id: maintenance-page.tpl.php,v 1.3.2.1 2009/04/30 00:13:31 goba Exp $
 4+
 5+/**
 6+ * @file maintenance-page.tpl.php
 7+ *
 8+ * This is an override of the default maintenance page. Used for Garland and
 9+ * Minnelli, this file should not be moved or modified since the installation
 10+ * and update pages depend on this file.
 11+ *
 12+ * This mirrors closely page.tpl.php for Garland in order to share the same
 13+ * styles.
 14+ */
 15+?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 16+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 17+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>">
 18+ <head>
 19+ <?php print $head ?>
 20+ <title><?php print $head_title ?></title>
 21+ <?php print $styles ?>
 22+ <?php print $scripts ?>
 23+ <!--[if lt IE 7]>
 24+ <?php print phptemplate_get_ie_styles(); ?>
 25+ <![endif]-->
 26+ </head>
 27+ <body<?php print phptemplate_body_class($left, $right); ?>>
 28+
 29+<!-- Layout -->
 30+ <div id="header-region" class="clear-block"><?php print $header; ?></div>
 31+
 32+ <div id="wrapper">
 33+ <div id="container" class="clear-block">
 34+
 35+ <div id="header">
 36+ <div id="logo-floater">
 37+ <?php
 38+ // Prepare header
 39+ $site_fields = array();
 40+ if ($site_name) {
 41+ $site_fields[] = check_plain($site_name);
 42+ }
 43+ if ($site_slogan) {
 44+ $site_fields[] = check_plain($site_slogan);
 45+ }
 46+ $site_title = implode(' ', $site_fields);
 47+ if ($site_fields) {
 48+ $site_fields[0] = '<span>'. $site_fields[0] .'</span>';
 49+ }
 50+ $site_html = implode(' ', $site_fields);
 51+
 52+ if ($logo || $site_title) {
 53+ print '<h1><a href="'. check_url($base_path) .'" title="'. $site_title .'">';
 54+ if ($logo) {
 55+ print '<img src="'. check_url($logo) .'" alt="'. $site_title .'" id="logo" />';
 56+ }
 57+ print $site_html .'</a></h1>';
 58+ }
 59+ ?>
 60+ </div>
 61+
 62+ </div> <!-- /header -->
 63+
 64+ <?php if ($left): ?>
 65+ <div id="sidebar-left" class="sidebar">
 66+ <?php if ($search_box): ?><div class="block block-theme"><?php print $search_box ?></div><?php endif; ?>
 67+ <?php print $left ?>
 68+ </div>
 69+ <?php endif; ?>
 70+
 71+ <div id="center"><div id="squeeze"><div class="right-corner"><div class="left-corner">
 72+ <?php if ($title): print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>'; endif; ?>
 73+ <?php print $help; ?>
 74+ <?php print $messages; ?>
 75+ <div class="clear-block">
 76+ <?php print $content ?>
 77+ </div>
 78+ <div id="footer"><?php print $footer_message . $footer ?></div>
 79+ </div></div></div></div> <!-- /.left-corner, /.right-corner, /#squeeze, /#center -->
 80+
 81+ <?php if ($right): ?>
 82+ <div id="sidebar-right" class="sidebar">
 83+ <?php print $right ?>
 84+ </div>
 85+ <?php endif; ?>
 86+
 87+ </div> <!-- /container -->
 88+ </div>
 89+<!-- /layout -->
 90+
 91+ </body>
 92+</html>
Index: civicrm/trunk/sites/all/themes/garland_custom/logo.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: civicrm/trunk/sites/all/themes/garland_custom/logo.png
___________________________________________________________________
Added: svn:mime-type
193 + application/octet-stream
Index: civicrm/trunk/sites/all/themes/garland_custom/print.css
@@ -0,0 +1,55 @@
 2+/* $Id: print.css,v 1.3 2007/09/06 21:23:32 goba Exp $ */
 3+
 4+/**
 5+ * Garland, for Drupal 5.0
 6+ * Stefan Nagtegaal, iStyledThis [dot] nl
 7+ * Steven Wittens, acko [dot] net`
 8+ *
 9+ * If you use a customized color scheme, you must regenerate it after
 10+ * modifying this file.
 11+ */
 12+
 13+body, input, textarea, select {
 14+ color: #000;
 15+ background: none;
 16+}
 17+
 18+ul.primary-links, ul.secondary-links,
 19+#header-region, .sidebar {
 20+ display: none;
 21+}
 22+
 23+body.sidebars, body.sideber-left, body.sidebar-right, body {
 24+ width: 640px;
 25+}
 26+
 27+body.sidebar-left #center, body.sidebar-right #center, body.sidebars #center,
 28+body.sidebar-left #squeeze, body.sidebar-right #squeeze, body.sidebars #squeeze {
 29+ margin: 0;
 30+}
 31+
 32+#wrapper,
 33+#wrapper #container .breadcrumb,
 34+#wrapper #container #center,
 35+#wrapper #container #center .right-corner,
 36+#wrapper #container #center .right-corner .left-corner,
 37+#wrapper #container #footer,
 38+#wrapper #container #center #squeeze {
 39+ position: static;
 40+ left: 0;
 41+ padding: 0;
 42+ margin: 0;
 43+ width: auto;
 44+ float: none;
 45+ clear: both;
 46+ background: none;
 47+}
 48+
 49+#wrapper #container #header {
 50+ height: 130px;
 51+}
 52+
 53+#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
 54+ text-shadow: none;
 55+ color: #000;
 56+}
Index: civicrm/trunk/sites/all/themes/garland_custom/comment.tpl.php
@@ -0,0 +1,33 @@
 2+<?php
 3+// $Id: comment.tpl.php,v 1.10 2008/01/04 19:24:24 goba Exp $
 4+?>
 5+<div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ' '. $status; print ' '. $zebra; ?>">
 6+
 7+ <div class="clear-block">
 8+ <?php if ($submitted): ?>
 9+ <span class="submitted"><?php print $submitted; ?></span>
 10+ <?php endif; ?>
 11+
 12+ <?php if ($comment->new) : ?>
 13+ <span class="new"><?php print drupal_ucfirst($new) ?></span>
 14+ <?php endif; ?>
 15+
 16+ <?php print $picture ?>
 17+
 18+ <h3><?php print $title ?></h3>
 19+
 20+ <div class="content">
 21+ <?php print $content ?>
 22+ <?php if ($signature): ?>
 23+ <div class="clear-block">
 24+ <div>—</div>
 25+ <?php print $signature ?>
 26+ </div>
 27+ <?php endif; ?>
 28+ </div>
 29+ </div>
 30+
 31+ <?php if ($links): ?>
 32+ <div class="links"><?php print $links ?></div>
 33+ <?php endif; ?>
 34+</div>
Index: civicrm/trunk/sites/all/themes/garland_custom/style-rtl.css
@@ -0,0 +1,293 @@
 2+/* $Id: style-rtl.css,v 1.6 2007/12/17 15:05:10 goba Exp $ */
 3+
 4+html {
 5+ direction: rtl;
 6+}
 7+
 8+/**
 9+ * Generic elements
 10+ */
 11+body {
 12+ direction: rtl;
 13+}
 14+
 15+ol li, ul li {
 16+ margin: 0.4em .5em 0.4em 0;
 17+}
 18+
 19+ul.menu, .item-list ul {
 20+ margin: 0.35em -0.5em 0 0;
 21+}
 22+
 23+ul.menu ul, .item-list ul ul {
 24+ margin-left: 0;
 25+ margin-right: 0em;
 26+}
 27+
 28+ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
 29+ margin: 0.15em .5em 0.15em 0;
 30+}
 31+
 32+ul li, ul.menu li, .item-list ul li, li.leaf {
 33+ padding: 0 1.5em .2em 0;
 34+ background: transparent url("images/menu-leaf.gif") no-repeat 100% .35em;
 35+}
 36+
 37+ol li {
 38+ margin-left: 0;
 39+ margin-right: 2em;
 40+}
 41+
 42+ul li.expanded {
 43+ background: transparent url("images/menu-expanded.gif") no-repeat 100% .35em;
 44+}
 45+
 46+ul li.collapsed {
 47+ background: transparent url("images/menu-collapsed-rtl.gif") no-repeat 100% .35em;
 48+}
 49+
 50+ul.inline li {
 51+ padding: 0 0 0 1em;
 52+}
 53+
 54+ol.task-list {
 55+ margin-left: 0;
 56+ margin-right: 0;
 57+}
 58+
 59+ol.task-list li {
 60+ padding: 0.5em 2em 0.5em 1em;
 61+}
 62+
 63+ol.task-list li.active {
 64+ background: transparent url(images/task-list.png) no-repeat 97px 50%;
 65+}
 66+
 67+ol.task-list li.done {
 68+ background: transparent url(../../misc/watchdog-ok.png) no-repeat 100% 50%;
 69+}
 70+
 71+ol.task-list li.active {
 72+ margin-right: 0;
 73+ margin-left: 1em;
 74+}
 75+
 76+dl {
 77+ margin: 0.5em 1.5em 1em 0;
 78+}
 79+
 80+dl dt {
 81+}
 82+
 83+dl dd {
 84+ margin: 0 1.5em .5em 0;
 85+}
 86+
 87+.form-button, .form-submit {
 88+ margin: 2em 0 1em 0.5em;
 89+}
 90+
 91+#header-region h2 {
 92+ margin: 0 0 0 1em;
 93+}
 94+
 95+#wrapper {
 96+ background: #edf5fa url("images/body.png") repeat-x 50% 0;
 97+}
 98+
 99+#wrapper #container #header h1 img {
 100+ padding-right: 0;
 101+ padding-left: 20px;
 102+ float: right;
 103+}
 104+
 105+#sidebar-left .block-region {
 106+ margin: 0 0 0 15px;
 107+}
 108+
 109+#sidebar-right .block-region {
 110+ margin: 0 15px 0px 0;
 111+}
 112+
 113+/* Now we add the backgrounds for the main content shading */
 114+#wrapper #container #center #squeeze {
 115+ background: #fff url("images/bg-content.png") repeat-x 50% 0;
 116+}
 117+
 118+#wrapper #container .breadcrumb {
 119+ position: absolute;
 120+ top: 15px;
 121+ left: 0;
 122+ right: 35px;
 123+ z-index: 3;
 124+}
 125+
 126+/**
 127+ * Primary navigation
 128+ */
 129+ul.primary-links {
 130+ float: left;
 131+width:70%;
 132+}
 133+
 134+ul.primary-links li {
 135+ float: right;
 136+}
 137+
 138+/**
 139+ * Secondary navigation
 140+ */
 141+ul.secondary-links {
 142+ float: left;
 143+ clear: left;
 144+}
 145+
 146+ul.secondary-links li {
 147+ float: right;
 148+}
 149+
 150+ul.primary {
 151+ float: right;
 152+}
 153+ul.secondary {
 154+ clear: both;
 155+ text-align: right;
 156+}
 157+h2.with-tabs {
 158+ float: right;
 159+ margin: 0 0 0 2em;
 160+}
 161+
 162+ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
 163+ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
 164+ margin: 0 1px 0 0;
 165+
 166+}
 167+ul.primary li a:after {
 168+ /* Fix Firefox 2 RTL bug. */
 169+ content: " ";
 170+}
 171+
 172+ul.links li, ul.inline li {
 173+ padding-left: 1em;
 174+ padding-right: 0;
 175+}
 176+
 177+.node .links, .comment .links {
 178+ text-align: right;
 179+}
 180+
 181+.node .links ul.links li, .comment .links ul.links li {}
 182+.terms ul.links li {
 183+ padding-right: 1em;
 184+ padding-left: 0;
 185+}
 186+
 187+.picture, .comment .submitted {
 188+ padding-left: 0;
 189+ float: left;
 190+ clear: left;
 191+ padding-right: 1em;
 192+}
 193+
 194+.new {
 195+ float: left;
 196+}
 197+
 198+.terms {
 199+ float: left;
 200+}
 201+
 202+.indented {
 203+ margin-left: 0;
 204+ margin-right: 25px;
 205+}
 206+
 207+html.js fieldset.collapsible legend a {
 208+ padding-left: 0;
 209+ padding-right: 2em;
 210+ background: url("images/menu-expanded.gif") no-repeat 100% 50%;
 211+}
 212+
 213+html.js fieldset.collapsed legend a {
 214+ background: url("images/menu-collapsed-rtl.gif") no-repeat 100% 50%;
 215+}
 216+
 217+/**
 218+ * Syndication Block
 219+ */
 220+#block-node-0 h2 {
 221+ float: right;
 222+ padding-right: 0;
 223+ padding-left: 20px;
 224+}
 225+
 226+#block-node-0 img {
 227+ float: left;
 228+}
 229+
 230+#block-node-0 .content {
 231+ clear: left;
 232+}
 233+
 234+/**
 235+ * Login Block
 236+ */
 237+#user-login-form ul {
 238+ text-align: right;
 239+}
 240+
 241+div.admin .left {
 242+ float: right;
 243+}
 244+
 245+div.admin .right {
 246+ float: left;
 247+}
 248+
 249+/* Fix Opera, IE6 and IE7 header width */
 250+#wrapper #container #header {
 251+ position: relative;
 252+ width: 100%;
 253+}
 254+
 255+#wrapper #container #header #logo-floater {
 256+ width: 100%;
 257+ left: 0;
 258+ top:0;
 259+}
 260+
 261+/**
 262+ * Fixes for IE7 - Does not break other browsers
 263+ */
 264+
 265+/* Position:relative on these breaks IE7. */
 266+ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
 267+ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
 268+ position: static;
 269+}
 270+
 271+/* Fix right and left cloumns position breaking on window resize */
 272+#container {
 273+ position: relative;
 274+}
 275+
 276+#center {
 277+ position: relative;
 278+}
 279+
 280+#sidebar-right{
 281+ position: absolute;
 282+ right: 0;
 283+}
 284+
 285+/**
 286+ * Apply hasLayout to elements in IE7, using standard property "min-height"
 287+ * (see http://www.satzansatz.de/cssd/onhavinglayout.html)
 288+ */
 289+
 290+/* Fix background bleed in center column. */
 291+#squeeze,
 292+#squeeze .right-corner {
 293+ min-height: 1%;
 294+}
Index: civicrm/trunk/sites/all/themes/garland_custom/style.css
@@ -0,0 +1,1079 @@
 2+/* $Id: style.css,v 1.38.2.4 2009/09/14 13:10:47 goba Exp $ */
 3+
 4+/**
 5+ * Garland, for Drupal 6.x
 6+ * Stefan Nagtegaal, iStyledThis [dot] nl
 7+ * Steven Wittens, acko [dot] net`
 8+ *
 9+ * If you use a customized color scheme, you must regenerate it after
 10+ * modifying this file.
 11+ */
 12+
 13+/**
 14+ * Generic elements
 15+ */
 16+body {
 17+ margin: 0;
 18+ padding: 0;
 19+ background: #edf5fa;
 20+ font: 12px/170% Verdana, sans-serif;
 21+ color: #494949;
 22+}
 23+
 24+input {
 25+ font: 12px/100% Verdana, sans-serif;
 26+ color: #494949;
 27+}
 28+
 29+textarea, select {
 30+ font: 12px/160% Verdana, sans-serif;
 31+ color: #494949;
 32+}
 33+
 34+h1, h2, h3, h4, h5, h6 {
 35+ margin: 0;
 36+ padding: 0;
 37+ font-weight: normal;
 38+ font-family: Helvetica, Arial, sans-serif;
 39+}
 40+
 41+h1 {
 42+ font-size: 170%;
 43+}
 44+
 45+h2 {
 46+ font-size: 160%;
 47+ line-height: 130%;
 48+}
 49+
 50+h3 {
 51+ font-size: 140%;
 52+}
 53+
 54+h4 {
 55+ font-size: 130%;
 56+}
 57+
 58+h5 {
 59+ font-size: 120%;
 60+}
 61+
 62+h6 {
 63+ font-size: 110%;
 64+}
 65+
 66+ul, quote, code, fieldset {
 67+ margin: .5em 0;
 68+}
 69+
 70+p {
 71+ margin: 0.6em 0 1.2em;
 72+ padding: 0;
 73+}
 74+
 75+a:link, a:visited {
 76+ color: #027AC6;
 77+ text-decoration: none;
 78+}
 79+
 80+a:hover {
 81+ color: #0062A0;
 82+ text-decoration: underline;
 83+}
 84+
 85+a:active, a.active {
 86+ color: #5895be;
 87+}
 88+
 89+hr {
 90+ margin: 0;
 91+ padding: 0;
 92+ border: none;
 93+ height: 1px;
 94+ background: #5294c1;
 95+}
 96+
 97+ul {
 98+ margin: 0.5em 0 1em;
 99+ padding: 0;
 100+}
 101+
 102+ol {
 103+ margin: 0.75em 0 1.25em;
 104+ padding: 0;
 105+}
 106+
 107+ol li, ul li {
 108+ margin: 0.4em 0 0.4em .5em; /* LTR */
 109+}
 110+
 111+ul.menu, .item-list ul {
 112+ margin: 0.35em 0 0 -0.5em; /* LTR */
 113+ padding: 0;
 114+}
 115+
 116+ul.menu ul, .item-list ul ul {
 117+ margin-left: 0em; /* LTR */
 118+}
 119+
 120+ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
 121+ margin: 0.15em 0 0.15em .5em; /* LTR */
 122+}
 123+
 124+ul li, ul.menu li, .item-list ul li, li.leaf {
 125+ padding: 0 0 .2em 1.5em;
 126+ list-style-type: none;
 127+ list-style-image: none;
 128+ background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; /* LTR */
 129+}
 130+
 131+ol li {
 132+ padding: 0 0 .3em;
 133+ margin-left: 2em; /* LTR */
 134+}
 135+
 136+ul li.expanded {
 137+ background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
 138+}
 139+
 140+ul li.collapsed {
 141+ background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
 142+}
 143+
 144+ul li.leaf a, ul li.expanded a, ul li.collapsed a {
 145+ display: block;
 146+}
 147+
 148+ul.inline li {
 149+ background: none;
 150+ margin: 0;
 151+ padding: 0 1em 0 0; /* LTR */
 152+}
 153+
 154+ol.task-list {
 155+ margin-left: 0; /* LTR */
 156+ list-style-type: none;
 157+ list-style-image: none;
 158+}
 159+ol.task-list li {
 160+ padding: 0.5em 1em 0.5em 2em; /* LTR */
 161+}
 162+ol.task-list li.active {
 163+ background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
 164+}
 165+ol.task-list li.done {
 166+ color: #393;
 167+ background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
 168+}
 169+ol.task-list li.active {
 170+ margin-right: 1em; /* LTR */
 171+}
 172+
 173+fieldset ul.clear-block li {
 174+ margin: 0;
 175+ padding: 0;
 176+ background-image: none;
 177+}
 178+
 179+dl {
 180+ margin: 0.5em 0 1em 1.5em; /* LTR */
 181+}
 182+
 183+dl dt {
 184+}
 185+
 186+dl dd {
 187+ margin: 0 0 .5em 1.5em; /* LTR */
 188+}
 189+
 190+img, a img {
 191+ border: none;
 192+}
 193+
 194+table {
 195+ margin: 1em 0;
 196+ width: 100%;
 197+}
 198+
 199+thead th {
 200+ border-bottom: 2px solid #d3e7f4;
 201+ color: #494949;
 202+ font-weight: bold;
 203+}
 204+
 205+th a:link, th a:visited {
 206+ color: #6f9dbd;
 207+}
 208+
 209+td, th {
 210+ padding: .3em .5em;
 211+}
 212+
 213+tr.even, tr.odd, tbody th {
 214+ border: solid #d3e7f4;
 215+ border-width: 1px 0;
 216+}
 217+
 218+tr.odd, tr.info {
 219+ background-color: #edf5fa;
 220+}
 221+
 222+tr.even {
 223+ background-color: #fff;
 224+}
 225+
 226+tr.drag {
 227+ background-color: #fffff0;
 228+}
 229+
 230+tr.drag-previous {
 231+ background-color: #ffd;
 232+}
 233+
 234+tr.odd td.active {
 235+ background-color: #ddecf5;
 236+}
 237+
 238+tr.even td.active {
 239+ background-color: #e6f1f7;
 240+}
 241+
 242+td.region, td.module, td.container, td.category {
 243+ border-top: 1.5em solid #fff;
 244+ border-bottom: 1px solid #b4d7f0;
 245+ background-color: #d4e7f3;
 246+ color: #455067;
 247+ font-weight: bold;
 248+}
 249+
 250+tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
 251+ border-top-width: 0;
 252+}
 253+
 254+span.form-required {
 255+ color: #ffae00;
 256+}
 257+
 258+span.submitted, .description {
 259+ font-size: 0.92em;
 260+ color: #898989;
 261+}
 262+
 263+.description {
 264+ line-height: 150%;
 265+ margin-bottom: 0.75em;
 266+ color: #898989;
 267+}
 268+
 269+.messages, .preview {
 270+ margin: .75em 0 .75em;
 271+ padding: .5em 1em;
 272+}
 273+
 274+.messages ul {
 275+ margin: 0;
 276+}
 277+
 278+.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
 279+ margin: 0.25em 0;
 280+}
 281+
 282+#center form {
 283+ margin-bottom: 2em;
 284+}
 285+
 286+.form-button, .form-submit {
 287+ margin: 2em 0.5em 1em 0; /* LTR */
 288+}
 289+
 290+#dblog-form-overview .form-submit,
 291+.confirmation .form-submit,
 292+.search-form .form-submit,
 293+.poll .form-submit,
 294+fieldset .form-button, fieldset .form-submit,
 295+.sidebar .form-button, .sidebar .form-submit,
 296+table .form-button, table .form-submit {
 297+ margin: 0;
 298+}
 299+
 300+.box {
 301+ margin-bottom: 2.5em;
 302+}
 303+
 304+/**
 305+ * Layout
 306+ */
 307+#header-region {
 308+ min-height: 1em;
 309+ background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%;
 310+}
 311+
 312+#header-region .block {
 313+ display: block;
 314+ margin: 0 1em;
 315+}
 316+
 317+#header-region .block-region {
 318+ display: block;
 319+ margin: 0 0.5em 1em;
 320+ padding: 0.5em;
 321+ position: relative;
 322+ top: 0.5em;
 323+}
 324+
 325+#header-region * {
 326+ display: inline;
 327+ line-height: 1.5em;
 328+ margin-top: 0;
 329+ margin-bottom: 0;
 330+}
 331+
 332+/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
 333+#header-region script {
 334+ display: none;
 335+}
 336+
 337+#header-region p, #header-region img {
 338+ margin-top: 0.5em;
 339+}
 340+
 341+#header-region h2 {
 342+ margin: 0 1em 0 0; /* LTR */
 343+}
 344+
 345+#header-region h3, #header-region label, #header-region li {
 346+ margin: 0 1em;
 347+ padding: 0;
 348+ background: none;
 349+}
 350+
 351+#wrapper {
 352+ background: #edf5fa url(images/body.png) repeat-x 50% 0;
 353+}
 354+
 355+#wrapper #container {
 356+ margin: 0 auto;
 357+ padding: 0 20px;
 358+}
 359+
 360+#wrapper #container #header {
 361+ height: 80px;
 362+}
 363+
 364+#wrapper #container #header #logo-floater {
 365+ position: absolute;
 366+}
 367+
 368+#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
 369+ line-height: 120px;
 370+ position: relative;
 371+ z-index: 2;
 372+ white-space: nowrap;
 373+}
 374+
 375+#wrapper #container #header h1 span {
 376+ font-weight: bold;
 377+}
 378+
 379+#wrapper #container #header h1 img {
 380+ padding-top: 14px;
 381+ padding-right: 20px; /* LTR */
 382+ float: left; /* LTR */
 383+}
 384+
 385+/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
 386+body.sidebars {
 387+ min-width: 980px;
 388+}
 389+/* With 2 columns, require a minimum width of 800px. */
 390+body.sidebar-left, body.sidebar-right {
 391+ min-width: 780px;
 392+}
 393+
 394+/* We must define 100% width to avoid the body being too narrow for near-empty pages */
 395+#wrapper #container #center {
 396+ float: left;
 397+ width: 100%;
 398+}
 399+
 400+/* So we move the #center container over the sidebars to compensate */
 401+body.sidebar-left #center {
 402+ margin-left: -210px;
 403+}
 404+body.sidebar-right #center {
 405+ margin-right: -210px;
 406+}
 407+body.sidebars #center {
 408+ margin: 0 -210px;
 409+}
 410+
 411+/* And add blanks left and right for the sidebars to fill */
 412+body.sidebar-left #squeeze {
 413+ margin-left: 210px;
 414+}
 415+body.sidebar-right #squeeze {
 416+ margin-right: 210px;
 417+}
 418+body.sidebars #squeeze {
 419+ margin: 0 210px;
 420+}
 421+
 422+/* We ensure the sidebars are still clickable using z-index */
 423+#wrapper #container .sidebar {
 424+ margin: 60px 0 5em;
 425+ width: 210px;
 426+ float: left;
 427+ z-index: 2;
 428+ position: relative;
 429+}
 430+
 431+#wrapper #container .sidebar .block {
 432+ margin: 0 0 1.5em 0;
 433+}
 434+
 435+#sidebar-left .block {
 436+ padding: 0 15px 0 0px;
 437+}
 438+
 439+#sidebar-right .block {
 440+ padding: 0 0px 0 15px;
 441+}
 442+
 443+.block .content {
 444+ margin: 0.5em 0;
 445+}
 446+
 447+#sidebar-left .block-region {
 448+ margin: 0 15px 0 0px; /* LTR */
 449+}
 450+
 451+#sidebar-right .block-region {
 452+ margin: 0 0px 0 15px; /* LTR */
 453+}
 454+
 455+.block-region {
 456+ padding: 1em;
 457+ background: transparent;
 458+ border: 2px dashed #b4d7f0;
 459+ text-align: center;
 460+ font-size: 1.3em;
 461+}
 462+
 463+/* Now we add the backgrounds for the main content shading */
 464+#wrapper #container #center #squeeze {
 465+ background: #fff url(images/bg-content.png) repeat-x 50% 0;
 466+ position: relative;
 467+}
 468+
 469+#wrapper #container #center .right-corner {
 470+ background: transparent url(images/bg-content-right.png) no-repeat 100% 0;
 471+ position: relative;
 472+ left: 10px;
 473+}
 474+
 475+#wrapper #container #center .right-corner .left-corner {
 476+ padding: 60px 25px 5em 35px;
 477+ background: transparent url(images/bg-content-left.png) no-repeat 0 0;
 478+ margin-left: -10px;
 479+ position: relative;
 480+ left: -10px;
 481+ min-height: 400px;
 482+}
 483+
 484+#wrapper #container #footer {
 485+ float: none;
 486+ clear: both;
 487+ text-align: center;
 488+ margin: 4em 0 -3em;
 489+ color: #898989;
 490+}
 491+
 492+#wrapper #container .breadcrumb {
 493+ position: absolute;
 494+ top: 15px;
 495+ left: 35px; /* LTR */
 496+ z-index: 3;
 497+}
 498+
 499+body.sidebar-left #footer {
 500+ margin-left: -210px;
 501+}
 502+
 503+body.sidebar-right #footer {
 504+ margin-right: -210px;
 505+}
 506+
 507+body.sidebars #footer {
 508+ margin: 0 -210px;
 509+}
 510+
 511+/**
 512+ * Header
 513+ */
 514+#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
 515+ color: #fff;
 516+ font-weight: normal;
 517+ text-shadow: #1659ac 0px 1px 3px;
 518+ font-size: 1.5em;
 519+}
 520+
 521+#wrapper #container #header h1 a:hover {
 522+ text-decoration: none;
 523+}
 524+
 525+#wrapper #container .breadcrumb {
 526+ font-size: 0.92em;
 527+}
 528+
 529+#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
 530+ color: #529ad6;
 531+}
 532+
 533+#mission {
 534+ padding: 1em;
 535+ background-color: #fff;
 536+ border: 1px solid #e0e5fb;
 537+ margin-bottom: 2em;
 538+}
 539+
 540+/**
 541+ * Primary navigation
 542+ */
 543+ul.primary-links {
 544+ margin: 0;
 545+ padding: 0;
 546+ float: right; /* LTR */
 547+ position: relative;
 548+ z-index: 4;
 549+}
 550+
 551+ul.primary-links li {
 552+ margin: 0;
 553+ padding: 0;
 554+ float: left; /* LTR */
 555+ background-image: none;
 556+}
 557+
 558+ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
 559+ display: block;
 560+ margin: 0 1em;
 561+ padding: .75em 0 0;
 562+ color: #fff;
 563+ background: transparent url(images/bg-navigation-item.png) no-repeat 50% 0;
 564+}
 565+
 566+ul.primary-links li a:hover, ul.primary-links li a.active {
 567+ color: #fff;
 568+ background: transparent url(images/bg-navigation-item-hover.png) no-repeat 50% 0;
 569+}
 570+
 571+/**
 572+ * Secondary navigation
 573+ */
 574+ul.secondary-links {
 575+ margin: 0;
 576+ padding: 18px 0 0;
 577+ float: right; /* LTR */
 578+ clear: right; /* LTR */
 579+ position: relative;
 580+ z-index: 4;
 581+}
 582+
 583+ul.secondary-links li {
 584+ margin: 0;
 585+ padding: 0;
 586+ float: left; /* LTR */
 587+ background-image: none;
 588+}
 589+
 590+ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
 591+ display: block;
 592+ margin: 0 1em;
 593+ padding: .75em 0 0;
 594+ color: #cde3f1;
 595+ background: transparent;
 596+}
 597+
 598+ul.secondary-links li a:hover, ul.secondary-links li a.active {
 599+ color: #cde3f1;
 600+ background: transparent;
 601+}
 602+
 603+/**
 604+ * Local tasks
 605+ */
 606+ul.primary, ul.primary li, ul.secondary, ul.secondary li {
 607+ border: 0;
 608+ background: none;
 609+ margin: 0;
 610+ padding: 0;
 611+}
 612+
 613+#tabs-wrapper {
 614+ margin: 0 -26px 1em;
 615+ padding: 0 26px;
 616+ border-bottom: 1px solid #e9eff3;
 617+ position: relative;
 618+}
 619+ul.primary {
 620+ padding: 0.5em 0 10px;
 621+ float: left; /* LTR */
 622+}
 623+ul.secondary {
 624+ clear: both;
 625+ text-align: left; /* LTR */
 626+ border-bottom: 1px solid #e9eff3;
 627+ margin: -0.2em -26px 1em;
 628+ padding: 0 26px 0.6em;
 629+}
 630+h2.with-tabs {
 631+ float: left; /* LTR */
 632+ margin: 0 2em 0 0; /* LTR */
 633+ padding: 0;
 634+}
 635+
 636+ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
 637+ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
 638+ border: 0;
 639+ background: transparent;
 640+ padding: 4px 1em;
 641+ margin: 0 0 0 1px; /* LTR */
 642+ height: auto;
 643+ text-decoration: none;
 644+ position: relative;
 645+ top: -1px;
 646+ display: inline-block;
 647+}
 648+ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
 649+ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
 650+ background: url(images/bg-tab.png) repeat-x 0 50%;
 651+ color: #fff;
 652+}
 653+ul.primary li.active a,
 654+ul.secondary li.active a {
 655+ font-weight: bold;
 656+}
 657+
 658+/**
 659+ * Nodes & comments
 660+ */
 661+.node {
 662+ border-bottom: 1px solid #e9eff3;
 663+ margin: 0 -26px 1.5em;
 664+ padding: 1.5em 26px;
 665+}
 666+
 667+ul.links li, ul.inline li {
 668+ margin-left: 0;
 669+ margin-right: 0;
 670+ padding-left: 0; /* LTR */
 671+ padding-right: 1em; /* LTR */
 672+ background-image: none;
 673+}
 674+
 675+.node .links, .comment .links {
 676+ text-align: left; /* LTR */
 677+}
 678+
 679+.node .links ul.links li, .comment .links ul.links li {}
 680+.terms ul.links li {
 681+ margin-left: 0;
 682+ margin-right: 0;
 683+ padding-right: 0;
 684+ padding-left: 1em;
 685+}
 686+
 687+.picture, .comment .submitted {
 688+ float: right; /* LTR */
 689+ clear: right; /* LTR */
 690+ padding-left: 1em; /* LTR */
 691+}
 692+
 693+.new {
 694+ color: #ffae00;
 695+ font-size: 0.92em;
 696+ font-weight: bold;
 697+ float: right; /* LTR */
 698+}
 699+
 700+.terms {
 701+ float: right; /* LTR */
 702+}
 703+
 704+.preview .node, .preview .comment, .sticky {
 705+ margin: 0;
 706+ padding: 0.5em 0;
 707+ border: 0;
 708+ background: 0;
 709+}
 710+
 711+.sticky {
 712+ padding: 1em;
 713+ background-color: #fff;
 714+ border: 1px solid #e0e5fb;
 715+ margin-bottom: 2em;
 716+}
 717+
 718+#comments {
 719+ position: relative;
 720+ top: -1px;
 721+ border-bottom: 1px solid #e9eff3;
 722+ margin: -1.5em -25px 0;
 723+ padding: 0 25px;
 724+}
 725+
 726+#comments h2.comments {
 727+ margin: 0 -25px;
 728+ padding: .5em 25px;
 729+ background: #fff url(images/gradient-inner.png) repeat-x 0 0;
 730+}
 731+
 732+.comment {
 733+ margin: 0 -25px;
 734+ padding: 1.5em 25px 1.5em;
 735+ border-top: 1px solid #e9eff3;
 736+}
 737+
 738+.indented {
 739+ margin-left: 25px; /* LTR */
 740+}
 741+
 742+.comment h3 a.active {
 743+ color: #494949;
 744+}
 745+
 746+.node .content, .comment .content {
 747+ margin: 0.6em 0;
 748+}
 749+
 750+/**
 751+ * Aggregator.module
 752+ */
 753+#aggregator {
 754+ margin-top: 1em;
 755+}
 756+#aggregator .feed-item-title {
 757+ font-size: 160%;
 758+ line-height: 130%;
 759+}
 760+#aggregator .feed-item {
 761+ border-bottom: 1px solid #e9eff3;
 762+ margin: -1.5em -31px 1.75em;
 763+ padding: 1.5em 31px;
 764+}
 765+#aggregator .feed-item-categories {
 766+ font-size: 0.92em;
 767+}
 768+#aggregator .feed-item-meta {
 769+ font-size: 0.92em;
 770+ color: #898989;
 771+}
 772+
 773+/**
 774+ * Color.module
 775+ */
 776+#palette .form-item {
 777+ border: 1px solid #fff;
 778+}
 779+#palette .item-selected {
 780+ background: #fff url(images/gradient-inner.png) repeat-x 0 0;
 781+ border: 1px solid #d9eaf5;
 782+}
 783+
 784+/**
 785+ * Menu.module
 786+ */
 787+tr.menu-disabled {
 788+ opacity: 0.5;
 789+}
 790+tr.odd td.menu-disabled {
 791+ background-color: #edf5fa;
 792+}
 793+tr.even td.menu-disabled {
 794+ background-color: #fff;
 795+}
 796+
 797+/**
 798+ * Poll.module
 799+ */
 800+.poll .bar {
 801+ background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
 802+ border: solid #f0f0f0;
 803+ border-width: 0 1px 1px;
 804+}
 805+
 806+.poll .bar .foreground {
 807+ background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
 808+}
 809+
 810+.poll .percent {
 811+ font-size: .9em;
 812+}
 813+
 814+/**
 815+ * Autocomplete.
 816+ */
 817+#autocomplete li {
 818+ cursor: default;
 819+ padding: 2px;
 820+ margin: 0;
 821+}
 822+
 823+/**
 824+ * Collapsible fieldsets
 825+ */
 826+fieldset {
 827+ margin: 1em 0;
 828+ padding: 1em;
 829+ border: 1px solid #d9eaf5;
 830+ background: #fff url(images/gradient-inner.png) repeat-x 0 0;
 831+}
 832+
 833+/* Targets IE 7. Fixes background image in field sets. */
 834+*:first-child+html fieldset {
 835+ padding: 0 1em 1em;
 836+ background-position: 0 .75em;
 837+ background-color: transparent;
 838+}
 839+
 840+*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
 841+ padding-top: 1em;
 842+}
 843+
 844+fieldset legend {
 845+ /* Fix disappearing legend in FFox */
 846+ display: block;
 847+}
 848+
 849+*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
 850+ display: inline;
 851+}
 852+
 853+html.js fieldset.collapsed {
 854+ background: transparent;
 855+ padding-top: 0;
 856+ padding-bottom: .6em;
 857+}
 858+
 859+html.js fieldset.collapsible legend a {
 860+ padding-left: 2em; /* LTR */
 861+ background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
 862+}
 863+
 864+html.js fieldset.collapsed legend a {
 865+ background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
 866+}
 867+
 868+/**
 869+ * Syndication icons and block
 870+ */
 871+#block-node-0 h2 {
 872+ float: left; /* LTR */
 873+ padding-right: 20px; /* LTR */
 874+}
 875+
 876+#block-node-0 img, .feed-icon {
 877+ float: right; /* LTR */
 878+ padding-top: 4px;
 879+}
 880+
 881+#block-node-0 .content {
 882+ clear: right; /* LTR */
 883+}
 884+
 885+/**
 886+ * Login Block
 887+ */
 888+#user-login-form {
 889+ text-align: center;
 890+}
 891+#user-login-form ul {
 892+ text-align: left; /* LTR */
 893+}
 894+
 895+/**
 896+ * User profiles.
 897+ */
 898+.profile {
 899+ margin-top: 1.5em;
 900+}
 901+.profile h3 {
 902+ border-bottom: 0;
 903+ margin-bottom: 1em;
 904+}
 905+.profile dl {
 906+ margin: 0;
 907+}
 908+.profile dt {
 909+ font-weight: normal;
 910+ color: #898989;
 911+ font-size: 0.92em;
 912+ line-height: 1.3em;
 913+ margin-top: 1.4em;
 914+ margin-bottom: 0.45em;
 915+}
 916+.profile dd {
 917+ margin-bottom: 1.6em;
 918+}
 919+
 920+/**
 921+ * Admin Styles
 922+ */
 923+div.admin-panel,
 924+div.admin-panel .description,
 925+div.admin-panel .body,
 926+div.admin,
 927+div.admin .left,
 928+div.admin .right,
 929+div.admin .expert-link,
 930+div.item-list,
 931+.menu {
 932+ margin: 0;
 933+ padding: 0;
 934+}
 935+
 936+div.admin .left {
 937+ float: left; /* LTR */
 938+ width: 48%;
 939+}
 940+div.admin .right {
 941+ float: right; /* LTR */
 942+ width: 48%;
 943+}
 944+
 945+div.admin-panel {
 946+ background: #fff url(images/gradient-inner.png) repeat-x 0 0;
 947+ padding: 1em 1em 1.5em;
 948+}
 949+div.admin-panel .description {
 950+ margin-bottom: 1.5em;
 951+}
 952+div.admin-panel dl {
 953+ margin: 0;
 954+}
 955+div.admin-panel dd {
 956+ color: #898989;
 957+ font-size: 0.92em;
 958+ line-height: 1.3em;
 959+ margin-top: -.2em;
 960+ margin-bottom: .65em;
 961+}
 962+
 963+table.system-status-report th {
 964+ border-color: #d3e7f4;
 965+}
 966+
 967+#autocomplete li.selected, tr.selected td, tr.selected td.active {
 968+ background: #027ac6;
 969+ color: #fff;
 970+}
 971+
 972+tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
 973+ color: #d3e7f4;
 974+}
 975+
 976+tr.taxonomy-term-preview {
 977+ opacity: 0.5;
 978+}
 979+
 980+tr.taxonomy-term-divider-top {
 981+ border-bottom: none;
 982+}
 983+
 984+tr.taxonomy-term-divider-bottom {
 985+ border-top: 1px dotted #CCC;
 986+}
 987+
 988+/**
 989+ * CSS support
 990+ */
 991+
 992+/*******************************************************************
 993+ * Color Module: Don't touch *
 994+ *******************************************************************/
 995+
 996+/**
 997+ * Generic elements.
 998+ */
 999+.messages {
 1000+ background-color: #fff;
 1001+ border: 1px solid #b8d3e5;
 1002+}
 1003+
 1004+.preview {
 1005+ background-color: #fcfce8;
 1006+ border: 1px solid #e5e58f;
 1007+}
 1008+
 1009+div.status {
 1010+ color: #33a333;
 1011+ border-color: #c7f2c8;
 1012+}
 1013+
 1014+div.error, tr.error {
 1015+ color: #a30000;
 1016+ background-color: #FFCCCC;
 1017+}
 1018+
 1019+.form-item input.error, .form-item textarea.error {
 1020+ border: 1px solid #c52020;
 1021+ color: #363636;
 1022+}
 1023+
 1024+/**
 1025+ * dblog.module
 1026+ */
 1027+tr.dblog-user {
 1028+ background-color: #fcf9e5;
 1029+}
 1030+
 1031+tr.dblog-user td.active {
 1032+ background-color: #fbf5cf;
 1033+}
 1034+
 1035+tr.dblog-content {
 1036+ background-color: #fefefe;
 1037+}
 1038+
 1039+tr.dblog-content td.active {
 1040+ background-color: #f5f5f5;
 1041+}
 1042+
 1043+tr.dblog-warning {
 1044+ background-color: #fdf5e6;
 1045+}
 1046+
 1047+tr.dblog-warning td.active {
 1048+ background-color: #fdf2de;
 1049+}
 1050+
 1051+tr.dblog-error {
 1052+ background-color: #fbe4e4;
 1053+}
 1054+
 1055+tr.dblog-error td.active {
 1056+ background-color: #fbdbdb;
 1057+}
 1058+tr.dblog-page-not-found, tr.dblog-access-denied {
 1059+ background: #d7ffd7;
 1060+}
 1061+tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
 1062+ background: #c7eec7;
 1063+}
 1064+
 1065+/**
 1066+ * Status report colors.
 1067+ */
 1068+table.system-status-report tr.error, table.system-status-report tr.error th {
 1069+ background-color: #fcc;
 1070+ border-color: #ebb;
 1071+ color: #200;
 1072+}
 1073+table.system-status-report tr.warning, table.system-status-report tr.warning th {
 1074+ background-color: #ffd;
 1075+ border-color: #eeb;
 1076+}
 1077+table.system-status-report tr.ok, table.system-status-report tr.ok th {
 1078+ background-color: #dfd;
 1079+ border-color: #beb;
 1080+}
Index: civicrm/trunk/sites/all/themes/garland_custom/page.tpl.php
@@ -0,0 +1,95 @@
 2+<?php
 3+// $Id: page.tpl.php,v 1.18.2.1 2009/04/30 00:13:31 goba Exp $
 4+?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 5+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 6+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>">
 7+ <head>
 8+ <?php print $head ?>
 9+ <title><?php print $head_title ?></title>
 10+ <?php print $styles ?>
 11+ <?php print $scripts ?>
 12+ <!--[if lt IE 7]>
 13+ <?php print phptemplate_get_ie_styles(); ?>
 14+ <![endif]-->
 15+ </head>
 16+ <body<?php print phptemplate_body_class($left, $right); ?>>
 17+
 18+<!-- Layout -->
 19+ <div id="header-region" class="clear-block"><?php print $header; ?></div>
 20+
 21+ <div id="wrapper">
 22+ <div id="container" class="clear-block">
 23+
 24+ <div id="header">
 25+ <div id="logo-floater">
 26+ <?php
 27+ // Prepare header
 28+ $site_fields = array();
 29+ if ($site_name) {
 30+ $site_fields[] = check_plain($site_name);
 31+ }
 32+ if ($site_slogan) {
 33+ $site_fields[] = check_plain($site_slogan);
 34+ }
 35+ $site_title = implode(' ', $site_fields);
 36+ if ($site_fields) {
 37+ $site_fields[0] = '<span>'. $site_fields[0] .'</span>';
 38+ }
 39+ $site_html = implode(' ', $site_fields);
 40+
 41+ if ($logo || $site_title) {
 42+ print '<h1><a href="'. check_url($front_page) .'" title="'. $site_title .'">';
 43+ if ($logo) {
 44+ print '<img src="'. check_url($logo) .'" alt="'. $site_title .'" id="logo" />';
 45+ }
 46+ print $site_html .'</a></h1>';
 47+ }
 48+ ?>
 49+ </div>
 50+
 51+ <?php if (isset($primary_links)) : ?>
 52+ <?php print theme('links', $primary_links, array('class' => 'links primary-links')) ?>
 53+ <?php endif; ?>
 54+ <?php if (isset($secondary_links)) : ?>
 55+ <?php print theme('links', $secondary_links, array('class' => 'links secondary-links')) ?>
 56+ <?php endif; ?>
 57+
 58+ </div> <!-- /header -->
 59+
 60+ <?php if ($left): ?>
 61+ <div id="sidebar-left" class="sidebar">
 62+ <?php if ($search_box): ?><div class="block block-theme"><?php print $search_box ?></div><?php endif; ?>
 63+ <?php print $left ?>
 64+ </div>
 65+ <?php endif; ?>
 66+
 67+ <div id="center"><div id="squeeze"><div class="right-corner"><div class="left-corner">
 68+ <?php print $breadcrumb; ?>
 69+ <?php if ($mission): print '<div id="mission">'. $mission .'</div>'; endif; ?>
 70+ <?php if ($tabs): print '<div id="tabs-wrapper" class="clear-block">'; endif; ?>
 71+ <?php if ($title): print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>'; endif; ?>
 72+ <?php if ($tabs): print '<ul class="tabs primary">'. $tabs .'</ul></div>'; endif; ?>
 73+ <?php if ($tabs2): print '<ul class="tabs secondary">'. $tabs2 .'</ul>'; endif; ?>
 74+ <?php if ($show_messages && $messages): print $messages; endif; ?>
 75+ <?php print $help; ?>
 76+ <div class="clear-block">
 77+ <?php print $content ?>
 78+ </div>
 79+ <?php print $feed_icons ?>
 80+ <div id="footer"><?php print $footer_message . $footer ?></div>
 81+ </div></div></div></div> <!-- /.left-corner, /.right-corner, /#squeeze, /#center -->
 82+
 83+ <?php if ($right): ?>
 84+ <div id="sidebar-right" class="sidebar">
 85+ <?php if (!$left && $search_box): ?><div class="block block-theme"><?php print $search_box ?></div><?php endif; ?>
 86+ <?php print $right ?>
 87+ </div>
 88+ <?php endif; ?>
 89+
 90+ </div> <!-- /container -->
 91+ </div>
 92+<!-- /layout -->
 93+
 94+ <?php print $closure ?>
 95+ </body>
 96+</html>
Index: civicrm/trunk/sites/all/themes/garland_custom/screenshot.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: civicrm/trunk/sites/all/themes/garland_custom/screenshot.png
___________________________________________________________________
Added: svn:mime-type
197 + application/octet-stream
Index: civicrm/trunk/sites/all/themes/garland_custom/template.php
@@ -0,0 +1,105 @@
 2+<?php
 3+// $Id: template.php,v 1.16.2.3 2010/05/11 09:41:22 goba Exp $
 4+
 5+/**
 6+ * Sets the body-tag class attribute.
 7+ *
 8+ * Adds 'sidebar-left', 'sidebar-right' or 'sidebars' classes as needed.
 9+ */
 10+function phptemplate_body_class($left, $right) {
 11+ if ($left != '' && $right != '') {
 12+ $class = 'sidebars';
 13+ }
 14+ else {
 15+ if ($left != '') {
 16+ $class = 'sidebar-left';
 17+ }
 18+ if ($right != '') {
 19+ $class = 'sidebar-right';
 20+ }
 21+ }
 22+
 23+ if (isset($class)) {
 24+ print ' class="'. $class .'"';
 25+ }
 26+}
 27+
 28+/**
 29+ * Return a themed breadcrumb trail.
 30+ *
 31+ * @param $breadcrumb
 32+ * An array containing the breadcrumb links.
 33+ * @return a string containing the breadcrumb output.
 34+ */
 35+function phptemplate_breadcrumb($breadcrumb) {
 36+ if (!empty($breadcrumb)) {
 37+ return '<div class="breadcrumb">'. implode(' › ', $breadcrumb) .'</div>';
 38+ }
 39+}
 40+
 41+/**
 42+ * Override or insert PHPTemplate variables into the templates.
 43+ */
 44+function phptemplate_preprocess_page(&$vars) {
 45+ $vars['tabs2'] = menu_secondary_local_tasks();
 46+
 47+ // Hook into color.module
 48+ if (module_exists('color')) {
 49+ _color_page_alter($vars);
 50+ }
 51+}
 52+
 53+/**
 54+ * Add a "Comments" heading above comments except on forum pages.
 55+ */
 56+function garland_preprocess_comment_wrapper(&$vars) {
 57+ if ($vars['content'] && $vars['node']->type != 'forum') {
 58+ $vars['content'] = '<h2 class="comments">'. t('Comments') .'</h2>'. $vars['content'];
 59+ }
 60+}
 61+
 62+/**
 63+ * Returns the rendered local tasks. The default implementation renders
 64+ * them as tabs. Overridden to split the secondary tasks.
 65+ *
 66+ * @ingroup themeable
 67+ */
 68+function phptemplate_menu_local_tasks() {
 69+ return menu_primary_local_tasks();
 70+}
 71+
 72+/**
 73+ * Returns the themed submitted-by string for the comment.
 74+ */
 75+function phptemplate_comment_submitted($comment) {
 76+ return t('!datetime — !username',
 77+ array(
 78+ '!username' => theme('username', $comment),
 79+ '!datetime' => format_date($comment->timestamp)
 80+ ));
 81+}
 82+
 83+/**
 84+ * Returns the themed submitted-by string for the node.
 85+ */
 86+function phptemplate_node_submitted($node) {
 87+ return t('!datetime — !username',
 88+ array(
 89+ '!username' => theme('username', $node),
 90+ '!datetime' => format_date($node->created),
 91+ ));
 92+}
 93+
 94+/**
 95+ * Generates IE CSS links for LTR and RTL languages.
 96+ */
 97+function phptemplate_get_ie_styles() {
 98+ global $language;
 99+
 100+ $iecss = '<link type="text/css" rel="stylesheet" media="all" href="'. base_path() . path_to_theme() .'/fix-ie.css" />';
 101+ if ($language->direction == LANGUAGE_RTL) {
 102+ $iecss .= '<style type="text/css" media="all">@import "'. base_path() . path_to_theme() .'/fix-ie-rtl.css";</style>';
 103+ }
 104+
 105+ return $iecss;
 106+}
Index: civicrm/trunk/sites/all/themes/garland_custom/garland.info
@@ -0,0 +1,14 @@
 2+; $Id: garland.info,v 1.5 2007/07/01 23:27:32 goba Exp $
 3+name = Garland
 4+description = Tableless, recolorable, multi-column, fluid width theme (default).
 5+version = VERSION
 6+core = 6.x
 7+engine = phptemplate
 8+stylesheets[all][] = style.css
 9+stylesheets[print][] = print.css
 10+
 11+; Information added by drupal.org packaging script on 2010-06-02
 12+version = "6.17"
 13+project = "drupal"
 14+datestamp = "1275505216"
 15+
Index: civicrm/trunk/sites/all/themes/garland_custom/images/bg-tab.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: civicrm/trunk/sites/all/themes/garland_custom/images/bg-tab.png
___________________________________________________________________
Added: svn:mime-type
116 + application/octet-stream
Index: civicrm/trunk/sites/all/themes/garland_custom/images/body.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: civicrm/trunk/sites/all/themes/garland_custom/images/body.png
___________________________________________________________________
Added: svn:mime-type
217 + application/octet-stream
Index: civicrm/trunk/sites/all/themes/garland_custom/images/bg-content.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: civicrm/trunk/sites/all/themes/garland_custom/images/bg-content.png
___________________________________________________________________
Added: svn:mime-type
318 + application/octet-stream
Index: civicrm/trunk/sites/all/themes/garland_custom/images/bg-navigation-item-hover.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: civicrm/trunk/sites/all/themes/garland_custom/images/bg-navigation-item-hover.png
___________________________________________________________________
Added: svn:mime-type
419 + application/octet-stream
Index: civicrm/trunk/sites/all/themes/garland_custom/images/gradient-inner.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: civicrm/trunk/sites/all/themes/garland_custom/images/gradient-inner.png
___________________________________________________________________
Added: svn:mime-type
520 + application/octet-stream
Index: civicrm/trunk/sites/all/themes/garland_custom/images/bg-bar-white.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: civicrm/trunk/sites/all/themes/garland_custom/images/bg-bar-white.png
___________________________________________________________________
Added: svn:mime-type
621 + application/octet-stream
Index: civicrm/trunk/sites/all/themes/garland_custom/images/bg-content-right.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: civicrm/trunk/sites/all/themes/garland_custom/images/bg-content-right.png
___________________________________________________________________
Added: svn:mime-type
722 + application/octet-stream
Index: civicrm/trunk/sites/all/themes/garland_custom/images/menu-expanded.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: civicrm/trunk/sites/all/themes/garland_custom/images/menu-expanded.gif
___________________________________________________________________
Added: svn:mime-type
823 + application/octet-stream
Index: civicrm/trunk/sites/all/themes/garland_custom/images/task-list.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: civicrm/trunk/sites/all/themes/garland_custom/images/task-list.png
___________________________________________________________________
Added: svn:mime-type
924 + application/octet-stream
Index: civicrm/trunk/sites/all/themes/garland_custom/images/bg-navigation-item.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: civicrm/trunk/sites/all/themes/garland_custom/images/bg-navigation-item.png
___________________________________________________________________
Added: svn:mime-type
1025 + application/octet-stream
Index: civicrm/trunk/sites/all/themes/garland_custom/images/bg-navigation.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: civicrm/trunk/sites/all/themes/garland_custom/images/bg-navigation.png
___________________________________________________________________
Added: svn:mime-type
1126 + application/octet-stream
Index: civicrm/trunk/sites/all/themes/garland_custom/images/bg-content-left.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: civicrm/trunk/sites/all/themes/garland_custom/images/bg-content-left.png
___________________________________________________________________
Added: svn:mime-type
1227 + application/octet-stream
Index: civicrm/trunk/sites/all/themes/garland_custom/images/menu-collapsed-rtl.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: civicrm/trunk/sites/all/themes/garland_custom/images/menu-collapsed-rtl.gif
___________________________________________________________________
Added: svn:mime-type
1328 + application/octet-stream
Index: civicrm/trunk/sites/all/themes/garland_custom/images/menu-collapsed.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: civicrm/trunk/sites/all/themes/garland_custom/images/menu-collapsed.gif
___________________________________________________________________
Added: svn:mime-type
1429 + application/octet-stream
Index: civicrm/trunk/sites/all/themes/garland_custom/images/bg-bar.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: civicrm/trunk/sites/all/themes/garland_custom/images/bg-bar.png
___________________________________________________________________
Added: svn:mime-type
1530 + application/octet-stream
Index: civicrm/trunk/sites/all/themes/garland_custom/images/menu-leaf.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: civicrm/trunk/sites/all/themes/garland_custom/images/menu-leaf.gif
___________________________________________________________________
Added: svn:mime-type
1631 + application/octet-stream
Index: civicrm/trunk/sites/all/themes/garland_custom/fix-ie-rtl.css
@@ -0,0 +1,63 @@
 2+/* $Id: fix-ie-rtl.css,v 1.2 2007/11/09 22:14:41 goba Exp $ */
 3+
 4+body {
 5+ /* Center layout */
 6+ text-align: center;
 7+ /* Allow text resizing */
 8+ font-size: 80%;
 9+}
 10+
 11+#squeeze {
 12+ zoom: 1;
 13+ direction: ltr;
 14+}
 15+
 16+#squeeze .left-corner{
 17+ direction: rtl
 18+}
 19+
 20+#header-region, #wrapper #container {
 21+ /* Reset text alignment */
 22+ text-align: right;
 23+}
 24+
 25+#wrapper #container #center {
 26+ /* Reduce amount of damage done by extremely wide content */
 27+ overflow: hidden;
 28+}
 29+
 30+#wrapper #container #center .right-corner .left-corner {
 31+ /* Because of the lack of min-height, we use height as an alternative */
 32+ height: 400px;
 33+}
 34+
 35+fieldset {
 36+ /* Don't draw backgrounds on fieldsets in IE, as they look really bad. */
 37+ background: none;
 38+}
 39+
 40+/* Prevent fieldsets from shifting when changing collapsed state. */
 41+html.js fieldset.collapsible {
 42+ position: relative;
 43+ top: -1em;
 44+}
 45+
 46+html.js fieldset.collapsed {
 47+ top: 0;
 48+ margin-bottom: 1em;
 49+}
 50+
 51+tr.menu-disabled {
 52+ /* Use filter to emulate CSS3 opacity */
 53+ filter: alpha(opacity=50);
 54+}
 55+
 56+#header-region {
 57+ /* Because of the lack of min-height, we use height as an alternative */
 58+ height: 1em;
 59+}
 60+
 61+#attach-hide label, #uploadprogress div.message {
 62+ /* Fading elements in IE causes the text to bleed unless they have a background. */
 63+ background-color: #ffffff;
 64+}
Index: civicrm/trunk/sites/all/themes/garland_custom/minnelli/screenshot.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: civicrm/trunk/sites/all/themes/garland_custom/minnelli/screenshot.png
___________________________________________________________________
Added: svn:mime-type
165 + application/octet-stream
Index: civicrm/trunk/sites/all/themes/garland_custom/minnelli/minnelli.info
@@ -0,0 +1,13 @@
 2+; $Id: minnelli.info,v 1.7 2007/12/04 20:58:44 goba Exp $
 3+name = Minnelli
 4+description = Tableless, recolorable, multi-column, fixed width theme.
 5+version = VERSION
 6+core = 6.x
 7+base theme = garland
 8+stylesheets[all][] = minnelli.css
 9+
 10+; Information added by drupal.org packaging script on 2010-06-02
 11+version = "6.17"
 12+project = "drupal"
 13+datestamp = "1275505216"
 14+
Index: civicrm/trunk/sites/all/themes/garland_custom/minnelli/logo.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: civicrm/trunk/sites/all/themes/garland_custom/minnelli/logo.png
___________________________________________________________________
Added: svn:mime-type
115 + application/octet-stream
Index: civicrm/trunk/sites/all/themes/garland_custom/minnelli/color/preview.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: civicrm/trunk/sites/all/themes/garland_custom/minnelli/color/preview.png
___________________________________________________________________
Added: svn:mime-type
216 + application/octet-stream
Index: civicrm/trunk/sites/all/themes/garland_custom/minnelli/color/color.inc
@@ -0,0 +1,75 @@
 2+<?php
 3+// $Id: color.inc,v 1.4 2007/12/14 17:00:14 goba Exp $
 4+
 5+$info = array(
 6+
 7+ // Pre-defined color schemes.
 8+ 'schemes' => array(
 9+ '#0072b9,#027ac6,#2385c2,#5ab5ee,#494949' => t('Blue Lagoon (Default)'),
 10+ '#464849,#2f416f,#2a2b2d,#5d6779,#494949' => t('Ash'),
 11+ '#55c0e2,#000000,#085360,#007e94,#696969' => t('Aquamarine'),
 12+ '#d5b048,#6c420e,#331900,#971702,#494949' => t('Belgian Chocolate'),
 13+ '#3f3f3f,#336699,#6598cb,#6598cb,#000000' => t('Bluemarine'),
 14+ '#d0cb9a,#917803,#efde01,#e6fb2d,#494949' => t('Citrus Blast'),
 15+ '#0f005c,#434f8c,#4d91ff,#1a1575,#000000' => t('Cold Day'),
 16+ '#c9c497,#0c7a00,#03961e,#7be000,#494949' => t('Greenbeam'),
 17+ '#ffe23d,#a9290a,#fc6d1d,#a30f42,#494949' => t('Mediterrano'),
 18+ '#788597,#3f728d,#a9adbc,#d4d4d4,#707070' => t('Mercury'),
 19+ '#5b5fa9,#5b5faa,#0a2352,#9fa8d5,#494949' => t('Nocturnal'),
 20+ '#7db323,#6a9915,#b5d52a,#7db323,#191a19' => t('Olivia'),
 21+ '#12020b,#1b1a13,#f391c6,#f41063,#898080' => t('Pink Plastic'),
 22+ '#b7a0ba,#c70000,#a1443a,#f21107,#515d52' => t('Shiny Tomato'),
 23+ '#18583d,#1b5f42,#34775a,#52bf90,#2d2d2d' => t('Teal Top'),
 24+ ),
 25+
 26+ // Images to copy over.
 27+ 'copy' => array(
 28+ '../images/menu-collapsed.gif',
 29+ '../images/menu-collapsed-rtl.gif',
 30+ '../images/menu-expanded.gif',
 31+ '../images/menu-leaf.gif',
 32+ ),
 33+
 34+ // CSS files (excluding @import) to rewrite with new color scheme.
 35+ 'css' => array(
 36+ '../style.css',
 37+ ),
 38+
 39+ // Coordinates of gradient (x, y, width, height).
 40+ 'gradient' => array(0, 37, 760, 121),
 41+
 42+ // Color areas to fill (x, y, width, height).
 43+ 'fill' => array(
 44+ 'base' => array(0, 0, 760, 568),
 45+ 'link' => array(107, 533, 41, 23),
 46+ ),
 47+
 48+ // Coordinates of all the theme slices (x, y, width, height)
 49+ // with their filename as used in the stylesheet.
 50+ 'slices' => array(
 51+ '../images/body.png' => array(0, 37, 1, 280),
 52+ '../images/bg-bar.png' => array(202, 530, 76, 14),
 53+ '../images/bg-bar-white.png' => array(202, 506, 76, 14),
 54+ '../images/bg-tab.png' => array(107, 533, 41, 23),
 55+ '../images/bg-navigation.png' => array(0, 0, 7, 37),
 56+ '../images/bg-content-left.png' => array(40, 117, 50, 352),
 57+ '../images/bg-content-right.png' => array(510, 117, 50, 352),
 58+ '../images/bg-content.png' => array(299, 117, 7, 200),
 59+ '../images/bg-navigation-item.png' => array(32, 37, 17, 12),
 60+ '../images/bg-navigation-item-hover.png' => array(54, 37, 17, 12),
 61+ '../images/gradient-inner.png' => array(646, 307, 112, 42),
 62+
 63+ 'logo.png' => array(622, 51, 64, 73),
 64+ 'screenshot.png' => array(0, 37, 400, 240),
 65+ ),
 66+
 67+ // Reference color used for blending. Matches the base.png's colors.
 68+ 'blend_target' => '#ffffff',
 69+
 70+ // Preview files.
 71+ 'preview_image' => 'color/preview.png',
 72+ 'preview_css' => '../color/preview.css',
 73+
 74+ // Base file for image generation.
 75+ 'base_image' => 'color/base.png',
 76+);
Index: civicrm/trunk/sites/all/themes/garland_custom/minnelli/color/base.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: civicrm/trunk/sites/all/themes/garland_custom/minnelli/color/base.png
___________________________________________________________________
Added: svn:mime-type
177 + application/octet-stream
Index: civicrm/trunk/sites/all/themes/garland_custom/minnelli/minnelli.css
@@ -0,0 +1,20 @@
 2+/* $Id: minnelli.css,v 1.3.2.1 2008/02/05 09:27:26 goba Exp $ */
 3+
 4+/**
 5+ * Minnelli, for Drupal 6.x
 6+ * Stefan Nagtegaal, iStyledThis [dot] nl
 7+ * Steven Wittens, acko [dot] net
 8+ */
 9+
 10+body #wrapper #container {
 11+ width: 560px;
 12+}
 13+
 14+body.sidebars #wrapper #container {
 15+ width: 980px;
 16+}
 17+
 18+body.sidebar-left #wrapper #container,
 19+body.sidebar-right #wrapper #container {
 20+ width: 770px;
 21+}
Index: civicrm/trunk/sites/all/themes/garland_custom/fix-ie.css
@@ -0,0 +1,69 @@
 2+/* $Id: fix-ie.css,v 1.8.2.1 2008/02/05 09:27:26 goba Exp $ */
 3+
 4+/**
 5+ * Garland, for Drupal 6.x
 6+ * Stefan Nagtegaal, iStyledThis [dot] nl
 7+ * Steven Wittens, acko [dot] net
 8+ */
 9+
 10+body {
 11+ /* Center layout */
 12+ text-align: center;
 13+ /* Allow text resizing */
 14+ font-size: 80%;
 15+}
 16+
 17+#header-region, #wrapper #container {
 18+ /* Reset text alignment */
 19+ text-align: left; /* LTR */
 20+}
 21+
 22+#wrapper #container #center {
 23+ /* Reduce amount of damage done by extremely wide content */
 24+ overflow: hidden;
 25+}
 26+
 27+#wrapper #container #center .right-corner .left-corner {
 28+ /* Because of the lack of min-height, we use height as an alternative */
 29+ height: 400px;
 30+}
 31+
 32+fieldset {
 33+ /* Don't draw backgrounds on fieldsets in IE, as they look really bad. */
 34+ background: none;
 35+}
 36+
 37+ul.primary {
 38+ /* Fix missing top margin */
 39+ position: relative; /* LTR */
 40+/* top: 0.5em; */
 41+}
 42+
 43+/* Prevent fieldsets from shifting when changing collapsed state. */
 44+html.js fieldset.collapsible {
 45+ position: relative;
 46+ top: -1em;
 47+}
 48+html.js fieldset.collapsed {
 49+ top: 0;
 50+ margin-bottom: 1em;
 51+}
 52+
 53+tr.menu-disabled {
 54+ /* Use filter to emulate CSS3 opacity */
 55+ filter: alpha(opacity=50);
 56+}
 57+
 58+#header-region {
 59+ /* Because of the lack of min-height, we use height as an alternative */
 60+ height: 1em;
 61+}
 62+
 63+tr.taxonomy-term-preview {
 64+ filter: alpha(opacity=50);
 65+}
 66+
 67+#attach-hide label, #uploadprogress div.message {
 68+ /* Fading elements in IE causes the text to bleed unless they have a background. */
 69+ background-color: #ffffff;
 70+}
Index: civicrm/trunk/sites/all/themes/garland_custom/node.tpl.php
@@ -0,0 +1,32 @@
 2+<?php
 3+// $Id: node.tpl.php,v 1.5 2007/10/11 09:51:29 goba Exp $
 4+?>
 5+<div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?>">
 6+
 7+<?php print $picture ?>
 8+
 9+<?php if ($page == 0): ?>
 10+ <h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
 11+<?php endif; ?>
 12+
 13+ <?php if ($submitted): ?>
 14+ <span class="submitted"><?php print $submitted; ?></span>
 15+ <?php endif; ?>
 16+
 17+ <div class="content clear-block">
 18+ <?php print $content ?>
 19+ </div>
 20+
 21+ <div class="clear-block">
 22+ <div class="meta">
 23+ <?php if ($taxonomy): ?>
 24+ <div class="terms"><?php print $terms ?></div>
 25+ <?php endif;?>
 26+ </div>
 27+
 28+ <?php if ($links): ?>
 29+ <div class="links"><?php print $links; ?></div>
 30+ <?php endif; ?>
 31+ </div>
 32+
 33+</div>
Index: civicrm/trunk/sites/all/themes/garland_custom/color/preview.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: civicrm/trunk/sites/all/themes/garland_custom/color/preview.png
___________________________________________________________________
Added: svn:mime-type
134 + application/octet-stream
Index: civicrm/trunk/sites/all/themes/garland_custom/color/color.inc
@@ -0,0 +1,75 @@
 2+<?php
 3+// $Id: color.inc,v 1.4 2007/12/14 17:00:14 goba Exp $
 4+
 5+$info = array(
 6+
 7+ // Pre-defined color schemes.
 8+ 'schemes' => array(
 9+ '#0072b9,#027ac6,#2385c2,#5ab5ee,#494949' => t('Blue Lagoon (Default)'),
 10+ '#464849,#2f416f,#2a2b2d,#5d6779,#494949' => t('Ash'),
 11+ '#55c0e2,#000000,#085360,#007e94,#696969' => t('Aquamarine'),
 12+ '#d5b048,#6c420e,#331900,#971702,#494949' => t('Belgian Chocolate'),
 13+ '#3f3f3f,#336699,#6598cb,#6598cb,#000000' => t('Bluemarine'),
 14+ '#d0cb9a,#917803,#efde01,#e6fb2d,#494949' => t('Citrus Blast'),
 15+ '#0f005c,#434f8c,#4d91ff,#1a1575,#000000' => t('Cold Day'),
 16+ '#c9c497,#0c7a00,#03961e,#7be000,#494949' => t('Greenbeam'),
 17+ '#ffe23d,#a9290a,#fc6d1d,#a30f42,#494949' => t('Mediterrano'),
 18+ '#788597,#3f728d,#a9adbc,#d4d4d4,#707070' => t('Mercury'),
 19+ '#5b5fa9,#5b5faa,#0a2352,#9fa8d5,#494949' => t('Nocturnal'),
 20+ '#7db323,#6a9915,#b5d52a,#7db323,#191a19' => t('Olivia'),
 21+ '#12020b,#1b1a13,#f391c6,#f41063,#898080' => t('Pink Plastic'),
 22+ '#b7a0ba,#c70000,#a1443a,#f21107,#515d52' => t('Shiny Tomato'),
 23+ '#18583d,#1b5f42,#34775a,#52bf90,#2d2d2d' => t('Teal Top'),
 24+ ),
 25+
 26+ // Images to copy over.
 27+ 'copy' => array(
 28+ 'images/menu-collapsed.gif',
 29+ 'images/menu-collapsed-rtl.gif',
 30+ 'images/menu-expanded.gif',
 31+ 'images/menu-leaf.gif',
 32+ ),
 33+
 34+ // CSS files (excluding @import) to rewrite with new color scheme.
 35+ 'css' => array(
 36+ 'style.css',
 37+ ),
 38+
 39+ // Coordinates of gradient (x, y, width, height).
 40+ 'gradient' => array(0, 37, 760, 121),
 41+
 42+ // Color areas to fill (x, y, width, height).
 43+ 'fill' => array(
 44+ 'base' => array(0, 0, 760, 568),
 45+ 'link' => array(107, 533, 41, 23),
 46+ ),
 47+
 48+ // Coordinates of all the theme slices (x, y, width, height)
 49+ // with their filename as used in the stylesheet.
 50+ 'slices' => array(
 51+ 'images/body.png' => array(0, 37, 1, 280),
 52+ 'images/bg-bar.png' => array(202, 530, 76, 14),
 53+ 'images/bg-bar-white.png' => array(202, 506, 76, 14),
 54+ 'images/bg-tab.png' => array(107, 533, 41, 23),
 55+ 'images/bg-navigation.png' => array(0, 0, 7, 37),
 56+ 'images/bg-content-left.png' => array(40, 117, 50, 352),
 57+ 'images/bg-content-right.png' => array(510, 117, 50, 352),
 58+ 'images/bg-content.png' => array(299, 117, 7, 200),
 59+ 'images/bg-navigation-item.png' => array(32, 37, 17, 12),
 60+ 'images/bg-navigation-item-hover.png' => array(54, 37, 17, 12),
 61+ 'images/gradient-inner.png' => array(646, 307, 112, 42),
 62+
 63+ 'logo.png' => array(622, 51, 64, 73),
 64+ 'screenshot.png' => array(0, 37, 400, 240),
 65+ ),
 66+
 67+ // Reference color used for blending. Matches the base.png's colors.
 68+ 'blend_target' => '#ffffff',
 69+
 70+ // Preview files.
 71+ 'preview_image' => 'color/preview.png',
 72+ 'preview_css' => 'color/preview.css',
 73+
 74+ // Base file for image generation.
 75+ 'base_image' => 'color/base.png',
 76+);
Index: civicrm/trunk/sites/all/themes/garland_custom/color/preview.css
@@ -0,0 +1,58 @@
 2+/* $Id: preview.css,v 1.1 2006/10/29 13:17:38 unconed Exp $ */
 3+
 4+/* Positioning */
 5+#preview {
 6+ overflow: hidden;
 7+ max-width: 100%;
 8+}
 9+#preview, #preview #img {
 10+ width: 596px;
 11+ height: 371px;
 12+}
 13+#preview #gradient {
 14+ position: absolute;
 15+ left: 0;
 16+ right: 0;
 17+ top: 19px;
 18+ height: 120px;
 19+ z-index: 2;
 20+}
 21+#preview #text {
 22+ position: absolute;
 23+ left: 80px;
 24+ width: 436px;
 25+ top: 160px;
 26+ height: 120px;
 27+ z-index: 4;
 28+}
 29+#preview #img {
 30+ position: relative;
 31+ z-index: 3;
 32+}
 33+#preview #gradient .gradient-line {
 34+ height: 10px;
 35+ overflow: hidden;
 36+}
 37+
 38+/* Basic styles to match */
 39+#preview {
 40+ font: 12px/170% Verdana;
 41+}
 42+#preview h2 {
 43+ margin: 0;
 44+ padding: 0;
 45+ font-weight: normal;
 46+ font-family: Helvetica, Arial, sans-serif;
 47+ font-size: 160%;
 48+ line-height: 130%;
 49+}
 50+#preview p {
 51+ margin: .5em 0;
 52+}
 53+#preview a:link, #preview a:visited {
 54+ text-decoration: none;
 55+ font-weight: normal;
 56+}
 57+#preview a:hover {
 58+ text-decoration: underline;
 59+}
\ No newline at end of file
Index: civicrm/trunk/sites/all/themes/garland_custom/color/base.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: civicrm/trunk/sites/all/themes/garland_custom/color/base.png
___________________________________________________________________
Added: svn:mime-type
160 + application/octet-stream
Index: civicrm/trunk/sites/all/themes/garland_custom/block.tpl.php
@@ -0,0 +1,11 @@
 2+<?php
 3+// $Id: block.tpl.php,v 1.3 2007/08/07 08:39:36 goba Exp $
 4+?>
 5+<div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="clear-block block block-<?php print $block->module ?>">
 6+
 7+<?php if (!empty($block->subject)): ?>
 8+ <h2><?php print $block->subject ?></h2>
 9+<?php endif;?>
 10+
 11+ <div class="content"><?php print $block->content ?></div>
 12+</div>
Property changes on: civicrm/trunk/sites
___________________________________________________________________
Added: svn:ignore
113 + dev-grosley.civicrm.wikimedia.org

Status & tagging log