preview.css |
core/themes/bartik/color/preview.css |
/* ---------- Preview Styles ----------- */
.js #preview {
clear: both;
float: none !important;
}
#preview {
min-width: 640px;
background-color: #fff;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
… |
preview.html |
core/themes/bartik/color/preview.html |
|
colors-legacy.css |
core/themes/bartik/css/colors-legacy.css |
/* ---------- Legacy colors ---------- */
.l-container {
background: #ffffff;
}
.layout {
background: transparent;
}
.l-header {
background-color: #48a9e4;
background-image: linear-gradient(top, #0779bf 0%, #48a9e4 100%);
}
.l-header ul.menu… |
colors.css |
core/themes/bartik/css/colors.css |
/* ---------- Color Module Styles ----------- */
body {
color: #3b3b3b;
}
.layout,
.l-container {
background: #ffffff;
}
.l-header {
color: #fffeff;
background-color: #000000;
background: linear-gradient(to bottom, #000000 0%, #000001… |
editor.css |
core/themes/bartik/css/editor.css |
/**
* Styles to be included within the rich-text editor.
*/
body {
line-height: 1.5;
font-size: 87.5%;
font-family: Georgia, "Times New Roman", Times, serif;
}
a:link,
a:visited {
text-decoration: none;
}
a:hover,
a:active,
a:focus… |
maintenance-page.css |
core/themes/bartik/css/maintenance-page.css |
/* ---------- Maintenance page ---------- */
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:… |
print.css |
core/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: 640px;
}
#admin_menu,
#footer,
.tabs {
display: none;
}
/*… |
style.css |
core/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:… |
template.php |
core/themes/bartik/template.php |
Contains a theme's functions to manipulate or override the default markup. |
comment.tpl.php |
core/themes/bartik/templates/comment.tpl.php |
Bartik's theme implementation for comments. |
layout--simmons.tpl.php |
core/themes/bartik/templates/layout--simmons.tpl.php |
Template for the Simmons layout. |
maintenance-page.tpl.php |
core/themes/bartik/templates/maintenance-page.tpl.php |
Implementation to display a single Backdrop page while offline. |
node.tpl.php |
core/themes/bartik/templates/node.tpl.php |
Bartik's theme implementation to display a node. |
theme-settings.php |
core/themes/bartik/theme-settings.php |
|
basis.info |
core/themes/basis/basis.info |
type = theme
name = Basis
description = The default front-end theme for Backdrop CMS, which can make a great base theme.
backdrop = 1.x
version = BACKDROP_VERSION
; Add theme CSS files
stylesheets[all][] = css/base.css
stylesheets[all][] =… |
color.inc |
core/themes/basis/color/color.inc |
|
base.css |
core/themes/basis/css/base.css |
Base element styles and normalize overrides. |
admin-tabs.css |
core/themes/basis/css/component/admin-tabs.css |
Backdrop Admin Tabs styles. |
backdrop-form.css |
core/themes/basis/css/component/backdrop-form.css |
Backdrop form styling. |
breadcrumb.css |
core/themes/basis/css/component/breadcrumb.css |
Breadcrumb styles. |
caption.css |
core/themes/basis/css/component/caption.css |
Caption styles. |
cards.css |
core/themes/basis/css/component/cards.css |
Card listing view on the default home page. |
comment.css |
core/themes/basis/css/component/comment.css |
.comment {
position: relative;
display: block;
padding: 0;
margin: 0 0 1.5em;
}
.comments .indented {
position: relative;
padding-left: 1.25em;
margin-top: -1.5em;
}
.comments .indented:before,
.comments .indented:after {
content:… |
dialog.css |
core/themes/basis/css/component/dialog.css |
jQuery UI dialog styles. |
fieldset.css |
core/themes/basis/css/component/fieldset.css |
Fieldsets styling. |
footer.css |
core/themes/basis/css/component/footer.css |
Site Footer styles. |
header.css |
core/themes/basis/css/component/header.css |
Header region styling. |
hero.css |
core/themes/basis/css/component/hero.css |
Hero component styling. |
maintenance.css |
core/themes/basis/css/component/maintenance.css |
Maintenance page component styling. |
menu-dropdown.breakpoint-queries.css |
core/themes/basis/css/component/menu-dropdown.breakpoint-queries.css |
Breakpoint-specific responsive menu styles. |
menu-dropdown.breakpoint.css |
core/themes/basis/css/component/menu-dropdown.breakpoint.css |
Responsive menu styles. |
menu-dropdown.css |
core/themes/basis/css/component/menu-dropdown.css |
Responsive menu styles |
menu-toggle.css |
core/themes/basis/css/component/menu-toggle.css |
Menu toggle styles. |
pager.css |
core/themes/basis/css/component/pager.css |
Pager styling. |
progress.css |
core/themes/basis/css/component/progress.css |
Progress Bar |
small-text-components.css |
core/themes/basis/css/component/small-text-components.css |
Small text components styling. |
tabledrag.css |
core/themes/basis/css/component/tabledrag.css |
Tabledrag styling. |
teasers.css |
core/themes/basis/css/component/teasers.css |
Teasers styling. |
vertical-tabs.css |
core/themes/basis/css/component/vertical-tabs.css |
Vertical tabs styling. |
layout.css |
core/themes/basis/css/layout.css |
Component Layout CSS and some Page layout overrides |
print.css |
core/themes/basis/css/print.css |
html.admin-bar body {
padding-top: 0;
}
.tabs {
display: none;
}
.l-header,
.breadcrumb,
.pager-first,
.pager-previous,
.pager-ellipsis,
.pager-next,
.pager-last,
.pager-item {
background: transparent;
}
.l-header… |
skin.css |
core/themes/basis/css/skin.css |
Colors and appearance styles. |
template.php |
core/themes/basis/template.php |
Basis preprocess functions and theme function overrides. |
block--layout--hero.tpl.php |
core/themes/basis/templates/block--layout--hero.tpl.php |
Template for outputting the default block styling within a Layout. |
block--system--powered-by.tpl.php |
core/themes/basis/templates/block--system--powered-by.tpl.php |
Template for outputting the default block styling within a Layout. |
comment.tpl.php |
core/themes/basis/templates/comment.tpl.php |
Basis' theme implementation for comments. |
header.tpl.php |
core/themes/basis/templates/header.tpl.php |
Display generic site information such as logo, site name, etc. |
layout--boxton--front.tpl.php |
core/themes/basis/templates/layout--boxton--front.tpl.php |
Template for the Boxton layout. |
basis.tests.info |
core/themes/basis/tests/basis.tests.info |
[BasisTestCase]
name = Basis theme
description = Test supplemental CSS update selectors in the Basis theme.
group = Theme
file = basis.test |
theme-settings.php |
core/themes/basis/theme-settings.php |
Theme settings file for Basis. |