diff --git a/README.txt b/README.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed1484eca172c4726234014bbff3f42ede695863 --- /dev/null +++ b/README.txt @@ -0,0 +1,19 @@ +WHERE'S THE CODE? +----------------- + +You've just checked out the code from Git's "master" branch. In Drupal contrib +module development, the code lives in branches that match a naming convention +which mirrors the released version numbers. + +For example: +The code for a project's 7.x-1.x-dev version is found in the 7.x-1.x Git branch. + +To see a list of all branches for this project using Git on the command line, +use the following command: + + git branch -a + +To switch from master branch to the 7.x-1.x branch using Git on the command +line, use the following command: + + git checkout 7.x-1.x diff --git a/block.tpl.php b/block.tpl.php deleted file mode 100644 index dbe5b262c01cee2cca915987cc57f17076cd99b8..0000000000000000000000000000000000000000 --- a/block.tpl.php +++ /dev/null @@ -1,11 +0,0 @@ -
-
- -

subject; ?>

- -
- content; ?> -
- -
-
diff --git a/box.tpl.php b/box.tpl.php deleted file mode 100644 index a66bd27dfff56c7c84c2bbb333f41eef087bd2ea..0000000000000000000000000000000000000000 --- a/box.tpl.php +++ /dev/null @@ -1,5 +0,0 @@ -
-

-
-
- diff --git a/comment.tpl.php b/comment.tpl.php deleted file mode 100644 index 82d81814eafd535862829b7915bcb51a6b15fb62..0000000000000000000000000000000000000000 --- a/comment.tpl.php +++ /dev/null @@ -1,8 +0,0 @@ -
- -

