Changeset 8595
- Timestamp:
- 05/18/08 19:47:29 (8 months ago)
- Files:
-
- art/themes/factory/style.css (modified) (22 diffs)
- art/themes/factory/style.rtl.css (modified) (22 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
art/themes/factory/style.css
r8575 r8595 1 * {margin:0; padding:0;} 1 2 body { 2 margin: 0;3 border: 0;4 padding: 0;5 direction: ltr;6 color: #888a85;7 font: 13px/15px georgia;8 background: #8fb4d8 url(topbg.jpg) repeat-x;3 margin: 0; 4 border: 0; 5 padding: 0; 6 direction: ltr; 7 color: #888a85; 8 font: 13px/15px georgia; 9 background: #8fb4d8 url(topbg.jpg) repeat-x; 9 10 } 10 11 … … 12 13 13 14 #fmargin { 14 width: 700px;15 padding: 10px;16 margin: 20px auto;17 background: #fff;18 border: 1px solid #babdb6;19 -moz-border-radius: 6px;20 border-radius: 6px;15 width: 700px; 16 padding: 10px; 17 margin: 20px auto; 18 background: #fff; 19 border: 1px solid #babdb6; 20 -moz-border-radius: 6px; 21 border-radius: 6px; 21 22 } 22 23 23 24 #factory { 24 width: 700px;25 border: 1px solid #babdb6;26 background: #e7e7e7 url(factory.jpg) top left no-repeat;25 width: 700px; 26 border: 1px solid #babdb6; 27 background: #e7e7e7 url(factory.jpg) top left no-repeat; 27 28 } 28 29 #factory td { 29 border-spacing: 0px;30 border-spacing: 0px; 30 31 } 31 32 32 33 #header { 33 color: #fff;34 height: 300px;35 margin-bottom: 20px;36 background: transparent;37 padding: 0px 10px 0px 10px;34 color: #fff; 35 height: 300px; 36 margin-bottom: 20px; 37 background: transparent; 38 padding: 0px 10px 0px 10px; 38 39 } 39 40 40 41 #header .text { 41 top: 270px;42 color: #d3d7cf;43 font-size: 22px;44 position: relative;45 padding: 10px;46 font-family: Verdana, sans-serif;42 top: 270px; 43 color: #d3d7cf; 44 font-size: 22px; 45 position: relative; 46 padding: 10px; 47 font-family: Verdana, sans-serif; 47 48 } 48 49 #header .text a {text-decoration: none; color: #d3d7cf;} 49 50 50 51 #bar1 { 51 width:180px;52 display:block;53 padding: 5px;54 vertical-align: top;52 width:180px; 53 display:block; 54 padding: 5px; 55 vertical-align: top; 55 56 } 56 57 #main { 57 width:520px;58 padding: 5px;59 vertical-align: top;58 width:520px; 59 padding: 5px; 60 vertical-align: top; 60 61 } 61 62 62 63 #sub_footer { 63 padding: 0px;64 height: 34px;65 min-height: 34px;66 max-height: 34px;67 text-align: center;64 padding: 0px; 65 height: 34px; 66 min-height: 34px; 67 max-height: 34px; 68 text-align: center; 68 69 } 69 70 70 71 h1, h1 a { 71 font-size: 16px;72 color: #444;73 font-weight: bold;74 text-decoration: none;72 font-size: 16px; 73 color: #444; 74 font-weight: bold; 75 text-decoration: none; 75 76 } 76 77 h2, h2 a { 77 font-size: 16px;78 font-weight: bold;79 color: #888a85;80 text-decoration: none;78 font-size: 16px; 79 font-weight: bold; 80 color: #888a85; 81 text-decoration: none; 81 82 } 82 83 h2 {border-bottom: 1px dotted #d3d7cf;} 83 84 h3,h4, h3 a, h4 a { 84 min-width: 150px;85 padding: 0px;86 color: #888a85;87 font-weight: bold;88 font-size: 12px;89 border-bottom: 1px solid #888a85;90 text-decoration: none;91 padding-top: 5px;92 padding-bottom: 3px;85 min-width: 150px; 86 padding: 0px; 87 color: #888a85; 88 font-weight: bold; 89 font-size: 12px; 90 border-bottom: 1px solid #888a85; 91 text-decoration: none; 92 padding-top: 5px; 93 padding-bottom: 3px; 93 94 } 94 95 hr {display: none;} … … 97 98 img {border: 0;} 98 99 textarea { 99 padding: 2px;100 font-size: 8pt;101 border: 1px solid #cccccc;100 padding: 2px; 101 font-size: 8pt; 102 border: 1px solid #cccccc; 102 103 } 103 104 input, select {font-size: 11pt; border: 1px solid #cccccc;} 104 105 button{font-size:12px; border: 1px solid #333;} 105 button, input[type="button"], input[type="submit"] {106 color: #888a85;107 font-size: 8pt;108 cursor: pointer;109 background-color: #efefef;110 border: 1px solid #babdb6;111 border-top: 1px solid #d3d7cf;112 border-left: 1px solid #d3d7cf;113 } 114 * html button {115 color: #888a85;116 font-size: 8pt;117 cursor: pointer;118 background-color: #efefef;119 border: 1px solid #babdb6;120 border-top: 1px solid #d3d7cf;121 border-left: 1px solid #d3d7cf;122 } 123 button:hover, input[type="button"]:hover, input[type="submit"]:hover {124 color: #fff;125 background-color: #3465a4;106 button, input[type="button"], input[type="submit"]{ 107 color: #888a85; 108 font-size: 8pt; 109 cursor: pointer; 110 background-color: #efefef; 111 border: 1px solid #babdb6; 112 border-top: 1px solid #d3d7cf; 113 border-left: 1px solid #d3d7cf; 114 } 115 * html button{ 116 color: #888a85; 117 font-size: 8pt; 118 cursor: pointer; 119 background-color: #efefef; 120 border: 1px solid #babdb6; 121 border-top: 1px solid #d3d7cf; 122 border-left: 1px solid #d3d7cf; 123 } 124 button:hover, input[type="button"]:hover, input[type="submit"]:hover{ 125 color: #fff; 126 background-color: #3465a4; 126 127 } 127 128 button:active, input[type="button"]:active, input[type="submit"]:active { 128 color: #000;129 border: 1px solid #3465a4;130 background-color: #fff;129 color: #000; 130 border: 1px solid #3465a4; 131 background-color: #fff; 131 132 } 132 133 select {cursor: pointer;} 133 134 input[type="text"], input[type="password"], textarea { 134 color: #555753;135 background-color: #fff;136 border: 1px solid #d3d7cf;137 border-top: 1px solid #babdb6;138 border-left: 1px solid #babdb6;139 } 140 input[type="text"]:focus, input[type="password"]:focus, textarea:focus {141 color: #000;142 background-color: #fff;143 border: 1px solid #3465a4;135 color: #555753; 136 background-color: #fff; 137 border: 1px solid #d3d7cf; 138 border-top: 1px solid #babdb6; 139 border-left: 1px solid #babdb6; 140 } 141 input[type="text"]:focus, input[type="password"]:focus, textarea:focus{ 142 color: #000; 143 background-color: #fff; 144 border: 1px solid #3465a4; 144 145 } 145 146 textarea {width: inherit;} 146 147 input[type="radio"], input[type="checkbox"], select { 147 padding: 2px;148 font-size: small;148 padding: 2px; 149 font-size: small; 149 150 } 150 151 fieldset { 151 border: 0;152 margin: 0;153 padding: 0;154 margin-bottom: 1em;155 font-size: small;152 border: 0; 153 margin: 0; 154 padding: 0; 155 margin-bottom: 1em; 156 font-size: small; 156 157 } 157 158 legend { 158 background-color: white;159 font-weight: bold;160 font-size: 110%;161 padding: 4px;162 padding-left: .5em;163 padding-right: .5em;159 background-color: white; 160 font-weight: bold; 161 font-size: 110%; 162 padding: 4px; 163 padding-left: .5em; 164 padding-right: .5em; 164 165 } 165 166 label {color: #777; font-size: 12px; cursor: pointer;} … … 168 169 fieldset label {display: block; font-size: 100%;} 169 170 fieldset div { 170 clear: right;171 padding: 0 1em;172 padding-bottom: 6px;171 clear: right; 172 padding: 0 1em; 173 padding-bottom: 6px; 173 174 } 174 175 fieldset div strong {font-size: 100%} 175 176 176 177 .borderimage { 177 border: 1px solid #babdb6;178 background-color: #fff;179 padding: 4px;178 border: 1px solid #babdb6; 179 background-color: #fff; 180 padding: 4px; 180 181 } 181 182 182 183 .terminal 183 184 { 184 margin: 15px;185 padding:15px;186 font-size: small;187 font-family: "Courier New", Courier;188 background:darkslategray;189 border: solid 1px silver;190 line-height:110%;191 color:ghostwhite;192 width: 90%;185 margin: 15px; 186 padding:15px; 187 font-size: small; 188 font-family: "Courier New", Courier; 189 background:darkslategray; 190 border: solid 1px silver; 191 line-height:110%; 192 color:ghostwhite; 193 width: 90%; 193 194 } 194 195 195 196 .code, .xml , .script 196 197 { 197 margin: 15px;198 padding:15px;199 font-size: small;200 font-family: "Courier New", Courier;201 background:whitesmoke;202 border: solid 1px silver;203 line-height:110%;204 color: #888a85dbd;205 width: 90%;198 margin: 15px; 199 padding:15px; 200 font-size: small; 201 font-family: "Courier New", Courier; 202 background:whitesmoke; 203 border: solid 1px silver; 204 line-height:110%; 205 color: #888a85dbd; 206 width: 90%; 206 207 } 207 208 … … 216 217 217 218 .filebrowser-location { 218 border-bottom: 1px solid #d3d7cf;219 text-align: right;220 margin-bottom: 10px;219 border-bottom: 1px solid #d3d7cf; 220 text-align: right; 221 margin-bottom: 10px; 221 222 } 222 223 .filebrowser-item { 223 float: left;224 width: 150px;225 text-align: center;226 font-size: x-small;227 padding-top: 0.5em;228 height: 90px;224 float: left; 225 width: 150px; 226 text-align: center; 227 font-size: x-small; 228 padding-top: 0.5em; 229 height: 90px; 229 230 } 230 231 .filebrowser-date {color: #888a85;} … … 232 233 233 234 #rss_time { 234 border: 1px solid #5255a5;235 background: #888a85;236 color: #fff;237 font-size: 16px;238 font-weight: bold;239 padding: 4px;235 border: 1px solid #5255a5; 236 background: #888a85; 237 color: #fff; 238 font-size: 16px; 239 font-weight: bold; 240 padding: 4px; 240 241 } 241 242 … … 244 245 /* pager styling */ 245 246 div.pager{ 246 font-size: .8em;247 text-align: right;247 font-size: .8em; 248 text-align: right; 248 249 } 249 250 /* separator for pager links, you can use an image too */ 250 251 .pager a:after { 251 content: " | ";252 //background-image: url("yourimage");252 content: " | "; 253 //background-image: url("yourimage"); 253 254 } 254 255 /* no separator after last link */ 255 256 .pager a.last:after { 256 content: "";257 content: ""; 257 258 } 258 259 259 260 /* Debug */ 260 261 #debug-table { 261 background-color: white;262 color: black;263 font-size: x-small;262 background-color: white; 263 color: black; 264 font-size: x-small; 264 265 } 265 266 #debug-table pre {font-size: small;} … … 268 269 pre.var_dump span.type {color:#006600; background:transparent;} 269 270 pre.var_dump span.value { 270 padding:2px; color:#339900;271 background:#F0F0F0;272 border: 1px dashed #CCCCCC;271 padding:2px; color:#339900; 272 background:#F0F0F0; 273 border: 1px dashed #CCCCCC; 273 274 } 274 275 /* End Debug */ … … 281 282 .menu_level_1 a {} 282 283 .menu_option_active { 283 color: #000;284 text-decoration: none;285 font-weight: bold;284 color: #000; 285 text-decoration: none; 286 font-weight: bold; 286 287 } 287 288 .menu_level_2 {padding-left: 20px;} … … 297 298 /* Common styles for all gadgets */ 298 299 .clearfix:after { 299 height: 0;300 clear: both;301 width: 100%;302 content: ".";303 display: block;304 visibility: hidden;300 height: 0; 301 clear: both; 302 width: 100%; 303 content: "."; 304 display: block; 305 visibility: hidden; 305 306 } 306 307 .gadget {margin-bottom: 10px;} 307 308 .wide .gadget {margin-bottom: 2px;} 308 309 .gadget h3 { 309 min-width: 150px;310 padding: 0px;311 color: #888a85;312 font-weight: bold;313 font-size: 12px;314 border-bottom: 1px solid #888a85;315 text-decoration: none;316 padding-top: 5px;317 padding-bottom: 3px;310 min-width: 150px; 311 padding: 0px; 312 color: #888a85; 313 font-weight: bold; 314 font-size: 12px; 315 border-bottom: 1px solid #888a85; 316 text-decoration: none; 317 padding-top: 5px; 318 padding-bottom: 3px; 318 319 } 319 320 .gadget .content {font-size: 10pt; border-top: none;} … … 323 324 .gadget .actions div {text-align: left;} 324 325 .gadget .actions button{ 325 margin: 2px;326 padding: 1px;327 min-height: 18px;328 min-width: 42px;329 font-weight: bold;330 overflow: visible;331 border: 1px solid #babdb6;332 border-top: 1px solid #d3d7cf;333 border-right: 1px solid #d3d7cf;326 margin: 2px; 327 padding: 1px; 328 min-height: 18px; 329 min-width: 42px; 330 font-weight: bold; 331 overflow: visible; 332 border: 1px solid #babdb6; 333 border-top: 1px solid #d3d7cf; 334 border-right: 1px solid #d3d7cf; 334 335 } 335 336 … … 348 349 /* Commnets */ 349 350 .comment .comment_info, .comment_reply { 350 padding: 5px;351 text-align: right;352 font-size: xx-small;353 color: #babdb6;354 clear: both;351 padding: 5px; 352 text-align: right; 353 font-size: xx-small; 354 color: #babdb6; 355 clear: both; 355 356 } 356 357 .comment .content {text-align: justify;} 357 358 .comment .avatar { 358 float: left;359 margin-right: 5px;360 margin-bottom: 5px;361 border: 1px solid #000;359 float: left; 360 margin-right: 5px; 361 margin-bottom: 5px; 362 border: 1px solid #000; 362 363 } 363 364 .comment_level_0 {margin-left: 0px;} … … 384 385 385 386 /* Poll */ 386 .poll .content input {padding: 2px; border: none;}387 .poll .content label {padding-left: 2px;}387 .poll .contentinput {padding: 2px; border: none;} 388 .poll .contentlabel {padding-left: 2px;} 388 389 .poll_result table {width: 98%; margin: 0px; padding:0px; font-size:10pt;} 389 390 .poll_result th { border: 1px solid #d3d7cf; } 390 .poll_result td {font-size:9pt; padding:4px 4px 4px 2px; border: 1px solid #d3d7cf;}391 .poll_result td {font-size:9pt; padding:4px; padding-left:2px; border: 1px solid #d3d7cf;} 391 392 .poll_result .txt_percent {width: 28px;} 392 393 .poll_result .img_percent {width: 128px;} … … 406 407 .quotes ul {list-style: none;} 407 408 .quotes li , .rssreader li { 408 display: block; 409 color: #271739; 410 font-size: 12px; 411 padding: 2px 6px 2px 2px; 412 text-decoration: none; 413 border-bottom: 1px dashed #ccc; 409 display: block; 410 color: #271739; 411 font-size: 12px; 412 padding: 2px; 413 padding-right: 6px; 414 text-decoration: none; 415 border-bottom: 1px dashed #ccc; 414 416 } 415 417 .quotes ul a:hover {color: #ef3300;} … … 418 420 /* Blog */ 419 421 .blog_entry .entry-meta, .comment-feed { 420 display: block;421 padding-top: 4px;422 text-align: right;423 font-size: smaller;424 border-top:1px dashed #e3e7df; margin-top: 10px;422 display: block; 423 padding-top: 4px; 424 text-align: right; 425 font-size: smaller; 426 border-top:1px dashed #e3e7df; margin-top: 10px; 425 427 } 426 428 .blog-comment-title { 427 color: #000;428 font-weight: bold;429 font-size: 110%;429 color: #000; 430 font-weight: bold; 431 font-size: 110%; 430 432 } 431 433 .blog-comment-title a, .blog-comment-title a:hover { 432 color: #000;433 text-decoration: none;434 } 435 436 .blog-entry-nav, .blog-page-nav {437 padding: 4px;438 height: 15px;439 font-size: 80%;440 display: block;441 margin-bottom: 5px;442 border: 1px solid #d3d7cf;443 background-color: #fafafa;434 color: #000; 435 text-decoration: none; 436 } 437 438 .blog-entry-nav, .blog-page-nav{ 439 padding: 4px; 440 height: 15px; 441 font-size: 80%; 442 display: block; 443 margin-bottom: 5px; 444 border: 1px solid #d3d7cf; 445 background-color: #fafafa; 444 446 } 445 447 .blog-entry-nav .float-left {float:left} 446 448 .blog-entry-nav .float-right {float:right} 447 449 .blog-tb { 448 border: 1px solid #d3d7cf;449 background: #fff;450 padding: 10px;451 font-size: xx-small;450 border: 1px solid #d3d7cf; 451 background: #fff; 452 padding: 10px; 453 font-size: xx-small; 452 454 } 453 455 … … 456 458 457 459 .calendar { 458 background: #fff;459 margin-top: 10px;460 padding: 2px;461 border: 1px solid #d3d7cf;462 width: 100%;463 text-align: center;460 background: #fff; 461 margin-top: 10px; 462 padding: 2px; 463 border: 1px solid #d3d7cf; 464 width: 100%; 465 text-align: center; 464 466 } 465 467 .calendar #cal-header { 466 color: #fff;467 background: #888a85;468 font-size: 12px;469 font-weight: bold;470 padding: 2px;471 text-align: center;468 color: #fff; 469 background: #888a85; 470 font-size: 12px; 471 font-weight: bold; 472 padding: 2px; 473 text-align: center; 472 474 } 473 475 .calendar #cal-header a {font-weight: bold; color: #fff; text-decoration: none;} … … 475 477 .calendar #cal-header #arrow-right {margin-right: 2px; float: right;} 476 478 .calendar .weekday { 477 color: #888a85;478 background: #eee;479 font-size: 8px;480 padding: 2px;479 color: #888a85; 480 background: #eee; 481 font-size: 8px; 482 padding: 2px; 481 483 } 482 484 .calendar .noday {color: #aaa; font-size: 8px; padding: 2px;} … … 485 487 .calendar .day a {color: #888a85; text-decoration: underline;} 486 488 .calendar .today { 487 background-color: #888a85;488 color: #fff;489 font-size: 8px;490 font-weight: bold;491 padding: 2px;489 background-color: #888a85; 490 color: #fff; 491 font-size: 8px; 492 font-weight: bold; 493 padding: 2px; 492 494 } 493 495 .calendar .today a {color: #fff; text-decoration: underline;} 494 496 .calendar .selectedday { 495 background-color: #eec;496 color: #663;497 font-weight: bold;498 font-size: 8px;499 padding: 2px;497 background-color: #eec; 498 color: #663; 499 font-weight: bold; 500 font-size: 8px; 501 padding: 2px; 500 502 } 501 503 .calendar .selectedday a {color: #663; text-decoration: underline;} … … 543 545 .faq .summary {padding-bottom: 5px;} 544 546 .faq .summary li {margin-left: 20px; font-size: 10pt;} 545 .faq .summary li {font-weight: bold;}546 .faq .summary li ol li {font-weight: normal;}547 .faq .summary li{font-weight: bold;} 548 .faq .summary liol li {font-weight: normal;} 547 549 .faq_category h4 {font-size: 10pt;} 548 550 … … 552 554 .glossary h3 {margin-bottom: 10px;} 553 555 .glossary span { 554 border: 1px solid #d3d7cf;555 padding: 4px;556 background: #eee;557 font-size: xx-small;556 border: 1px solid #d3d7cf; 557 padding: 4px; 558 background: #eee; 559 font-size: xx-small; 558 560 } 559 561 .glossary span a {padding: 2px;} … … 590 592 /* Menu */ 591 593 .menu:after {height: 0; clear: both; content: "."; display: block; visibility: hidden;} 592 .menu .content, .menu .content ul, .menu .content ul li {padding:0; margin:0; font-size: 8pt;}594 .menu .content, .menu .content ul, .menu .content ul li {padding:0; margin:0;} 593 595 .menu .content ul {position:relative; list-style-type: none; display:inline-block; z-index:1000;} 594 596 .narrow .menu .content ul {z-index:500;} 595 597 .menu a, .menu a:visited { 596 color:#777; 597 padding:4px; 598 display:block; 599 min-height:18px; 600 font-weight: bold; 601 text-decoration:none; 602 border:1px solid #fff; 603 border-bottom: none; 598 padding:4px; 599 display:block; 600 min-height:18px; 601 font-weight: bold; 602 text-decoration:none; 603 border:1px solid #fff; 604 border-bottom: none; 604 605 } 605 606 .menu li {background:#f0f0f0;} 606 607 .wide .menu li {float: left;} 607 .narrow .menu li a, .narrow .menu li a:visited {width:1 45px;}608 .narrow .menu li a, .narrow .menu li a:visited {width:170px;} 608 609 .wide .menu li ul li a, .wide .menu li ul li a:visited {width:170px;} 609 610 .menu li:hover {position:relative;} 610 611 .menu li:hover > a {background:#ddd; color:#37a;} 611 .menu li a:active, .menu li a:focus {background:#ddd; color:#37a;}612 612 .narrow .menu li ul {display:none;} 613 613 .wide .menu li ul {display:none;} 614 614 .menu li:hover > ul { 615 display:block;616 position:absolute;617 padding:10px 30px 30px 30px;618 background:transparent url(images/blank.gif);615 display:block; 616 position:absolute; 617 padding:10px 30px 30px 30px; 618 background:transparent url(images/blank.gif); 619 619 } 620 620 .wide .menu li:hover > ul {top:16px; left:-30px;} 621 .wide .menu li ul li:hover > ul {top:-10px; left:118px;} 622 .narrow .menu li:hover > ul {top:-10px; left:118px;} 623 .menu ul table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:1000; font-size:1em;} 624 * html .menu a:hover {color:#37a; background:#ddd; text-decoration:none; position:relative;} 625 * html .narrow .menu li a, * html .narrow .menu li a:visited {width:145px;} 626 * html .wide .menu li ul li a, * html .wide .menu li ul li a:visited {width:170px;} 621 .wide .menu li ul li:hover > ul {top:-10px; left:140px;} 622 .narrow .menu li:hover > ul {top:-10px; left:140px;} 623 .menu ul table { 624 top:0; 625 left:0; 626 z-index:1000; 627 font-size:1em; 628 position:absolute; 629 border-collapse:collapse; 630 } 631 * html .menu a:hover {background:#ddd; color:#37a; text-decoration:none; position:relative;} 632 * html .wide .menu a:hover {float: left;} /* must be removed in RTL mode */ 633 * html .narrow .menu li a, * html .narrow .menu li a:visited {width:170px;} 634 * html .wide .menu li ul, * html .wide .menu li ul li a, * html .wide .menu li ul li a:visited {width:170px;} 627 635 * html .narrow .menu li ul { 628 display:block;629 position:absolute;630 visibility:hidden;631 top:-10px; left:118px;632 padding:10px 30px 30px 30px;633 background:transparent url(images/blank.gif);636 display:block; 637 position:absolute; 638 visibility:hidden; 639 top:-11px; left:140px; 640 padding:10px 30px 30px 30px; 641 background:transparent url(images/blank.gif); 634 642 } 635 643 * html .wide .menu li ul { 636 display:block;637 position:absolute;638 visibility:hidden;639 top:0px; left:148px;640 padding:10px 30px 30px 30px;641 background:transparent url(images/blank.gif);644 display:block; 645 position:absolute; 646 visibility:hidden; 647 top:0px; left:148px; 648 padding:10px 30px 30px 30px; 649 background:transparent url(images/blank.gif); 642 650 } 643 651 .wide .menu ul li a:hover ul ul{visibility:hidden;} … … 645 653 .wide .menu ul li a:hover ul a:hover ul a:hover ul ul{visibility:hidden;} 646 654 .wide .menu ul li a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;} 647 .wide .menu ul li a:hover ul {visibility:visible; left:-3 0px; top:13px; lef\t:-35px; to\p:14px;}648 .wide .menu ul li a:hover ul a:hover ul{visibility:visible; top:-1 0px; left:148px;}655 .wide .menu ul li a:hover ul {visibility:visible; left:-31px; top:14px;} 656 .wide .menu ul li a:hover ul a:hover ul{visibility:visible; top:-11px; left:148px;} 649 657 .wide .menu ul li a:hover ul a:hover ul a:hover ul {visibility:visible;} 650 658 .wide .menu ul li a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;} art/themes/factory/style.rtl.css
r8575 r8595 1 * {margin:0; padding:0;} 1 2 body { 2 margin: 0;3 border: 0;4 padding: 0;5 direction: ltr;6 color: #888a85;7 font: 13px/15px georgia;8 background: #8fb4d8 url(topbg.jpg) repeat-x;3 margin: 0; 4 border: 0; 5 padding: 0; 6 direction: ltr; 7 color: #888a85; 8 font: 13px/15px georgia; 9 background: #8fb4d8 url(topbg.jpg) repeat-x; 9 10 } 10 11 … … 12 13 13 14 #fmargin { 14 width: 700px;15 padding: 10px;16 direction: rtl;17 margin: 20px auto;18 background: #fff;19 border: 1px solid #babdb6;20 -moz-border-radius: 6px;21 border-radius: 6px;15 width: 700px; 16 padding: 10px; 17 margin: 20px auto; 18 background: #fff; 19 border: 1px solid #babdb6; 20 -moz-border-radius: 6px; 21 border-radius: 6px; 22 direction: rtl; 22 23 } 23 24 24 25 #factory { 25 width: 700px;26 border: 1px solid #babdb6;27 background: #e7e7e7 url(factory.jpg) top right no-repeat;26 width: 700px; 27 border: 1px solid #babdb6; 28 background: #e7e7e7 url(factory.jpg) top right no-repeat; 28 29 } 29 30 #factory td { 30 border-spacing: 0px;31 border-spacing: 0px; 31 32 } 32 33 33 34 #header { 34 color: #fff;35 height: 300px;36 margin-bottom: 20px;37 background: transparent;38 padding: 0px 10px 0px 10px;35 color: #fff; 36 height: 300px; 37 margin-bottom: 20px; 38 background: transparent; 39 padding: 0px 10px 0px 10px; 39 40 } 40 41 41 42 #header .text { 42 top: 270px;43 color: #d3d7cf;44 font-size: 22px;45 position: relative;46 padding: 10px;47 font-family: Verdana, sans-serif;43 top: 270px; 44 color: #d3d7cf; 45 font-size: 22px; 46 position: relative; 47 padding: 10px; 48 font-family: Verdana, sans-serif; 48 49 } 49 50 #header .text a {text-decoration: none; color: #d3d7cf;} 50 51 51 52 #bar1 { 52 width:180px;53 display:block;54 padding: 5px;55 vertical-align: top;53 width:180px; 54 display:block; 55 padding: 5px; 56 vertical-align: top; 56 57 } 57 58 #main { 58 width:520px;59 padding: 5px;60 vertical-align: top;59 width:520px; 60 padding: 5px; 61 vertical-align: top; 61 62 } 62 63 63 64 #sub_footer { 64 padding: 0px;65 height: 34px;66 min-height: 34px;67 max-height: 34px;68 text-align: center;65 padding: 0px; 66 height: 34px; 67 min-height: 34px; 68 max-height: 34px; 69 text-align: center; 69 70 } 70 71 71 72 h1, h1 a { 72 font-size: 16px;73 color: #444;74 font-weight: bold;75 text-decoration: none;73 font-size: 16px; 74 color: #444; 75 font-weight: bold; 76 text-decoration: none; 76 77 } 77 78 h2, h2 a { 78 font-size: 16px;79 font-weight: bold;80 color: #888a85;81 text-decoration: none;79 font-size: 16px; 80 font-weight: bold; 81 color: #888a85; 82 text-decoration: none; 82 83 } 83 84 h2 {border-bottom: 1px dotted #d3d7cf;} 84 85 h3,h4, h3 a, h4 a { 85 min-width: 150px;86 padding: 0px;87 color: #888a85;88 font-weight: bold;89 font-size: 12px;90 border-bottom: 1px solid #888a85;91 text-decoration: none;92 padding-top: 5px;93 padding-bottom: 3px;86 min-width: 150px; 87 padding: 0px; 88 color: #888a85; 89 font-weight: bold; 90 font-size: 12px; 91 border-bottom: 1px solid #888a85; 92 text-decoration: none; 93 padding-top: 5px; 94 padding-bottom: 3px; 94 95 } 95 96 hr {display: none;} … … 98 99 img {border: 0;} 99 100 textarea { 100 padding: 2px;101 font-size: 8pt;102 border: 1px solid #cccccc;101 padding: 2px; 102 font-size: 8pt; 103 border: 1px solid #cccccc; 103 104 } 104 105 input, select {font-size: 11pt; border: 1px solid #cccccc;} 105 106 button{font-size:12px; border: 1px solid #333;} 106 button, input[type="button"], input[type="submit"] {107 color: #888a85;108 font-size: 8pt;109 cursor: pointer;110 background-color: #efefef;111 border: 1px solid #babdb6;112 border-top: 1px solid #d3d7cf;113 border-right: 1px solid #d3d7cf;114 } 115 * html button {116 color: #888a85;117 font-size: 8pt;118 cursor: pointer;119 background-color: #efefef;120 border: 1px solid #babdb6;121 border-top: 1px solid #d3d7cf;122 border-right: 1px solid #d3d7cf;123 } 124 button:hover, input[type="button"]:hover, input[type="submit"]:hover {125 color: #fff;126 background-color: #3465a4;107 button, input[type="button"], input[type="submit"]{ 108 color: #888a85; 109 font-size: 8pt; 110 cursor: pointer; 111 background-color: #efefef; 112 border: 1px solid #babdb6; 113 border-top: 1px solid #d3d7cf; 114 border-right: 1px solid #d3d7cf; 115 } 116 * html button{ 117 color: #888a85; 118 font-size: 8pt; 119 cursor: pointer; 120 background-color: #efefef; 121 border: 1px solid #babdb6; 122 border-top: 1px solid #d3d7cf; 123 border-right: 1px solid #d3d7cf; 124 } 125 button:hover, input[type="button"]:hover, input[type="submit"]:hover{ 126 color: #fff; 127 background-color: #3465a4; 127 128 } 128 129 button:active, input[type="button"]:active, input[type="submit"]:active { 129 color: #000;130 border: 1px solid #3465a4;131 background-color: #fff;130 color: #000; 131 border: 1px solid #3465a4; 132 background-color: #fff; 132 133 } 133 134 select {cursor: pointer;} 134 135 input[type="text"], input[type="password"], textarea { 135 color: #555753;136 background-color: #fff;137 border: 1px solid #d3d7cf;138 border-top: 1px solid #babdb6;139 border-right: 1px solid #babdb6;140 } 141 input[type="text"]:focus, input[type="password"]:focus, textarea:focus {142 color: #000;143 background-color: #fff;144 border: 1px solid #3465a4;136 color: #555753; 137 background-color: #fff; 138 border: 1px solid #d3d7cf; 139 border-top: 1px solid #babdb6; 140 border-right: 1px solid #babdb6; 141 } 142 input[type="text"]:focus, input[type="password"]:focus, textarea:focus{ 143 color: #000; 144 background-color: #fff; 145 border: 1px solid #3465a4; 145 146 } 146 147 textarea {width: inherit;} 147 148 input[type="radio"], input[type="checkbox"], select { 148 padding: 2px;149 font-size: small;149 padding: 2px; 150 font-size: small; 150 151 } 151 152 fieldset { 152 border: 0;153 margin: 0;154 padding: 0;155 margin-bottom: 1em;156 font-size: small;153 border: 0; 154 margin: 0; 155 padding: 0; 156 margin-bottom: 1em; 157 font-size: small; 157 158 } 158 159 legend { 159 background-color: white;160 font-weight: bold;161 font-size: 110%;162 padding: 4px;163 padding-right: .5em;164 padding-left: .5em;160 background-color: white; 161 font-weight: bold; 162 font-size: 110%; 163 padding: 4px; 164 padding-right: .5em; 165 padding-left: .5em; 165 166 } 166 167 label {color: #777; font-size: 12px; cursor: pointer;} … … 169 170 fieldset label {display: block; font-size: 100%;} 170 171 fieldset div { 171 clear: left;172 padding: 0 1em;173 padding-bottom: 6px;172 clear: left; 173 padding: 0 1em; 174 padding-bottom: 6px; 174 175 } 175 176 fieldset div strong {font-size: 100%} 176 177 177 178 .borderimage { 178 border: 1px solid #babdb6;179 background-color: #fff;180 padding: 4px;179 border: 1px solid #babdb6; 180 background-color: #fff; 181 padding: 4px; 181 182 } 182 183 183 184 .terminal 184 185 { 185 margin: 15px;186 padding:15px;187 font-size: small;188 font-family: "Courier New", Courier;189 background:darkslategray;190 border: solid 1px silver;191 line-height:110%;192 color:ghostwhite;193 width: 90%;186 margin: 15px; 187 padding:15px; 188 font-size: small; 189 font-family: "Courier New", Courier; 190 background:darkslategray; 191 border: solid 1px silver; 192 line-height:110%; 193 color:ghostwhite; 194 width: 90%; 194 195 } 195 196 196 197 .code, .xml , .script 197 198 { 198 margin: 15px;199 padding:15px;200 font-size: small;201 font-family: "Courier New", Courier;202 background:whitesmoke;203 border: solid 1px silver;204 line-height:110%;205 color: #888a85dbd;206 width: 90%;199 margin: 15px; 200 padding:15px; 201 font-size: small; 202 font-family: "Courier New", Courier; 203 background:whitesmoke; 204 border: solid 1px silver; 205 line-height:110%; 206 color: #888a85dbd; 207 width: 90%; 207 208 } 208 209 … … 217 218 218 219 .filebrowser-location { 219 border-bottom: 1px solid #d3d7cf;220 text-align: left;221 margin-bottom: 10px;220 border-bottom: 1px solid #d3d7cf; 221 text-align: left; 222 margin-bottom: 10px; 222 223 } 223 224 .filebrowser-item { 224 float: right;225 width: 150px;226 text-align: center;227 font-size: x-small;228 padding-top: 0.5em;229 height: 90px;225 float: right; 226 width: 150px; 227 text-align: center; 228 font-size: x-small; 229 padding-top: 0.5em; 230 height: 90px; 230 231 } 231 232 .filebrowser-date {color: #888a85;} … … 233 234 234 235 #rss_time { 235 border: 1px solid #5255a5;236 background: #888a85;237 color: #fff;238 font-size: 16px;239 font-weight: bold;240 padding: 4px;236 border: 1px solid #5255a5; 237 background: #888a85; 238 color: #fff; 239 font-size: 16px; 240 font-weight: bold; 241 padding: 4px; 241 242 } 242 243 … … 245 246 /* pager styling */ 246 247 div.pager{ 247 font-size: .8em;248 text-align: left;248 font-size: .8em; 249 text-align: left; 249 250 } 250 251 /* separator for pager links, you can use an image too */ 251 252 .pager a:after { 252 content: " | ";253 //background-image: url("yourimage");253 content: " | "; 254 //background-image: url("yourimage"); 254 255 } 255 256 /* no separator after last link */ 256 257 .pager a.last:after { 257 content: "";258 content: ""; 258 259 } 259 260 260 261 /* Debug */ 261 262 #debug-table { 262 background-color: white;263 color: black;264 font-size: x-small;263 background-color: white; 264 color: black; 265 font-size: x-small; 265 266 } 266 267 #debug-table pre {font-size: small;} … … 269 270 pre.var_dump span.type {color:#006600; background:transparent;} 270
