User:Mooeypoo/articlesandbox.css

From mediawiki.org

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.articlesandbox-error {
	font-size: 1.2em;
	margin: 1em;
}

.articlesandbox-error .oo-ui-buttonWidget {
	margin-top: 1em;
}

.articlesandbox-item-indent {
	display: inline-block;
	width: 0.5em;
}
/*
.articlesandbox-articles-section-list .oo-ui-optionWidget.oo-ui-decoratedOptionWidget:hover {
	background-color: #dbdbdb;
}*/

.articlesandbox-create-titleerror {
	margin-bottom: 0.5em;
	color: #a80000;	
	display: block;
}

.articlesandbox-page-title {
	font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1em;
}

.articlesandbox-page-create .oo-ui-textInputWidget {
	margin-bottom: 1em;
}

.articlesandbox-page-intro-content {
	zoom: 0.5;
    max-height: 300px;
    overflow: hidden;
}

.articlesandbox-page-introlink {
    margin-bottom: 1em;
}

.articlesandbox-articleSectionWidget {
	padding: 0.5em;
	font-size: 1.2em;
}

.articlesandbox-articles-section-list {
	margin-top: 1em;
}

.articlesandbox-articleItemWidget-indent {
    border-left: 2px solid #666;
}