- -
On timestamp, 'custom', 'F jS, Y'); ?> says:
-
- -
diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index 0f9909a60cb8c1e3ed435472068fee39e4652c96..0000000000000000000000000000000000000000 Binary files a/favicon.ico and /dev/null differ diff --git a/icons.css b/icons.css deleted file mode 100644 index ccda8593a43a45de8b0e6897fa7e4e505f4b796a..0000000000000000000000000000000000000000 --- a/icons.css +++ /dev/null @@ -1,83 +0,0 @@ -/***************************************************** -* ICON STYLES -* -* Puts all the references to icon images in one place. -* -******************************************************/ - -/* Leaf, collapsed, and expanded icons used for navigation*/ -.block li.leaf, ul.menu li.leaf { - list-style-image: url(images/menu-leaf.gif); -} - -.block li.collapsed, ul.menu li.collapsed { - list-style-image: url(images/menu-collapsed.gif); -} - -.block li.expanded, ul.menu li.expanded { - list-style-image: url(images/menu-expanded.gif); -} - -.block li a.active { - text-decoration: none; -} - -.block ul li { - list-style-image: url(images/blue_bullet.gif); -} - -/* Forum posts and recent blog posts */ -.block-forum ul li { - list-style-type:none; - list-style-image: none; - margin:0; - padding:5px 0px 5px 20px; - background-image: url(images/page_text.gif); - background-repeat: no-repeat; - background-position: 0 .5em; -} - -.block-blog ul li { - list-style-type:none; - list-style-image: none; - margin:0; - padding:5px 0px 5px 20px; - background-image: url(images/blog.png); - background-repeat: no-repeat; - background-position: 0 .7em; -} - -/* Who's new & Who's online*/ -#block-user-2 ul li, #block-user-3 ul li { - list-style-type:none; - list-style-image: none; - margin:0; - padding:5px 0px 5px 20px; - background-image: url(images/icon_user.gif); - background-repeat: no-repeat; - background-position: 0 .5em; -} - -/* Status and Error icons */ -div.status { - background-image: url(images/dialog-information_i.gif); - background-repeat: no-repeat; - background-position: .5em 50%; -} - -div.error { - background-image: url(images/dialog-warning.gif); - background-repeat: no-repeat; - background-position: .5em 50%; -} - -/* Node links such as add comments, User's blog, etc */ -#main .node div.links { - padding:5px 0px 5px 13px; - background: url(images/links.gif) no-repeat 0 .93em; -} - -/* Administration panel */ -.admin-panel h3{ - background: #6191C5 url(images/cog.png) no-repeat .5em .5em; -} diff --git a/layout.css b/layout.css deleted file mode 100644 index 54713cb822859a2c444b68a099338eb586605553..0000000000000000000000000000000000000000 --- a/layout.css +++ /dev/null @@ -1,87 +0,0 @@ -/***************************************************** -* Layout STYLES -* -* Define CSS classes to implement the Holy Grail Layout -* to create a table-free, 3-column, 2-column, or single column -* layout depending on whether blocks are enabled in the left -* or right columns -* more info: -* http://www.alistapart.com/articles/holygrail/ -* -******************************************************/ - -#main { - padding: 10px 10px; /* main padding */ /* horizontal padding considers border width */ -} - -#container.withleft #main { - margin-left: 199px; - voice-family: "\"}\""; - voice-family: inherit; - margin-left: 200px; -} - -#container.withright #main { - margin-right: 199px; - voice-family: "\"}\""; - voice-family: inherit; - margin-right: 200px; -} - -html>body #container.withleft #main { - margin-left: 200px; -} - -html>body #container.withright #main { - margin-right: 200px; -} - -#sidebar-left { - float:left; - width:180px; - padding: 0 10px 0; /* left-side padding */ -} -#sidebar-right { - float:right; - width:180px; - padding:0 0 0 10px; /* right-side padding */ /* horizontal padding considers border width */ -} - -#footer { - clear: both; -} - -* html body { - overflow: hidden; -} - -* html #footer-wrapper { - width: 100%; - padding-bottom: 10010px; - margin-bottom: -10000px; -} - -/* -** Markup free clearing -** Details: http://www.positioniseverything.net/easyclearing.html -*/ -.clear-block:after { - content: "."; - display: block; - height: 0; - clear: both; - visibility: hidden; -} - -.clear-block { - display: inline-block; -} - -/* Hides from IE-mac \*/ -* html .clear-block { - height: 1%; -} -.clear-block { - display: block; -} -/* End hide from IE-mac */ diff --git a/logo.png b/logo.png deleted file mode 100644 index bcc45326045004feb603c712fa1adfa8ff4acaeb..0000000000000000000000000000000000000000 Binary files a/logo.png and /dev/null differ diff --git a/node-forum.tpl.php b/node-forum.tpl.php deleted file mode 100644 index de9b2e804ec11731ca2bb6bdc474c5d7dd1c2edc..0000000000000000000000000000000000000000 --- a/node-forum.tpl.php +++ /dev/null @@ -1,24 +0,0 @@ -
" id="node-nid; ?>"> - -

- -

- - - - - - created) . t(' by ') . theme('username', $node) ?> - - -
- -
- - - - - -
\ No newline at end of file diff --git a/node.tpl.php b/node.tpl.php deleted file mode 100644 index 089b62b3667ec664ec85279b7e915ceefde65a12..0000000000000000000000000000000000000000 --- a/node.tpl.php +++ /dev/null @@ -1,27 +0,0 @@ -
" id="node-nid; ?>"> - -

- -

- - - - - - created, 'custom', "F jS, Y") . t(' by ') . theme('username', $node); ?> - - -
- -
- - - - - - nid))): ?> -
- -
diff --git a/page.tpl.php b/page.tpl.php deleted file mode 100644 index 6a8217ea028bcb8e64dc01e4eded49d641bf01dd..0000000000000000000000000000000000000000 --- a/page.tpl.php +++ /dev/null @@ -1,101 +0,0 @@ - - - - - <?php print $head_title ?> - - - - - - - -
- - -
"> - - - - - - - - - -
-
-
-

