Files
@ f43d1a4680a9
Branch filter:
Location: hot67beta/templates/ja_purity/styles/header/blue/style.css
f43d1a4680a9
2.1 KiB
text/css
menubar 0 to 10
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 | #ja-headerwrap {
background: #006699;
color: #C3DFED;
}
.ja-headermask {
background: url(images/header-mask.png) no-repeat top right;
}
#ja-header a {
color: #C3DFED;
}
h1.logo-text a {
color: #C3DFED !important;
}
p.site-slogan {
background: #1E7CAB;
}
#ja-search {
background: url(images/icon-search.gif) no-repeat center left;
}
#ja-search .inputbox {
border: 1px solid #005A87;
color: #C3DFED;
background: #1E7CAB;
}
.sectiontableheader {
background: #1374A5;
}
#ja-botslwrap {
background: #006699;
color: #C3DFED;
}
.ja-box-right div.moduletable {
background: url(images/vdot2.gif) repeat-y left;
}
.ja-box-center div.moduletable {
background: url(images/vdot2.gif) repeat-y left;
}
#ja-botsl a {
color: #C3DFED;
}
/*--------------------------- VISUAL ----------------------------*/
/* -------- All levels -------- */
#ja-mainnavwrap {
border-top: 1px solid #4394BD;
background: #1374A5;
}
#ja-mainnav ul, #ja-mainnav li {
background-image: none;
list-style: none;
}
#ja-mainnav span.separator {
display:none;
}
/* -------- Top level -------- */
#ja-mainnav > ul {
background-color: #1374A5;
padding-left: 20px;
}
#ja-mainnav > ul > li {
background-color: #1374A5;
border-left: 1px solid #4394BD;
border-right: 1px solid #005A87;
margin-right: 1px;
}
#ja-mainnav > ul > li.active {
background: url(../../../images/arrow2.png) no-repeat bottom center #1374A5;
color: #C3DFED;
}
#ja-mainnav > ul > li:hover,
#ja-mainnav > ul > li:active,
#ja-mainnav > ul > li:focus {
background: url(../../../images/arrow2.png) no-repeat bottom center #2A84B1;
color: #C3DFED;
}
/* -------- sub-levels -------- */
#ja-mainnav ul ul li {
border-left: 1px solid #4394BD;
border-right: 1px solid #005A87;
border-top: 1px solid #4394BD;
border-bottom: 1px solid #005A87;
margin-bottom: 1px;
}
#ja-mainnav li ul { /* second-level lists */
background-color: #2A84B1;
}
#ja-mainnav li a {
color: #C3DFED;
font-weight: bold;
text-decoration: none;
}
#ja-mainnav ul ul li:hover,
#ja-mainnav ul ul li:active,
#ja-mainnav ul ul li:focus {
background: #006699;
color: #C3DFED;
}
|