last changes before BREAKING some shit|
This commit is contained in:
35
style.css
35
style.css
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user