Commit be81703bbbc8180938c4ec4dc9470f63cb31f602
1 parent
cd0a2c30
Exists in
master
and in
22 other branches
ActionItem0: Bar Default
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@388 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
34 changed files
with
727 additions
and
664 deletions
Show diff stats
public/artwork/tmp/css/blue_bar.css
| ... | ... | @@ -1,74 +0,0 @@ |
| 1 | -/* Bar Blue Default */ | |
| 2 | - | |
| 3 | -#virtual_community_identification { | |
| 4 | -position: absolute; | |
| 5 | -background: url("../images/bg_blue_logo.png") no-repeat; | |
| 6 | -vertical-align: bottom; | |
| 7 | -width: 230px; | |
| 8 | -height: 34px; | |
| 9 | -line-height: 34px; | |
| 10 | -padding-left: 60px; | |
| 11 | -} | |
| 12 | - | |
| 13 | -#virtual_community_identification:hover { | |
| 14 | -color: #dfdfdf; | |
| 15 | -} | |
| 16 | - | |
| 17 | -#header { | |
| 18 | - background: #fff url("../images/bg_blue_bar.png") repeat-x; | |
| 19 | - color: #ffffff; | |
| 20 | -} | |
| 21 | - | |
| 22 | - | |
| 23 | -#header a { | |
| 24 | -display: table-cell; | |
| 25 | -height: 35px; | |
| 26 | -color: #ffffff; | |
| 27 | -font-size: 10px; | |
| 28 | -font-family: Sans-serif; | |
| 29 | -font-weight: bold; | |
| 30 | -vertical-align: middle; | |
| 31 | -padding: 0px 5px 0px 5px; | |
| 32 | -text-decoration: underline; | |
| 33 | -} | |
| 34 | - | |
| 35 | -#user_links { | |
| 36 | -margin-left: 290px; | |
| 37 | -} | |
| 38 | - | |
| 39 | -#user_links a:hover, #user_links a:focus { | |
| 40 | -color: #dfdfdf; | |
| 41 | -text-decoration: none; | |
| 42 | -} | |
| 43 | - | |
| 44 | -#logout_box a:hover, #logout_box a:focus { | |
| 45 | -color: red; | |
| 46 | -text-decoration: none; | |
| 47 | -} | |
| 48 | - | |
| 49 | -#frame { | |
| 50 | - background: #fff url("../images/black_white_12px.png") repeat-x; | |
| 51 | -} | |
| 52 | - | |
| 53 | -#menu_accessibility { | |
| 54 | - font-size: 10px; | |
| 55 | - color: black; | |
| 56 | - font-family: Sans-serif; | |
| 57 | - color: #545454; | |
| 58 | -} | |
| 59 | - | |
| 60 | -#menu_accessibility a { | |
| 61 | - color: #545454; | |
| 62 | - text-decoration: none; | |
| 63 | -} | |
| 64 | - | |
| 65 | -#menu_accessibility a:hover { | |
| 66 | - color: #000000; | |
| 67 | - text-decoration: underline; | |
| 68 | -} | |
| 69 | - | |
| 70 | -#menu_accessibility a:focus { | |
| 71 | - color: red; | |
| 72 | - text-decoration: underline; | |
| 73 | -} | |
| 74 | - |
public/artwork/tmp/css/box.css
| ... | ... | @@ -1,87 +0,0 @@ |
| 1 | -/* Default Plain Theme for Blocks */ | |
| 2 | - | |
| 3 | -div.block | |
| 4 | -{ | |
| 5 | - background: #FFFFFF; | |
| 6 | - border: 3px solid #000000; | |
| 7 | - margin-bottom: 10px; | |
| 8 | -} | |
| 9 | - | |
| 10 | -div.block ul | |
| 11 | -{ | |
| 12 | - margin-left: 15px; | |
| 13 | -} | |
| 14 | - | |
| 15 | -div.block h3 | |
| 16 | -{ | |
| 17 | - color: #FFFFFF; | |
| 18 | - background: #545454; | |
| 19 | - font-family: Sans-serif; | |
| 20 | - font-size: 13px; | |
| 21 | - font-weight: normal; | |
| 22 | - border-bottom: 1px solid black; | |
| 23 | - height: 27px; | |
| 24 | - margin: 0px; | |
| 25 | - line-height: 27px; | |
| 26 | - padding-left: 10px; | |
| 27 | -} | |
| 28 | - | |
| 29 | -div.block span { | |
| 30 | -display: none; | |
| 31 | -} | |
| 32 | - | |
| 33 | -div.block a:hover span { | |
| 34 | -display: inline; | |
| 35 | -position: absolute; | |
| 36 | -color: #dfdfdf; | |
| 37 | -background: #000000; | |
| 38 | -font-family: Sans-serif; | |
| 39 | -font-size: 13px; | |
| 40 | -font-weight: normal; | |
| 41 | -margin: 10px; | |
| 42 | -padding-left: 5px; | |
| 43 | -padding-right: 5px; | |
| 44 | -} | |
| 45 | - | |
| 46 | -div.block a { | |
| 47 | -display: block; | |
| 48 | -width: 10px; | |
| 49 | -height: 10px; | |
| 50 | -margin-top: 10px; | |
| 51 | -margin-right: 5px; | |
| 52 | -float: right; | |
| 53 | -} | |
| 54 | - | |
| 55 | -div.block a.hide { | |
| 56 | -border-bottom: 2px solid #dfdfdf; | |
| 57 | -} | |
| 58 | - | |
| 59 | -div.block a:hover.hide { | |
| 60 | -border-bottom: 2px solid #000000; | |
| 61 | -} | |
| 62 | - | |
| 63 | -div.block a.remove { | |
| 64 | -background: #dfdfdf; | |
| 65 | -} | |
| 66 | - | |
| 67 | -div.block a:hover.remove { | |
| 68 | -background: #000000; | |
| 69 | -} | |
| 70 | - | |
| 71 | -div.block_content | |
| 72 | -{ | |
| 73 | - padding: 5px; | |
| 74 | -} | |
| 75 | - | |
| 76 | - | |
| 77 | -div#links { | |
| 78 | -background: blue; | |
| 79 | -} | |
| 80 | - | |
| 81 | -div#comment { | |
| 82 | -background: green; | |
| 83 | -} | |
| 84 | - | |
| 85 | -div#about { | |
| 86 | -background: yellow; | |
| 87 | -} |
public/artwork/tmp/css/box.css.old
| ... | ... | @@ -1,78 +0,0 @@ |
| 1 | -#leftcontent div.block span | |
| 2 | -{ | |
| 3 | -display: none; | |
| 4 | -} | |
| 5 | - | |
| 6 | -#leftcontent div.block | |
| 7 | -{ | |
| 8 | - background: #FFFFFF url("../img/box_bottom_v1_190px.jpg") no-repeat bottom left; | |
| 9 | - padding-bottom: 10px; | |
| 10 | - margin-bottom: 10px; | |
| 11 | -} | |
| 12 | - | |
| 13 | -div.block ul | |
| 14 | -{ | |
| 15 | - margin-left: 25px; | |
| 16 | -} | |
| 17 | - | |
| 18 | -#leftcontent div.block h3 | |
| 19 | -{ | |
| 20 | - color: #FFFFFF; | |
| 21 | - font-size: 12px; | |
| 22 | - font-weight: normal; | |
| 23 | - background: #474747 url("../img/box_top_v1_190px.jpg") no-repeat; | |
| 24 | - height: 27px; | |
| 25 | - line-height: 27px; | |
| 26 | - padding-left: 10px; | |
| 27 | -} | |
| 28 | - | |
| 29 | - | |
| 30 | -#rightcontent div.block span | |
| 31 | -{ | |
| 32 | -display: none; | |
| 33 | -} | |
| 34 | - | |
| 35 | -#rightcontent div.block | |
| 36 | -{ | |
| 37 | - background: #FFFFFF url("../img/box_bottom_v1_190px.jpg") no-repeat bottom left; | |
| 38 | - padding-bottom: 10px; | |
| 39 | - margin-bottom: 20px; | |
| 40 | -} | |
| 41 | - | |
| 42 | -#rightcontent div.block h3 | |
| 43 | -{ | |
| 44 | - color: #FFFFFF; | |
| 45 | - font-size: 12px; | |
| 46 | - font-weight: normal; | |
| 47 | - background: #474747 url("../img/box_top_v1_190px.jpg") no-repeat; | |
| 48 | - height: 27px; | |
| 49 | - line-height: 27px; | |
| 50 | - padding-left: 10px; | |
| 51 | - margin: 0px; | |
| 52 | -} | |
| 53 | - | |
| 54 | - | |
| 55 | - | |
| 56 | -div.block .block_content | |
| 57 | -{ | |
| 58 | - background-image: url("../img/box_content_v1.png"); | |
| 59 | - background-repeat: repeat-x; | |
| 60 | - background-position: 0 1px; | |
| 61 | - padding: 5px; | |
| 62 | -} | |
| 63 | - | |
| 64 | - | |
| 65 | - | |
| 66 | -/* Inicio personalizacao individual */ | |
| 67 | - | |
| 68 | -div#links { | |
| 69 | -background: blue; | |
| 70 | -} | |
| 71 | - | |
| 72 | -div#comment { | |
| 73 | -background: green; | |
| 74 | -} | |
| 75 | - | |
| 76 | -div#about { | |
| 77 | -background: red; | |
| 78 | -} |
public/artwork/tmp/css/comatose_admin.css
| ... | ... | @@ -1,329 +0,0 @@ |
| 1 | - | |
| 2 | -/* Page Listing */ | |
| 3 | -#content .tree-controller { | |
| 4 | - border: 0px; | |
| 5 | - cursor: pointer; | |
| 6 | -} | |
| 7 | -#content .page-list.root { | |
| 8 | - clear: both; | |
| 9 | - list-style: none; | |
| 10 | - margin: 0px; | |
| 11 | - padding: 0px; | |
| 12 | - margin-top: 10px; | |
| 13 | -} | |
| 14 | -#content .page-list.collapsed { | |
| 15 | - display: none; | |
| 16 | -} | |
| 17 | -#content .page-list { | |
| 18 | - /* background: white; */ | |
| 19 | - clear: both; | |
| 20 | - list-style: none; | |
| 21 | - border-left: none; | |
| 22 | - margin: 0px; | |
| 23 | - padding: 0px; | |
| 24 | - padding-left: 15px; | |
| 25 | - margin-top: 2px; | |
| 26 | -} | |
| 27 | -#content .page-list LI { | |
| 28 | - clear: both; | |
| 29 | - padding: 0px; | |
| 30 | - margin: 5px 0px; | |
| 31 | - padding-top: 2px; | |
| 32 | - padding-right: 0px; | |
| 33 | - padding-left: 2px; | |
| 34 | -} | |
| 35 | -#content .page-list .commands { | |
| 36 | - font-size: 90%; | |
| 37 | - padding-left: 5px; | |
| 38 | -} | |
| 39 | -#content .page-list .commands A { | |
| 40 | - /* color: gray; */ | |
| 41 | -} | |
| 42 | -#content .page-list .commands A.add-page:hover { | |
| 43 | - /* color: blue; */ | |
| 44 | -} | |
| 45 | -#content .page-list .commands A.reorder-children:hover { | |
| 46 | -/* color: black; */ | |
| 47 | -} | |
| 48 | -#content .page-list .commands A.delete-page:hover { | |
| 49 | -/* color: white; */ | |
| 50 | -} | |
| 51 | -#content .page-list .commands A.reordering { | |
| 52 | -/* background: navy; */ | |
| 53 | -/* color: white; */ | |
| 54 | -} | |
| 55 | -#content .page-list .commands A.reordering:hover { | |
| 56 | -/* color: white; */ | |
| 57 | -} | |
| 58 | -#content .page-list A.page { | |
| 59 | - text-decoration: none; | |
| 60 | -/* color: black; */ | |
| 61 | - margin-left: 3px; | |
| 62 | - display: block; | |
| 63 | -} | |
| 64 | -#content .page-list A.page:hover { | |
| 65 | - /*color: blue;*/ | |
| 66 | - background: white url(../images/comatose/title-hover-bg.gif) top left repeat-y; | |
| 67 | -} | |
| 68 | -#content .handle, #content .do-reorder UL LI .handle { | |
| 69 | - display: none; | |
| 70 | -} | |
| 71 | - | |
| 72 | -#content .page-list .hover { | |
| 73 | -/* background: #F1F0DB; */ | |
| 74 | -} | |
| 75 | -#content .page-list .hover-delete { | |
| 76 | - background: red; | |
| 77 | -/* color: #FF8E90; */ | |
| 78 | -} | |
| 79 | -#content .page-list .hover-delete A, | |
| 80 | -#content .page-list .hover-delete .commands A { | |
| 81 | -/* color: #FF8E90; */ | |
| 82 | -} | |
| 83 | -#content .page-list .hover-delete A.page { | |
| 84 | -/* color: white; */ | |
| 85 | - border-bottom: 0px; | |
| 86 | -} | |
| 87 | -#content .page-list .hover-delete UL LI A.page { | |
| 88 | -/* color: red; */ | |
| 89 | - border-bottom: 0px; | |
| 90 | -} | |
| 91 | - | |
| 92 | -#content .do-reorder LI .handle { | |
| 93 | - display: inline; | |
| 94 | -/* background: gray; */ | |
| 95 | -/* color: white; */ | |
| 96 | - padding: 1px 3px; | |
| 97 | - cursor: move; | |
| 98 | -} | |
| 99 | - | |
| 100 | -#content .page-list .do-reorder .commands A { | |
| 101 | - display: none; | |
| 102 | -} | |
| 103 | - | |
| 104 | -/* Page Form */ | |
| 105 | -#content .page-form { | |
| 106 | - margin-top: 10px; | |
| 107 | -} | |
| 108 | -#content .page-form LABEL { | |
| 109 | - font-weight: bold; | |
| 110 | -/* color: #555; */ | |
| 111 | -} | |
| 112 | -#content .page-form .meta-info LABEL { | |
| 113 | -/* color: #999 !important; */ | |
| 114 | -} | |
| 115 | -#content .page-form .label { | |
| 116 | - padding-top: 5px; | |
| 117 | - width: 75px; | |
| 118 | - text-align: right; | |
| 119 | - padding-right: 10px; | |
| 120 | -} | |
| 121 | -#content .page-form .label.body { | |
| 122 | - vertical-align: top; | |
| 123 | - padding-top: 10px; | |
| 124 | -} | |
| 125 | -#content .page-form .field { | |
| 126 | - padding-top: 5px; | |
| 127 | -} | |
| 128 | -#content .page-form .field-help { | |
| 129 | -/* color: gray; */ | |
| 130 | -} | |
| 131 | -#content .page-form #page_title { | |
| 132 | - font-weight: bold; | |
| 133 | -} | |
| 134 | -#content .page-form #page_slug { | |
| 135 | -/* color: gray; */ | |
| 136 | -} | |
| 137 | -#content .page-form #page_body { | |
| 138 | - font-family: monospace; | |
| 139 | -} | |
| 140 | - | |
| 141 | -#content #button-group { | |
| 142 | - padding: 10px; | |
| 143 | - text-align: right; | |
| 144 | -/* background-color: #EAEAEA; */ | |
| 145 | - margin-top: 10px; | |
| 146 | -} | |
| 147 | -#content #button-group .last-update { | |
| 148 | - float: left; | |
| 149 | -/* color: gray; */ | |
| 150 | - padding-top: 4px; | |
| 151 | - font-weight: bold; | |
| 152 | -} | |
| 153 | -#content #button-group .last-update LABEL { | |
| 154 | - font-weight: normal; | |
| 155 | -} | |
| 156 | -#content #button-group .last-update A { | |
| 157 | -/* color: gray; */ | |
| 158 | -} | |
| 159 | -#content #button-group A { | |
| 160 | -/* color: maroon; */ | |
| 161 | -} | |
| 162 | -#content #button-group A:hover { | |
| 163 | -/* color: red; */ | |
| 164 | -} | |
| 165 | - | |
| 166 | -#content #preview-area { | |
| 167 | - margin-top: 10px; | |
| 168 | -} | |
| 169 | -#content #preview-area FIELDSET { | |
| 170 | -/* border: 1px solid silver; */ | |
| 171 | -} | |
| 172 | -#content #preview-area LEGEND { | |
| 173 | - font-size: 125%; | |
| 174 | -} | |
| 175 | -#content #preview-area .preview-body { | |
| 176 | - padding: 10px; | |
| 177 | -} | |
| 178 | -#content #preview-area .preview-note { | |
| 179 | -/* background: #FFFFD9; */ | |
| 180 | - padding: 15px; | |
| 181 | -} | |
| 182 | -#content #preview-area .commands { | |
| 183 | - text-align: right; | |
| 184 | -/* color: gray; */ | |
| 185 | -} | |
| 186 | -#content #preview-area .commands A { | |
| 187 | -/* color: gray; */ | |
| 188 | -} | |
| 189 | -#content #preview-area .commands A:hover { | |
| 190 | -/* color: black; */ | |
| 191 | -} | |
| 192 | -#content .revisions { | |
| 193 | - padding: 10px; | |
| 194 | - width: 49%; | |
| 195 | -} | |
| 196 | -#content .current-content { | |
| 197 | -} | |
| 198 | -#content .older-content { | |
| 199 | -/* background: #E9E9E9; */ | |
| 200 | - float: right; | |
| 201 | -} | |
| 202 | - | |
| 203 | -#content .revisions label { | |
| 204 | - display: block; | |
| 205 | -/* color: #000; */ | |
| 206 | -} | |
| 207 | -#content .revisions label span { | |
| 208 | -/* color: #999; */ | |
| 209 | - font-weight: normal !important; | |
| 210 | -} | |
| 211 | -#content .revisions .title { | |
| 212 | - font-weight: bold; | |
| 213 | - margin-top: 5px; | |
| 214 | -} | |
| 215 | -#content .revisions .header { | |
| 216 | - font-size: 110%; | |
| 217 | - vertical-align: middle; | |
| 218 | - font-weight: bold; | |
| 219 | -} | |
| 220 | -#content .revisions .header-actions { | |
| 221 | - float: right; | |
| 222 | - font-size: 90%; | |
| 223 | - font-weight: normal; | |
| 224 | -/* color: #999; */ | |
| 225 | -} | |
| 226 | -#content .revisions .meta { | |
| 227 | - margin-bottom: 15px; | |
| 228 | -} | |
| 229 | -#content .revisions .footer { | |
| 230 | - margin-top: 25px !important; | |
| 231 | - text-align: center !important; | |
| 232 | -} | |
| 233 | -#content #go-btn { | |
| 234 | - display: none; | |
| 235 | -} | |
| 236 | -/* Errors */ | |
| 237 | -#errorExplanation { | |
| 238 | - border: 1px solid red; | |
| 239 | -/* background: #FFEAEB; */ | |
| 240 | - padding: 10px; | |
| 241 | - margin-top: 10px; | |
| 242 | -} | |
| 243 | -#errorExplanation h2 { | |
| 244 | - margin: 0px; | |
| 245 | - padding: 0px; | |
| 246 | -/* color: maroon; */ | |
| 247 | -} | |
| 248 | -#errorExplanation p { | |
| 249 | - margin: 0px; | |
| 250 | - padding: 0px; | |
| 251 | - padding-top: 5px; | |
| 252 | - padding-left: 15px; | |
| 253 | -} | |
| 254 | -#errorExplanation ul { | |
| 255 | - margin: 0px; | |
| 256 | - padding: 0px; | |
| 257 | - padding-left: 35px; | |
| 258 | -} | |
| 259 | -#errorExplanation li { | |
| 260 | - margin: 0px; | |
| 261 | - padding: 0px; | |
| 262 | - padding-top: 5px; | |
| 263 | -} | |
| 264 | - | |
| 265 | -/* Footer Area*/ | |
| 266 | -/* | |
| 267 | -#footer { | |
| 268 | - border-top: 4px solid #AAA; | |
| 269 | - text-align: center; | |
| 270 | - font-size: 90%; | |
| 271 | - color: #AAA; | |
| 272 | - padding-top: 5px; | |
| 273 | - padding-bottom: 5px; | |
| 274 | -} | |
| 275 | -#footer A { | |
| 276 | - color: #AAA; | |
| 277 | - text-decoration: none; | |
| 278 | - font-weight: bold; | |
| 279 | -} | |
| 280 | -#footer A:hover { | |
| 281 | - color: #333; | |
| 282 | - text-decoration: underline; | |
| 283 | -} | |
| 284 | -*/ | |
| 285 | - | |
| 286 | -/* Modifiers */ | |
| 287 | - | |
| 288 | -/* When JavaScript is Turned Off... We need to adjust some things... */ | |
| 289 | -.noscript #more-options, | |
| 290 | -.noscript #preview-area, | |
| 291 | -.noscript #preview-btn, | |
| 292 | -.noscript .tree-controller { | |
| 293 | - display: none; | |
| 294 | -} | |
| 295 | -.noscript .page-list.collapsed { | |
| 296 | - display: block !important; | |
| 297 | -} | |
| 298 | -.noscript .delete-page:hover { | |
| 299 | - color: red !important; | |
| 300 | -} | |
| 301 | -.noscript #content .page-form #page_title, | |
| 302 | -.noscript #content .page-form #page_slug, | |
| 303 | -.noscript #content .page-form #page_parent, | |
| 304 | -.noscript #content .page-form #page_keywords, | |
| 305 | -.noscript #content .page-form #page_body { | |
| 306 | - width: 100% !important; | |
| 307 | -} | |
| 308 | -.noscript #content .revisions #go-btn { | |
| 309 | - display: inline; | |
| 310 | -} | |
| 311 | - | |
| 312 | -ul.page-list li table, | |
| 313 | -ul.page-list li td { | |
| 314 | - border: none; | |
| 315 | -} | |
| 316 | - | |
| 317 | -div.comatose_field label { | |
| 318 | - display: block; | |
| 319 | - font-weight: bold; | |
| 320 | -} | |
| 321 | - | |
| 322 | -div.comatose_field textarea { | |
| 323 | - width: 100%; | |
| 324 | -} | |
| 325 | -div.comatose_field textarea, | |
| 326 | -div.comatose_field input, | |
| 327 | -div.comatose_field select { | |
| 328 | - border: 1px solid gray; | |
| 329 | -} |
public/artwork/tmp/css/common.css
public/artwork/tmp/css/eu.png
160 KB
public/artwork/tmp/css/q
public/artwork/tmp/css/style.css
| ... | ... | @@ -1,62 +0,0 @@ |
| 1 | - @import "all.css"; /* just some basic formatting, no layout stuff */ | |
| 2 | - | |
| 3 | - body { | |
| 4 | -background-color: #474747; | |
| 5 | - margin:10px 10px 0px 10px; | |
| 6 | - padding:0px; | |
| 7 | - } | |
| 8 | - | |
| 9 | - #leftcontent { | |
| 10 | - float: left; | |
| 11 | - left:10px; | |
| 12 | - top:50px; | |
| 13 | - width:190px; | |
| 14 | - border:0px; | |
| 15 | - } | |
| 16 | - | |
| 17 | - #centercontent { | |
| 18 | - margin-left: 255px; | |
| 19 | - margin-right:199px; | |
| 20 | - border:0px; | |
| 21 | - /* | |
| 22 | - IE5x PC mis-implements the box model. Because of that we sometimes have | |
| 23 | - to perform a little CSS trickery to get pixel-perfect display across browsers. | |
| 24 | - The following bit of code was proposed by Tantek Celik, and it preys upon a CSS | |
| 25 | - parsing bug in IE5x PC that will prematurly close a style rule when it runs | |
| 26 | - into the string "\"}\"". After that string appears in a rule, then, we can override | |
| 27 | - previously set attribute values and only browsers without the parse bug will | |
| 28 | - recognize the new values. So any of the name-value pairs above this comment | |
| 29 | - that we need to override for browsers with correct box-model implementations | |
| 30 | - will be listed below. | |
| 31 | - | |
| 32 | - We use the voice-family property because it is likely to be used very infrequently, | |
| 33 | - and where it is used it will be set on the body tag. So the second voice-family value | |
| 34 | - of "inherit" will override our bogus "\"}\"" value and allow the proper value to | |
| 35 | - cascade down from the body tag. | |
| 36 | - | |
| 37 | - The style rule immediately following this rule offers another chance for CSS2 | |
| 38 | - aware browsers to pick up the values meant for correct box-model implementations. | |
| 39 | - It uses a CSS2 selector that will be ignored by IE5x PC. | |
| 40 | - | |
| 41 | - Read more at http://www.glish.com/css/hacks.asp | |
| 42 | - */ | |
| 43 | - | |
| 44 | - voice-family: "\"}\""; | |
| 45 | - voice-family: inherit; | |
| 46 | - margin-left: 255px; | |
| 47 | - margin-right:201px; | |
| 48 | - } | |
| 49 | - html>body #centercontent { | |
| 50 | - margin-left: 255px; | |
| 51 | - margin-right:201px; | |
| 52 | - } | |
| 53 | - | |
| 54 | - #rightcontent { | |
| 55 | - position: absolute; | |
| 56 | - right:10px; | |
| 57 | - top:50px; | |
| 58 | - width:190px; | |
| 59 | - border:0px; | |
| 60 | - } | |
| 61 | - | |
| 62 | - |
187 Bytes
2.29 KB
193 Bytes
504 Bytes
200 Bytes
1.08 KB
public/artwork/tmp/img/bg_blue_bar.png
187 Bytes
public/artwork/tmp/img/bg_blue_logo.png
2.29 KB
public/artwork/tmp/img/black_white_12px.png
193 Bytes
public/artwork/tmp/img/box_bottom_v1_190px.jpg
504 Bytes
public/artwork/tmp/img/box_content_v1.png
200 Bytes
public/artwork/tmp/img/box_top_v1_190px.jpg
1.08 KB
| ... | ... | @@ -0,0 +1,74 @@ |
| 1 | +/* Bar Blue Default */ | |
| 2 | + | |
| 3 | +#virtual_community_identification { | |
| 4 | +position: absolute; | |
| 5 | +background: url("../images/bg_blue_logo.png") no-repeat; | |
| 6 | +vertical-align: bottom; | |
| 7 | +width: 230px; | |
| 8 | +height: 34px; | |
| 9 | +line-height: 34px; | |
| 10 | +padding-left: 60px; | |
| 11 | +} | |
| 12 | + | |
| 13 | +#virtual_community_identification:hover { | |
| 14 | +color: #dfdfdf; | |
| 15 | +} | |
| 16 | + | |
| 17 | +#header { | |
| 18 | + background: #fff url("../images/bg_blue_bar.png") repeat-x; | |
| 19 | + color: #ffffff; | |
| 20 | +} | |
| 21 | + | |
| 22 | + | |
| 23 | +#header a { | |
| 24 | +display: table-cell; | |
| 25 | +height: 35px; | |
| 26 | +color: #ffffff; | |
| 27 | +font-size: 10px; | |
| 28 | +font-family: Sans-serif; | |
| 29 | +font-weight: bold; | |
| 30 | +vertical-align: middle; | |
| 31 | +padding: 0px 5px 0px 5px; | |
| 32 | +text-decoration: underline; | |
| 33 | +} | |
| 34 | + | |
| 35 | +#user_links { | |
| 36 | +margin-left: 290px; | |
| 37 | +} | |
| 38 | + | |
| 39 | +#user_links a:hover, #user_links a:focus { | |
| 40 | +color: #dfdfdf; | |
| 41 | +text-decoration: none; | |
| 42 | +} | |
| 43 | + | |
| 44 | +#logout_box a:hover, #logout_box a:focus { | |
| 45 | +color: red; | |
| 46 | +text-decoration: none; | |
| 47 | +} | |
| 48 | + | |
| 49 | +#frame { | |
| 50 | + background: #fff url("../images/black_white_12px.png") repeat-x; | |
| 51 | +} | |
| 52 | + | |
| 53 | +#menu_accessibility { | |
| 54 | + font-size: 10px; | |
| 55 | + color: black; | |
| 56 | + font-family: Sans-serif; | |
| 57 | + color: #545454; | |
| 58 | +} | |
| 59 | + | |
| 60 | +#menu_accessibility a { | |
| 61 | + color: #545454; | |
| 62 | + text-decoration: none; | |
| 63 | +} | |
| 64 | + | |
| 65 | +#menu_accessibility a:hover { | |
| 66 | + color: #000000; | |
| 67 | + text-decoration: underline; | |
| 68 | +} | |
| 69 | + | |
| 70 | +#menu_accessibility a:focus { | |
| 71 | + color: red; | |
| 72 | + text-decoration: underline; | |
| 73 | +} | |
| 74 | + | ... | ... |
| ... | ... | @@ -0,0 +1,87 @@ |
| 1 | +/* Default Plain Theme for Blocks */ | |
| 2 | + | |
| 3 | +div.block | |
| 4 | +{ | |
| 5 | + background: #FFFFFF; | |
| 6 | + border: 3px solid #000000; | |
| 7 | + margin-bottom: 10px; | |
| 8 | +} | |
| 9 | + | |
| 10 | +div.block ul | |
| 11 | +{ | |
| 12 | + margin-left: 15px; | |
| 13 | +} | |
| 14 | + | |
| 15 | +div.block h3 | |
| 16 | +{ | |
| 17 | + color: #FFFFFF; | |
| 18 | + background: #545454; | |
| 19 | + font-family: Sans-serif; | |
| 20 | + font-size: 13px; | |
| 21 | + font-weight: normal; | |
| 22 | + border-bottom: 1px solid black; | |
| 23 | + height: 27px; | |
| 24 | + margin: 0px; | |
| 25 | + line-height: 27px; | |
| 26 | + padding-left: 10px; | |
| 27 | +} | |
| 28 | + | |
| 29 | +div.block span { | |
| 30 | +display: none; | |
| 31 | +} | |
| 32 | + | |
| 33 | +div.block a:hover span { | |
| 34 | +display: inline; | |
| 35 | +position: absolute; | |
| 36 | +color: #dfdfdf; | |
| 37 | +background: #000000; | |
| 38 | +font-family: Sans-serif; | |
| 39 | +font-size: 13px; | |
| 40 | +font-weight: normal; | |
| 41 | +margin: 10px; | |
| 42 | +padding-left: 5px; | |
| 43 | +padding-right: 5px; | |
| 44 | +} | |
| 45 | + | |
| 46 | +div.block a { | |
| 47 | +display: block; | |
| 48 | +width: 10px; | |
| 49 | +height: 10px; | |
| 50 | +margin-top: 10px; | |
| 51 | +margin-right: 5px; | |
| 52 | +float: right; | |
| 53 | +} | |
| 54 | + | |
| 55 | +div.block a.hide { | |
| 56 | +border-bottom: 2px solid #dfdfdf; | |
| 57 | +} | |
| 58 | + | |
| 59 | +div.block a:hover.hide { | |
| 60 | +border-bottom: 2px solid #000000; | |
| 61 | +} | |
| 62 | + | |
| 63 | +div.block a.remove { | |
| 64 | +background: #dfdfdf; | |
| 65 | +} | |
| 66 | + | |
| 67 | +div.block a:hover.remove { | |
| 68 | +background: #000000; | |
| 69 | +} | |
| 70 | + | |
| 71 | +div.block_content | |
| 72 | +{ | |
| 73 | + padding: 5px; | |
| 74 | +} | |
| 75 | + | |
| 76 | + | |
| 77 | +div#links { | |
| 78 | +background: blue; | |
| 79 | +} | |
| 80 | + | |
| 81 | +div#comment { | |
| 82 | +background: green; | |
| 83 | +} | |
| 84 | + | |
| 85 | +div#about { | |
| 86 | +background: yellow; | |
| 87 | +} | ... | ... |
| ... | ... | @@ -0,0 +1,78 @@ |
| 1 | +#leftcontent div.block span | |
| 2 | +{ | |
| 3 | +display: none; | |
| 4 | +} | |
| 5 | + | |
| 6 | +#leftcontent div.block | |
| 7 | +{ | |
| 8 | + background: #FFFFFF url("../img/box_bottom_v1_190px.jpg") no-repeat bottom left; | |
| 9 | + padding-bottom: 10px; | |
| 10 | + margin-bottom: 10px; | |
| 11 | +} | |
| 12 | + | |
| 13 | +div.block ul | |
| 14 | +{ | |
| 15 | + margin-left: 25px; | |
| 16 | +} | |
| 17 | + | |
| 18 | +#leftcontent div.block h3 | |
| 19 | +{ | |
| 20 | + color: #FFFFFF; | |
| 21 | + font-size: 12px; | |
| 22 | + font-weight: normal; | |
| 23 | + background: #474747 url("../img/box_top_v1_190px.jpg") no-repeat; | |
| 24 | + height: 27px; | |
| 25 | + line-height: 27px; | |
| 26 | + padding-left: 10px; | |
| 27 | +} | |
| 28 | + | |
| 29 | + | |
| 30 | +#rightcontent div.block span | |
| 31 | +{ | |
| 32 | +display: none; | |
| 33 | +} | |
| 34 | + | |
| 35 | +#rightcontent div.block | |
| 36 | +{ | |
| 37 | + background: #FFFFFF url("../img/box_bottom_v1_190px.jpg") no-repeat bottom left; | |
| 38 | + padding-bottom: 10px; | |
| 39 | + margin-bottom: 20px; | |
| 40 | +} | |
| 41 | + | |
| 42 | +#rightcontent div.block h3 | |
| 43 | +{ | |
| 44 | + color: #FFFFFF; | |
| 45 | + font-size: 12px; | |
| 46 | + font-weight: normal; | |
| 47 | + background: #474747 url("../img/box_top_v1_190px.jpg") no-repeat; | |
| 48 | + height: 27px; | |
| 49 | + line-height: 27px; | |
| 50 | + padding-left: 10px; | |
| 51 | + margin: 0px; | |
| 52 | +} | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | +div.block .block_content | |
| 57 | +{ | |
| 58 | + background-image: url("../img/box_content_v1.png"); | |
| 59 | + background-repeat: repeat-x; | |
| 60 | + background-position: 0 1px; | |
| 61 | + padding: 5px; | |
| 62 | +} | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | +/* Inicio personalizacao individual */ | |
| 67 | + | |
| 68 | +div#links { | |
| 69 | +background: blue; | |
| 70 | +} | |
| 71 | + | |
| 72 | +div#comment { | |
| 73 | +background: green; | |
| 74 | +} | |
| 75 | + | |
| 76 | +div#about { | |
| 77 | +background: red; | |
| 78 | +} | ... | ... |
| ... | ... | @@ -0,0 +1,329 @@ |
| 1 | + | |
| 2 | +/* Page Listing */ | |
| 3 | +#content .tree-controller { | |
| 4 | + border: 0px; | |
| 5 | + cursor: pointer; | |
| 6 | +} | |
| 7 | +#content .page-list.root { | |
| 8 | + clear: both; | |
| 9 | + list-style: none; | |
| 10 | + margin: 0px; | |
| 11 | + padding: 0px; | |
| 12 | + margin-top: 10px; | |
| 13 | +} | |
| 14 | +#content .page-list.collapsed { | |
| 15 | + display: none; | |
| 16 | +} | |
| 17 | +#content .page-list { | |
| 18 | + /* background: white; */ | |
| 19 | + clear: both; | |
| 20 | + list-style: none; | |
| 21 | + border-left: none; | |
| 22 | + margin: 0px; | |
| 23 | + padding: 0px; | |
| 24 | + padding-left: 15px; | |
| 25 | + margin-top: 2px; | |
| 26 | +} | |
| 27 | +#content .page-list LI { | |
| 28 | + clear: both; | |
| 29 | + padding: 0px; | |
| 30 | + margin: 5px 0px; | |
| 31 | + padding-top: 2px; | |
| 32 | + padding-right: 0px; | |
| 33 | + padding-left: 2px; | |
| 34 | +} | |
| 35 | +#content .page-list .commands { | |
| 36 | + font-size: 90%; | |
| 37 | + padding-left: 5px; | |
| 38 | +} | |
| 39 | +#content .page-list .commands A { | |
| 40 | + /* color: gray; */ | |
| 41 | +} | |
| 42 | +#content .page-list .commands A.add-page:hover { | |
| 43 | + /* color: blue; */ | |
| 44 | +} | |
| 45 | +#content .page-list .commands A.reorder-children:hover { | |
| 46 | +/* color: black; */ | |
| 47 | +} | |
| 48 | +#content .page-list .commands A.delete-page:hover { | |
| 49 | +/* color: white; */ | |
| 50 | +} | |
| 51 | +#content .page-list .commands A.reordering { | |
| 52 | +/* background: navy; */ | |
| 53 | +/* color: white; */ | |
| 54 | +} | |
| 55 | +#content .page-list .commands A.reordering:hover { | |
| 56 | +/* color: white; */ | |
| 57 | +} | |
| 58 | +#content .page-list A.page { | |
| 59 | + text-decoration: none; | |
| 60 | +/* color: black; */ | |
| 61 | + margin-left: 3px; | |
| 62 | + display: block; | |
| 63 | +} | |
| 64 | +#content .page-list A.page:hover { | |
| 65 | + /*color: blue;*/ | |
| 66 | + background: white url(../images/comatose/title-hover-bg.gif) top left repeat-y; | |
| 67 | +} | |
| 68 | +#content .handle, #content .do-reorder UL LI .handle { | |
| 69 | + display: none; | |
| 70 | +} | |
| 71 | + | |
| 72 | +#content .page-list .hover { | |
| 73 | +/* background: #F1F0DB; */ | |
| 74 | +} | |
| 75 | +#content .page-list .hover-delete { | |
| 76 | + background: red; | |
| 77 | +/* color: #FF8E90; */ | |
| 78 | +} | |
| 79 | +#content .page-list .hover-delete A, | |
| 80 | +#content .page-list .hover-delete .commands A { | |
| 81 | +/* color: #FF8E90; */ | |
| 82 | +} | |
| 83 | +#content .page-list .hover-delete A.page { | |
| 84 | +/* color: white; */ | |
| 85 | + border-bottom: 0px; | |
| 86 | +} | |
| 87 | +#content .page-list .hover-delete UL LI A.page { | |
| 88 | +/* color: red; */ | |
| 89 | + border-bottom: 0px; | |
| 90 | +} | |
| 91 | + | |
| 92 | +#content .do-reorder LI .handle { | |
| 93 | + display: inline; | |
| 94 | +/* background: gray; */ | |
| 95 | +/* color: white; */ | |
| 96 | + padding: 1px 3px; | |
| 97 | + cursor: move; | |
| 98 | +} | |
| 99 | + | |
| 100 | +#content .page-list .do-reorder .commands A { | |
| 101 | + display: none; | |
| 102 | +} | |
| 103 | + | |
| 104 | +/* Page Form */ | |
| 105 | +#content .page-form { | |
| 106 | + margin-top: 10px; | |
| 107 | +} | |
| 108 | +#content .page-form LABEL { | |
| 109 | + font-weight: bold; | |
| 110 | +/* color: #555; */ | |
| 111 | +} | |
| 112 | +#content .page-form .meta-info LABEL { | |
| 113 | +/* color: #999 !important; */ | |
| 114 | +} | |
| 115 | +#content .page-form .label { | |
| 116 | + padding-top: 5px; | |
| 117 | + width: 75px; | |
| 118 | + text-align: right; | |
| 119 | + padding-right: 10px; | |
| 120 | +} | |
| 121 | +#content .page-form .label.body { | |
| 122 | + vertical-align: top; | |
| 123 | + padding-top: 10px; | |
| 124 | +} | |
| 125 | +#content .page-form .field { | |
| 126 | + padding-top: 5px; | |
| 127 | +} | |
| 128 | +#content .page-form .field-help { | |
| 129 | +/* color: gray; */ | |
| 130 | +} | |
| 131 | +#content .page-form #page_title { | |
| 132 | + font-weight: bold; | |
| 133 | +} | |
| 134 | +#content .page-form #page_slug { | |
| 135 | +/* color: gray; */ | |
| 136 | +} | |
| 137 | +#content .page-form #page_body { | |
| 138 | + font-family: monospace; | |
| 139 | +} | |
| 140 | + | |
| 141 | +#content #button-group { | |
| 142 | + padding: 10px; | |
| 143 | + text-align: right; | |
| 144 | +/* background-color: #EAEAEA; */ | |
| 145 | + margin-top: 10px; | |
| 146 | +} | |
| 147 | +#content #button-group .last-update { | |
| 148 | + float: left; | |
| 149 | +/* color: gray; */ | |
| 150 | + padding-top: 4px; | |
| 151 | + font-weight: bold; | |
| 152 | +} | |
| 153 | +#content #button-group .last-update LABEL { | |
| 154 | + font-weight: normal; | |
| 155 | +} | |
| 156 | +#content #button-group .last-update A { | |
| 157 | +/* color: gray; */ | |
| 158 | +} | |
| 159 | +#content #button-group A { | |
| 160 | +/* color: maroon; */ | |
| 161 | +} | |
| 162 | +#content #button-group A:hover { | |
| 163 | +/* color: red; */ | |
| 164 | +} | |
| 165 | + | |
| 166 | +#content #preview-area { | |
| 167 | + margin-top: 10px; | |
| 168 | +} | |
| 169 | +#content #preview-area FIELDSET { | |
| 170 | +/* border: 1px solid silver; */ | |
| 171 | +} | |
| 172 | +#content #preview-area LEGEND { | |
| 173 | + font-size: 125%; | |
| 174 | +} | |
| 175 | +#content #preview-area .preview-body { | |
| 176 | + padding: 10px; | |
| 177 | +} | |
| 178 | +#content #preview-area .preview-note { | |
| 179 | +/* background: #FFFFD9; */ | |
| 180 | + padding: 15px; | |
| 181 | +} | |
| 182 | +#content #preview-area .commands { | |
| 183 | + text-align: right; | |
| 184 | +/* color: gray; */ | |
| 185 | +} | |
| 186 | +#content #preview-area .commands A { | |
| 187 | +/* color: gray; */ | |
| 188 | +} | |
| 189 | +#content #preview-area .commands A:hover { | |
| 190 | +/* color: black; */ | |
| 191 | +} | |
| 192 | +#content .revisions { | |
| 193 | + padding: 10px; | |
| 194 | + width: 49%; | |
| 195 | +} | |
| 196 | +#content .current-content { | |
| 197 | +} | |
| 198 | +#content .older-content { | |
| 199 | +/* background: #E9E9E9; */ | |
| 200 | + float: right; | |
| 201 | +} | |
| 202 | + | |
| 203 | +#content .revisions label { | |
| 204 | + display: block; | |
| 205 | +/* color: #000; */ | |
| 206 | +} | |
| 207 | +#content .revisions label span { | |
| 208 | +/* color: #999; */ | |
| 209 | + font-weight: normal !important; | |
| 210 | +} | |
| 211 | +#content .revisions .title { | |
| 212 | + font-weight: bold; | |
| 213 | + margin-top: 5px; | |
| 214 | +} | |
| 215 | +#content .revisions .header { | |
| 216 | + font-size: 110%; | |
| 217 | + vertical-align: middle; | |
| 218 | + font-weight: bold; | |
| 219 | +} | |
| 220 | +#content .revisions .header-actions { | |
| 221 | + float: right; | |
| 222 | + font-size: 90%; | |
| 223 | + font-weight: normal; | |
| 224 | +/* color: #999; */ | |
| 225 | +} | |
| 226 | +#content .revisions .meta { | |
| 227 | + margin-bottom: 15px; | |
| 228 | +} | |
| 229 | +#content .revisions .footer { | |
| 230 | + margin-top: 25px !important; | |
| 231 | + text-align: center !important; | |
| 232 | +} | |
| 233 | +#content #go-btn { | |
| 234 | + display: none; | |
| 235 | +} | |
| 236 | +/* Errors */ | |
| 237 | +#errorExplanation { | |
| 238 | + border: 1px solid red; | |
| 239 | +/* background: #FFEAEB; */ | |
| 240 | + padding: 10px; | |
| 241 | + margin-top: 10px; | |
| 242 | +} | |
| 243 | +#errorExplanation h2 { | |
| 244 | + margin: 0px; | |
| 245 | + padding: 0px; | |
| 246 | +/* color: maroon; */ | |
| 247 | +} | |
| 248 | +#errorExplanation p { | |
| 249 | + margin: 0px; | |
| 250 | + padding: 0px; | |
| 251 | + padding-top: 5px; | |
| 252 | + padding-left: 15px; | |
| 253 | +} | |
| 254 | +#errorExplanation ul { | |
| 255 | + margin: 0px; | |
| 256 | + padding: 0px; | |
| 257 | + padding-left: 35px; | |
| 258 | +} | |
| 259 | +#errorExplanation li { | |
| 260 | + margin: 0px; | |
| 261 | + padding: 0px; | |
| 262 | + padding-top: 5px; | |
| 263 | +} | |
| 264 | + | |
| 265 | +/* Footer Area*/ | |
| 266 | +/* | |
| 267 | +#footer { | |
| 268 | + border-top: 4px solid #AAA; | |
| 269 | + text-align: center; | |
| 270 | + font-size: 90%; | |
| 271 | + color: #AAA; | |
| 272 | + padding-top: 5px; | |
| 273 | + padding-bottom: 5px; | |
| 274 | +} | |
| 275 | +#footer A { | |
| 276 | + color: #AAA; | |
| 277 | + text-decoration: none; | |
| 278 | + font-weight: bold; | |
| 279 | +} | |
| 280 | +#footer A:hover { | |
| 281 | + color: #333; | |
| 282 | + text-decoration: underline; | |
| 283 | +} | |
| 284 | +*/ | |
| 285 | + | |
| 286 | +/* Modifiers */ | |
| 287 | + | |
| 288 | +/* When JavaScript is Turned Off... We need to adjust some things... */ | |
| 289 | +.noscript #more-options, | |
| 290 | +.noscript #preview-area, | |
| 291 | +.noscript #preview-btn, | |
| 292 | +.noscript .tree-controller { | |
| 293 | + display: none; | |
| 294 | +} | |
| 295 | +.noscript .page-list.collapsed { | |
| 296 | + display: block !important; | |
| 297 | +} | |
| 298 | +.noscript .delete-page:hover { | |
| 299 | + color: red !important; | |
| 300 | +} | |
| 301 | +.noscript #content .page-form #page_title, | |
| 302 | +.noscript #content .page-form #page_slug, | |
| 303 | +.noscript #content .page-form #page_parent, | |
| 304 | +.noscript #content .page-form #page_keywords, | |
| 305 | +.noscript #content .page-form #page_body { | |
| 306 | + width: 100% !important; | |
| 307 | +} | |
| 308 | +.noscript #content .revisions #go-btn { | |
| 309 | + display: inline; | |
| 310 | +} | |
| 311 | + | |
| 312 | +ul.page-list li table, | |
| 313 | +ul.page-list li td { | |
| 314 | + border: none; | |
| 315 | +} | |
| 316 | + | |
| 317 | +div.comatose_field label { | |
| 318 | + display: block; | |
| 319 | + font-weight: bold; | |
| 320 | +} | |
| 321 | + | |
| 322 | +div.comatose_field textarea { | |
| 323 | + width: 100%; | |
| 324 | +} | |
| 325 | +div.comatose_field textarea, | |
| 326 | +div.comatose_field input, | |
| 327 | +div.comatose_field select { | |
| 328 | + border: 1px solid gray; | |
| 329 | +} | ... | ... |
160 KB
| ... | ... | @@ -0,0 +1,62 @@ |
| 1 | + @import "all.css"; /* just some basic formatting, no layout stuff */ | |
| 2 | + | |
| 3 | + body { | |
| 4 | +background-color: #474747; | |
| 5 | + margin:10px 10px 0px 10px; | |
| 6 | + padding:0px; | |
| 7 | + } | |
| 8 | + | |
| 9 | + #leftcontent { | |
| 10 | + float: left; | |
| 11 | + left:10px; | |
| 12 | + top:50px; | |
| 13 | + width:190px; | |
| 14 | + border:0px; | |
| 15 | + } | |
| 16 | + | |
| 17 | + #centercontent { | |
| 18 | + margin-left: 255px; | |
| 19 | + margin-right:199px; | |
| 20 | + border:0px; | |
| 21 | + /* | |
| 22 | + IE5x PC mis-implements the box model. Because of that we sometimes have | |
| 23 | + to perform a little CSS trickery to get pixel-perfect display across browsers. | |
| 24 | + The following bit of code was proposed by Tantek Celik, and it preys upon a CSS | |
| 25 | + parsing bug in IE5x PC that will prematurly close a style rule when it runs | |
| 26 | + into the string "\"}\"". After that string appears in a rule, then, we can override | |
| 27 | + previously set attribute values and only browsers without the parse bug will | |
| 28 | + recognize the new values. So any of the name-value pairs above this comment | |
| 29 | + that we need to override for browsers with correct box-model implementations | |
| 30 | + will be listed below. | |
| 31 | + | |
| 32 | + We use the voice-family property because it is likely to be used very infrequently, | |
| 33 | + and where it is used it will be set on the body tag. So the second voice-family value | |
| 34 | + of "inherit" will override our bogus "\"}\"" value and allow the proper value to | |
| 35 | + cascade down from the body tag. | |
| 36 | + | |
| 37 | + The style rule immediately following this rule offers another chance for CSS2 | |
| 38 | + aware browsers to pick up the values meant for correct box-model implementations. | |
| 39 | + It uses a CSS2 selector that will be ignored by IE5x PC. | |
| 40 | + | |
| 41 | + Read more at http://www.glish.com/css/hacks.asp | |
| 42 | + */ | |
| 43 | + | |
| 44 | + voice-family: "\"}\""; | |
| 45 | + voice-family: inherit; | |
| 46 | + margin-left: 255px; | |
| 47 | + margin-right:201px; | |
| 48 | + } | |
| 49 | + html>body #centercontent { | |
| 50 | + margin-left: 255px; | |
| 51 | + margin-right:201px; | |
| 52 | + } | |
| 53 | + | |
| 54 | + #rightcontent { | |
| 55 | + position: absolute; | |
| 56 | + right:10px; | |
| 57 | + top:50px; | |
| 58 | + width:190px; | |
| 59 | + border:0px; | |
| 60 | + } | |
| 61 | + | |
| 62 | + | ... | ... |
public/designs/templates/default/stylesheets/style.css
| 1 | 1 | body { |
| 2 | - margin: 0px; | |
| 3 | - padding: 0px; | |
| 4 | 2 | font-family: Verdana, Sans-Serif; |
| 5 | 3 | font-size: 14px; |
| 6 | - background-image: url(../images/bg_bgheader.png); | |
| 7 | - background-repeat: repeat-x; | |
| 8 | 4 | } |
| 9 | 5 | |
| 10 | 6 | #frame { |
| 11 | 7 | } |
| 12 | 8 | |
| 13 | 9 | #content { |
| 10 | +background: url("../images/bg_bgheader.png") repeat-x; | |
| 14 | 11 | } |
| 15 | 12 | |
| 16 | 13 | #header_content { |
| 17 | -/* background: url("../images/bg_header.png") top center no-repeat; | |
| 18 | -height: 135px; | |
| 19 | -*/ | |
| 20 | -} | |
| 21 | - | |
| 22 | -#menu { | |
| 23 | - display: none; | |
| 24 | -} | |
| 25 | - | |
| 26 | -#header { | |
| 27 | - padding-top: 0.25em; | |
| 28 | - padding-left: 85px; | |
| 29 | - padding-right: 0.5em; | |
| 30 | - margin-bottom: 2em; | |
| 31 | - color: #ddf; | |
| 32 | - background-image: url(../images/fbes.png); | |
| 33 | - background-repeat: no-repeat; | |
| 34 | - background-position: 5px 5px; | |
| 35 | - height: 48px; | |
| 36 | -} | |
| 37 | -#header a { | |
| 38 | - color: #ddf; | |
| 39 | - font-weight: bold; | |
| 40 | - font-size: smaller; | |
| 14 | +background: url("../images/fbes.png") 20px no-repeat; | |
| 15 | +height: 48px; | |
| 16 | +padding-top: 10px; | |
| 41 | 17 | } |
| 42 | 18 | |
| 43 | 19 | #boxes { | ... | ... |
public/designs/templates/leftbar/stylesheets/style.css
187 Bytes
2.29 KB
193 Bytes
public/stylesheets/common.css
| 1 | -a img { | |
| 2 | - border: none; | |
| 1 | +body { | |
| 2 | +margin: 0px; | |
| 3 | +padding: 0px; | |
| 3 | 4 | } |
| 5 | + | |
| 6 | +#notice { | |
| 7 | +position: absolute; | |
| 8 | +margin-top: 10px; | |
| 9 | +right: 10px; | |
| 10 | +background: #ffffa9; | |
| 11 | +padding: 10px; | |
| 12 | +border: 3px solid #dfdfdf; | |
| 13 | +z-index: 9999 !important ; | |
| 14 | +} | |
| 15 | + | |
| 16 | +/* Bar Blue Default */ | |
| 17 | + | |
| 18 | +#virtual_community_identification { | |
| 19 | +position: absolute !important; | |
| 20 | +background: url("../images/bg_blue_logo.png") no-repeat !important; | |
| 21 | +vertical-align: bottom !important ; | |
| 22 | +width: 230px !important ; | |
| 23 | +height: 34px !important ; | |
| 24 | +line-height: 34px !important ; | |
| 25 | +padding-left: 60px !important ; | |
| 26 | +} | |
| 27 | + | |
| 28 | +#virtual_community_identification:hover { | |
| 29 | +color: #dfdfdf !important ; | |
| 30 | +} | |
| 31 | + | |
| 32 | +#header { | |
| 33 | + position: relative !important; | |
| 34 | + margin: 0px !important; | |
| 35 | + padding: 0px !important; | |
| 36 | + height: 35px !important; | |
| 37 | + background: #fff url("../images/bg_blue_bar.png") bottom left repeat-x !important; | |
| 38 | + color: #ffffff !important ; | |
| 39 | +} | |
| 40 | + | |
| 41 | + | |
| 42 | +#header a { | |
| 43 | +display: table-cell !important ; | |
| 44 | +height: 35px !important ; | |
| 45 | +color: #ffffff !important ; | |
| 46 | +font-size: 10px !important ; | |
| 47 | +font-family: Sans-serif !important ; | |
| 48 | +font-weight: bold !important ; | |
| 49 | +vertical-align: middle !important ; | |
| 50 | +padding: 0px 5px 0px 5px !important ; | |
| 51 | +text-decoration: underline !important ; | |
| 52 | +} | |
| 53 | + | |
| 54 | +#user_links { | |
| 55 | +margin-left: 290px !important ; | |
| 56 | +} | |
| 57 | + | |
| 58 | +#user_links a:hover, #user_links a:focus { | |
| 59 | +color: #dfdfdf !important ; | |
| 60 | +text-decoration: none !important ; | |
| 61 | +} | |
| 62 | + | |
| 63 | +#logout_box a:hover, #logout_box a:focus { | |
| 64 | +color: red !important ; | |
| 65 | +text-decoration: none !important ; | |
| 66 | +} | |
| 67 | + | |
| 68 | +#menu_accessibility { | |
| 69 | + background: #fff url("../images/black_white_12px.png") repeat-x !important ; | |
| 70 | + font-size: 10px !important ; | |
| 71 | + color: black !important ; | |
| 72 | + font-family: Sans-serif !important ; | |
| 73 | + color: #545454 !important ; | |
| 74 | +} | |
| 75 | + | |
| 76 | +#menu_accessibility a { | |
| 77 | + color: #545454 !important ; | |
| 78 | + text-decoration: none !important ; | |
| 79 | +} | |
| 80 | + | |
| 81 | +#menu_accessibility a:hover { | |
| 82 | + color: #000000 !important ; | |
| 83 | + text-decoration: underline !important ; | |
| 84 | +} | |
| 85 | + | |
| 86 | +#menu_accessibility a:focus { | |
| 87 | + color: red !important ; | |
| 88 | + text-decoration: underline !important ; | |
| 89 | +} | |
| 90 | + | ... | ... |