Neues Breadcrump-Layout
* Die Breadcrump-Links sind jetzt überdem Seiten-Titel. * Breadcrumps sind jetzt auf allen Wiki-Ansichten: edit, show, new, versions, all * Bei edit und version ist der Breadcrump-Teil zur aktuellen Seite auch eine Link. * Bei all wird nur der Foodcoop-Wiki-Teil angezeigt.
This commit is contained in:
parent
b46d7ca19c
commit
57023cd018
9 changed files with 143 additions and 58 deletions
|
|
@ -438,6 +438,10 @@ ul.autocomplete .informal {
|
|||
top: -1em;
|
||||
left: 5%; }
|
||||
|
||||
.wiki_show h1, .wiki_version h1, .wiki_new h1, .wiki_edit h1, .wiki_all h1 {
|
||||
padding-left: 0;
|
||||
padding-top: 10px; }
|
||||
|
||||
a.new_wiki_link {
|
||||
color: grey; }
|
||||
|
||||
|
|
@ -449,15 +453,22 @@ a.new_wiki_link {
|
|||
float: right; }
|
||||
|
||||
#breadcrump {
|
||||
font-size: 0.5em; }
|
||||
font-size: 0.5em;
|
||||
margin-bottom: 5px;
|
||||
margin-top: 30px;
|
||||
height: 1em;
|
||||
color: #ED0606; }
|
||||
#breadcrump a {
|
||||
color: #ed0606; }
|
||||
color: #ed0606;
|
||||
text-decoration: none; }
|
||||
#breadcrump a:hover {
|
||||
text-decoration: underline; }
|
||||
|
||||
#sidebar {
|
||||
float: right;
|
||||
width: 20%; }
|
||||
#sidebar #page-versions {
|
||||
margin-top: -4em;
|
||||
margin-top: -60px;
|
||||
text-align: right; }
|
||||
#sidebar #subpages {
|
||||
margin-top: 2em; }
|
||||
|
|
|
|||
|
|
@ -438,6 +438,10 @@ ul.autocomplete .informal {
|
|||
top: -1em;
|
||||
left: 5%; }
|
||||
|
||||
.wiki_show h1, .wiki_version h1, .wiki_new h1, .wiki_edit h1, .wiki_all h1 {
|
||||
padding-left: 0;
|
||||
padding-top: 10px; }
|
||||
|
||||
a.new_wiki_link {
|
||||
color: grey; }
|
||||
|
||||
|
|
@ -449,15 +453,22 @@ a.new_wiki_link {
|
|||
float: right; }
|
||||
|
||||
#breadcrump {
|
||||
font-size: 0.5em; }
|
||||
font-size: 0.5em;
|
||||
margin-bottom: 5px;
|
||||
margin-top: 30px;
|
||||
height: 1em;
|
||||
color: #ED0606; }
|
||||
#breadcrump a {
|
||||
color: #ed0606; }
|
||||
color: #ed0606;
|
||||
text-decoration: none; }
|
||||
#breadcrump a:hover {
|
||||
text-decoration: underline; }
|
||||
|
||||
#sidebar {
|
||||
float: right;
|
||||
width: 20%; }
|
||||
#sidebar #page-versions {
|
||||
margin-top: -4em;
|
||||
margin-top: -60px;
|
||||
text-align: right; }
|
||||
#sidebar #subpages {
|
||||
margin-top: 2em; }
|
||||
|
|
|
|||
|
|
@ -486,6 +486,10 @@ ul.autocomplete
|
|||
left: 5%
|
||||
|
||||
// *** wiki
|
||||
.wiki_show, .wiki_version, .wiki_new, .wiki_edit, .wiki_all
|
||||
h1
|
||||
padding-left: 0
|
||||
padding-top: 10px
|
||||
a.new_wiki_link
|
||||
color: grey
|
||||
#preview
|
||||
|
|
@ -495,13 +499,20 @@ a.new_wiki_link
|
|||
float: right
|
||||
#breadcrump
|
||||
font-size: 0.5em
|
||||
margin-bottom: 5px
|
||||
margin-top: 30px
|
||||
height: 1em
|
||||
color: #ED0606
|
||||
a
|
||||
:color = !main_red
|
||||
:text-decoration = none
|
||||
a:hover
|
||||
:text-decoration = underline
|
||||
#sidebar
|
||||
float: right
|
||||
width: 20%
|
||||
#page-versions
|
||||
margin-top: -4em
|
||||
margin-top: -60px
|
||||
text-align: right
|
||||
#subpages
|
||||
margin-top: 2em
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue