update of the docu which now describes the RRF option.

This commit is contained in:
2016-01-22 16:16:29 +01:00
parent a35884b86c
commit d0da0dd063
21 changed files with 2193 additions and 4494 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,12 +1 @@
/*
places the side bar at the left
depends on global settings in layout.css
*/
#patternOuter {
margin-left:16em;
}
#patternSideBar {
width:16em;
margin-left:-16em;
}
#patternOuter{margin-left:16em}#patternSideBar{width:16em;margin-left:-16em}

File diff suppressed because one or more lines are too long

View File

@ -1,45 +1 @@
/*
Compatible skin for TWiki-like installations
Overrides global settings in layout.css, style.css and colors.css
*/
/* outer 'frame' */
#patternScreen {
padding:0;
}
#patternPage {
border:none;
}
/* paddings of main content elements */
#patternBottomBarContents,
#patternTopBarContents {
padding-right:2em;
padding-left:1em;
}
#patternMainContents {
padding-right:2em;
padding-left:2em;
}
#patternSideBarContents,
#patternMainContents {
padding-top:1em;
}
#patternBottomBarContents {
padding-top:1em;
}
/* top bar */
#patternTopBarContents {
background-image:url(TWiki_header.gif);
background-repeat:no-repeat;
background-color:#fff;
}
#patternTopBar,
#patternClearHeaderCenter,
#patternClearHeaderLeft,
#patternClearHeaderRight,
#patternTopBarContents {
height:64px;
overflow:hidden;
}
#patternScreen{padding:0}#patternPage{border:0}#patternBottomBarContents,#patternTopBarContents{padding-right:2em;padding-left:1em}#patternMainContents{padding-right:2em;padding-left:2em}#patternSideBarContents,#patternMainContents{padding-top:1em}#patternBottomBarContents{padding-top:1em}#patternTopBarContents{background-image:url(TWiki_header.gif);background-repeat:no-repeat;background-color:#fff}#patternTopBar,#patternTopBarContents{height:64px;overflow:hidden}