|
statistics.install |
drupal-6.x/modules/statistics/statistics.install |
|
|
|
statistics.module |
drupal-6.x/modules/statistics/statistics.module |
|
Logs access statistics for your site. |
|
statistics.pages.inc |
drupal-6.x/modules/statistics/statistics.pages.inc |
|
User page callbacks for the statistics module. |
|
style-rtl.css |
drupal-6.x/themes/bluemarine/style-rtl.css |
|
body {
direction: rtl;
}
#logo img {
float: right;
}
#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… |
|
style-rtl.css |
drupal-6.x/themes/garland/style-rtl.css |
|
html {
direction: rtl;
}
/**
* Generic elements
*/
body {
direction: rtl;
}
ol li, ul li {
margin: 0.4em .5em 0.4em 0;
}
ul.menu, .item-list ul {
margin: 0.35em -0.5em 0 0;
}
ul.menu ul, .item-list ul ul {
margin-left: 0;
… |
|
style-rtl.css |
drupal-6.x/themes/chameleon/style-rtl.css |
|
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;
… |
|
style-rtl.css |
drupal-6.x/themes/pushbutton/style-rtl.css |
|
body {
direction: rtl;
}
blockquote {
border-right: 4px solid #69c;
border-left: none;
margin: 25px 50px 25px 100px;
text-align: right;
}
#primary-menu tr {
background: transparent url(header-a.jpg) right bottom repeat;
}
td#home {
… |
|
style-rtl.css |
drupal-6.x/themes/chameleon/marvin/style-rtl.css |
|
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,… |
|
style.css |
drupal-6.x/themes/bluemarine/style.css |
|
/*
** 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 {
… |
|
style.css |
drupal-6.x/themes/garland/style.css |
|
/**
* Garland, for Drupal 6.x
* Stefan Nagtegaal, iStyledThis [dot] nl
* Steven Wittens, acko [dot] net`
*
* If you use a customized color scheme, you must regenerate it after
* modifying this file.
*/
/**
* Generic elements
*/
body {
… |
|
style.css |
drupal-6.x/themes/chameleon/style.css |
|
/*
** 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,… |
|
style.css |
drupal-6.x/themes/pushbutton/style.css |
|
/*
** 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",… |
|
style.css |
drupal-6.x/themes/chameleon/marvin/style.css |
|
/*
** 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 {
… |
|
syslog.info |
drupal-6.x/modules/syslog/syslog.info |
|
name = Syslog
description = Logs and records system events to syslog.
package = Core - optional
version = VERSION
core = 6.x |
|
syslog.install |
drupal-6.x/modules/syslog/syslog.install |
|
Install, update and uninstall functions for the syslog module. |
|
syslog.module |
drupal-6.x/modules/syslog/syslog.module |
|
Redirects logging messages to syslog. |
|
system-menus-rtl.css |
drupal-6.x/modules/system/system-menus-rtl.css |
|
ul.menu {
text-align:right;
}
ul.menu li {
margin: 0 0.5em 0 0;
}
li.expanded {
padding: 0.2em 0 0 0.5em;
}
li.collapsed {
list-style-image: url(../../misc/menu-collapsed-rtl.png);
padding: 0.2em 0 0 0.5em;
}
li.leaf {
padding: 0.2em 0 0… |
|
system-menus.css |
drupal-6.x/modules/system/system-menus.css |
|
ul.menu {
list-style: none;
border: none;
text-align:left; /* LTR */
}
ul.menu li {
margin: 0 0 0 0.5em; /* LTR */
}
li.expanded {
list-style-type: circle;
list-style-image: url(../../misc/menu-expanded.png);
padding: 0.2em 0.5em 0 0; /*… |
|
system-rtl.css |
drupal-6.x/modules/system/system-rtl.css |
|
thead th {
text-align: right;
padding-left: 1em;
padding-right: 0.5em;
}
.item-list .icon {
float: left;
padding-left: 0;
padding-right: 0.25em;
clear: left;
}
.item-list ul li {
margin: 0 1.5em 0.25em 0;
}
.more-link {
text-align:… |
|
system.admin.inc |
drupal-6.x/modules/system/system.admin.inc |
|
Admin page callbacks for the system module. |
|
system.css |
drupal-6.x/modules/system/system.css |
|
/*
** HTML elements
*/
body.drag {
cursor: move;
}
th.active img {
display: inline;
}
tr.even, tr.odd {
background-color: #eee;
border-bottom: 1px solid #ccc;
padding: 0.1em 0.6em;
}
tr.drag {
background-color: #fffff0;
}
tr.drag-previous… |
|
system.info |
drupal-6.x/modules/system/system.info |
|
name = System
description = Handles general site configuration for administrators.
package = Core - required
version = VERSION
core = 6.x |
|
system.install |
drupal-6.x/modules/system/system.install |
|
|
|
system.module |
drupal-6.x/modules/system/system.module |
|
Configuration system that lets administrators modify the workings of the site. |
|
tablesort.inc |
drupal-6.x/includes/tablesort.inc |
|
Functions to aid in the creation of sortable tables. |
|
taxonomy.admin.inc |
drupal-6.x/modules/taxonomy/taxonomy.admin.inc |
|
Administrative page callbacks for the taxonomy module. |
|
taxonomy.css |
drupal-6.x/modules/taxonomy/taxonomy.css |
|
tr.taxonomy-term-preview {
background-color: #EEE;
}
tr.taxonomy-term-divider-top {
border-bottom: none;
}
tr.taxonomy-term-divider-bottom {
border-top: 1px dotted #CCC;
}
.taxonomy-term-description {
margin: 5px 0 20px;
} |
|
taxonomy.info |
drupal-6.x/modules/taxonomy/taxonomy.info |
|
name = Taxonomy
description = Enables the categorization of content.
package = Core - optional
version = VERSION
core = 6.x |
|
taxonomy.install |
drupal-6.x/modules/taxonomy/taxonomy.install |
|
|
|
taxonomy.module |
drupal-6.x/modules/taxonomy/taxonomy.module |
|
Enables the organization of content into categories. |
|
taxonomy.pages.inc |
drupal-6.x/modules/taxonomy/taxonomy.pages.inc |
|
Page callbacks for the taxonomy module. |
|
template.php |
drupal-6.x/themes/garland/template.php |
|
|
|
theme.inc |
drupal-6.x/includes/theme.inc |
|
The theme system, which controls the output of Drupal. |
|
theme.maintenance.inc |
drupal-6.x/includes/theme.maintenance.inc |
|
Theming for maintenance pages. |
|
theme.php |
documentation-6.x/developer/theme.php |
|
Shadow theme functions for theme templates. |
|
throttle.admin.inc |
drupal-6.x/modules/throttle/throttle.admin.inc |
|
Admin page callbacks for the throttle module. |
|
throttle.info |
drupal-6.x/modules/throttle/throttle.info |
|
name = Throttle
description = Handles the auto-throttling mechanism, to control site congestion.
package = Core - optional
version = VERSION
core = 6.x |
|
throttle.module |
drupal-6.x/modules/throttle/throttle.module |
|
Allows configuration of congestion control auto-throttle mechanism. |
|
tracker.css |
drupal-6.x/modules/tracker/tracker.css |
|
#tracker td.replies {
text-align: center;
}
#tracker table {
width: 100%;
} |
|
tracker.info |
drupal-6.x/modules/tracker/tracker.info |
|
name = Tracker
description = Enables tracking of recent posts for users.
dependencies[] = comment
package = Core - optional
version = VERSION
core = 6.x |
|
tracker.module |
drupal-6.x/modules/tracker/tracker.module |
|
Enables tracking of recent posts for users. |
|
tracker.pages.inc |
drupal-6.x/modules/tracker/tracker.pages.inc |
|
User page callbacks for the tracker module. |
|
translation.info |
drupal-6.x/modules/translation/translation.info |
|
name = Content translation
description = Allows content to be translated into different languages.
dependencies[] = locale
package = Core - optional
version = VERSION
core = 6.x |
|
translation.module |
drupal-6.x/modules/translation/translation.module |
|
Manages content translations. |
|
translation.pages.inc |
drupal-6.x/modules/translation/translation.pages.inc |
|
User page callbacks for the translation module. |
|
trigger.admin.inc |
drupal-6.x/modules/trigger/trigger.admin.inc |
|
Admin page callbacks for the trigger module. |
|
trigger.info |
drupal-6.x/modules/trigger/trigger.info |
|
name = Trigger
description = Enables actions to be fired on certain system events, such as when new content is created.
package = Core - optional
version = VERSION
core = 6.x |
|
trigger.install |
drupal-6.x/modules/trigger/trigger.install |
|
|
|
trigger.module |
drupal-6.x/modules/trigger/trigger.module |
|
Enables functions to be stored and executed at a later time when
triggered by other modules or by one of Drupal's core API hooks. |
|
unicode.entities.inc |
drupal-6.x/includes/unicode.entities.inc |
|
(X)HTML entities, as defined in HTML 4.01. |