... | in configuration.naml |
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 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228
|
<override_macro name="site_style" unindent="true">
<n.overridden/>
.nabble,
.nabble table {
color: #ffffff;
}
.nabble a:link,
.nabble a.not-visited-link {
color: #aabc6d;
}
span.dropdown-item {
color: white;
}
.nabble a:visited,
.nabble a.visited-link {
color: #7aa054;
}
.nabble a:hover {
color: #ffffff;
}
.nabble h1 {
color: #eeeeee;
}
.nabble .important {
color: #ffcc33;
}
.nabble th,
.nabble .form-label,
.nabble .weak-color {
color: #bcbcaa;
}
.nabble .message-text, .small, .nabble .editor-table td, p, form, small, ul, table td, .breadcrumbs {
color: #daf8b2;
}
p {
color: #cfcfcf;
}
body, .nabble, .nabble .no-bg-color {
background-color: #2d2d2d;
}
.nabble .light-bg-color {
background-color: #2c2e13;
}
.main-row {
background-color: #191700;
}
.nabble .shaded-bg-color {
background-color: black;
}
.nabble th,
.nabble .dark-bg-color {
background-color: #21366E;
}
.nabble .highlight {
background-color: #c20000;
}
.nabble .error-message,
.nabble .info-message,
.nabble .light-highlight {
background-color: #1A2237;
}
.nabble table,
.nabble li,
.nabble div,
.nabble .medium-border-color {
border-color: black;
}
.nabble td,
.nabble .light-border-color {
border-color: #4a5025;
}
.nabble .dark-border-color {
border-color: #7C95C7;
}
span.dropdown table {
background-color: #616b32;
border-color: #484f25;
}
tr.dropdown-hover {
background-color: #9ea86d;
}
.post-border, td.post-border {
border-color: #d9d9d9;
}
span.post-date {
color: #91b83d;
}
span.post-author {
color: #ddd;
}
span.post-subject {
color: #ccc;
}
span.post-snippet {
color:#ccc;
}
.post-hover {
background-color: black;
}
select, input, textarea {
padding: 4px 5px;
margin-left: 5px;
background-color: #4f4f4f;
border: 1px solid black;
border-radius: 4px;
color: white;
}
select, input:hover, textarea:hover {
background-color: rgb(200,200,200);
color: black;
border: 1px solid gray;
}
input:focus, textarea:focus {
background-color: white;
color: black;
border: 1px solid white;
}
input[type="submit"], button {
color: #dfea97;
background-color:#747c4b;
border:1px solid black;
padding-top: 5px;
padding-bottom: 5px;
border-radius: 4px;
text-shadow: 0px 0px 4px black;
}
input:hover[type="submit"], button:hover {
color: white;
background-color:#60673e;
}
input:focus[type="submit"], button:focus {
color: white;
background-color:#4a4f30;
border:1px solid:#4a4f30;
}
input[type=radio] {
border:none;
}
body, input, button, textarea, select {
font-size: 84%;
}
#forum-title {
display: block;
color: #cde9a7;
text-shadow: 2px 2px 4px black;
}
h2.post-subject {
color: #e3e9c6;
}
.nabble blockquote.quote blockquote.quote, .gmail_quote {
background-color: black;
padding: 15px 5px;
}
table.classic-body {
background-color: #202520;
}
.nabble .message-text {
color: #e4e4e4;
}
#search-box {
display: block;
float: right;
background-color: black;
padding-bottom: 4px;
}
.search-box input {
color: gray;
border: none !important;
padding: 0 !important;
padding-left: 25px !important;
padding-bottom: 3px !important;
}
.search-box input:hover, .search-box input:focus {
color: white;
background-color: #252c00;
padding: 0 !important;
padding-left: 25px !important;
padding-bottom: 3px !important;
}
#description-box {
text-align: center;
}
</override_macro>
|
... | in utilities.naml |
76 77 78 79 80
|
<macro name="site_style" unindent="true">
<n.uncache_for/>
<n.set_response_header name="Content-Type" value="text/css"/>
<n.comment.>To be overridden</n.comment.>
</macro>
|
Free forum by Nabble | Edit this page |