Joomla! nutzen/Core-Templates/Beez/html/frontpage/header/breadcrumbs
Inhaltsverzeichnis |
[Bearbeiten] HTML Reference
<!-- index.php line 72-77 -->
<div id="breadcrumbs">
<p>
<?php echo JText::_('You are here'); ?>
<jdoc:include type="modules" name="breadcrumb" />
</p>
</div>[Bearbeiten] Replace You are here
JText::_('You are here');
Search the language file en-GB.tpl_beez.ini for "YOU ARE HERE=You are here:" and edit it:
/* #### en.GB.tpl_beez.ini line 25 #### */ YOU ARE HERE=Your text here!
[Bearbeiten] CSS Reference
[Bearbeiten] #breadcrumbs
The following classes and ids will influence the whole breadcrumbs "box". Please notice the ordering. Every CSS attribute will be overwritten by the class above.
[Bearbeiten] Main Class
/* #### layout.css line 324-330 #### */ #breadcrumbs { background:#93246F; min-height:5em; padding-top:0; text-align:left; color:#fff; }
- Storage location: layout.css
[Bearbeiten] Secondary Classes
/* ##### position.css line 15-19 #### */ * { margin: 0; padding: 0; }
- Further information: position.css/*
- Storage location: position.css
[Bearbeiten] #breadcrumbs p
The following classes and ids will influence the breadcrumbs "paragraph". Please notice the ordering. Every CSS attribute will be overwritten by the class above.
[Bearbeiten] Main Class
/* #### layout.css line 332-335 #### */ #breadcrumbs p { padding:5px; display:inline; }
- Storage location: layout.css
[Bearbeiten] Secondary Classes
Customising the Beez template/CSS/layout.css/p
/* ##### position.css line 15-19 #### */ * { margin: 0; padding: 0; }
- Further information: position.css/*
- Storage location: position.css
[Bearbeiten] #breadcrumbs span
The following classes and ids will influence the breadcrumbs itself. Please notice the ordering. Every CSS attribute will be overwritten by the class above.
[Bearbeiten] Main Class
/* #### layout.css line 350-355 #### */ #breadcrumbs span { color:#fff; font-size:0.9em; padding:7px; }
- Storage location: layout.css
[Bearbeiten] Secondary Classes
/* ##### position.css line 15-19 #### */ * { margin: 0; padding: 0; }
- Further information: position.css/*
- Storage location: position.css
[Bearbeiten] #breadcrumbs a
The following classes and ids will influence the breadcrumbs link. Please notice the ordering. Every CSS attribute will be overwritten by the class above.
[Bearbeiten] Main Class
/* #### layout.css line 345-348 #### */ #breadcrumbs a:link,#breadcrumbs a:visited { background:#93246F; color:#fff; }
- Storage location: layout.css
/* #### layout.css line 356-360 #### */ #breadcrumbs span a:hover,#breadcrumbs span a:active,#breadcrumbs span a:focus { background:#000; color:#fff; text-decoration:none; }
- Storage location: layout.css
[Bearbeiten] Secondary Classes
/* #### layout.css line 341-343 #### */ #breadcrumbs a { text-transform:none; }
- Storage location: layout.css
Customising the Beez template/CSS/layout.css/a:link,a:visited
Customising the Beez template/CSS/layout.css/a:hover,a:active,a:focus
/* ##### position.css line 15-19 #### */ * { margin: 0; padding: 0; }
- Further information: position.css/*
- Storage location: position.css