-
- - - -
-
-
- - - - - -
- - - diff --git a/screenshot-drupal.org.png b/screenshot-drupal.org.png deleted file mode 100644 index 10a1190c2d9f31e7d56c3557d46d5cbdf2bafe53..0000000000000000000000000000000000000000 Binary files a/screenshot-drupal.org.png and /dev/null differ diff --git a/screenshot.large.png b/screenshot.large.png deleted file mode 100644 index 91ff3a4a801624b2e514d4d6a3fbcc75685719e4..0000000000000000000000000000000000000000 Binary files a/screenshot.large.png and /dev/null differ diff --git a/screenshot.png b/screenshot.png deleted file mode 100644 index 09b570d97ff11f3a1ecfed2b807e691d06420680..0000000000000000000000000000000000000000 Binary files a/screenshot.png and /dev/null differ diff --git a/style.css b/style.css deleted file mode 100644 index 997da98079a6c77e4178d57c1664654787e74014..0000000000000000000000000000000000000000 --- a/style.css +++ /dev/null @@ -1,586 +0,0 @@ -@CHARSET "UTF-8"; - -/***************************************************** -* IMPORT EXTERNAL STYLE SHEETS -* We have separated out these styles because they are -* common to the zen template system. -* -******************************************************/ -@import "layout.css"; -@import "icons.css"; - - -/***************************************************** -* FONT STYLES -* -* Standardize font sizes and line-height across browsers -* -******************************************************/ -body { - /*font-size: 13px;*/ /* <--- This declaration is breaking layout in Safari... very weird... */ - font-family: arial,helvetica,clean,sans-serif; - *font-size: small; - *font: x-small; - font: 76% Verdana, Arial, Helvetica, sans-serif; -} - -* HTML body { font-size: 60%;} - -table tr.odd{ - background: #ddd; -} - -tr, td { - padding:.25em; -} - -td.icon { - text-align:center; -} -code, pre { - font:115% monospace; - *font-size:100%; -} - -body * { - /*line-height: 1.22em;*/ /* <--- This is causing elements to not inherit line-heights... frustrating... */ -} - - -/***************************************************** -* LAYOUT STYLES -* -* Styles pertaining to minor layout adjustments, such as -* changing from fluid width to fixed width. -* See layout.css for major adjustments. -* -******************************************************/ -body { - margin: 0; - padding: 0; - min-width: 700px; /* 2x (left-side fullwidth + - main padding) + right-side fullwidth */ -} - -#page { - /*width: 900px; */ /* page width - optional */ - /*margin: 0 auto; */ /* center the page - optional */ - /*border-left: 2px solid #AAA;*/ - /*border-right: 2px solid #AAA;*/ -} - - -/***************************************************** -* OTHER STYLES -* -* Styles that are very specific to this theme. -* -******************************************************/ - -/*Common styles */ -body { - background: #fff; -} - -#page { - font-family: Verdana, Arial, Helvetica, sans-serif; - color: #111; - line-height:1.5em; - background-color: #fff; -} - -#main .node .content{ - color: #333; -} - -a, a:link, a:visited { - /*color: #6191C5; too light? */ - color: #2763A5; - text-decoration: none; -} - -a:hover, a:focus { - color: #6191C5; - text-decoration: underline; -} - -a:active, a.active { - color: #89A3E4; -} - -h1, h1 a, h1 a:hover { - font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; - font-weight: normal; - color: #6191C5; - font-size: 28px; - margin:0; - margin-bottom:0px; - line-height:normal; -} -h1.title { - margin-bottom:0px; -} - -h2, h2 a, h2 a:hover, .block h3, .block h3 a { - font-size: 16px; - color: #444; - font-family: Arial, Helvetica, sans-serif; - margin:.5em 0 .5em 0; -} - -h3 { - font-size: 14px; - font-weight: bold; - font-family: Arial, Helvetica, sans-serif; -} - -h4, h5, h6 { - font-weight: bold; - font-family: Arial, Helvetica, sans-serif; -} - -p, .book .body { - padding: 0 0 0.5em 0; - margin: 0; -} - -pre { - background: #ddd; - border: 1px solid #aaa; - padding: 0.75em 1.5em; -} - -blockquote { - border: 1px 0px #ccc solid; - margin: 0.5em 1em; - padding: 0.3em; - font-style: italic; -} - -code { - font-size: 1em; - font-family: Profont, 'lucida console', 'Courier New', Monaco, monospace; -} - -img { - border: 0; -} - -ol, ul, dl { - position: relative; -} - -/* Header styles */ -#logo, -#site-name { - display:inline; -} - -#logo{ - position:relative; - top:.6em; - margin-right:10px; -} - -#logo-title { - margin-left:20px; -} - -#site-name a, #site-name a:hover { - font-weight:normal; - color: #6DA6E2; - font-size:32px; - margin:0; - padding:0; - z-index:5; -} - -#site-slogan { - color: #aaa; - margin-top:4px; - font-size:.8em; - margin-left:40px; -} - -#mission { - color: #666; - font-weight:bold; - padding: 2em; - background: #D7E3F0 url(images/background.png); - margin-bottom:20px; - font-size:.9em; - border: solid 1px #B5C9D8; -} - -#search { - float:right; - position:relative; - padding:0; - top:5px; - margin-right:20px; -} - -.breadcrumb { - margin:0; - padding:0; - font-size: .9em; - margin-left:20px; -} - -/* Menu styles */ -div.menu { - margin-top:15px; -} - -#primary { - font-size: .9em; - line-height:normal; - padding:0px 0px 1px 20px; - border-bottom:4px solid #2763A5; -} - -#primary ul { - padding:0; - margin:0; - list-style:none; -} - -#primary li { - display:inline; -} - -#primary a { - background:url(images/tabs.gif) repeat-x; - color:#FFF; - font-weight:bold; - display:block; - float:left; - padding:5px 14px 5px 14px; - margin: 0px 1px 0px 0px; - border: solid #6191C5 1px; - border-width: 1px 1px 0px 1px; -} - -#primary a { - background-position:0% 0px; -} - -#primary a:hover { - background-position:0% -42px; - text-decoration:none; -} - -#secondary{ - padding-left:20px; - background: #6DA6E2; /*#347FD2;*/ - border-bottom: solid #2763A5 4px; -} -#secondary ul { - margin:0; - padding:0; - list-style:none; -} -#secondary li { - margin:0; - padding:0; - display:inline; -} - -#secondary li a{ - float:left; - display:block; - color: #fff; - font-size:.9em; - text-decoration:none; - padding:0px 5px 0px 5px; -} - -#secondary a:hover { - background:#2763A5; -} - -/* Link styles */ -ul.links { - text-align:left; -} - -ul.links li { - border-left: 1px solid #9cf; -} - -.taxonomy ul.links li { - border:none; -} - -.taxonomy .links a { - text-decoration:none; - border-bottom: dotted 1px #9cf; -} - -.taxonomy .links a:hover { - border-bottom: solid 1px #9cf; -} - -ul.links li.first { - padding-left:0px; - border: none; -} - -.links { - color: #999; -} -.links a { - padding:0 .1em 0 .1em; -} - -.node div.links { - padding-top:1px; - padding-bottom:4px; - border-bottom:dashed #eee 1px; -} - -/* Form styles */ -input, textarea, textfield { - margin:0; - color: #000; - font-family: arial; - padding:1px; - font-size: 1em; -} - -fieldset { - border: solid #ccc 1px; -} - -input.form-checkbox, input.form-radio { - border: none; -} - -#search .form-text, #user-login-form .form-text { - color: #444; - border: 1px solid #6191C5; - padding: 2px; -} - -.form-submit, .button { - padding: 1px; -} - -#search .button, -#search .form-submit, -#user-login-form .button, -#user-login-form .form-submit { - background-color: #68A0D9; - color: #fff; - font-weight:bold; - border: 1px solid #4070A1; -} - -#node-form, #node-form .node-form { - overflow:auto; -} - -#user-login-form { - text-align:left; -} - -#user-login-form .item-list ul{ - margin-top:10px; -} - -/* Alerts, Status, Help Messages */ -.messages { - min-height: 32px; /* icon height */ - padding: 1.3em 1em .3em 52px; - border: 2px solid #ddd; - background: #eee; - margin: 10px 0; -} - -div.error { - border: 2px solid #F00; -} - -.messages ul { - padding: 0 0 0 20px; - margin: 0; -} - -/* Footer styles */ -#footer-wrapper { - margin:0; - padding:0; - margin-top: 15px; - margin-bottom:15px; -} - -#footer { - background-color: #2763A5; - border: solid 1px #004969; - color:#FFFFFF; - text-align: center; - margin:0; - font-size: .9em; - padding: 1em; -} - -#footer a { - color: #fff; - font-weight:bold; - border-bottom: 1px dotted #FFFFFF; -} - -#footer a:hover { - border-bottom: 1px solid #FFFFFF; -} - -#footer img.drupal-powered { - position:relative; - top:.3em; -} - -/* Administration styles */ -.admin-panel { - margin:0; - padding:0; -} - -.admin-panel .body{ - background-color: #eee; - border: solid #6191C5 1px; -} - -.admin-panel .body dl, .admin-panel .body p { - padding:10px; -} - -.admin-panel h3{ - margin-bottom:0; - padding:5px 5px 5px 30px; - font-family: verdana; - font-size:1.2em; - color:#fff; - border-width: 0px 2px 2px 2px; -} - -/* Comment styles */ -.comment { - margin:0px 0px 10px 0; - padding: 10px; - background: #EBF2F8; -} - -.comment h3.title, .comment h3.title a{ - font-size:1.25em; - color: #2266AB; - font-weight:normal; - font-family: "Trebuchet MS", Arial, Verdana, Sans-serif; - margin-bottom:3px; - margin-top:0; -} - -.comment .picture, .node .picture { - float:left; - margin-right:15px; -} - -.comment-unpublished { - background: #FCE38E; -} - -.comment .new { - color: #FFC600; - font-weight:bold; - font-family: "Trebuchet MS", Arial, Verdana, Sans-serif; -} - -.comment .links { - text-align: right; -} - -/* Poll styles */ -.poll .bar .foreground { - background: #2763A5; -} - -.poll .bar { - padding:2px; - background: #BDCBDD; -} - -/* Book styles */ -div.node div.content .book-navigation { - background: #eee; - margin:0; - padding:0; -} - -div.node div.content .book-navigation ul.menu { - border:0; - border-top:1px solid #2763A5; - margin:0; - padding-bottom:10px; -} - -div.node div.content .book-navigation .page-links{ - background: #C1D4EA; /*#347FD2;*/ - border:1px solid #2763A5; - border-width:1px 0 1px 0; - padding:5px; - margin:0; -} - -/* Forum styles */ -#forum table { - width: 100%; -} - -/* Node, content styles */ -.node { - margin-bottom:15px; - padding-bottom:15px; -} - -.node h2.title { - margin-bottom:.1em; -} - -.node h2.title a { - color: #555; - font-size:20px; - font-weight:normal; - font-family:verdana; - line-height:1.4em; -} - -.node .content { - padding-top:10px; - padding-bottom:5px; -} - -.submitted, .taxonomy { - font-size:.9em; - color: #999; -} - -.sticky { - border-bottom: solid 3px #ddd; -} - -.profile { - clear:none; -} - -#container { - margin:0px 10px 10px 10px; -} - -#sidebar-left .block, #sidebar-right .block { - border-bottom: solid #ddd 1px; - padding-bottom:15px; - margin-bottom:20px; -} - -.block .item-list ul { - padding-left:0; -} \ No newline at end of file diff --git a/template.php b/template.php deleted file mode 100644 index d94151eb27ae33165d6da17abf2aaadf9eb7d72e..0000000000000000000000000000000000000000 --- a/template.php +++ /dev/null @@ -1,15 +0,0 @@ - t('left sidebar'), - 'right' => t('right sidebar'), - 'content_top' => t('content top'), - 'content_bottom' => t('content bottom'), - 'header' => t('header'), - 'footer' => t('footer') - ); -} \ No newline at end of file