Files

Primary tabs

File name Locationsort ascending Namespace Description
xmlrpc.php drupal/xmlrpc.php PHP page for handling incoming XML-RPC requests from clients.
UPGRADE.txt drupal/UPGRADE.txt INTRODUCTION ------------ This document describes how to: * Update your Drupal site from one minor 7.x version to another minor 7.x version; for example, from 7.8 to 7.9, or from 7.6 to 7.10. * Upgrade your Drupal site's major version…
update.php drupal/update.php Administrative page for handling updates from one Drupal version to another.
stark.info drupal/themes/stark/stark.info name = Stark description = This theme demonstrates Drupal's default HTML markup and CSS styles. To learn how to build your own theme and override Drupal's default code, see the <a href="http://drupal.org/theme-guide">Theming
README.txt drupal/themes/stark/README.txt ABOUT STARK ----------- The Stark theme is provided for demonstration purposes; it uses Drupal's default HTML markup and CSS styles. It can be used as a troubleshooting tool to determine whether module-related CSS and JavaScript are interfering…
layout.css drupal/themes/stark/layout.css Stark layout method
vertical-tabs.css drupal/themes/seven/vertical-tabs.css /** * Override of misc/vertical-tabs.css. */ div.vertical-tabs { background: #fff url(images/fc.png) repeat-y 0 0; /* LTR */ border: 1px solid #ccc; margin: 10px 0; position: relative; } fieldset.vertical-tabs-pane { border: 0; padding:…
vertical-tabs-rtl.css drupal/themes/seven/vertical-tabs-rtl.css /** * Override of misc/vertical-tabs-rtl.css. */ div.vertical-tabs { background: #fff url(images/fc-rtl.png) repeat-y right 0; } div.vertical-tabs .vertical-tabs-list { float: right; margin: 0 0 -1px -100%; } div.vertical-tabs ul li.selected…
template.php drupal/themes/seven/template.php
style.css drupal/themes/seven/style.css /** * Generic elements. */ body { color: #000; background: #fff; font: normal 81.3%/1.538em "Lucida Grande", "Lucida Sans Unicode", sans-serif; } a { color: #0074BD; text-decoration: none; } a:hover { text-decoration:…
style-rtl.css drupal/themes/seven/style-rtl.css /** * Generic elements. */ dl dd, dl dl { margin-right: 20px; } ul, .block ul, .item-list ul { margin: 0.25em 1.5em 0.25em 0; } ol { margin: 0.25em 2em 0.25em 0; } /** * Skip link. */ #skip-link { right: 50%; margin-right:…
seven.info drupal/themes/seven/seven.info name = Seven description = A simple one-column, tableless, fluid width administration theme. package = Core version = VERSION core = 7.x stylesheets[screen][] = reset.css stylesheets[screen][] = style.css settings[shortcut_module_link] =…
reset.css drupal/themes/seven/reset.css /** * Reset CSS styles. * * Based on Eric Meyer's "Reset CSS 1.0" tool from * http://meyerweb.com/eric/tools/css/reset
page.tpl.php drupal/themes/seven/page.tpl.php
maintenance-page.tpl.php drupal/themes/seven/maintenance-page.tpl.php
jquery.ui.theme.css drupal/themes/seven/jquery.ui.theme.css Seven styles for jQuery UI. Overrides /misc/ui/ui.theme.css.
ie7.css drupal/themes/seven/ie7.css ul.tabs.primary { padding: 0; } ul.primary li, ul.primary li a, ul.primary li.active a { float: none !important; display: inline; } ul.primary li, ul.primary li a, ul.primary li a.active, ul.primary li a:active, ul.primary li…
ie6.css drupal/themes/seven/ie6.css ul.menu li, ul.menu li a, ul.links li, ul.links li a, .action-links, #page { height: 1%; } #block-system-main ul.admin-list li a { height: 1px; position: relative; display: block; } #block-system-main ul.admin-list li div.description a { …
ie.css drupal/themes/seven/ie.css /* IE7 renders legends in nested fieldsets without a width. */ fieldset legend { height: 1%; } /* IE renders absolute positioned legend where fieldset content starts. */ fieldset .fieldset-legend { left: 0; top: 0; } /* IE renders monospace…
README.txt drupal/themes/README.txt This directory is reserved for core theme files. Custom or contributed themes should be placed in their own subdirectory of the sites/all/themes directory. For multisite installations, they can also be placed in a subdirectory…
theme-settings.php drupal/themes/garland/theme-settings.php Theme setting callbacks for the garland theme.
template.php drupal/themes/garland/template.php
style.css drupal/themes/garland/style.css /** * Generic elements */ body { margin: 0; padding: 0; background: #edf5fa; font: 76%/170% Verdana, sans-serif; color: #494949; } input { font: 1em/100% Verdana, sans-serif; color: #494949; } textarea, select { font: 1em/160%…
style-rtl.css drupal/themes/garland/style-rtl.css html { direction: rtl; } /** * Generic elements */ body { direction: rtl; } ul, .block ul, ol { padding: 0 1.5em 0 0; } ul.menu, .item-list ul { margin: 0.35em -0.5em 0 0; } ol li, ul li, ul.menu li, .item-list ul li, li.leaf { margin:…
print.css drupal/themes/garland/print.css body, input, textarea, select { color: #000; background: none; font-family: Verdana, sans-serif; font-size: 11pt; } ul.main-menu, ul.secondary-menu, #header-region, .sidebar { display:…
page.tpl.php drupal/themes/garland/page.tpl.php
node.tpl.php drupal/themes/garland/node.tpl.php
maintenance-page.tpl.php drupal/themes/garland/maintenance-page.tpl.php Override of the default maintenance page.
garland.info drupal/themes/garland/garland.info name = Garland description = A multi-column theme which can be configured to modify colors and switch between fixed and fluid width layouts. package = Core version = VERSION core = 7.x stylesheets[all][] = style.css stylesheets[print][] =…
fix-ie.css drupal/themes/garland/fix-ie.css body { /* Center layout */ text-align: center; } #header-region, #wrapper #container { /* Reset text alignment */ text-align: left; /* LTR */ } #wrapper #container #center { /* Reduce amount of damage done by extremely wide content */ …
fix-ie-rtl.css drupal/themes/garland/fix-ie-rtl.css body { /* Center layout */ text-align: center; } #squeeze { zoom: 1; direction: ltr; } #squeeze .left-corner { direction: rtl } #header-region, #wrapper #container { /* Reset text alignment */ text-align: right; } #wrapper #container…
comment.tpl.php drupal/themes/garland/comment.tpl.php
preview.css drupal/themes/garland/color/preview.css /* Positioning */ #preview { overflow: hidden; max-width: 100%; } #preview, #preview #img { width: 600px; height: 371px; } #preview #gradient-0 { position: absolute; left: 0; right: 0; top: 19px; height: 120px; z-index:…
color.inc drupal/themes/garland/color/color.inc
phptemplate.engine drupal/themes/engines/phptemplate/phptemplate.engine Handles integration of PHP templates with the Drupal theme system.
page.tpl.php drupal/themes/bartik/templates/page.tpl.php Bartik's theme implementation to display a single Drupal page.
node.tpl.php drupal/themes/bartik/templates/node.tpl.php Bartik's theme implementation to display a node.
maintenance-page.tpl.php drupal/themes/bartik/templates/maintenance-page.tpl.php Implementation to display a single Drupal page while offline.
comment.tpl.php drupal/themes/bartik/templates/comment.tpl.php Bartik's theme implementation for comments.
comment-wrapper.tpl.php drupal/themes/bartik/templates/comment-wrapper.tpl.php Bartik's theme implementation to provide an HTML container for comments.
template.php drupal/themes/bartik/template.php
style.css drupal/themes/bartik/css/style.css /* ---------- Overall Specifications ---------- */ body { line-height: 1.5; font-size: 87.5%; word-wrap: break-word; margin: 0; padding: 0; border: 0; outline: 0; } a:link, a:visited { text-decoration:…
style-rtl.css drupal/themes/bartik/css/style-rtl.css /* ------------------ Reset Styles ------------------ */ caption, th, td { text-align: right; } blockquote { border-left: none; border-right: 4px solid #afafaf; } blockquote:before { content: "\201D"; } blockquote:after { content:…
print.css drupal/themes/bartik/css/print.css /* ---------- General Layout ---------- */ body, input, textarea, select { color: #000; background: none; } body.two-sidebars, body.sidebar-first, body.sidebar-second, body { width:…
maintenance-page.css drupal/themes/bartik/css/maintenance-page.css body.maintenance-page { background-color: #fff; color: #000; } .maintenance-page #page-wrapper { background: #fff; margin-left: auto; margin-right: auto; min-width: 0; min-height: 0; width: 800px; border: 1px solid #ddd; …
layout.css drupal/themes/bartik/css/layout.css /* ---------- Basic Layout Styles ----------- */ html, body, #page { height: 100%; } #page-wrapper { min-height: 100%; min-width: 960px; } #header div.section, #featured div.section, #messages…
layout-rtl.css drupal/themes/bartik/css/layout-rtl.css /* ---------- Basic Layout RTL Styles -----------…
ie6.css drupal/themes/bartik/css/ie6.css #content { overflow: hidden; } .form-item-search-block-form { width: 50%; } .tabs ul.primary, .region-header .block-menu li a, .comment-form .form-item { zoom: 1; } #block-search-form .form-item-search-block-form input { width:…
ie.css drupal/themes/bartik/css/ie.css .block { zoom: 1; } #password-strength-text { margin-top: 0; } fieldset legend { left: -8px; padding: 0; } #footer-wrapper #footer .block { height: 100%; } .comment .attribution { display: inline-block; position: relative; float: left;…
ie-rtl.css drupal/themes/bartik/css/ie-rtl.css fieldset legend { left: 6px; } ul.action-links li a, #user-login-form li.openid-link a, #user-login li.openid-link a { zoom: 1; } .comment .attribution { float: right; } .comment .comment-arrow { position: absolute; right:…

Pages

Other projects