]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - skins/vector/experiments/babaco-colors-a.css
MediaWiki 1.16.0
[autoinstallsdev/mediawiki.git] / skins / vector / experiments / babaco-colors-a.css
diff --git a/skins/vector/experiments/babaco-colors-a.css b/skins/vector/experiments/babaco-colors-a.css
new file mode 100644 (file)
index 0000000..ce6f67d
--- /dev/null
@@ -0,0 +1,109 @@
+/* Babaco Color Scheme A */
+
+
+a:visited,
+a:visited div.vectorTabs li.selected a:visited span {
+       color: #260e9c;
+}
+
+html .thumbimage,
+#toc, .toc, .mw-warning, div.thumbinner {
+       border-color: #cccccc;
+       background-color: #f7f7f7;
+}
+
+/* Framework */
+#mw-page-base {
+       background-color: inherit !important;
+       background-image: none !important;
+}
+body {
+       background-color: #f9f9f9 !important;
+       background-image:url(images/page-base-updated.png);
+}
+
+/* Links */
+a {
+       color: #0066cc;
+}
+a:visited {
+       color: #004d99;
+}
+a:active {
+       color: #ff6600;
+}
+a.stub {
+       color: #56228b;
+}
+a.new, #p-personal a.new {
+       color: #a31205 !important;
+}
+a.new:visited, #p-personal a.new:visited {
+       color: #a31205;
+}
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+       border-color:#999999;
+       font-family:georgia, times, serif;
+       font-weight:bold;
+}
+#firstHeading {
+       font-size:1.5em;
+}
+h2 .editsection,
+.portal h5{
+       font-family:sans-serif;
+       font-weight:normal;
+
+}
+#toc h2, .toc h2 {
+       font-family:sans-serif;
+       font-weight:normal;
+}
+body #mw-panel div.portal div.body {
+       background-image:url(images/new-portal-break-ltr.png);
+}
+body.rtl #mw-panel div.portal div.body {
+       background-image:url(images/new-portal-break-rtl.png);
+}
+body div.vectorTabs li a, div.vectorTabs li a span{
+       color:#4d4d4d;
+}
+body div.vectorTabs li.selected a,
+body div.vectorTabs li.selected a span,
+body div.vectorTabs li.selected a:visited
+body div.vectorTabs li.selected a:visited span {
+       color: #ff9900 !important;
+       font-weight:bold;
+}
+div.vectorTabs li.new a, 
+div.vectorTabs li.new a span, 
+div.vectorTabs li.new a:visited, 
+div.vectorTabs li.new a:visited span {
+       color:#a31205;
+}
+#toc,
+.toc,
+.mw-warning,
+div.gallerybox div.thumb,
+table.gallery,
+#preferences fieldset.prefsection fieldset,
+#preferences,
+html .thumbimage,
+.usermessage,
+img.thumbborder,
+div.thumbinner{
+       border: 1px solid #cccccc;
+       background-color: #f7f7f7;
+}
+#mw-panel div.portal h5 {
+       font-weight:bold;
+       margin-bottom:0;
+       padding-bottom:0.05em;
+       color:#000000;
+}