SHOW:
|
|
- or go back to the newest paste.
| 1 | .qa-nav-main {
| |
| 2 | clear:both; | |
| 3 | width: 150px; | |
| 4 | position:absolute; | |
| 5 | left: 15px; | |
| 6 | top:50px; | |
| 7 | border-radius: 0px 0px 2px 2px; | |
| 8 | border-bottom: 1px solid rgb(60, 60, 60); | |
| 9 | background: #313131; | |
| 10 | z-index: 100; | |
| 11 | } | |
| 12 | ||
| 13 | .qa-nav-main-list {
| |
| 14 | font-size:16px; | |
| 15 | margin:0; | |
| 16 | font-family: BentonSans, sans-serif; | |
| 17 | list-style:none; | |
| 18 | font-weight:200; | |
| 19 | list-style-position: outside; | |
| 20 | } | |
| 21 | ||
| 22 | .qa-nav-main-item {
| |
| 23 | float:left; | |
| 24 | margin:0; | |
| 25 | font-family: BentonSans, sans-serif; | |
| 26 | text-align:left; | |
| 27 | width: 150px; | |
| 28 | border-top: 1px solid rgb(40, 40, 40); | |
| 29 | border-bottom: 1px solid rgb(60, 60, 60); | |
| 30 | } | |
| 31 | ||
| 32 | .qa-nav-main-hot a{
| |
| 33 | background:#cf0000; | |
| 34 | color:#fff !important; | |
| 35 | border:1px solid #ff0000; | |
| 36 | box-shadow:0 0 2px 1px rgba(0,0,0,0.15) inset; | |
| 37 | text-transform:uppercase; | |
| 38 | font-family: BentonSans, sans-serif; | |
| 39 | } | |
| 40 | ||
| 41 | .qa-nav-main-item-opp {
| |
| 42 | float:right; | |
| 43 | padding-right:0; | |
| 44 | } | |
| 45 | ||
| 46 | .qa-nav-main-link {
| |
| 47 | color:#ccc !important; | |
| 48 | display:block; | |
| 49 | padding:7px 9px; | |
| 50 | height:24px; | |
| 51 | font-family: BentonSans, sans-serif; | |
| 52 | padding-left: 35px; | |
| 53 | } | |
| 54 | ||
| 55 | .qa-nav-main-link:hover {
| |
| 56 | text-decoration:none; | |
| 57 | color:white !important; | |
| 58 | font-family: BentonSans, sans-serif; | |
| 59 | background: #292929; | |
| 60 | } | |
| 61 | .qa-nav-main-selected {
| |
| 62 | text-decoration:none; | |
| 63 | color:#f7dd00 !important; | |
| 64 | background: #292929; | |
| 65 | font-family: BentonSans, sans-serif; | |
| 66 | } | |
| 67 | ||
| 68 | .qa-nav-sub {
| |
| 69 | clear:both; | |
| 70 | z-index: 2; | |
| 71 | width: 139px; | |
| 72 | position:absolute; | |
| 73 | left: 15px; | |
| 74 | top: 375px; | |
| 75 | border-radius: 3px 3px 3px 3px; | |
| 76 | background: #373737; | |
| 77 | padding: 6px; | |
| 78 | border-bottom: 1px solid rgb(60, 60, 60); | |
| 79 | } | |
| 80 | ||
| 81 | .qa-nav-sub-list {
| |
| 82 | font-size:16px; | |
| 83 | list-style:none; | |
| 84 | margin:0; | |
| 85 | padding:0 0; | |
| 86 | font-family: BentonSans, sans-serif; | |
| 87 | font-weight:200; | |
| 88 | text-align:left; | |
| 89 | } | |
| 90 | ||
| 91 | .qa-nav-sub-item {
| |
| 92 | float:left; | |
| 93 | padding:0; | |
| 94 | width: 139px; | |
| 95 | border-top: 1px solid rgb(40, 40, 40); | |
| 96 | border-bottom: 1px solid rgb(60, 60, 60); | |
| 97 | } | |
| 98 | ||
| 99 | .qa-nav-sub-link {
| |
| 100 | color:#ccc !important; | |
| 101 | font-weight:200; | |
| 102 | display:block; | |
| 103 | text-transform:capitalize; | |
| 104 | padding:2px 6px; | |
| 105 | text-decoration:none !important; | |
| 106 | } | |
| 107 | ||
| 108 | .qa-nav-sub-link:hover,.qa-nav-sub-selected {
| |
| 109 | color:#f7dd00 !important; | |
| 110 | background: #292929; | |
| 111 | ||
| 112 | } | |
| 113 | .qa-nav-sub-hot .qa-nav-sub-link{
| |
| 114 | color:#cf0000 !important; | |
| 115 | } | |
| 116 | .qa-nav-sub-hot .qa-nav-sub-link:hover,.qa-nav-sub-hot .qa-nav-sub-selected{
| |
| 117 | background:#cf0000; | |
| 118 | color:#fff !important; | |
| 119 | } | |
| 120 | ||
| 121 | - | */ Navigation Icons */ |
| 121 | + | /* Navigation Icons */ |
| 122 | .qa-nav-main-questions {
| |
| 123 | - | background: url(/images/questions.png) no-repeat; |
| 123 | + | background: url(images/questions.png) no-repeat; |
| 124 | background-position: 10px 8px; | |
| 125 | } | |
| 126 | .qa-nav-main-unanswered {
| |
| 127 | - | background: url(/images/unanswered.png) no-repeat; |
| 127 | + | background: url(images/unanswered.png) no-repeat; |
| 128 | background-position: 10px 8px; | |
| 129 | } | |
| 130 | .qa-nav-main- {background: url(images/main.png) no-repeat;
| |
| 131 | background-position: 10px 8px; | |
| 132 | } | |
| 133 | .qa-nav-main-tag {
| |
| 134 | - | background: url(/images/tags.png) no-repeat; |
| 134 | + | background: url(images/tags.png) no-repeat; |
| 135 | background-position: 10px 8px; | |
| 136 | } | |
| 137 | .qa-nav-main-user {
| |
| 138 | - | background: url(/images/users.png) no-repeat; |
| 138 | + | background: url(images/users.png) no-repeat; |
| 139 | background-position: 10px 8px; | |
| 140 | } | |
| 141 | .qa-nav-main-ask {
| |
| 142 | - | background: url(/images/ask.png) no-repeat; |
| 142 | + | background: url(images/ask.png) no-repeat; |
| 143 | background-position: 10px 8px; | |
| 144 | } | |
| 145 | .qa-nav-main-custom-1 .qa-nav-main-link {
| |
| 146 | - | background: url(/images/cog.png) no-repeat; |
| 146 | + | background: url(images/cog.png) no-repeat; |
| 147 | background-position: 10px 5px; | |
| 148 | } | |
| 149 | .qa-nav-main-custom-1 .qa-nav-main-link:hover {
| |
| 150 | - | background: #292929 url(/images/cog.png') no-repeat; |
| 150 | + | background: #292929 url(images/cog.png') no-repeat; |
| 151 | background-position: 10px 5px; | |
| 152 | } |