Actions

MediaWiki

Difference between revisions of "Foreground.css"

From London's Ghost Acres

(Created page with "Custom Foreground menubar colors: .top-bar, .top-bar-section ul, .top-bar-section ul li.active > a, .top-bar-section li a:not(.button), .top-bar-section .has-form { ba...")
 
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Custom Foreground menubar colors */
+
#firstHeading {
.top-bar,
+
font-size: x-large;
.top-bar-section ul,
+
}
.top-bar-section ul li.active > a,
+
 
.top-bar-section li a:not(.button),
+
h2 {
.top-bar-section .has-form {
+
font-size: larger;
  background: #ffe4b2;
+
}
  color: #000;
+
 
 +
h4.namespace.label {
 +
display:none;
 +
}
 +
 
 +
#tagline {
 +
display: none;
 +
}
 +
 
 +
input[type="submit"] {
 +
background-color: #2ba6cb;
 +
border-color: #2284a1;
 +
    border-top-color: rgb(34, 132, 161);
 +
    border-right-color: rgb(34, 132, 161);
 +
    border-bottom-color: rgb(34, 132, 161);
 +
    border-left-color: rgb(34, 132, 161);
 
}
 
}

Latest revision as of 15:25, 6 May 2016

#firstHeading {
font-size: x-large;
}

h2 {
font-size: larger;
}

h4.namespace.label {
display:none;
}

#tagline {
display: none;
}

input[type="submit"] {
background-color: #2ba6cb;
border-color: #2284a1;
    border-top-color: rgb(34, 132, 161);
    border-right-color: rgb(34, 132, 161);
    border-bottom-color: rgb(34, 132, 161);
    border-left-color: rgb(34, 132, 161);
}