Merge branch 'wiki'
This commit is contained in:
commit
e75a42d509
146 changed files with 6300 additions and 261 deletions
|
|
@ -441,6 +441,7 @@ ul.autocomplete .informal {
|
|||
top: -1em;
|
||||
left: 5%; }
|
||||
|
||||
|
||||
.stats-bar {
|
||||
height: 20px;
|
||||
min-width: 10px;
|
||||
|
|
@ -448,3 +449,37 @@ ul.autocomplete .informal {
|
|||
background-color: #fff;
|
||||
text-align: center;
|
||||
margin: 0 10px 10px 0; }
|
||||
|
||||
a.new_wiki_link {
|
||||
color: grey; }
|
||||
|
||||
#preview {
|
||||
border: 1px dotted grey;
|
||||
padding: 0 1em; }
|
||||
|
||||
#toc {
|
||||
float: right; }
|
||||
|
||||
#breadcrump {
|
||||
font-size: 0.5em; }
|
||||
#breadcrump a {
|
||||
color: #ed0606; }
|
||||
|
||||
#sidebar {
|
||||
float: right;
|
||||
width: 20%; }
|
||||
#sidebar #page-versions {
|
||||
margin-top: -4em;
|
||||
text-align: right; }
|
||||
#sidebar #subpages {
|
||||
margin-top: 2em; }
|
||||
|
||||
#wiki_content h1, #wiki_content h2, #wiki_content h3, #wiki_content h4, #wiki_content h5 {
|
||||
color: black; }
|
||||
#wiki_content span.editsection {
|
||||
display: none; }
|
||||
|
||||
#wiki-syntax-help {
|
||||
float: right; }
|
||||
#wiki-syntax-help table {
|
||||
border-color: #78b74e; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue