Ero sivun ”Käyttäjä:Japsu/monobook.css” versioiden välillä

Kohteesta ExcaliburWiki
Siirry navigaatioonSiirry hakuun
 
Rivi 1: Rivi 1:
 
body {
 
body {
background-color: white;
+
background-color: #6D0101;
 
background-image: none;
 
background-image: none;
 
}
 
}
Rivi 10: Rivi 10:
 
}
 
}
  
/* Make the portlets also blend into the background */
+
#content, #bodyContent, .pBody, #footer {
.pBody, #p-cactions a, #p-cactions li {
+
background-color: black;
border: none;
+
color: #D5D5D5;
background-color: white !important;
 
 
}
 
}
  
/* Make sure the content area border is visible also below active view links */
+
#p-logo {
#p-cactions .selected a, #p-cactions li a:hover {
+
background-color: #6D0101 !important;
z-index: 0;
+
}
 +
 
 +
a, a:visited, .pBody ul li a {
 +
color: #EEDD82;
 +
background-color: black;
 +
text-decoration: none;
 
}
 
}
  
Rivi 28: Rivi 32:
 
/* Show input components in sensible colours */
 
/* Show input components in sensible colours */
 
input, textarea {
 
input, textarea {
background-color: white;
+
background-color: black;
color: black; border:
+
color: #d5d5d5;
1pt solid #999;
+
border: 1pt solid #d5d5d5;
 
}
 
}

Versio 3. maaliskuuta 2009 kello 15.23

body {
background-color: #6D0101;
background-image: none;
}

#content {
border-top: none;
border-bottom: none;
border-right: none;
}

#content, #bodyContent, .pBody, #footer {
background-color: black;
color: #D5D5D5;
}

#p-logo {
background-color: #6D0101 !important;
}

a, a:visited, .pBody ul li a {
color: #EEDD82;
background-color: black;
text-decoration: none;
}

/* Mark active views with bold */
#p-cactions .selected a  {
font-weight: bold;
}

/* Show input components in sensible colours */
input, textarea {
background-color: black;
color: #d5d5d5;
border: 1pt solid #d5d5d5;
}