last changes before BREAKING some shit|

This commit is contained in:
Michael Murtaugh
2019-07-08 20:28:06 +02:00
parent 86ca425af0
commit 2f23dd9b46
6 changed files with 87 additions and 39 deletions

View File

@@ -78,13 +78,13 @@ body {
margin: 0;
padding: 0;
background: #f1f2f3;
overflow: hidden;
/*overflow: hidden;*/
}
.links line {
/*stroke: #aaa;*/
stroke: none;
stroke: #aaa;
/*stroke: none;*/
}
.links line.active2 {
@@ -134,7 +134,7 @@ svg g.page {
svg g.page text {
visibility: hidden;
fill: #222;
font: 10px sans-serif;
font: 12px sans-serif;
}
svg g.active text {
@@ -171,16 +171,19 @@ use {
/* Categories */
#cats .head {
display: none;
}
#cats {
display: none;
position: absolute;
left: 0;
bottom: 0;
left: 10px;
bottom: 10px;
}
#cats .ocontents {
background: #FFFFFFDD;
background: #FFFFFFFF;
display: none;
border-radius: 30px;
/*padding: 5px;*/
/*box-sizing: border-box;*/
}
@@ -313,3 +316,19 @@ use {
position: relative;
top: 10px;
}
/* MEDIAWIKI PAGE */
.header-container {
display: none !important;
}
iframe form.header {
display: none;
}
ul#page-actions {
display: none;
}
a.talk {
display:none;
}