Actions

MediaWiki

Difference between revisions of "Common.css"

From Conflict of Nations Wiki

Line 32: Line 32:
 
.top-bar-section ul li ul.dropdown li > a {
 
.top-bar-section ul li ul.dropdown li > a {
 
     background: #58251b;
 
     background: #58251b;
 +
}
 +
 +
a {
 +
    color: #2C2A2A;
 +
}
 +
 +
a:hover, a:focus {
 +
    color: #2C2A2A;
 
}
 
}

Revision as of 08:33, 14 February 2018

body {
   background-image: url("http://www.conflictnations.com/fileadmin/templates/conflictnations/forum/bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
color: white;
}

#mainTable{
style=width:100%;
background: rgba(0, 0, 0, 0.2);
}

.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 {
    background: #2C2A2A;
    color: #000;
}

/* Darker color for the hover over items */
.top-bar-section ul li.hover > a,
.top-bar-section ul li ul.dropdown li.hover > a {
    background: #2C2A2A;
}

/* Slightly darker color for the dropdowns */
.top-bar-section ul li ul.dropdown li > a {
    background: #58251b;
}

a {
    color: #2C2A2A;
}
 
a:hover, a:focus {
    color: #2C2A2A;
}