No file comparison filters were active.
| 1 | body, |
| 2 | .movie-background, .photo-background { |
| 3 | background-color: %colour_body_background%; |
| 4 | border-color: %colour_body_border%; |
| 5 | } |
| 7 | a:link, a:visited { |
| 8 | color: %colour_content_links%; |
| 9 | } |
|
| 1 | body, |
| 2 | .movie-background, .photo-background { |
| 3 | background-color: %colour_body_background%; |
| 4 | border-color: %colour_body_border%; |
| 5 | } |
| 7 | a:link, a:visited { |
| 8 | color: %colour_content_links%; |
| 9 | } |
|
| 11 | a:hover, a:active { |
| 12 | color: %colour_content_links - #112233%; |
| 13 | } |
|
|
| 15 | #container { |
| 16 | border-color: %colour_border%; |
| 17 | background-color: %colour_content_bg%; |
| 18 | } |
| 20 | #contentContainer { |
|
| 11 | #container { |
| 12 | border-color: %colour_border%; |
| 13 | background-color: %colour_content_bg%; |
| 14 | } |
| 16 | #contentContainer { |
|
| 21 | background-color: %colour_content_bg%; |
| 22 | border-color: %colour_sidebar_bg%; |
|
| 17 | background-color: %colour_sidebar_bg%; |
|
| 23 | } |
| 26 | #contentContainer #content { |
| 27 | color: %colour_content_text%; |
|
| 18 | } |
| 21 | #contentContainer #content { |
| 22 | color: %colour_content_text%; |
|
|
|
| 23 | background-color: %colour_content_bg%; |
|
| 28 | } |
| 32 | /* @group File Sharing */ |
| 34 | .filesharing-item { |
| 35 | background-color: %colour_content_bg * 0.8%; |
| 36 | } |
| 38 | .filesharing-item-description { |
| 39 | } |
| 41 | /* @end */ |
| 43 | |
| 44 | #pageHeader { |
| 45 | background-color: %colour_header_bg%; |
| 46 | } |
| 48 | .photo-navigation { |
| 49 | background-color: %colour_content_bg * 0.8%; |
| 50 | } |
| 52 | #pageHeader h1 { |
| 53 | color: %colour_header_title%; |
| 54 | } |
| 55 | |
| 56 | #pageHeader h2 { |
| 57 | color: %colour_header_slogan%; |
| 58 | } |
| 59 | |
| 60 | .photo-links { |
|
| 24 | } |
| 28 | /* @group File Sharing */ |
| 30 | .filesharing-item { |
| 31 | background-color: %colour_content_bg * 0.8%; |
| 32 | } |
| 34 | .filesharing-item-description { |
| 35 | } |
| 37 | /* @end */ |
| 39 | |
| 40 | #pageHeader { |
| 41 | background-color: %colour_header_bg%; |
| 42 | } |
| 44 | .photo-navigation { |
| 45 | background-color: %colour_content_bg * 0.8%; |
| 46 | } |
| 48 | #pageHeader h1 { |
| 49 | color: %colour_header_title%; |
| 50 | } |
| 51 | |
| 52 | #pageHeader h2 { |
| 53 | color: %colour_header_slogan%; |
| 54 | } |
| 55 | |
| 56 | .photo-links { |
|
| 61 | background-color: %colour_body_bg * 0.6%; |
| 62 | border-bottom-color: %colour_header_bg * 0.5%; |
|
| 57 | background-color: transparent; |
| 58 | border-bottom-color: transparent; |
|
| 63 | } |
| 65 | .photo-caption { |
| 66 | color: %colour_content_text * 1%; |
| 67 | } |
| 69 | .photo-title { |
| 70 | color: %colour_content_text * 1.2%; |
| 71 | } |
| 73 | .blog-entry-title a { |
| 74 | color: %colour_content_text%; |
| 75 | } |
|
| 59 | } |
| 61 | .photo-caption { |
| 62 | color: %colour_content_text * 1%; |
| 63 | } |
| 65 | .photo-title { |
| 66 | color: %colour_content_text * 1.2%; |
| 67 | } |
| 69 | .blog-entry-title a { |
| 70 | color: %colour_content_text%; |
| 71 | } |
|
| 77 | .blog-entry-title a:hover { |
| 78 | color: %colour__content_links%; |
| 79 | background: transparent; |
|
| 73 | .blog-entry, .filesharing-description, .standout { |
| 74 | border-bottom-color: %colour_content_bg + #222222 * 0.9%; |
|
| 80 | } |
| 82 | .photo-links { |
| 83 | color: %colour_content_links%; |
| 84 | } |
| 86 | .exif-data, |
| 87 | .movie-title { |
|
| 75 | } |
| 77 | .photo-links { |
| 78 | color: %colour_content_links%; |
| 79 | } |
| 81 | .exif-data, |
| 82 | .movie-title { |
|
| 88 | color: %colour_content_background * 2%; |
|
| 83 | color: %colour_content_bg * 2%; |
|
|
|
|
| 91 | #navcontainer ul a { |
| 92 | color: %colour_navbar_text%; |
|
| 86 | #navcontainer { |
| 87 | border-bottom-color: %colour_border_navbar%; |
|
| 93 | } |
| 95 | .photo-navigation a:link, |
| 96 | .photo-navigation a:visited { |
| 97 | color: %colour_content_links%; |
| 98 | } |
|
| 88 | } |
| 90 | .photo-navigation a:link, |
| 91 | .photo-navigation a:visited { |
| 92 | color: %colour_content_links%; |
| 93 | } |
|
| 100 | #navcontainer ul a:hover { |
| 101 | color: %colour_navbar_text_active%; |
| 102 | background-color: %colour_navbar_bg_active%; |
| 103 | } |
| 105 | #navcontainer .current, |
| 106 | #navcontainer .currentAncestor { |
| 107 | color: %colour_navbar_text_active * 1.2%; |
| 108 | background-color: %colour_navbar_bg_active%; |
| 109 | } |
| 111 | #navcontainer ul ul { |
| 112 | } |
|
|
| 114 | #sidebarContainer .sideHeader, |
| 115 | #sidebarContainer h1, |
| 116 | #sidebarContainer h2, |
| 117 | #sidebarContainer h3, |
| 118 | #sidebarContainer h4, |
|
| 95 | #sidebarContainer .sideHeader, |
| 96 | #sidebarContainer h1, |
| 97 | #sidebarContainer h2, |
| 98 | #sidebarContainer h3, |
| 99 | #sidebarContainer h4, |
|
|
|
|
| 120 | { |
| 121 | border-bottom-color: %colour_sidebar_text + #333333%; |
| 122 | color: %colour_sidebar_text%; |
| 123 | } |
| 125 | #sidebarContainer { |
| 126 | color: %colour_sidebar_text%; |
| 127 | } |
| 129 | #sidebar { |
| 130 | color: %colour_sidebar_text%; |
| 131 | background-color: %colour_sidebar_bg%; |
| 132 | } |
| 134 | #sidebarContainer a { |
|
| 101 | { |
| 102 | border-bottom-color: %colour_sidebar_text + #333333%; |
| 103 | color: %colour_sidebar_text%; |
| 104 | } |
| 106 | #sidebarContainer { |
| 107 | color: %colour_sidebar_text%; |
| 108 | } |
| 110 | #sidebar { |
| 111 | color: %colour_sidebar_text%; |
| 112 | background-color: %colour_sidebar_bg%; |
| 113 | } |
| 115 | #sidebarContainer a { |
|
| 135 | color: %colour_sidebar_text + #440022%; |
|
| 116 | color: %colour_sidebar_text%; |
|
| 136 | } |
| 138 | #footer { |
| 139 | background-color: %colour_footer_bg%; |
| 140 | color: %colour_footer_text%; |
|
| 117 | } |
| 119 | #footer { |
| 120 | background-color: %colour_footer_bg%; |
| 121 | color: %colour_footer_text%; |
|
|
|
| 122 | border-color: %colour_border%; |
|
| 141 | } |
| 143 | #footer a:link, #footer a:visited { |
|
| 123 | } |
| 125 | #footer a:link, #footer a:visited { |
|
| 144 | color: %colour_footer_text * 1.5%; |
|
| 126 | color: %colour_footer_text * 1.1%; |
|
| 145 | text-decoration: underline; |
| 146 | } |
| 148 | #footer a:hover, #footer a:active { |
|
| 127 | text-decoration: underline; |
| 128 | } |
| 130 | #footer a:hover, #footer a:active { |
|
| 149 | color: %colour_footer_text * 2%; |
|
| 131 | color: %colour_footer_text * 1.2%; |
|
| 150 | text-decoration: none; |
| 151 | } |
| 153 | #content h1 { |
| 154 | color: %colour_content_text * 0.8%; |
| 155 | } |
| 157 | #content h2 { |
| 158 | color: %colour_content_text * 0.8%; |
| 159 | } |
| 161 | #content h3 { |
| 162 | color: %colour_content_text * 0.9%; |
| 163 | } |
| 165 | #content h4 { |
| 166 | color: %colour_content_text * 0.9%; |
| 167 | } |
| 169 | #content h5 { |
| 170 | color: %colour_content_text%; |
| 171 | } |
| 173 | .photo-frame, .thumbnail-frame { |
|
| 132 | text-decoration: none; |
| 133 | } |
| 135 | #content h1 { |
| 136 | color: %colour_content_text * 0.8%; |
| 137 | } |
| 139 | #content h2 { |
| 140 | color: %colour_content_text * 0.8%; |
| 141 | } |
| 143 | #content h3 { |
| 144 | color: %colour_content_text * 0.9%; |
| 145 | } |
| 147 | #content h4 { |
| 148 | color: %colour_content_text * 0.9%; |
| 149 | } |
| 151 | #content h5 { |
| 152 | color: %colour_content_text%; |
| 153 | } |
| 155 | .photo-frame, .thumbnail-frame { |
|
| 174 | border-color: %colour_content_bg * 0.6%; |
| 175 | background-color: %colour_content_bg * 1.4%; |
|
| 156 | /*border-color: %colour_content_bg * 0.6%; |
| 157 | background-color: %colour_content_bg * 1.4%;*/ |
|
| 176 | } |
| 178 | .form-input-field, .form-input-button { |
|
| 158 | } |
| 160 | .form-input-field, .form-input-button { |
|
| 179 | background-color: %colour_content_bg * 1.4%; |
| 180 | border-color: %colour_content_bg * 0.9%; |
|
| 161 | background-color: %colour_content_bg + #333333%; |
| 162 | border-color: %colour_content_bg - #111111%; |
|
| 181 | color: %colour_content_text%; |
| 182 | } |
| 184 | /* @group Toolbar */ |
| 186 | /* Toolbar Styles */ |
|
| 163 | color: %colour_content_text%; |
| 164 | } |
| 166 | /* @group Toolbar */ |
| 168 | /* Toolbar Styles */ |
|
| 188 | #navcontainer .current { |
|
| 170 | #navcontainer ul a { |
| 171 | color: %colour_navbar_text%; |
| 172 | } |
| 174 | #navcontainer ul a:hover { |
|
| 189 | color: %colour_navbar_text_active%; |
| 190 | background-color: %colour_navbar_bg_active%; |
| 191 | } |
|
| 175 | color: %colour_navbar_text_active%; |
| 176 | background-color: %colour_navbar_bg_active%; |
| 177 | } |
|
|
|
| 179 | #navcontainer .current, |
|
| 193 | #navcontainer .currentAncestor { |
|
| 180 | #navcontainer .currentAncestor { |
|
|
|
| 181 | color: %colour_navbar_text_active%; |
|
| 194 | background-color: %colour_navbar_bg_active%; |
| 195 | } |
| 197 | #navcontainer a:hover { |
| 198 | background-color: %colour_navbar_bg_active%; |
|
| 182 | background-color: %colour_navbar_bg_active%; |
| 183 | } |
| 185 | #navcontainer a:hover { |
| 186 | background-color: %colour_navbar_bg_active%; |
|
|
|
| 187 | background-color: transparent; |
|
| 199 | } |
| 201 | #navcontainer ul ul a:hover, #navcontainer ul ul ul a:hover { |
| 202 | background-color: transparent; |
| 203 | } |
| 204 | |
|
| 188 | } |
| 190 | #navcontainer ul ul a:hover, #navcontainer ul ul ul a:hover { |
| 191 | background-color: transparent; |
| 192 | } |
| 193 | |
|
| 205 | #navcontainer ul ul .current, #navcontainer ul ul ul .current { |
| 206 | color: %colour_navbar_text_active * 0.8%; |
|
| 194 | #navcontainer ul ul .current, #navcontainer ul ul ul .current, #navcontainer ul ul .currentAncestor, #navcontainer ul ul ul .currentAncestor { |
| 195 | color: %colour_navbar_text_active%; |
|
| 207 | background: none; |
| 208 | } |
| 212 | /* Parent - Level 0 */ |
| 214 | #navcontainer, #navcontainer ul { |
| 215 | background-color: %colour_navbar_bg%; |
| 216 | } |
| 219 | /* Child - Level 1 */ |
| 221 | #navcontainer ul ul { |
| 222 | background-color: %colour_navbar_bg * 0.9%; |
| 223 | } |
| 227 | /* Child Level 3 */ |
| 229 | #navcontainer ul ul ul { |
| 230 | background-color: %colour_navbar_bg * 0.7%; |
| 231 | } |
|
| 196 | background: none; |
| 197 | } |
| 201 | /* Parent - Level 0 */ |
| 203 | #navcontainer, #navcontainer ul { |
| 204 | background-color: %colour_navbar_bg%; |
| 205 | } |
| 208 | /* Child - Level 1 */ |
| 210 | #navcontainer ul ul { |
| 211 | background-color: %colour_navbar_bg * 0.9%; |
| 212 | } |
| 216 | /* Child Level 3 */ |
| 218 | #navcontainer ul ul ul { |
| 219 | background-color: %colour_navbar_bg * 0.7%; |
| 220 | } |
|