1 /* - - - - - - - - - - - - - - - - - - - - -
4 - - - - - - - - - - - - - - - - - - - - - */
6 span
.typo3-docheader-pagePath
{
10 span
.typo3-docheader-pagePath abbr
{
14 /* - - - - - - - - - - - - - - - - - - - - -
15 Record editing (alt_doc.php)
16 - - - - - - - - - - - - - - - - - - - - - */
18 div#typo3-docheader-row1
{
19 background-color: #585858;
22 div#typo3-docheader-row2
{
23 background-color: #dadada;
27 div#typo3-docheader div
.buttonsleft
{
31 div#typo3-docheader div
.buttonsright
{
35 div#typo3-docheader img
,
36 div#typo3-docheader input
{
40 div#typo3-docheader-row2 div
{
44 /* customized docheader style for module menu and tree frames */
45 #typo3-module-menu #typo3-docheader-row1
,
46 #typo3-pagetree #typo3-docheader-row1
,
47 #typo3-alt-file-navframe-php #typo3-docheader-row1
{
48 -moz-box-shadow: inset
-2px 0 1px #414141;
49 -ms-box-shadow: inset
-2px 0 1px #414141;
50 -webkit-box-shadow: inset
-2px 0 1px #414141;
51 box-shadow: inset
-2px 0 1px #414141;
54 #typo3-pagetree #typo3-docheader-row2
,
55 #typo3-alt-file-navframe-php #typo3-docheader-row2
{
56 -moz-box-shadow: inset
-2px 0 1px #b7b7b7;
57 -ms-box-shadow: inset
-2px 0 1px #b7b7b7;
58 -webkit-box-shadow: inset
-2px 0 1px #b7b7b7;
59 box-shadow: inset
-2px 0 1px #b7b7b7;
63 * Shadows of the docheader in module menu and tree frames,
64 * fallback for missing box-shadow support.
68 .no-boxshadow #typo3-module-menu #typo3-docheader-row1
,
69 .no-boxshadow #typo3-pagetree #typo3-docheader-row1
,
70 .no-boxshadow #typo3-alt-file-navframe-php #typo3-docheader-row1 {
71 background-image: url
("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAMAAAAsPuSGAAAACVBMVEVGRkZAQEBRUVH4z1uMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAxJREFUCNdjYGJgBAAACwAEhbbR0wAAAABJRU5ErkJggg==");
72 /* star-hack targets IE6+7 */
73 *background-image: url
("../../images/backgrounds/module-menu-right-top.png");
74 background-position: right
;
75 background-repeat: repeat-y
;
79 .no-boxshadow #typo3-pagetree #typo3-docheader-row2
,
80 .no-boxshadow #typo3-alt-file-navframe-php #typo3-docheader-row2 {
81 background-image: url
("data:image/png;base64,R0lGODlhAgABAIAAAMjIyLOzsyH5BAAAAAAALAAAAAACAAEAAAICRAoAOw==");
82 /* star-hack targets IE6+7 */
83 *background-image: url
("../../images/backgrounds/module-menu-right.png");
84 background-position: right
;
85 background-repeat: repeat-y
;