Changeset 8609
- Timestamp:
- 05/20/08 18:29:57 (8 months ago)
- Files:
-
- art/themes/tunnel/layout.html (modified) (1 diff)
- art/themes/tunnel/style.css (modified) (24 diffs)
- art/themes/tunnel/style.rtl.css (modified) (24 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
art/themes/tunnel/layout.html
r8462 r8609 12 12 <!-- END head --> 13 13 </head> 14 <body> 15 <div id="header" class="wide"> 16 <!-- BEGIN header -->{ELEMENT}<!-- END header --> 17 </div> 18 <div align="center" style="padding: 40px;"> 19 <table style="border:2px solid #000; width: 790px; border-collapse:collapse; padding: 0; border-spacing:0; background: #fff; text-align: left;"> 20 <tr> 21 <td colspan="3" style="background: url('{THEME}tunnel.jpg') no-repeat; min-height: 140px; height: 140px; border-bottom: 2px solid #000;"> 22 <div id="header"> 23 <span class="title">{site-name}</span><br /> 24 <span class="desc">{site-description}</span> 14 <body> 15 <div id="container" class="clearfix"> 16 <div id="header" class="wide"> 17 <!-- BEGIN header -->{ELEMENT}<!-- END header --> 18 </div> 19 20 <div id="top_header"> 21 <span class="site-title"><a href="{site-url}">{site-name}</a></span><br /> 22 <span class="site-desc">{site-description}</span> 23 </div> 24 25 <div id="main-section"> 26 27 <div id="bar1" class="narrow"> 28 <!-- BEGIN bar1 narrow="yes" -->{ELEMENT}<!-- END bar1 --> 25 29 </div> 26 </td> 27 </tr> 28 <tr> 29 <td id="bar1" valign="top" class="narrow"> 30 31 <!-- BEGIN bar1 narrow="yes" -->{ELEMENT}<!-- END bar1 --> 32 <br /><br /><br /> 33 </td> 34 <td id="main" valign="top" width="99%" class="wide"> 35 36 <!-- BEGIN main -->{ELEMENT}<!-- END main --> 37 <br /><br /><br /> 38 </td> 39 <td id="bar2" valign="top" class="narrow"> 40 41 <!-- BEGIN bar2 narrow="yes" -->{ELEMENT}<!-- END bar2 --> 42 <br /><br /><br /> 43 </td> 44 </tr> 45 </table> 46 <!-- BEGIN footer --> 47 <div id="footer" class="wide"> 48 {ELEMENT} 49 </div> 50 <!-- END footer --> 51 <div align="center"> 52 <br /><br /> 53 <a href="http://www.jaws-project.com"><img src="{THEME}jawspowered.png" border="0"></a> 54 <br /><br /> 55 </div> 56 </div> 57 </body> 30 31 <div id="main" class="wide"> 32 <!-- BEGIN main -->{ELEMENT}<!-- END main --> 33 </div> 34 35 <div id="bar2" class="narrow"> 36 <!-- BEGIN bar2 narrow="yes" -->{ELEMENT}<!-- END bar2 --> 37 </div> 38 39 </div> 40 </div> 41 42 <!-- BEGIN footer --> 43 <div id="footer" class="wide"> 44 {ELEMENT} 45 </div> 46 <!-- END footer --> 47 <div id="sub_footer"> 48 <p><strong>{site-name}</strong><br />{site-description}</p> 49 <a href="http://www.jaws-project.com"><img src="{THEME}jawspowered.png" border="0" alt="Powered by Jaws" /></a> 50 </div> 51 </body> 58 52 </html> 59 53 <!-- END layout --> art/themes/tunnel/style.css
r8464 r8609 1 * {margin:0; padding:0;} 2 1 3 body { 2 background: #d04c01 url(bk.jpg); 3 font-family: arial, verdana, sans-serif; 4 font-size: 12px; 5 color: black; 6 margin: 0; 7 padding: 0; 8 border: 0; 9 } 10 11 #header .title { 12 font-size: 40px; 13 color: #fff; 14 padding:0; 15 margin:0; 16 padding-left: 30px; 17 font-weight: bold; 18 } 19 #header .desc {padding-left: 70px; font-style: italic;} 20 21 #main { min-width:10px; width: 99%; padding:4px; padding-left: 9px;} 22 #bar1 { width:150px; min-width:150px; display:block; padding:2px; padding-left: 2px; display: block;} 23 #bar2 { width:150px; min-width:150px; display:block; padding:2px; padding-right: 0px; display: block;} 4 margin: 0; 5 padding: 0; 6 border: 0; 7 color: black; 8 font-size: 12px; 9 direction: ltr; 10 background: #d04c01 url(bk.jpg); 11 font-family: arial, verdana, sans-serif; 12 } 13 #container { 14 width:790px; 15 text-align:left; 16 margin:0px auto; 17 border:2px solid #000; 18 width: 790px; 19 border-collapse:collapse; 20 padding: 0; 21 border-spacing:0; 22 background: #fff; 23 } 24 25 #top_header { 26 background: url(tunnel.jpg) no-repeat; 27 min-height: 140px; 28 height: 140px; 29 border-bottom: 2px solid #000; 30 } 31 #top_header .site-title a { 32 color: #fff; 33 margin: 0px; 34 padding: 0px; 35 font-size: 40px; 36 padding-left: 30px; 37 font-weight: bold; 38 text-decoration: none; 39 background: none; 40 } 41 #top_header .site-desc {padding-left: 70px; font-style: italic;} 42 43 #main { min-width:10px; width: 450px; padding:4px; float: left;} 44 #bar1 { width:150px; min-width:150px; padding:4px; float: left;} 45 #bar2 { width:150px; min-width:150px; padding:4px; float: right;} 24 46 25 47 #footer { 26 padding: 0px; 27 padding-top: 20px; 28 height: 34px; 29 min-height: 34px; 30 max-height: 34px; 31 text-align: center; 48 padding: 0px; 49 padding-top: 20px; 50 height: 34px; 51 min-height: 34px; 52 max-height: 34px; 53 text-align: center; 54 } 55 #sub_footer { 56 text-align: center; 32 57 } 33 58 … … 35 60 a {color: #d04c01; padding:2px;} 36 61 a:hover { 37 color: #fff;38 background: #d04c01;39 text-decoration: none;62 color: #fff; 63 background: #d04c01; 64 text-decoration: none; 40 65 } 41 66 … … 46 71 img {border: 0;} 47 72 textarea { 48 padding: 2px;49 font-size: 8pt;50 border: 1px solid #cccccc;73 padding: 2px; 74 font-size: 8pt; 75 border: 1px solid #cccccc; 51 76 } 52 77 input, select {font-size: 11pt; border: 1px solid #cccccc;} 53 78 button{font-size:12px; border: 1px solid #333;} 54 button, input[type="button"], input[type="submit"] {55 color: #888a85;56 font-size: 8pt;57 cursor: pointer;58 background-color: #efefef;59 border: 1px solid #babdb6;60 border-top: 1px solid #d3d7cf;61 border-left: 1px solid #d3d7cf;79 button, input[type="button"], input[type="submit"]{ 80 color: #888a85; 81 font-size: 8pt; 82 cursor: pointer; 83 background-color: #efefef; 84 border: 1px solid #babdb6; 85 border-top: 1px solid #d3d7cf; 86 border-left: 1px solid #d3d7cf; 62 87 } 63 88 * html button { 64 color: #888a85;65 font-size: 8pt;66 cursor: pointer;67 background-color: #efefef;68 border: 1px solid #babdb6;69 border-top: 1px solid #d3d7cf;70 border-left: 1px solid #d3d7cf;71 } 72 button:hover, input[type="button"]:hover, input[type="submit"]:hover {73 color: #fff;74 background-color: #3465a4;89 color: #888a85; 90 font-size: 8pt; 91 cursor: pointer; 92 background-color: #efefef; 93 border: 1px solid #babdb6; 94 border-top: 1px solid #d3d7cf; 95 border-left: 1px solid #d3d7cf; 96 } 97 button:hover, input[type="button"]:hover, input[type="submit"]:hover{ 98 color: #fff; 99 background-color: #3465a4; 75 100 } 76 101 button:active, input[type="button"]:active, input[type="submit"]:active { 77 color: #000;78 border: 1px solid #3465a4;79 background-color: #fff;102 color: #000; 103 border: 1px solid #3465a4; 104 background-color: #fff; 80 105 } 81 106 select {cursor: pointer;} 82 107 input[type="text"], input[type="password"], textarea { 83 color: #555753;84 background-color: #fff;85 border: 1px solid #d3d7cf;86 border-top: 1px solid #babdb6;87 border-left: 1px solid #babdb6;88 } 89 input[type="text"]:focus, input[type="password"]:focus, textarea:focus {90 color: #000;91 background-color: #fff;92 border: 1px solid #3465a4;108 color: #555753; 109 background-color: #fff; 110 border: 1px solid #d3d7cf; 111 border-top: 1px solid #babdb6; 112 border-left: 1px solid #babdb6; 113 } 114 input[type="text"]:focus, input[type="password"]:focus, textarea:focus{ 115 color: #000; 116 background-color: #fff; 117 border: 1px solid #3465a4; 93 118 } 94 119 textarea {width: inherit;} 95 120 input[type="radio"], input[type="checkbox"], select { 96 padding: 2px;97 font-size: small;121 padding: 2px; 122 font-size: small; 98 123 } 99 124 fieldset { 100 border: 0;101 margin: 0;102 padding: 0;103 margin-bottom: 1em;104 font-size: small;125 border: 0; 126 margin: 0; 127 padding: 0; 128 margin-bottom: 1em; 129 font-size: small; 105 130 } 106 131 legend { 107 background-color: white;108 font-weight: bold;109 font-size: 110%;110 padding: 4px;111 padding-left: .5em;112 padding-right: .5em;132 background-color: white; 133 font-weight: bold; 134 font-size: 110%; 135 padding: 4px; 136 padding-left: .5em; 137 padding-right: .5em; 113 138 } 114 139 label {color: #777; font-size: 12px; cursor: pointer;} … … 117 142 fieldset label {display: block; font-size: 100%;} 118 143 fieldset div { 119 clear: right;120 padding: 0 1em;121 padding-bottom: 6px;144 clear: right; 145 padding: 0 1em; 146 padding-bottom: 6px; 122 147 } 123 148 fieldset div strong {font-size: 100%} … … 126 151 .terminal 127 152 { 128 margin: 15px;129 padding:15px;130 font-size: small;131 font-family: "Courier New", Courier;132 background: #000;133 border: solid 1px #d3d7cf;134 line-height:110%;135 color:white;136 width: 90%;153 margin: 15px; 154 padding:15px; 155 font-size: small; 156 font-family: "Courier New", Courier; 157 background: #000; 158 border: solid 1px #d3d7cf; 159 line-height:110%; 160 color:white; 161 width: 90%; 137 162 } 138 163 139 164 .code, .xml , .script 140 165 { 141 margin: 15px;142 padding:15px;143 font-size: small;144 font-family: "Courier New", Courier;145 background: #fff;146 border: solid 1px #d3d7cf;147 line-height:110%;148 color: #000dbd;149 width: 90%;166 margin: 15px; 167 padding:15px; 168 font-size: small; 169 font-family: "Courier New", Courier; 170 background: #fff; 171 border: solid 1px #d3d7cf; 172 line-height:110%; 173 color: #000dbd; 174 width: 90%; 150 175 } 151 176 … … 157 182 158 183 .filebrowser-location { 159 border-bottom: 1px solid #d3d7cf;160 text-align: right;161 margin-bottom: 10px;184 border-bottom: 1px solid #d3d7cf; 185 text-align: right; 186 margin-bottom: 10px; 162 187 } 163 188 .filebrowser-item { 164 float: left;165 width: 150px;166 text-align: center;167 font-size: x-small;168 padding-top: 0.5em;169 height: 90px;189 float: left; 190 width: 150px; 191 text-align: center; 192 font-size: x-small; 193 padding-top: 0.5em; 194 height: 90px; 170 195 } 171 196 .filebrowser-date {color: #888a85;} … … 173 198 174 199 #rss_time { 175 border: 1px solid #5255a5;176 background: #d04c01;177 color: #fff;178 font-size: 16px;179 font-weight: bold;180 padding: 4px;200 border: 1px solid #5255a5; 201 background: #d04c01; 202 color: #fff; 203 font-size: 16px; 204 font-weight: bold; 205 padding: 4px; 181 206 } 182 207 … … 187 212 /* separator for pager links, you can use an image too */ 188 213 .pager a:after { 189 content: " | ";190 /*background-image: url("yourimage");*/214 content: " | "; 215 /*background-image: url("yourimage");*/ 191 216 } 192 217 /* no separator after last link */ … … 199 224 pre.var_dump span.type {color:#006600; background:transparent;} 200 225 pre.var_dump span.value { 201 padding:2px; color:#339900;202 background:#F0F0F0;203 border: 1px dashed #CCCCCC;226 padding:2px; color:#339900; 227 background:#F0F0F0; 228 border: 1px dashed #CCCCCC; 204 229 } 205 230 /* End Debug */ … … 222 247 /* Common styles for all gadgets */ 223 248 .clearfix:after { 224 height: 0;225 clear: both;226 width: 100%;227 content: ".";228 display: block;229 visibility: hidden;249 height: 0; 250 clear: both; 251 width: 100%; 252 content: "."; 253 display: block; 254 visibility: hidden; 230 255 } 231 256 .gadget {margin-bottom: 10px;} 232 257 .wide .gadget {margin-bottom: 2px;} 233 .gadget h3 {color: #000; border-bottom: 1px solid #d3d7cf; }258 .gadget h3 {color: #000; border-bottom: 1px solid #d3d7cf; font-size:14px;} 234 259 .gadget .content {font-size: 10pt; padding: 0px 5px; border-top: none;} 235 260 .gadget .content ul {list-style: none;} … … 238 263 .gadget .actions div {text-align: left;} 239 264 .gadget .actions button{ 240 margin: 2px;241 padding: 1px;242 min-height: 18px;243 min-width: 42px;244 font-weight: bold;245 overflow: visible;246 border: 1px solid #babdb6;247 border-top: 1px solid #d3d7cf;248 border-right: 1px solid #d3d7cf;265 margin: 2px; 266 padding: 1px; 267 min-height: 18px; 268 min-width: 42px; 269 font-weight: bold; 270 overflow: visible; 271 border: 1px solid #babdb6; 272 border-top: 1px solid #d3d7cf; 273 border-right: 1px solid #d3d7cf; 249 274 } 250 275 … … 263 288 /* Commnets */ 264 289 .comment .comment_info, .comment_reply { 265 padding: 5px;266 text-align: right;267 font-size: xx-small;268 color: #babdb6;269 clear: both;290 padding: 5px; 291 text-align: right; 292 font-size: xx-small; 293 color: #babdb6; 294 clear: both; 270 295 } 271 296 .comment .content {text-align: justify;} 272 297 .comment .avatar { 273 float: left;274 margin-right: 5px;275 margin-bottom: 5px;276 border: 1px solid #000;298 float: left; 299 margin-right: 5px; 300 margin-bottom: 5px; 301 border: 1px solid #000; 277 302 } 278 303 .comment_level_0 {margin-left: 0px;} … … 299 324 300 325 /* Poll */ 301 .poll .content input {padding: 2px; border: none;}302 .poll .content label {padding-left: 2px;}326 .poll .contentinput {padding: 2px; border: none;} 327 .poll .contentlabel {padding-left: 2px;} 303 328 .poll_result table {width: 98%; margin: 0px; padding:0px; font-size:10pt;} 304 329 .poll_result th { border: 1px solid #d3d7cf; } 305 .poll_result td {font-size:9pt; padding:4px 4px 4px2px; border: 1px solid #d3d7cf; }330 .poll_result td {font-size:9pt; padding:4px; padding-left:2px; border: 1px solid #d3d7cf; } 306 331 .poll_result .txt_percent {width: 28px;} 307 332 .poll_result .img_percent {width: 128px;} … … 321 346 .quotes ul {list-style: none;} 322 347 .quotes li , .rssreader li { 323 display: block; 324 color: #271739; 325 font-size: 12px; 326 padding: 2px 6px 2px 2px; 327 text-decoration: none; 328 border-bottom: 1px dashed #ccc; 348 display: block; 349 color: #271739; 350 font-size: 12px; 351 padding: 2px; 352 padding-right: 6px; 353 text-decoration: none; 354 border-bottom: 1px dashed #ccc; 329 355 } 330 356 .wide .quotes .content ul li {display: inline;} … … 332 358 /* Blog */ 333 359 .blog_entry .entry-meta, .comment-feed { 334 display: block;335 padding-top: 4px;336 text-align: right;337 font-size: smaller;338 border-top:1px dashed #e3e7df; margin-top: 10px;360 display: block; 361 padding-top: 4px; 362 text-align: right; 363 font-size: smaller; 364 border-top:1px dashed #e3e7df; margin-top: 10px; 339 365 } 340 366 .blog-comment-title { 341 color: #000;342 font-weight: bold;343 font-size: 110%;367 color: #000; 368 font-weight: bold; 369 font-size: 110%; 344 370 } 345 371 .blog-comment-title a, .blog-comment-title a:hover { 346 color: #000;347 text-decoration: none;348 } 349 350 .blog-entry-nav, .blog-page-nav {351 padding: 4px;352 height: 15px;353 font-size: 80%;354 display: block;355 margin-bottom: 5px;356 border: 1px solid #d3d7cf;357 background-color: #fafafa;372 color: #000; 373 text-decoration: none; 374 } 375 376 .blog-entry-nav, .blog-page-nav{ 377 padding: 4px; 378 height: 15px; 379 font-size: 80%; 380 display: block; 381 margin-bottom: 5px; 382 border: 1px solid #d3d7cf; 383 background-color: #fafafa; 358 384 } 359 385 .blog-entry-nav .float-left {float:left} … … 363 389 364 390 .blog-navigation { 365 font-size: 90%;366 padding: 4px;367 display: block;368 height: 15px;391 font-size: 90%; 392 padding: 4px; 393 display: block; 394 height: 15px; 369 395 } 370 396 .blog-entry {padding-bottom: 5px; border-bottom: 1px solid #d3d7cf;} 371 397 .blog-title {color: #000; font-size: 130%; font-weight: bold;} 372 398 .blog-title a { 373 text-decoration: none;374 color: #d04c01;375 border-bottom: 1px dashed #fff;399 text-decoration: none; 400 color: #d04c01; 401 border-bottom: 1px dashed #fff; 376 402 } 377 403 .blog-title a:hover { 378 color: #f90;379 border-bottom: 1px dashed #d04c01;380 background-color: #fff;404 color: #f90; 405 border-bottom: 1px dashed #d04c01; 406 background-color: #fff; 381 407 } 382 408 .blog-body {text-align: justify;} 383 409 .blog-addinfo {text-align: right; font-size: 10px; color: #babdb6;} 384 410 .blog-tb { 385 border: 1px solid #d3d7cf;386 background: #fff;387 padding: 10px;388 font-size: x-small;411 padding: 5px; 412 font-size: 8pt; 413 background: none; 414 border: 1px solid #d3d7cf; 389 415 } 390 416 … … 394 420 395 421 .calendar { 396 margin-top: 10px;397 padding: 2px;398 border: 1px solid #d3d7cf;399 width: 100%;400 text-align: center;422 margin-top: 10px; 423 padding: 2px; 424 border: 1px solid #d3d7cf; 425 width: 100%; 426 text-align: center; 401 427 } 402 428 .calendar #cal-header { 403 color: #fff;404 background: #d04c01;405 font-size: 10px;406 font-weight: bold;407 padding: 2px;408 text-align: center;429 color: #fff; 430 background: #d04c01; 431 font-size: 10px; 432 font-weight: bold; 433 padding: 2px; 434 text-align: center; 409 435 } 410 436 .calendar #cal-header a {font-weight: bold; color: #fff; text-decoration: none;} … … 412 438 .calendar #cal-header #arrow-right {margin-right: 2px; float: right;} 413 439 .calendar .weekday { 414 color: #babdb6;415 background: #eee;416 font-size: 8px;417 font-weight: bold;418 padding: 2px;440 color: #babdb6; 441 background: #eee; 442 font-size: 8px; 443 font-weight: bold; 444 padding: 2px; 419 445 } 420 446 .calendar .noday { 421 color: #aaa;422 font-size: 8px;423 padding: 2px;424 text-align: center;447 color: #aaa; 448 font-size: 8px; 449 padding: 2px; 450 text-align: center; 425 451 } 426 452 .calendar .noday a {color: #aaa; text-decoration: underline;} … … 428 454 .calendar .day a {color: #d04c01; text-decoration: underline;} 429 455 .calendar .today { 430 background-color: #d04c01;431 color: #fff;432 font-size: 8px;433 font-weight: bold;434 padding: 2px;456 background-color: #d04c01; 457 color: #fff; 458 font-size: 8px; 459 font-weight: bold; 460 padding: 2px; 435 461 } 436 462 .calendar .today a {color: #fff; text-decoration: underline;} 437 463 .calendar .selectedday { 438 background-color: #eec;439 color: #663;440 font-weight: bold;441 font-size: 8px;442 padding: 2px;464 background-color: #eec; 465 color: #663; 466 font-weight: bold; 467 font-size: 8px; 468 padding: 2px; 443 469 } 444 470 .calendar .selectedday a {color: #663; text-decoration: underline;} … … 486 512 .faq .summary {padding-bottom: 5px;} 487 513 .faq .summary li {margin-left: 20px; font-size: 10pt;} 488 .faq .summary li {font-weight: bold;}489 .faq .summary li ol li {font-weight: normal;}514 .faq .summary li{font-weight: bold;} 515 .faq .summary liol li {font-weight: normal;} 490 516 .faq_category h4 {font-size: 10pt;} 491 517 … … 495 521 .glossary h3 {margin-bottom: 10px;} 496 522 .glossary span { 497 border: 1px solid #d3d7cf;498 padding: 4px;499 background: #eee;500 font-size: xx-small;523 border: 1px solid #d3d7cf; 524 padding: 4px; 525 background: #eee; 526 font-size: xx-small; 501 527 } 502 528 .glossary span a {padding: 2px;} … … 536 562 .narrow .menu .content ul {z-index:500;} 537 563 .menu a, .menu a:visited { 538 color:#777; 539 padding:4px; 540 display:block; 541 min-height:18px; 542 font-weight: bold; 543 text-decoration:none; 544 border:1px solid #fff; 545 border-bottom: none; 564 padding:4px; 565 display:block; 566 min-height:18px; 567 font-weight: bold; 568 text-decoration:none; 569 border:1px solid #fff; 570 border-bottom: none; 546 571 } 547 572 .menu li {background:#f0f0f0;} … … 550 575 .wide .menu li ul li a, .wide .menu li ul li a:visited {width:170px;} 551 576 .menu li:hover {position:relative;} 552 .menu li:hover > a {background:#ddd; color:#37a;} 553 .menu li a:active, .menu li a:focus {background:#ddd; color:#37a;} 577 .menu li:hover > a {background:#d04c01; color:#fff;} 554 578 .narrow .menu li ul {display:none;} 555 579 .wide .menu li ul {display:none;} 556 580 .menu li:hover > ul { 557 display:block;558 position:absolute;559 padding:10px 30px 30px 30px;560 background:transparent url(images/blank.gif);581 display:block; 582 position:absolute; 583 padding:10px 30px 30px 30px; 584 background:transparent url(images/blank.gif); 561 585 } 562 586 .wide .menu li:hover > ul {top:16px; left:-30px;} 563 587 .wide .menu li ul li:hover > ul {top:-10px; left:148px;} 564 588 .narrow .menu li:hover > ul {top:-10px; left:108px;} 565 .menu ul table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:1000; font-size:1em;} 566 * html .menu a:hover {color:#37a; background:#ddd; position:relative;} 589 .menu ul table { 590 top:0; 591 left:0; 592 z-index:1000; 593 font-size:1em; 594 position:absolute; 595 border-collapse:collapse; 596 } 597 * html .menu a:hover {background:#d04c01; color:#fff; position:relative;} 598 * html .wide .menu a:hover {float: left;} /* must be removed in RTL mode */ 567 599 * html .narrow .menu li a, * html .narrow .menu li a:visited {width:150px;} 568 * html .wide .menu li ul li a, * html .wide .menu li ul li a:visited {width:200px;}600 * html .wide .menu li ul, * html .wide .menu li ul li a, * html .wide .menu li ul li a:visited {width:200px;} 569 601 * html .narrow .menu li ul { 570 display:block;571 position:absolute;572 visibility:hidden;573 top:-10px; left:108px;574 padding:10px 30px 30px 30px;575 background:transparent url(images/blank.gif);602 display:block; 603 position:absolute; 604 visibility:hidden; 605 top:-11px; left:148px; 606 padding:10px 30px 30px 30px; 607 background:transparent url(images/blank.gif); 576 608 } 577 609 * html .wide .menu li ul { 578 display:block;579 position:absolute;580 visibility:hidden;581 top:0px; left:148px;582 padding:10px 30px 30px 30px;583 background:transparent url(images/blank.gif);610 display:block; 611 position:absolute; 612 visibility:hidden; 613 top:0px; left:108px; 614 padding:10px 30px 30px 30px; 615 background:transparent url(images/blank.gif); 584 616 } 585 617 .wide .menu ul li a:hover ul ul{visibility:hidden;} … … 587 619 .wide .menu ul li a:hover ul a:hover ul a:hover ul ul{visibility:hidden;} 588 620 .wide .menu ul li a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;} 589 .wide .menu ul li a:hover ul {visibility:visible; left:-3 0px; top:13px; lef\t:-35px; to\p:14px;}590 .wide .menu ul li a:hover ul a:hover ul{visibility:visible; top:-1 0px; left:148px;}621 .wide .menu ul li a:hover ul {visibility:visible; left:-31px; top:14px;} 622 .wide .menu ul li a:hover ul a:hover ul{visibility:visible; top:-11px; left:148px;} 591 623 .wide .menu ul li a:hover ul a:hover ul a:hover ul {visibility:visible;} 592 624 .wide .menu ul li a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;} art/themes/tunnel/style.rtl.css
r8465 r8609 1 * {margin:0; padding:0;} 2 1 3 body { 2 background: #d04c01 url(bk.jpg); 3 font-family: arial, verdana, sans-serif; 4 font-size: 12px; 5 color: black; 6 margin: 0; 7 padding: 0; 8 border: 0; 9 } 10 11 #header .title { 12 font-size: 40px; 13 color: #fff; 14 padding:0; 15 margin:0; 16 padding-right: 30px; 17 font-weight: bold; 18 } 19 #header .desc {padding-right: 70px; font-style: italic;} 20 21 #main { min-width:10px; width: 99%; padding:4px; padding-right: 9px;} 22 #bar1 { width:150px; min-width:150px; display:block; padding:2px; padding-right: 2px; display: block;} 23 #bar2 { width:150px; min-width:150px; display:block; padding:2px; padding-left: 0px; display: block;} 4 margin: 0; 5 padding: 0; 6 border: 0; 7 color: black; 8 font-size: 12px; 9 direction: ltr; 10 background: #d04c01 url(bk.jpg); 11 font-family: arial, verdana, sans-serif; 12 } 13 #container { 14 width:790px; 15 text-align:right; 16 margin:0px auto; 17 border:2px solid #000; 18 width: 790px; 19 border-collapse:collapse; 20 padding: 0; 21 border-spacing:0; 22 background: #fff; 23 direction: rtl; 24 } 25 26 #top_header { 27 background: url(tunnel.jpg) no-repeat; 28 min-height: 140px; 29 height: 140px; 30 border-bottom: 2px solid #000; 31 } 32 #top_header .site-title a { 33 color: #fff; 34 margin: 0px; 35 padding: 0px; 36 font-size: 40px; 37 padding-right: 30px; 38 font-weight: bold; 39 text-decoration: none; 40 background: none; 41 } 42 #top_header .site-desc {padding-right: 70px; font-style: italic;} 43 44 #main { min-width:10px; width: 450px; padding:4px; float: right;} 45 #bar1 { width:150px; min-width:150px; padding:4px; float: right;} 46 #bar2 { width:150px; min-width:150px; padding:4px; float: left;} 24 47 25 48 #footer { 26 padding: 0px; 27 padding-top: 20px; 28 height: 34px; 29 min-height: 34px; 30 max-height: 34px; 31 text-align: center; 49 padding: 0px; 50 padding-top: 20px; 51 height: 34px; 52 min-height: 34px; 53 max-height: 34px; 54 text-align: center; 55 } 56 #sub_footer { 57 text-align: center; 32 58 } 33 59 … … 35 61 a {color: #d04c01; padding:2px;} 36 62 a:hover { 37 color: #fff;38 background: #d04c01;39 text-decoration: none;63 color: #fff; 64 background: #d04c01; 65 text-decoration: none; 40 66 } 41 67 … … 46 72 img {border: 0;} 47 73 textarea { 48 padding: 2px;49 font-size: 8pt;50 border: 1px solid #cccccc;74 padding: 2px; 75 font-size: 8pt; 76 border: 1px solid #cccccc; 51 77 } 52 78 input, select {font-size: 11pt; border: 1px solid #cccccc;} 53 79 button{font-size:12px; border: 1px solid #333;} 54 button, input[type="button"], input[type="submit"] {55 color: #888a85;56 font-size: 8pt;57 cursor: pointer;58 background-color: #efefef;59 border: 1px solid #babdb6;60 border-top: 1px solid #d3d7cf;61 border-right: 1px solid #d3d7cf;80 button, input[type="button"], input[type="submit"]{ 81 color: #888a85; 82 font-size: 8pt; 83 cursor: pointer; 84 background-color: #efefef; 85 border: 1px solid #babdb6; 86 border-top: 1px solid #d3d7cf; 87 border-right: 1px solid #d3d7cf; 62 88 } 63 89 * html button { 64 color: #888a85;65 font-size: 8pt;66 cursor: pointer;67 background-color: #efefef;68 border: 1px solid #babdb6;69 border-top: 1px solid #d3d7cf;70 border-right: 1px solid #d3d7cf;71 } 72 button:hover, input[type="button"]:hover, input[type="submit"]:hover {73 color: #fff;74 background-color: #3465a4;90 color: #888a85; 91 font-size: 8pt; 92 cursor: pointer; 93 background-color: #efefef; 94 border: 1px solid #babdb6; 95 border-top: 1px solid #d3d7cf; 96 border-right: 1px solid #d3d7cf; 97 } 98 button:hover, input[type="button"]:hover, input[type="submit"]:hover{ 99 color: #fff; 100 background-color: #3465a4; 75 101 } 76 102 button:active, input[type="button"]:active, input[type="submit"]:active { 77 color: #000;78 border: 1px solid #3465a4;79 background-color: #fff;103 color: #000; 104 border: 1px solid #3465a4; 105 background-color: #fff; 80 106 } 81 107 select {cursor: pointer;} 82 108 input[type="text"], input[type="password"], textarea { 83 color: #555753;84 background-color: #fff;85 border: 1px solid #d3d7cf;86 border-top: 1px solid #babdb6;87 border-right: 1px solid #babdb6;88 } 89 input[type="text"]:focus, input[type="password"]:focus, textarea:focus {90 color: #000;91 background-color: #fff;92 border: 1px solid #3465a4;109 color: #555753; 110 background-color: #fff; 111 border: 1px solid #d3d7cf; 112 border-top: 1px solid #babdb6; 113 border-right: 1px solid #babdb6; 114 } 115 input[type="text"]:focus, input[type="password"]:focus, textarea:focus{ 116 color: #000; 117 background-color: #fff; 118 border: 1px solid #3465a4; 93 119 } 94 120 textarea {width: inherit;} 95 121 input[type="radio"], input[type="checkbox"], select { 96 padding: 2px;97 font-size: small;122 padding: 2px; 123 font-size: small; 98 124 } 99 125 fieldset { 100 border: 0;101 margin: 0;102 padding: 0;103 margin-bottom: 1em;104 font-size: small;126 border: 0; 127 margin: 0; 128 padding: 0; 129 margin-bottom: 1em; 130 font-size: small; 105 131 } 106 132 legend { 107 background-color: white;108 font-weight: bold;109 font-size: 110%;110 padding: 4px;111 padding-right: .5em;112 padding-left: .5em;133 background-color: white; 134 font-weight: bold; 135 font-size: 110%; 136 padding: 4px; 137 padding-right: .5em; 138 padding-left: .5em; 113 139 } 114 140 label {color: #777; font-size: 12px; cursor: pointer;} … … 117 143 fieldset label {display: block; font-size: 100%;} 118 144 fieldset div { 119 clear: left;120 padding: 0 1em;121 padding-bottom: 6px;145 clear: left; 146 padding: 0 1em; 147 padding-bottom: 6px; 122 148 } 123 149 fieldset div strong {font-size: 100%} … … 126 152 .terminal 127 153 { 128 margin: 15px;129 padding:15px;130 font-size: small;131 font-family: "Courier New", Courier;132 background: #000;133 border: solid 1px #d3d7cf;134 line-height:110%;135 color:white;136 width: 90%;154 margin: 15px; 155 padding:15px; 156 font-size: small; 157 font-family: "Courier New", Courier; 158 background: #000; 159 border: solid 1px #d3d7cf; 160 line-height:110%; 161 color:white; 162 width: 90%; 137 163 } 138 164 139 165 .code, .xml , .script 140 166 { 141 margin: 15px;142 padding:15px;143 font-size: small;144 font-family: "Courier New", Courier;145 background: #fff;146 border: solid 1px #d3d7cf;147 line-height:110%;148 color: #000dbd;149 width: 90%;167 margin: 15px; 168 padding:15px; 169 font-size: small; 170 font-family: "Courier New", Courier; 171 background: #fff; 172 border: solid 1px #d3d7cf; 173 line-height:110%; 174 color: #000dbd; 175 width: 90%; 150 176 } 151 177 … … 157 183 158 184 .filebrowser-location { 159 border-bottom: 1px solid #d3d7cf;160 text-align: left;161 margin-bottom: 10px;185 border-bottom: 1px solid #d3d7cf; 186 text-align: left; 187 margin-bottom: 10px; 162 188 } 163 189 .filebrowser-item { 164 float: right;165 width: 150px;166 text-align: center;167 font-size: x-small;168 padding-top: 0.5em;169 height: 90px;190 float: right; 191 width: 150px; 192 text-align: center; 193 font-size: x-small; 194 padding-top: 0.5em; 195 height: 90px; 170 196 } 171 197 .filebrowser-date {color: #888a85;} … … 173 199 174 200 #rss_time { 175 border: 1px solid #5255a5;176 background: #d04c01;177 color: #fff;178 font-size: 16px;179 font-weight: bold;180 padding: 4px;201 border: 1px solid #5255a5; 202 background: #d04c01; 203 color: #fff; 204 font-size: 16px; 205 font-weight: bold; 206 padding: 4px; 181 207 } 182 208 … … 187 213 /* separator for pager links, you can use an image too */ 188 214 .pager a:after { 189 content: " | ";190 /*background-image: url("yourimage");*/215 content: " | "; 216 /*background-image: url("yourimage");*/ 191 217 } 192 218 /* no separator after last link */ … … 199 225 pre.var_dump span.type {color:#006600; background:transparent;} 200 226 pre.var_dump span.value { 201 padding:2px; color:#339900;202 background:#F0F0F0;203 border: 1px dashed #CCCCCC;227 padding:2px; color:#339900; 228 background:#F0F0F0; 229 border: 1px dashed #CCCCCC; 204 230 } 205 231 /* End Debug */ … … 222 248 /* Common styles for all gadgets */ 223 249 .clearfix:after { 224 height: 0;225 clear: both;226 width: 100%;227 content: ".";228 display: block;229 visibility: hidden;250 height: 0; 251 clear: both; 252 width: 100%; 253 content: "."; 254 display: block; 255 visibility: hidden; 230 256 } 231 257 .gadget {margin-bottom: 10px;} 232 258 .wide .gadget {margin-bottom: 2px;} 233 .gadget h3 {color: #000; border-bottom: 1px solid #d3d7cf; }259 .gadget h3 {color: #000; border-bottom: 1px solid #d3d7cf; font-size:14px;} 234 260 .gadget .content {font-size: 10pt; padding: 0px 5px; border-top: none;} 235 261 .gadget .content ul {list-style: none;} … … 238 264 .gadget .actions div {text-align: right;} 239 265 .gadget .actions button{ 240 margin: 2px;241 padding: 1px;242 min-height: 18px;243 min-width: 42px;244 font-weight: bold;245 overflow: visible;246 border: 1px solid #babdb6;247 border-top: 1px solid #d3d7cf;248 border-left: 1px solid #d3d7cf;266 margin: 2px; 267 padding: 1px; 268 min-height: 18px; 269 min-width: 42px; 270 font-weight: bold; 271 overflow: visible; 272 border: 1px solid #babdb6; 273 border-top: 1px solid #d3d7cf; 274 border-left: 1px solid #d3d7cf; 249 275 } 250 276 … … 263 289 /* Commnets */ 264 290 .comment .comment_info, .comment_reply { 265 padding: 5px;266 text-align: left;267 font-size: xx-small;268 color: #babdb6;269 clear: both;291 padding: 5px; 292 text-align: left; 293 font-size: xx-small; 294 color: #babdb6; 295 clear: both; 270 296 } 271 297 .comment .content {text-align: justify;} 272 298 .comment .avatar { 273 float: right;274 margin-left: 5px;275 margin-bottom: 5px;276 border: 1px solid #000;299 float: right; 300 margin-left: 5px; 301 margin-bottom: 5px; 302 border: 1px solid #000; 277 303 } 278 304 .comment_level_0 {margin-right: 0px;} … … 299 325 300 326 /* Poll */ 301 .poll .content input {padding: 2px; border: none;}302 .poll .content label {padding-right: 2px;}327 .poll .contentinput {padding: 2px; border: none;} 328 .poll .contentlabel {padding-right: 2px;} 303 329 .poll_result table {width: 98%; margin: 0px; padding:0px; font-size:10pt;} 304 330 .poll_result th { border: 1px solid #d3d7cf; } 305 .poll_result td {font-size:9pt; padding:4px 4px 4px2px; border: 1px solid #d3d7cf; }
