Changeset 8593
- Timestamp:
- 05/18/08 18:56:24 (8 months ago)
- Files:
-
- art/themes/digital/style.css (modified) (17 diffs)
- art/themes/digital/style.rtl.css (modified) (17 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
art/themes/digital/style.css
r8464 r8593 1 1 * {margin:0; padding:0;} 2 2 body { 3 margin: 0 0;4 padding: 0;5 direction: ltr;6 background: #fff;7 margin-bottom: 10px;8 text-align: center;9 font-size: 1em;10 font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif;3 margin: 0px; 4 padding: 0px; 5 direction: ltr; 6 background: #fff; 7 margin-bottom: 10px; 8 text-align: center; 9 font-size: 1em; 10 font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif; 11 11 } 12 12 /* common style */ … … 23 23 img {border: 0;} 24 24 textarea { 25 padding: 2px;26 font-size: 8pt;27 border: 1px solid #cccccc;25 padding: 2px; 26 font-size: 8pt; 27 border: 1px solid #cccccc; 28 28 } 29 29 input, select {font-size: 11pt; border: 1px solid #cccccc;} 30 30 button{font-size:12px; border: 1px solid #333;} 31 button, input[type="button"], input[type="submit"] {32 color: #888a85;33 font-size: 8pt;34 cursor: pointer;35 background-color: #efefef;36 border: 1px solid #babdb6;37 border-top: 1px solid #d3d7cf;38 border-left: 1px solid #d3d7cf;39 } 40 button:hover, input[type="button"]:hover, input[type="submit"]:hover {41 color: #fff;42 background-color: #3465a4;31 button, input[type="button"], input[type="submit"]{ 32 color: #888a85; 33 font-size: 8pt; 34 cursor: pointer; 35 background-color: #efefef; 36 border: 1px solid #babdb6; 37 border-top: 1px solid #d3d7cf; 38 border-left: 1px solid #d3d7cf; 39 } 40 button:hover, input[type="button"]:hover, input[type="submit"]:hover{ 41 color: #fff; 42 background-color: #3465a4; 43 43 } 44 44 button:active, input[type="button"]:active, input[type="submit"]:active { 45 color: #000;46 border: 1px solid #3465a4;47 background-color: #fff;45 color: #000; 46 border: 1px solid #3465a4; 47 background-color: #fff; 48 48 } 49 49 select {cursor: pointer;} 50 50 input[type="text"], input[type="password"], textarea { 51 color: #555753;52 background-color: #fff;53 border: 1px solid #d3d7cf;54 border-top: 1px solid #babdb6;55 border-left: 1px solid #babdb6;56 } 57 input[type="text"]:focus, input[type="password"]:focus, textarea:focus {58 color: #000;59 background-color: #fff;60 border: 1px solid #3465a4;51 color: #555753; 52 background-color: #fff; 53 border: 1px solid #d3d7cf; 54 border-top: 1px solid #babdb6; 55 border-left: 1px solid #babdb6; 56 } 57 input[type="text"]:focus, input[type="password"]:focus, textarea:focus{ 58 color: #000; 59 background-color: #fff; 60 border: 1px solid #3465a4; 61 61 } 62 62 textarea {width: inherit;} 63 63 input[type="radio"], input[type="checkbox"], select { 64 padding: 2px;65 font-size: small;64 padding: 2px; 65 font-size: small; 66 66 } 67 67 fieldset { 68 border: 0;69 margin: 0;70 padding: 0;71 margin-bottom: 1em;72 font-size: small;68 border: 0; 69 margin: 0; 70 padding: 0; 71 margin-bottom: 1em; 72 font-size: small; 73 73 } 74 74 legend { 75 background-color: white;76 font-weight: bold;77 font-size: 110%;78 padding: 4px;79 padding-left: .5em;80 padding-right: .5em;75 background-color: white; 76 font-weight: bold; 77 font-size: 110%; 78 padding: 4px; 79 padding-left: .5em; 80 padding-right: .5em; 81 81 } 82 82 label {color: #777; font-size: 12px; cursor: pointer;} … … 85 85 fieldset label {display: block; font-size: 100%;} 86 86 fieldset div { 87 clear: right;88 padding: 0 1em;89 padding-bottom: 6px;87 clear: right; 88 padding: 0 1em; 89 padding-bottom: 6px; 90 90 } 91 91 fieldset div strong {font-size: 100%} … … 93 93 94 94 #container { 95 width:960px;96 text-align:left;97 margin:0px auto;95 width:960px; 96 text-align:left; 97 margin:0px auto; 98 98 } 99 99 #top_header { 100 height:130px;101 color:rgb(75,75,75);102 text-align:center;103 background: rgb(105,173,249) url(images/bg-logo.png) repeat-x;100 height:130px; 101 color:rgb(75,75,75); 102 text-align:center; 103 background: rgb(105,173,249) url(images/bg-logo.png) repeat-x; 104 104 } 105 105 #top_header h1 {font-size:1.8em;padding-top:36px;} … … 107 107 #top_header p {color:#cc0;} 108 108 #header { 109 min-height: 26px;110 border-bottom: 1px solid#cccccc;111 background: rgb(230,230,230) url(images/bg-header.png) repeat;109 min-height: 26px; 110 border-bottom: 1px solid#cccccc; 111 background: rgb(230,230,230) url(images/bg-header.png) repeat; 112 112 } 113 113 #main-section {clear:both;} … … 117 117 #footer {clear:both;} 118 118 #sub_footer { 119 padding: 0px;120 margin-top: 0px;121 color: #888a85;122 height: 16px;123 text-align: center;124 letter-spacing: 0px;125 background: rgb(230,230,230) url(images/bg-footer.png) repeat-x;119 padding: 0px; 120 margin-top: 0px; 121 color: #888a85; 122 height: 16px; 123 text-align: center; 124 letter-spacing: 0px; 125 background: rgb(230,230,230) url(images/bg-footer.png) repeat-x; 126 126 } 127 127 #sub_footer a, #sub_footer a:hover{text-decoration: none;} … … 130 130 /* Common styles for all gadgets */ 131 131 .clearfix:after { 132 height: 0; 133 clear: both; 134 width: 100%; 135 content: "."; 136 display: block; 137 visibility: hidden; 132 height: 0; 133 clear: both; 134 width: 100%; 135 content: "."; 136 display: block; 137 visibility: hidden; 138 } 139 #main h1 { 140 padding: 2px; 141 font-size: 15px; 142 text-align: left; 143 margin-bottom: 8px; 144 background-color: #f0e7e0; 138 145 } 139 146 .gadget {margin-bottom: 10px;} 140 147 .wide .gadget {margin-bottom: 2px;} 141 148 .gadget h3 { 142 color: #777; 143 padding: 1px; 144 font-size: 12px; 145 text-align: left; 146 margin-bottom: 2px; 147 border: 1px dotted #f0cca0; 148 background-color: #f7f0e7; 149 color: #777; 150 padding: 2px; 151 font-size: 12px; 152 text-align: left; 153 margin-bottom: 2px; 154 background-color: #f5f0ea; 149 155 } 150 156 .gadget .content {font-size: 10pt; padding: 2px 5px; border-top: none;} … … 154 160 .gadget .actions div {text-align: left;} 155 161 .gadget .actions button{ 156 margin: 2px;157 padding: 1px;158 min-height: 18px;159 min-width: 42px;160 font-weight: bold;161 overflow: visible;162 border: 1px solid #babdb6;163 border-top: 1px solid #d3d7cf;164 border-right: 1px solid #d3d7cf;162 margin: 2px; 163 padding: 1px; 164 min-height: 18px; 165 min-width: 42px; 166 font-weight: bold; 167 overflow: visible; 168 border: 1px solid #babdb6; 169 border-top: 1px solid #d3d7cf; 170 border-right: 1px solid #d3d7cf; 165 171 } 166 172 … … 179 185 /* Commnets */ 180 186 .comment .comment_info, .comment_reply { 181 padding: 5px;182 text-align: right;183 font-size: xx-small;184 color: #babdb6;185 clear: both;187 padding: 5px; 188 text-align: right; 189 font-size: xx-small; 190 color: #babdb6; 191 clear: both; 186 192 } 187 193 .comment .content {text-align: justify;} 188 194 .comment .avatar { 189 float: left;190 margin-right: 5px;191 margin-bottom: 5px;192 border: 1px solid #000;195 float: left; 196 margin-right: 5px; 197 margin-bottom: 5px; 198 border: 1px solid #000; 193 199 } 194 200 .comment_level_0 {margin-left: 0px;} 195 .comment_level_1 {margin-left: 10px;}196 .comment_level_2 {margin-left: 20px;}197 .comment_level_3 {margin-left: 30px;}198 .comment_level_4 {margin-left: 40px;}199 .comment_level_5 {margin-left: 50px;}200 .comment_level_6 {margin-left: 60px;}201 .comment_level_7 {margin-left: 70px;}201 .comment_level_1 {margin-left: 20px;} 202 .comment_level_2 {margin-left: 40px;} 203 .comment_level_3 {margin-left: 60px;} 204 .comment_level_4 {margin-left: 80px;} 205 .comment_level_5 {margin-left: 100px;} 206 .comment_level_6 {margin-left: 120px;} 207 .comment_level_7 {margin-left: 140px;} 202 208 .comment_form p {clear: left; padding-bottom:4px; padding-left: 185px;} 203 209 .comment_form p label {font-weight: bold; float:left; width: 180px; font-weight: bold; margin-left: -185px;} … … 215 221 216 222 /* Poll */ 217 .poll .content input {padding: 2px; border: none;}218 .poll .content label {padding-left: 2px;}223 .poll .contentinput {padding: 2px; border: none;} 224 .poll .contentlabel {padding-left: 2px;} 219 225 .poll_result table {width: 98%; margin: 0px; padding:0px; font-size:10pt;} 220 226 .poll_result th { border: 1px solid #d3d7cf; } … … 237 243 .quotes ul {list-style: none;} 238 244 .quotes li , .rssreader li { 239 display: block; 240 color: #271739; 241 font-size: 12px; 242 padding: 2px 6px 2px 2px; 243 text-decoration: none; 244 border-bottom: 1px dashed #ccc; 245 display: block; 246 color: #271739; 247 font-size: 12px; 248 padding: 2px; 249 padding-right: 6px; 250 text-decoration: none; 251 border-bottom: 1px dashed #ccc; 245 252 } 246 253 .quotes ul a:hover {color: #ef3300;} … … 249 256 /* Blog */ 250 257 .blog_entry .entry-meta, .comment-feed { 251 display: block;252 padding-top: 4px;253 text-align: right;254 font-size: smaller;255 border-top:1px dashed #e3e7df; margin-top: 10px;258 display: block; 259 padding-top: 4px; 260 text-align: right; 261 font-size: smaller; 262 border-top:1px dashed #e3e7df; margin-top: 10px; 256 263 } 257 264 .blog-comment-title { 258 color: #000;259 font-weight: bold;260 font-size: 110%;265 color: #000; 266 font-weight: bold; 267 font-size: 110%; 261 268 } 262 269 .blog-comment-title a, .blog-comment-title a:hover { 263 color: #000;264 text-decoration: none;265 } 266 267 .blog-entry-nav, .blog-page-nav {268 padding: 4px;269 height: 15px;270 font-size: 80%;271 display: block;272 margin-bottom: 5px;273 border: 1px solid #d3d7cf;274 background-color: #fafafa;270 color: #000; 271 text-decoration: none; 272 } 273 274 .blog-entry-nav, .blog-page-nav{ 275 padding: 4px; 276 height: 15px; 277 font-size: 80%; 278 display: block; 279 margin-bottom: 5px; 280 border: 1px solid #d3d7cf; 281 background-color: #fafafa; 275 282 } 276 283 .blog-entry-nav .float-left {float:left} 277 284 .blog-entry-nav .float-right {float:right} 278 285 .blog-tb { 279 border: 1px solid #d3d7cf;280 background: #fff;281 padding: 10px;282 font-size: xx-small;283 } 284 286 padding: 5px; 287 font-size: 8pt; 288 background: none; 289 margin-bottom: 2px; 290 border: 1px solid #d3d7cf; 291 } 285 292 .blog-page-nav .float-left {float:left} 286 293 .blog-page-nav .float-right {float:right} 287 294 288 295 .calendar { 289 margin-top: 10px;290 margin-bottom: 10px;291 padding: 2px;292 border: 1px solid #d3d7cf;293 width: 100%;296 margin-top: 10px; 297 margin-bottom: 10px; 298 padding: 2px; 299 border: 1px solid #d3d7cf; 300 width: 100%; 294 301 } 295 302 .calendar #cal-header { 296 color: #fff;297 background: #777;298 font-size: 12px;299 font-weight: bold;300 padding: 2px;301 text-align: center;303 color: #fff; 304 background: #777; 305 font-size: 12px; 306 font-weight: bold; 307 padding: 2px; 308 text-align: center; 302 309 } 303 310 .calendar #cal-header a { 304 font-weight: bold;305 color: #fff;306 text-decoration: none;311 font-weight: bold; 312 color: #fff; 313 text-decoration: none; 307 314 } 308 315 .calendar #cal-header #arrow-left {margin-left: 2px; float: left;} 309 316 .calendar #cal-header #arrow-right {margin-right: 2px; float: right;} 310 317 .calendar .weekday { 311 color: #babdb6;312 background: #eee;313 font-size: 10px;314 font-weight: bold;315 padding: 2px;316 text-align: center;318 color: #babdb6; 319 background: #eee; 320 font-size: 10px; 321 font-weight: bold; 322 padding: 2px; 323 text-align: center; 317 324 } 318 325 .calendar .noday { 319 color: #aaa;320 font-size: 10px;321 padding: 2px;322 text-align: center;326 color: #aaa; 327 font-size: 10px; 328 padding: 2px; 329 text-align: center; 323 330 } 324 331 .calendar .noday a {color: #aaa; text-decoration: underline;} 325 332 .calendar .day { 326 color: #555753;327 font-size: 10px;328 padding: 2px;329 text-align: center;333 color: #555753; 334 font-size: 10px; 335 padding: 2px; 336 text-align: center; 330 337 } 331 338 .calendar .day a {color: #3465a4; text-decoration: underline;} 332 339 .calendar .today { 333 background-color: #777;334 color: #fff;335 font-size: 10px;336 font-weight: bold;337 text-align: center;340 background-color: #777; 341 color: #fff; 342 font-size: 10px; 343 font-weight: bold; 344 text-align: center; 338 345 } 339 346 .calendar .today a {color: #fff; text-decoration: underline;} … … 381 388 .faq .summary {padding-bottom: 5px;} 382 389 .faq .summary li {margin-left: 20px; font-size: 10pt;} 383 .faq .summary li {font-weight: bold;}384 .faq .summary li ol li {font-weight: normal;}390 .faq .summary li{font-weight: bold;} 391 .faq .summary liol li {font-weight: normal;} 385 392 .faq_category h4 {font-size: 10pt;} 386 393 … … 390 397 .glossary h3 {margin-bottom: 10px;} 391 398 .glossary span { 392 border: 1px solid #d3d7cf;393 padding: 4px;394 background: #eee;395 font-size: xx-small;399 border: 1px solid #d3d7cf; 400 padding: 4px; 401 background: #eee; 402 font-size: xx-small; 396 403 } 397 404 .glossary span a {padding: 2px;} … … 432 439 .narrow .menu .content ul {z-index:500;} 433 440 .menu a, .menu a:visited { 434 color:#777; 435 padding:4px; 436 display:block; 437 min-height:18px; 438 font-weight: bold; 439 text-decoration:none; 440 border:1px solid #fff; 441 border-bottom: none; 441 padding:4px; 442 display:block; 443 min-height:18px; 444 font-weight: bold; 445 text-decoration:none; 446 border:1px solid #fff; 447 border-bottom: none; 442 448 } 443 449 .menu li {background:#f0f0f0;} … … 447 453 .menu li:hover {position:relative;} 448 454 .menu li:hover > a {background:#ddd; color:#37a;} 449 .menu li a:active, .menu li a:focus {background:#ddd; color:#37a;}450 455 .narrow .menu li ul {display:none;} 451 456 .wide .menu li ul {display:none;} 452 457 .menu li:hover > ul { 453 display:block;454 position:absolute;455 padding:10px 30px 30px 30px;456 background:transparent url(images/blank.gif);458 display:block; 459 position:absolute; 460 padding:10px 30px 30px 30px; 461 background:transparent url(images/blank.gif); 457 462 } 458 463 .wide .menu li:hover > ul {top:16px; left:-30px;} 459 464 .wide .menu li ul li:hover > ul {top:-10px; left:148px;} 460 465 .narrow .menu li:hover > ul {top:-10px; left:148px;} 461 .menu ul table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:1000; font-size:1em;} 462 * html .menu a:hover {color:#37a; background:#ddd; position:relative;} 466 .menu ul table { 467 top:0; 468 left:0; 469 z-index:1000; 470 font-size:1em; 471 position:absolute; 472 border-collapse:collapse; 473 } 474 * html .menu a:hover {background:#ddd; color:#37a; position:relative;} 475 * html .wide .menu a:hover {float: left;} /* must be removed in RTL mode */ 463 476 * html .narrow .menu li a, * html .narrow .menu li a:visited {width:200px;} 464 * html .wide .menu li ul li a, * html .wide .menu li ul li a:visited {width:200px;}477 * html .wide .menu li ul, * html .wide .menu li ul li a, * html .wide .menu li ul li a:visited {width:200px;} 465 478 * html .narrow .menu li ul { 466 display:block;467 position:absolute;468 visibility:hidden;469 top:-10px; left:148px;470 padding:10px 30px 30px 30px;471 background:transparent url(images/blank.gif);479 display:block; 480 position:absolute; 481 visibility:hidden; 482 top:-11px; left:148px; 483 padding:10px 30px 30px 30px; 484 background:transparent url(images/blank.gif); 472 485 } 473 486 * html .wide .menu li ul { 474 display:block;475 position:absolute;476 visibility:hidden;477 top:0px; left:148px;478 padding:10px 30px 30px 30px;479 background:transparent url(images/blank.gif);487 display:block; 488 position:absolute; 489 visibility:hidden; 490 top:0px; left:148px; 491 padding:10px 30px 30px 30px; 492 background:transparent url(images/blank.gif); 480 493 } 481 494 .wide .menu ul li a:hover ul ul{visibility:hidden;} … … 483 496 .wide .menu ul li a:hover ul a:hover ul a:hover ul ul{visibility:hidden;} 484 497 .wide .menu ul li a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;} 485 .wide .menu ul li a:hover ul {visibility:visible; left:-3 0px; top:13px; lef\t:-35px; to\p:14px;}486 .wide .menu ul li a:hover ul a:hover ul{visibility:visible; top:-1 0px; left:148px;}498 .wide .menu ul li a:hover ul {visibility:visible; left:-31px; top:14px;} 499 .wide .menu ul li a:hover ul a:hover ul{visibility:visible; top:-11px; left:148px;} 487 500 .wide .menu ul li a:hover ul a:hover ul a:hover ul {visibility:visible;} 488 501 .wide .menu ul li a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;} art/themes/digital/style.rtl.css
r8577 r8593 1 1 * {margin:0; padding:0;} 2 2 body { 3 margin: 0 0;4 padding: 0;5 direction: ltr;6 background: #fff;7 margin-bottom: 10px;8 text-align: center;9 font-size: 1em;10 font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif;3 margin: 0px; 4 padding: 0px; 5 direction: ltr; 6 background: #fff; 7 margin-bottom: 10px; 8 text-align: center; 9 font-size: 1em; 10 font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif; 11 11 } 12 12 /* common style */ … … 23 23 img {border: 0;} 24 24 textarea { 25 padding: 2px;26 font-size: 8pt;27 border: 1px solid #cccccc;25 padding: 2px; 26 font-size: 8pt; 27 border: 1px solid #cccccc; 28 28 } 29 29 input, select {font-size: 11pt; border: 1px solid #cccccc;} 30 30 button{font-size:12px; border: 1px solid #333;} 31 button, input[type="button"], input[type="submit"] {32 color: #888a85;33 font-size: 8pt;34 cursor: pointer;35 background-color: #efefef;36 border: 1px solid #babdb6;37 border-top: 1px solid #d3d7cf;38 border-right: 1px solid #d3d7cf;39 } 40 button:hover, input[type="button"]:hover, input[type="submit"]:hover {41 color: #fff;42 background-color: #3465a4;31 button, input[type="button"], input[type="submit"]{ 32 color: #888a85; 33 font-size: 8pt; 34 cursor: pointer; 35 background-color: #efefef; 36 border: 1px solid #babdb6; 37 border-top: 1px solid #d3d7cf; 38 border-right: 1px solid #d3d7cf; 39 } 40 button:hover, input[type="button"]:hover, input[type="submit"]:hover{ 41 color: #fff; 42 background-color: #3465a4; 43 43 } 44 44 button:active, input[type="button"]:active, input[type="submit"]:active { 45 color: #000;46 border: 1px solid #3465a4;47 background-color: #fff;45 color: #000; 46 border: 1px solid #3465a4; 47 background-color: #fff; 48 48 } 49 49 select {cursor: pointer;} 50 50 input[type="text"], input[type="password"], textarea { 51 color: #555753;52 background-color: #fff;53 border: 1px solid #d3d7cf;54 border-top: 1px solid #babdb6;55 border-right: 1px solid #babdb6;56 } 57 input[type="text"]:focus, input[type="password"]:focus, textarea:focus {58 color: #000;59 background-color: #fff;60 border: 1px solid #3465a4;51 color: #555753; 52 background-color: #fff; 53 border: 1px solid #d3d7cf; 54 border-top: 1px solid #babdb6; 55 border-right: 1px solid #babdb6; 56 } 57 input[type="text"]:focus, input[type="password"]:focus, textarea:focus{ 58 color: #000; 59 background-color: #fff; 60 border: 1px solid #3465a4; 61 61 } 62 62 textarea {width: inherit;} 63 63 input[type="radio"], input[type="checkbox"], select { 64 padding: 2px;65 font-size: small;64 padding: 2px; 65 font-size: small; 66 66 } 67 67 fieldset { 68 border: 0;69 margin: 0;70 padding: 0;71 margin-bottom: 1em;72 font-size: small;68 border: 0; 69 margin: 0; 70 padding: 0; 71 margin-bottom: 1em; 72 font-size: small; 73 73 } 74 74 legend { 75 background-color: white;76 font-weight: bold;77 font-size: 110%;78 padding: 4px;79 padding-right: .5em;80 padding-left: .5em;75 background-color: white; 76 font-weight: bold; 77 font-size: 110%; 78 padding: 4px; 79 padding-right: .5em; 80 padding-left: .5em; 81 81 } 82 82 label {color: #777; font-size: 12px; cursor: pointer;} … … 85 85 fieldset label {display: block; font-size: 100%;} 86 86 fieldset div { 87 clear: left;88 padding: 0 1em;89 padding-bottom: 6px;87 clear: left; 88 padding: 0 1em; 89 padding-bottom: 6px; 90 90 } 91 91 fieldset div strong {font-size: 100%} … … 93 93 94 94 #container { 95 direction: rtl;96 width:960px;97 text-align:right;98 margin:0px auto;95 width:960px; 96 text-align:right; 97 margin:0px auto; 98 direction: rtl; 99 99 } 100 100 #top_header { 101 height:130px;102 color:rgb(75,75,75);103 text-align:center;104 background: rgb(105,173,249) url(images/bg-logo.png) repeat-x;101 height:130px; 102 color:rgb(75,75,75); 103 text-align:center; 104 background: rgb(105,173,249) url(images/bg-logo.png) repeat-x; 105 105 } 106 106 #top_header h1 {font-size:1.8em;padding-top:36px;} … … 108 108 #top_header p {color:#cc0;} 109 109 #header { 110 min-height: 26px;111 border-bottom: 1px solid#cccccc;112 background: rgb(230,230,230) url(images/bg-header.png) repeat;110 min-height: 26px; 111 border-bottom: 1px solid#cccccc; 112 background: rgb(230,230,230) url(images/bg-header.png) repeat; 113 113 } 114 114 #main-section {clear:both;} … … 118 118 #footer {clear:both;} 119 119 #sub_footer { 120 padding: 0px;121 margin-top: 0px;122 color: #888a85;123 height: 16px;124 text-align: center;125 letter-spacing: 0px;126 background: rgb(230,230,230) url(images/bg-footer.png) repeat-x;120 padding: 0px; 121 margin-top: 0px; 122 color: #888a85; 123 height: 16px; 124 text-align: center; 125 letter-spacing: 0px; 126 background: rgb(230,230,230) url(images/bg-footer.png) repeat-x; 127 127 } 128 128 #sub_footer a, #sub_footer a:hover{text-decoration: none;} … … 131 131 /* Common styles for all gadgets */ 132 132 .clearfix:after { 133 height: 0; 134 clear: both; 135 width: 100%; 136 content: "."; 137 display: block; 138 visibility: hidden; 133 height: 0; 134 clear: both; 135 width: 100%; 136 content: "."; 137 display: block; 138 visibility: hidden; 139 } 140 #main h1 { 141 padding: 2px; 142 font-size: 15px; 143 text-align: right; 144 margin-bottom: 8px; 145 background-color: #f0e7e0; 139 146 } 140 147 .gadget {margin-bottom: 10px;} 141 148 .wide .gadget {margin-bottom: 2px;} 142 149 .gadget h3 { 143 color: #777; 144 padding: 1px; 145 font-size: 12px; 146 text-align: right; 147 margin-bottom: 2px; 148 border: 1px dotted #f0cca0; 149 background-color: #f7f0e7; 150 color: #777; 151 padding: 2px; 152 font-size: 12px; 153 text-align: right; 154 margin-bottom: 2px; 155 background-color: #f5f0ea; 150 156 } 151 157 .gadget .content {font-size: 10pt; padding: 2px 5px; border-top: none;} … … 155 161 .gadget .actions div {text-align: right;} 156 162 .gadget .actions button{ 157 margin: 2px;158 padding: 1px;159 min-height: 18px;160 min-width: 42px;161 font-weight: bold;162 overflow: visible;163 border: 1px solid #babdb6;164 border-top: 1px solid #d3d7cf;165 border-left: 1px solid #d3d7cf;163 margin: 2px; 164 padding: 1px; 165 min-height: 18px; 166 min-width: 42px; 167 font-weight: bold; 168 overflow: visible; 169 border: 1px solid #babdb6; 170 border-top: 1px solid #d3d7cf; 171 border-left: 1px solid #d3d7cf; 166 172 } 167 173 … … 180 186 /* Commnets */ 181 187 .comment .comment_info, .comment_reply { 182 padding: 5px;183 text-align: left;184 font-size: xx-small;185 color: #babdb6;186 clear: both;188 padding: 5px; 189 text-align: left; 190 font-size: xx-small; 191 color: #babdb6; 192 clear: both; 187 193 } 188 194 .comment .content {text-align: justify;} 189 195 .comment .avatar { 190 float: right;191 margin-left: 5px;192 margin-bottom: 5px;193 border: 1px solid #000;196 float: right; 197 margin-left: 5px; 198 margin-bottom: 5px; 199 border: 1px solid #000; 194 200 } 195 201 .comment_level_0 {margin-right: 0px;} 196 .comment_level_1 {margin-right: 10px;}197 .comment_level_2 {margin-right: 20px;}198 .comment_level_3 {margin-right: 30px;}199 .comment_level_4 {margin-right: 40px;}200 .comment_level_5 {margin-right: 50px;}201 .comment_level_6 {margin-right: 60px;}202 .comment_level_7 {margin-right: 70px;}202 .comment_level_1 {margin-right: 20px;} 203 .comment_level_2 {margin-right: 40px;} 204 .comment_level_3 {margin-right: 60px;} 205 .comment_level_4 {margin-right: 80px;} 206 .comment_level_5 {margin-right: 100px;} 207 .comment_level_6 {margin-right: 120px;} 208 .comment_level_7 {margin-right: 140px;} 203 209 .comment_form p {clear: right; padding-bottom:4px; padding-right: 185px;} 204 210 .comment_form p label {font-weight: bold; float:right; width: 180px; font-weight: bold; margin-right: -185px;} … … 216 222 217 223 /* Poll */ 218 .poll .content input {padding: 2px; border: none;}219 .poll .content label {padding-right: 2px;}224 .poll .contentinput {padding: 2px; border: none;} 225 .poll .contentlabel {padding-right: 2px;} 220 226 .poll_result table {width: 98%; margin: 0px; padding:0px; font-size:10pt;} 221 227 .poll_result th { border: 1px solid #d3d7cf; } … … 238 244 .quotes ul {list-style: none;} 239 245 .quotes li , .rssreader li { 240 display: block; 241 color: #271739; 242 font-size: 12px; 243 padding: 2px 2px 2px 6px; 244 text-decoration: none; 245 border-bottom: 1px dashed #ccc; 246 display: block; 247 color: #271739; 248 font-size: 12px; 249 padding: 2px; 250 padding-left: 6px; 251 text-decoration: none; 252 border-bottom: 1px dashed #ccc; 246 253 } 247 254 .quotes ul a:hover {color: #ef3300;} … … 250 257 /* Blog */ 251 258 .blog_entry .entry-meta, .comment-feed { 252 display: block;253 padding-top: 4px;254 text-align: left;255 font-size: smaller;256 border-top:1px dashed #e3e7df; margin-top: 10px;259 display: block; 260 padding-top: 4px; 261 text-align: left; 262 font-size: smaller; 263 border-top:1px dashed #e3e7df; margin-top: 10px; 257 264 } 258 265 .blog-comment-title { 259 color: #000;260 font-weight: bold;261 font-size: 110%;266 color: #000; 267 font-weight: bold; 268 font-size: 110%; 262 269 } 263 270 .blog-comment-title a, .blog-comment-title a:hover { 264 color: #000;265 text-decoration: none;266 } 267 268 .blog-entry-nav, .blog-page-nav {269 padding: 4px;270 height: 15px;271 font-size: 80%;272 display: block;273 margin-bottom: 5px;274 border: 1px solid #d3d7cf;275 background-color: #fafafa;271 color: #000; 272 text-decoration: none; 273 } 274 275 .blog-entry-nav, .blog-page-nav{ 276 padding: 4px; 277 height: 15px; 278 font-size: 80%; 279 display: block; 280 margin-bottom: 5px; 281 border: 1px solid #d3d7cf; 282 background-color: #fafafa; 276 283 } 277 284 .blog-entry-nav .float-right {float:right} 278 285 .blog-entry-nav .float-left {float:left} 279 286 .blog-tb { 280 border: 1px solid #d3d7cf;281 background: #fff;282 padding: 10px;283 font-size: xx-small;284 } 285 287 padding: 5px; 288 font-size: 8pt; 289 background: none; 290 margin-bottom: 2px; 291 border: 1px solid #d3d7cf; 292 } 286 293 .blog-page-nav .float-right {float:right} 287 294 .blog-page-nav .float-left {float:left} 288 295 289 296 .calendar { 290 margin-top: 10px;291 margin-bottom: 10px;292 padding: 2px;293 border: 1px solid #d3d7cf;294 width: 100%;297 margin-top: 10px; 298 margin-bottom: 10px; 299 padding: 2px; 300 border: 1px solid #d3d7cf; 301 width: 100%; 295 302 } 296 303 .calendar #cal-header { 297 color: #fff;298 background: #777;299 font-size: 12px;300 font-weight: bold;301 padding: 2px;302 text-align: center;304 color: #fff; 305 background: #777; 306 font-size: 12px; 307 font-weight: bold; 308 padding: 2px; 309 text-align: center; 303 310 } 304 311 .calendar #cal-header a { 305 font-weight: bold;306 color: #fff;307 text-decoration: none;312 font-weight: bold; 313 color: #fff; 314 text-decoration: none; 308 315 } 309 316 .calendar #cal-header #arrow-right {margin-right: 2px; float: right;} 310 317 .calendar #cal-header #arrow-left {margin-left: 2px; float: left;} 311 318 .calendar .weekday { 312 color: #babdb6;313 background: #eee;314 font-size: 10px;315 font-weight: bold;316 padding: 2px;317 text-align: center;319 color: #babdb6; 320 background: #eee; 321 font-size: 10px; 322 font-weight: bold; 323 padding: 2px; 324 text-align: center; 318 325 } 319 326 .calendar .noday { 320 color: #aaa;321 font-size: 10px;322 padding: 2px;323 text-align: center;327 color: #aaa; 328 font-size: 10px; 329 padding: 2px; 330 text-align: center; 324 331 } 325 332 .calendar .noday a {color: #aaa; text-decoration: underline;} 326 333 .calendar .day { 327 color: #555753;328 font-size: 10px;329 padding: 2px;330 text-align: center;334 color: #555753; 335 font-size: 10px; 336 padding: 2px; 337 text-align: center; 331 338 } 332 339 .calendar .day a {color: #3465a4; text-decoration: underline;} 333 340 .calendar .today { 334 background-color: #777;335 color: #fff;336 font-size: 10px;337 font-weight: bold;338 text-align: center;341 background-color: #777; 342 color: #fff; 343 font-size: 10px; 344 font-weight: bold; 345 text-align: center; 339 346 } 340 347 .calendar .today a {color: #fff; text-decoration: underline;} … … 382 389 .faq .summary {padding-bottom: 5px;} 383 390 .faq .summary li {margin-right: 20px; font-size: 10pt;} 384 .faq .summary li {font-weight: bold;}385 .faq .summary li ol li {font-weight: normal;}391 .faq .summary li{font-weight: bold;} 392 .faq .summary liol li {font-weight: normal;} 386 393 .faq_category h4 {font-size: 10pt;} 387 394 … … 391 398 .glossary h3 {margin-bottom: 10px;} 392 399 .glossary span { 393 border: 1px solid #d3d7cf;394 padding: 4px;395 background: #eee;396 font-size: xx-small;400 border: 1px solid #d3d7cf; 401 padding: 4px; 402 background: #eee; 403 font-size: xx-small; 397 404 } 398 405 .glossary span a {padding: 2px;} … … 433 440 .narrow .menu .content ul {z-index:500;} 434 441 .menu a, .menu a:visited { 435 color:#777; 436 padding:4px; 437 display:block; 438 min-height:18px; 439 font-weight: bold; 440 text-decoration:none; 441 border:1px solid #fff; 442 border-bottom: none; 442 padding:4px; 443 display:block; 444 min-height:18px; 445 font-weight: bold; 446 text-decoration:none; 447 border:1px solid #fff; 448 border-bottom: none; 443 449 } 444 450 .menu li {background:#f0f0f0;} … … 448 454 .menu li:hover {position:relative;} 449 455 .menu li:hover > a {background:#ddd; color:#37a;} 450 .menu li a:active, .menu li a:focus {background:#ddd; color:#37a;}451 456 .narrow .menu li ul {display:none;} 452 457 .wide .menu li ul {display:none;} 453 458 .menu li:hover > ul { 454 display:block;455 position:absolute;456 padding:10px 30px 30px 30px;457 background:transparent url(images/blank.gif);459 display:block; 460 position:absolute; 461 padding:10px 30px 30px 30px; 462 background:transparent url(images/blank.gif); 458 463 } 459 464 .wide .menu li:hover > ul {top:16px; right:-30px;} 460 465 .wide .menu li ul li:hover > ul {top:-10px; right:148px;} 461 466 .narrow .menu li:hover > ul {top:-10px; right:148px;} 462 .menu ul table {position:absolute; border-collapse:collapse; top:0; right:0; z-index:1000; font-size:1em;} 463 * html .menu a:hover {color:#37a; background:#ddd;} /* position:relative; */ 467 .menu ul table { 468 top:0; 469 right:0; 470 z-index:1000; 471 font-size:1em; 472 position:absolute; 473 border-collapse:collapse; 474 } 475 * html .menu a:hover {background:#ddd; color:#37a; position:relative;} 464 476 * html .narrow .menu li a, * html .narrow .menu li a:visited {width:200px;} 465 * html .wide .menu li ul li a, * html .wide .menu li ul li a:visited {width:200px;}477 * html .wide .menu li ul, * html .wide .menu li ul li a, * html .wide .menu li ul li a:visited {width:200px;} 466 478 * html .narrow .menu li ul { 467 display:block;468 position:absolute;469 visibility:hidden;470 top:-10px; right:148px;471 padding:10px 30px 30px 30px;472 background:transparent url(images/blank.gif);479 display:block; 480 position:absolute; 481 visibility:hidden; 482 top:-11px; right:148px; 483 padding:10px 30px 30px 30px; 484 background:transparent url(images/blank.gif); 473 485 } 474 486 * html .wide .menu li ul { 475 display:block;476 position:absolute;477 visibility:hidden;478 top:0px; right:148px;479 padding:10px 30px 30px 30px;480 background:transparent url(images/blank.gif);487 display:block; 488 position:absolute; 489 visibility:hidden; 490 top:0px; right:148px; 491 padding:10px 30px 30px 30px; 492 background:transparent url(images/blank.gif); 481 493 } 482 494 .wide .menu ul li a:hover ul ul{visibility:hidden;} … … 484 496 .wide .menu ul li a:hover ul a:hover ul a:hover ul ul{visibility:hidden;} 485 497 .wide .menu ul li a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;} 486 .wide .menu ul li a:hover ul {visibility:visible; right:-3 0px; top:13px; lef\t:-35px; to\p:14px;}487 .wide .menu ul li a:hover ul a:hover ul{visibility:visible; top:-1 0px; right:148px;}498 .wide .menu ul li a:hover ul {visibility:visible; right:-38px; top:14px;} 499 .wide .menu ul li a:hover ul a:hover ul{visibility:visible; top:-11px; right:148px;} 488 500 .wide .menu ul li a:hover ul a:hover ul a:hover ul {visibility:visible;} 489 501 .wide .menu ul li a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
