MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 106: Line 106:
/* Box */
/* Box */
height: 100px;
height: 100px;
width: 90%;
border: 0px none rgb(194, 200, 207);
border-top: 0px none rgb(194, 200, 207);
border-right: 0px none rgb(194, 200, 207);
border-bottom: 0px none rgb(194, 200, 207);
border-left: 0px none rgb(194, 200, 207);
padding: 20px;
max-height: none;
min-height: 0px;
max-width: none;
min-width: 0px;


/* Effects */
transform: none;
transition: all 0s ease 0s;
outline: rgb(255, 0, 0) dashed 1px;
outline-offset: 0px;
box-sizing: content-box;
resize: none;
text-shadow: none;
text-overflow: clip;
word-wrap: normal;
box-shadow: none;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
}

Navigation menu