User:Microchip08/green.css

From Meta, a Wikimedia project coordination wiki

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.
/**
 * green.css
 * Turns Vector lime green.
 * Copied from the original on Vietnamese Wikipedia (Tiếng Việt)
 * https://vi.wikipedia.org/wiki/MediaWiki:Vector.css
 */

 /* Khung viền của thân trang */
	div#content {
		border-color: #A8E36B;
	}
 
	/* Đường kẻ phân chia các thẻ */
	div.vectorTabs span,
	div.vectorTabs,
	div.vectorTabs ul,
	#mw-head div.vectorMenu h5,
	div.vectorMenu h3 a,
	div.vectorMenu h5 a {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #A8E36B));
		background-image: -webkit-linear-gradient(top, #FFF 0%, #A8E36B 100%);
		background-image: -moz-linear-gradient(top, #FFF 0%, #A8E36B 100%);
		background-image: -ms-linear-gradient(top, #FFF 0%, #A8E36B 100%);
		background-image: -o-linear-gradient(top, #FFF 0%, #A8E36B 100%);
		background-image: linear-gradient(to bottom, #FFF 0%, #A8E36B 100%);
		-webkit-background-size: 1px 100%;
		-khtml-background-size: 1px 100%;
		-moz-background-size: 1px 100%;
		-o-background-size: 1px 100%;
		background-size: 1px 100%;
	}
 
	/* Nền thẻ */
	div.vectorTabs ul li:not(.selected) {
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #A8E36B), color-stop(1px, #A8E36B), color-stop(1px, #E5F8DB), color-stop(100%, #FFF));
		background-image: -webkit-linear-gradient(bottom, #A8E36B 0%, #A8E36B 1px, #E5F8DB 1px, #FFF 100%);
		background-image: -moz-linear-gradient(bottom, #A8E36B 0%, #A8E36B 1px, #E5F8DB 1px, #FFF 100%);
		background-image: -ms-linear-gradient(bottom, #A8E36B 0%, #A8E36B 1px, #E5F8DB 1px, #FFF 100%);
		background-image: -o-linear-gradient(bottom, #A8E36B 0%, #A8E36B 1px, #E5F8DB 1px, #FFF 100%);
		background-image: linear-gradient(to top, #A8E36B 0%, #A8E36B 1px, #E5F8DB 1px, #FFF 100%);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFF', endColorstr='#E5F8DB')";
	}
 
	/* Nút Theo dõi / Ngừng theo dõi */
	/* Các trình duyệt hỗ trợ chuyển màu cũng hỗ trợ SVG. */
	#ca-unwatch.icon a:not(.loading) {
		/* [[Tập tin:Unwatch-icon lime.svg]] */
		/* @embed */
		background-image: -webkit-linear-gradient(transparent,transparent), url(//upload.wikimedia.org/wikipedia/commons/d/d8/Unwatch-icon_lime.svg);
		background-image: linear-gradient(transparent,transparent), url(//upload.wikimedia.org/wikipedia/commons/d/d8/Unwatch-icon_lime.svg);
	}
	#ca-watch.icon a:not(.loading):not(:hover):not(:focus) {
		/* [[Tập tin:Watch-icon lime.svg]] */
		/* @embed */
		background-image: -webkit-linear-gradient(transparent,transparent), url(//upload.wikimedia.org/wikipedia/commons/1/1d/Watch-icon_lime.svg);
		background-image: linear-gradient(transparent,transparent), url(//upload.wikimedia.org/wikipedia/commons/1/1d/Watch-icon_lime.svg);
	}
	#ca-unwatch.icon a:not(.loading):hover,
	#ca-unwatch.icon a:not(.loading):focus {
		/* [[Tập tin:Unwatch-icon-hl lime.svg]] */
		/* @embed */
		background-image: -webkit-linear-gradient(transparent,transparent), url(//upload.wikimedia.org/wikipedia/commons/0/01/Unwatch-icon-hl_lime.svg);
		background-image: linear-gradient(transparent,transparent), url(//upload.wikimedia.org/wikipedia/commons/0/01/Unwatch-icon-hl_lime.svg);
	}
 
	/* Hộp sửa đổi: Thanh công cụ sửa đổi */
	.wikiEditor-ui-toolbar {
		background-color: #E5F8DB;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(33px, #E5F8DB));
		background-image: -webkit-linear-gradient(top, #ffffff 0%, #E5F8DB 33px);
		background-image: -moz-linear-gradient(top, #ffffff 0%, #E5F8DB 33px);
		background-image: -ms-linear-gradient(top, #ffffff 0%, #E5F8DB 33px);
		background-image: -o-linear-gradient(top, #ffffff 0%, #E5F8DB 33px);
		background-image: linear-gradient(to bottom, #ffffff 0%, #E5F8DB 33px);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFF', endColorstr='#E5F8DB')";
	}
 
	/* Hộp sửa đổi: Nền đằng sau hộp văn bản, nền chỉ mục các bảng, và khoản trong trình đơn Đề mục */
	.wikiEditor-ui,
	.wikiEditor-ui-toolbar .sections .section,
	.wikiEditor-ui-toolbar .group .tool-select .options .option:hover {
		background-color: #E5F8DB;
	}
 
	/* Hộp sửa đổi: Ký tự trong bảng Ký tự đặc biệt */
	.wikiEditor-ui-toolbar .page-characters div span:hover {
		border-color: #A8E36B;
	}
 
    /* Trình soạn thảo trực quan: Thanh tiến triển */
    .ve-init-mw-viewPageTarget-loading,
    .ve-init-mw-viewPageTarget-saveDialog-working {
        background-image: url("//upload.wikimedia.org/wikipedia/commons/1/10/Loading-special.gif");
    }
 
    /* Trình soạn thảo trực quan: Thanh công cụ */
    .oo-ui-toolbar-bar {
		background: #f8fbfd;
		background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f9ef));
		background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0f9ef 100%);
		background-image: -moz-linear-gradient(top, #ffffff 0%, #f0f9ef 100%);
		background-image: -ms-linear-gradient(top, #ffffff 0%, #f0f9ef 100%);
		background-image: -o-linear-gradient(top, #ffffff 0%, #f0f9ef 100%);
		background-image: linear-gradient(to bottom, #ffffff 0%, #f0f9ef 100%);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fff', endColorstr='#f0f9ef')";
    }