Changeset 8592
- Timestamp:
- 05/18/08 12:21:49 (8 months ago)
- Files:
-
- art/themes/bamboo/blog.css (modified) (2 diffs)
- art/themes/bamboo/blog.rtl.css (modified) (2 diffs)
- art/themes/bamboo/images/bottom.rtl.png (modified) (previous)
- art/themes/bamboo/images/top.rtl.png (modified) (previous)
- art/themes/bamboo/style.css (modified) (15 diffs)
- art/themes/bamboo/style.rtl.css (modified) (15 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
art/themes/bamboo/blog.css
r8571 r8592 1 .entry-meta {margin-top: 10px;} 1 2 .avatar { 2 3 float: left; … … 51 52 52 53 .blog-tb { 54 text-align: left; 53 55 border: 1px solid #339933; 54 background: #fff;55 padding: 10px;56 font-size: x x-small;56 background: none; 57 padding: 5px; 58 font-size: x-small; 57 59 } 58 60 art/themes/bamboo/blog.rtl.css
r8571 r8592 1 .entry-meta {margin-top: 10px;} 2 1 3 .avatar { 2 4 float: right; … … 51 53 52 54 .blog-tb { 55 text-align: left; 53 56 border: 1px solid #339933; 54 background: #fff;55 padding: 10px;57 background: none; 58 padding: 5px; 56 59 font-size: xx-small; 57 60 } art/themes/bamboo/style.css
r8591 r8592 1 * {margin:0; padding:0;} 1 2 body { 2 background: #f1f1f1; 3 margin: 0; 4 padding: 0; 5 text-align: center; 6 font-family: "bitstream vera sans", sans-serif; 7 font-size: small; 3 margin: 0; 4 padding: 0; 5 direction: ltr; 6 font-size: small; 7 text-align: center; 8 background: #f1f1f1; 9 font-family: "bitstream vera sans", sans-serif; 8 10 } 9 11 10 12 #header { 11 width: 762px;12 min-height: 217px;13 height: 217px;14 display: block;15 background: #f1f1f1 url(images/top.png) no-repeat;16 margin: 0 auto;17 padding: 0;18 text-align: left;13 width: 762px; 14 min-height: 217px; 15 height: 217px; 16 display: block; 17 background: #f1f1f1 url(images/top.png) no-repeat; 18 margin: 0 auto; 19 padding: 0; 20 text-align: left; 19 21 } 20 22 21 23 #header .headertitle { 22 padding-top: 85px;23 padding-left: 30px;24 font-size: 30px;25 font-weight: bold;24 padding-top: 85px; 25 padding-left: 30px; 26 font-size: 30px; 27 font-weight: bold; 26 28 } 27 29 #header .headertitle a {color: #fff; text-decoration: none;} 28 30 29 30 31 #header .headerdesc { 31 font-size: x-small;32 color: #fff;33 padding-left: 30px;34 font-weight: bold;32 font-size: x-small; 33 color: #fff; 34 padding-left: 30px; 35 font-weight: bold; 35 36 } 36 37 37 38 #container { 38 width: 762px;39 background: #fff;40 margin: 0 auto;41 padding: 0;42 display: block;43 text-align: left;44 width: 762px;39 width: 762px; 40 background: #fff; 41 margin: 0 auto; 42 padding: 0; 43 display: block; 44 text-align: left; 45 width: 762px; 45 46 } 46 47 47 48 #footer { 48 margin: 0 auto;49 color: #000;50 padding:0px;51 font-size:80%;52 text-align: center;53 width: 762px;54 min-height: 164px;55 height: 164px;56 display: block;57 background: #f1f1f1 url(images/bottom.png) no-repeat;49 margin: 0 auto; 50 color: #000; 51 padding:0px; 52 font-size:80%; 53 text-align: center; 54 width: 762px; 55 min-height: 164px; 56 height: 164px; 57 display: block; 58 background: #f1f1f1 url(images/bottom.png) no-repeat; 58 59 59 60 } 60 61 61 62 html>body #container { 62 width: 762px;63 background: #fff;63 width: 762px; 64 background: #fff; 64 65 } 65 66 66 67 .clearfix:after { 67 content: ".";68 display: block;69 height: 0;70 clear: both;71 visibility: hidden;68 content: "."; 69 display: block; 70 height: 0; 71 clear: both; 72 visibility: hidden; 72 73 } 73 74 … … 78 79 a:hover {color: #006600;} 79 80 h1 { 80 color: #000;81 border-bottom: 1px dotted #339933;82 font-size: 160%;81 color: #000; 82 border-bottom: 1px dotted #339933; 83 font-size: 160%; 83 84 } 84 85 h2 {color: #666; font-size: 140%;} … … 89 90 img {border: 0;} 90 91 textarea { 91 padding: 2px;92 font-size: 8pt;93 border: 1px solid #cccccc;92 padding: 2px; 93 font-size: 8pt; 94 border: 1px solid #cccccc; 94 95 } 95 96 input, select {font-size: 11pt; border: 1px solid #cccccc;} 96 97 button{font-size:12px; border: 1px solid #333;} 97 button, input[type="button"], input[type="submit"] {98 color: #888a85;99 font-size: 8pt;100 cursor: pointer;101 background-color: #efefef;102 border: 1px solid #babdb6;103 border-top: 1px solid #d3d7cf;104 border-left: 1px solid #d3d7cf;105 } 106 * html button {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 button:hover, input[type="button"]:hover, input[type="submit"]:hover {116 color: #fff;117 background-color: #3465a4;98 button, input[type="button"], input[type="submit"]{ 99 color: #888a85; 100 font-size: 8pt; 101 cursor: pointer; 102 background-color: #efefef; 103 border: 1px solid #babdb6; 104 border-top: 1px solid #d3d7cf; 105 border-left: 1px solid #d3d7cf; 106 } 107 * html button{ 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-left: 1px solid #d3d7cf; 115 } 116 button:hover, input[type="button"]:hover, input[type="submit"]:hover{ 117 color: #fff; 118 background-color: #3465a4; 118 119 } 119 120 button:active, input[type="button"]:active, input[type="submit"]:active { 120 color: #000;121 border: 1px solid #3465a4;122 background-color: #fff;121 color: #000; 122 border: 1px solid #3465a4; 123 background-color: #fff; 123 124 } 124 125 select {cursor: pointer;} 125 126 input[type="text"], input[type="password"], textarea { 126 color: #555753;127 background-color: #fff;128 border: 1px solid #d3d7cf;129 border-top: 1px solid #babdb6;130 border-left: 1px solid #babdb6;131 } 132 input[type="text"]:focus, input[type="password"]:focus, textarea:focus {133 color: #000;134 background-color: #fff;135 border: 1px solid #3465a4;127 color: #555753; 128 background-color: #fff; 129 border: 1px solid #d3d7cf; 130 border-top: 1px solid #babdb6; 131 border-left: 1px solid #babdb6; 132 } 133 input[type="text"]:focus, input[type="password"]:focus, textarea:focus{ 134 color: #000; 135 background-color: #fff; 136 border: 1px solid #3465a4; 136 137 } 137 138 textarea {width: inherit;} 138 139 input[type="radio"], input[type="checkbox"], select { 139 padding: 2px;140 font-size: small;140 padding: 2px; 141 font-size: small; 141 142 } 142 143 fieldset { 143 border: 0;144 margin: 0;145 padding: 0;146 margin-bottom: 1em;147 font-size: small;144 border: 0; 145 margin: 0; 146 padding: 0; 147 margin-bottom: 1em; 148 font-size: small; 148 149 } 149 150 legend { 150 background-color: white;151 font-weight: bold;152 font-size: 110%;153 padding: 4px;154 padding-left: .5em;155 padding-right: .5em;151 background-color: white; 152 font-weight: bold; 153 font-size: 110%; 154 padding: 4px; 155 padding-left: .5em; 156 padding-right: .5em; 156 157 } 157 158 label {color: #777; font-size: 12px; cursor: pointer;} … … 160 161 fieldset label {display: block; font-size: 100%;} 161 162 fieldset div { 162 clear: right;163 padding: 0 1em;164 padding-bottom: 6px;163 clear: right; 164 padding: 0 1em; 165 padding-bottom: 6px; 165 166 } 166 167 fieldset div strong {font-size: 100%} … … 170 171 171 172 .terminal { 172 margin: 15px;173 padding:15px;174 font-size: small;175 font-family: "Courier New", Courier;176 background: #000;177 border: solid 1px #ddd;178 line-height:110%;179 color:white;180 width: 90%;173 margin: 15px; 174 padding:15px; 175 font-size: small; 176 font-family: "Courier New", Courier; 177 background: #000; 178 border: solid 1px #ddd; 179 line-height:110%; 180 color:white; 181 width: 90%; 181 182 } 182 183 183 184 .code, .xml, .script { 184 margin: 15px;185 padding:15px;186 font-size: small;187 font-family: "Courier New", Courier;188 background: #fff;189 border: solid 1px #ddd;190 line-height:110%;191 color: #000dbd;192 width: 90%;185 margin: 15px; 186 padding:15px; 187 font-size: small; 188 font-family: "Courier New", Courier; 189 background: #fff; 190 border: solid 1px #ddd; 191 line-height:110%; 192 color: #000dbd; 193 width: 90%; 193 194 } 194 195 … … 206 207 .menu_level_1 a {} 207 208 .menu_option_active { 208 color: #000;209 text-decoration: none;210 font-weight: bold;209 color: #000; 210 text-decoration: none; 211 font-weight: bold; 211 212 } 212 213 .menu_level_2 {padding-left: 20px;} … … 220 221 /* Common styles for all gadgets */ 221 222 .clearfix:after { 222 height: 0;223 clear: both;224 width: 100%;225 content: ".";226 display: block;227 visibility: hidden;223 height: 0; 224 clear: both; 225 width: 100%; 226 content: "."; 227 display: block; 228 visibility: hidden; 228 229 } 229 230 .gadget {margin-bottom: 10px;} … … 236 237 .gadget .actions div {text-align: left;} 237 238 .gadget .actions button{ 238 margin: 2px;239 padding: 1px;240 min-height: 18px;241 min-width: 42px;242 font-weight: bold;243 overflow: visible;244 border: 1px solid #babdb6;245 border-top: 1px solid #d3d7cf;246 border-right: 1px solid #d3d7cf;239 margin: 2px; 240 padding: 1px; 241 min-height: 18px; 242 min-width: 42px; 243 font-weight: bold; 244 overflow: visible; 245 border: 1px solid #babdb6; 246 border-top: 1px solid #d3d7cf; 247 border-right: 1px solid #d3d7cf; 247 248 } 248 249 … … 261 262 /* Commnets */ 262 263 .comment .comment_info, .comment_reply { 263 padding: 5px;264 text-align: right;265 font-size: xx-small;266 color: #babdb6;267 clear: both;264 padding: 5px; 265 text-align: right; 266 font-size: xx-small; 267 color: #babdb6; 268 clear: both; 268 269 } 269 270 .comment .content {text-align: justify;} 270 271 .comment .avatar { 271 float: left;272 margin-right: 5px;273 margin-bottom: 5px;274 border: 1px solid #000;272 float: left; 273 margin-right: 5px; 274 margin-bottom: 5px; 275 border: 1px solid #000; 275 276 } 276 277 .comment_level_0 {margin-left: 0px;} … … 297 298 298 299 /* Poll */ 299 .poll .content input {padding: 2px; border: none;}300 .poll .content label {padding-left: 2px;}300 .poll .contentinput {padding: 2px; border: none;} 301 .poll .contentlabel {padding-left: 2px;} 301 302 .poll_result table {width: 528px; margin: 0px; padding:0px; font-size:10pt; empty-cells: hide;} 302 303 .poll_result th { border: 1px solid #d3d7cf; } … … 319 320 .quotes ul {list-style: none;} 320 321 .quotes li , .rssreader li { 321 display: block;322 color: #271739;323 font-size: 12px;324 padding: 2px 6px 2px 2px;325 text-decoration: none;326 border-bottom: 1px dashed #ccc;322 display: block; 323 color: #271739; 324 font-size: 12px; 325 padding: 2px 6px 2px 2px; 326 text-decoration: none; 327 border-bottom: 1px dashed #ccc; 327 328 } 328 329 .quotes ul a:hover {color: #ef3300;} … … 369 370 .faq .summary {padding-bottom: 5px;} 370 371 .faq .summary li {margin-left: 20px; font-size: 10pt;} 371 .faq .summary li {font-weight: bold;}372 .faq .summary li ol li {font-weight: normal;}372 .faq .summary li{font-weight: bold;} 373 .faq .summary liol li {font-weight: normal;} 373 374 .faq_category h4 {font-size: 10pt;} 374 375 … … 378 379 .glossary h3 {margin-bottom: 10px;} 379 380 .glossary span { 380 border: 1px solid #d3d7cf;381 padding: 4px;382 background: #eee;383 font-size: xx-small;381 border: 1px solid #d3d7cf; 382 padding: 4px; 383 background: #eee; 384 font-size: xx-small; 384 385 } 385 386 .glossary span a {padding: 2px;} … … 420 421 .narrow .menu .content ul {z-index:500;} 421 422 .menu a, .menu a:visited { 422 color:#777; 423 padding:4px; 424 display:block; 425 min-height:18px; 426 font-weight: bold; 427 text-decoration:none; 428 border:1px solid #fff; 429 border-bottom: none; 423 padding:4px; 424 display:block; 425 min-height:18px; 426 font-weight: bold; 427 text-decoration:none; 428 border:1px solid #fff; 429 border-bottom: none; 430 430 } 431 431 .menu li {background:#f0f0f0;} 432 432 .wide .menu li {float: left;} 433 .narrow .menu li a, .narrow .menu li a:visited {width:1 68px;}433 .narrow .menu li a, .narrow .menu li a:visited {width:170px;} 434 434 .wide .menu li ul li a, .wide .menu li ul li a:visited {width:190px;} 435 435 .menu li:hover {position:relative;} 436 .menu li:hover > a {background:#ddd; color:#37a;} 437 .menu li a:active, .menu li a:focus {background:#ddd; color:#37a;} 436 .menu li:hover > a {background:#393; color:#fff;} 438 437 .narrow .menu li ul {display:none;} 439 438 .wide .menu li ul {display:none;} 440 439 .menu li:hover > ul { 441 display:block;442 position:absolute;443 padding:10px 30px 30px 30px;444 background:transparent url(images/blank.gif);440 display:block; 441 position:absolute; 442 padding:10px 30px 30px 30px; 443 background:transparent url(images/blank.gif); 445 444 } 446 445 .wide .menu li:hover > ul {top:16px; left:-30px;} 447 .wide .menu li ul li:hover > ul {top:-10px; left:148px;} 448 .narrow .menu li:hover > ul {top:-10px; left:148px;} 449 .menu ul table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:1000; font-size:1em;} 450 * html .menu a:hover {color:#37a; background:#ddd; position:relative;} 451 * html .narrow .menu li a, * html .narrow .menu li a:visited {width:164px;} 452 * html .wide .menu li ul li a, * html .wide .menu li ul li a:visited {width:200px;} 446 .wide .menu li ul li:hover > ul {top:-10px; left:160px;} 447 .narrow .menu li:hover > ul {top:-10px; left:145px;} 448 .menu ul table { 449 position:absolute; 450 border-collapse:collapse; 451 top:0; 452 left:0; 453 z-index:1000; 454 font-size:1em; 455 } 456 * html .menu a:hover {background:#393; color:#fff; position:relative;} 457 * html .wide .menu a:hover {float: left;} 458 * html .narrow .menu li a, * html .narrow .menu li a:visited {width:170px;} 459 * html .wide .menu li ul, * html .wide .menu li ul li a, * html .wide .menu li ul li a:visited {width:200px;} 453 460 * html .narrow .menu li ul { 454 display:block;455 position:absolute;456 visibility:hidden;457 top:-10px; left:148px;458 padding:10px 30px 30px 30px;459 background:transparent url(images/blank.gif);461 display:block; 462 position:absolute; 463 visibility:hidden; 464 top:-11px; left:145px; 465 padding:10px 30px 30px 30px; 466 background:transparent url(images/blank.gif); 460 467 } 461 468 * html .wide .menu li ul { 462 display:block;463 position:absolute;464 visibility:hidden;465 top:0px; left:148px;466 padding:10px 30px 30px 30px;467 background:transparent url(images/blank.gif);469 display:block; 470 position:absolute; 471 visibility:hidden; 472 top:0px; left:145px; 473 padding:10px 30px 30px 30px; 474 background:transparent url(images/blank.gif); 468 475 } 469 476 .wide .menu ul li a:hover ul ul{visibility:hidden;} … … 471 478 .wide .menu ul li a:hover ul a:hover ul a:hover ul ul{visibility:hidden;} 472 479 .wide .menu ul li a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;} 473 .wide .menu ul li a:hover ul {visibility:visible; left:-3 0px; top:13px; lef\t:-35px; to\p:14px;}474 .wide .menu ul li a:hover ul a:hover ul{visibility:visible; top:-10px; left:1 48px;}480 .wide .menu ul li a:hover ul {visibility:visible; left:-31px; top:14px;} 481 .wide .menu ul li a:hover ul a:hover ul{visibility:visible; top:-10px; left:160px;} 475 482 .wide .menu ul li a:hover ul a:hover ul a:hover ul {visibility:visible;} 476 483 .wide .menu ul li a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;} art/themes/bamboo/style.rtl.css
r8591 r8592 1 * {margin:0 pt; padding:0pt;}1 * {margin:0; padding:0;} 2 2 body { 3 background: #f1f1f1; 4 margin: 0; 5 padding: 0; 6 text-align: center; 7 font-family: Tahoma, "bitstream vera sans", sans-serif; 8 font-size: small; 3 margin: 0; 4 padding: 0; 5 direction: ltr; 6 font-size: small; 7 text-align: center; 8 background: #f1f1f1; 9 font-family: "bitstream vera sans", sans-serif; 9 10 } 10 11 11 12 #header { 12 width: 762px;13 min-height: 217px;14 height: 217px;15 display: block;16 background: #f1f1f1 url(images/top.rtl.png) no-repeat;17 margin: 0 auto;18 padding: 0;19 text-align: right;13 width: 762px; 14 min-height: 217px; 15 height: 217px; 16 display: block; 17 background: #f1f1f1 url(images/top.rtl.png) no-repeat; 18 margin: 0 auto; 19 padding: 0; 20 text-align: right; 20 21 } 21 22 22 23 #header .headertitle { 23 padding-top: 85px;24 padding-right: 30px;25 font-size: 30px;26 font-weight: bold;24 padding-top: 85px; 25 padding-right: 30px; 26 font-size: 30px; 27 font-weight: bold; 27 28 } 28 29 #header .headertitle a {color: #fff; text-decoration: none;} 29 30 30 31 31 #header .headerdesc { 32 font-size: x-small;33 color: #fff;34 padding-right: 30px;35 font-weight: bold;32 font-size: x-small; 33 color: #fff; 34 padding-right: 30px; 35 font-weight: bold; 36 36 } 37 37 38 38 #container { 39 direction: rtl;40 width: 762px;41 background: #fff;42 margin: 0 auto;43 padding: 0;44 display: block;45 text-align: right;46 width: 762px;39 width: 762px; 40 background: #fff; 41 margin: 0 auto; 42 padding: 0; 43 display: block; 44 text-align: right; 45 width: 762px; 46 direction: rtl; 47 47 } 48 48 49 49 #footer { 50 margin: 0 auto;51 color: #000;52 padding:0px;53 font-size:80%;54 text-align: center;55 width: 762px;56 min-height: 164px;57 height: 164px;58 display: block;59 background: #f1f1f1 url(images/bottom.rtl.png) no-repeat;50 margin: 0 auto; 51 color: #000; 52 padding:0px; 53 font-size:80%; 54 text-align: center; 55 width: 762px; 56 min-height: 164px; 57 height: 164px; 58 display: block; 59 background: #f1f1f1 url(images/bottom.rtl.png) no-repeat; 60 60 61 61 } 62 62 63 63 html>body #container { 64 width: 762px;65 background: #fff;64 width: 762px; 65 background: #fff; 66 66 } 67 67 68 68 .clearfix:after { 69 content: ".";70 display: block;71 height: 0;72 clear: both;73 visibility: hidden;69 content: "."; 70 display: block; 71 height: 0; 72 clear: both; 73 visibility: hidden; 74 74 } 75 75 … … 80 80 a:hover {color: #006600;} 81 81 h1 { 82 color: #000;83 border-bottom: 1px dotted #339933;84 font-size: 160%;82 color: #000; 83 border-bottom: 1px dotted #339933; 84 font-size: 160%; 85 85 } 86 86 h2 {color: #666; font-size: 140%;} … … 91 91 img {border: 0;} 92 92 textarea { 93 padding: 2px; 94 font-size: 8pt; 95 border: 1px solid #cccccc; 96 } 97 input, select { 98 font-size: 11pt; 99 border: 1px solid #cccccc; 100 font-family: Tahoma, "bitstream vera sans", sans-serif; 101 } 93 padding: 2px; 94 font-size: 8pt; 95 border: 1px solid #cccccc; 96 } 97 input, select {font-size: 11pt; border: 1px solid #cccccc;} 102 98 button{font-size:12px; border: 1px solid #333;} 103 button, input[type="button"], input[type="submit"] { 104 color: #888a85; 105 font-size: 8pt; 106 cursor: pointer; 107 background-color: #efefef; 108 border: 1px solid #babdb6; 109 border-top: 1px solid #d3d7cf; 110 border-right: 1px solid #d3d7cf; 111 font-family: Tahoma, "bitstream vera sans", sans-serif; 112 } 113 * html button { 114 color: #888a85; 115 font-size: 8pt; 116 cursor: pointer; 117 background-color: #efefef; 118 border: 1px solid #babdb6; 119 border-top: 1px solid #d3d7cf; 120 border-right: 1px solid #d3d7cf; 121 font-family: Tahoma, "bitstream vera sans", sans-serif; 122 } 123 button:hover, input[type="button"]:hover, input[type="submit"]:hover { 124 color: #fff; 125 background-color: #3465a4; 99 button, input[type="button"], input[type="submit"]{ 100 color: #888a85; 101 font-size: 8pt; 102 cursor: pointer; 103 background-color: #efefef; 104 border: 1px solid #babdb6; 105 border-top: 1px solid #d3d7cf; 106 border-right: 1px solid #d3d7cf; 107 } 108 * html button{ 109 color: #888a85; 110 font-size: 8pt; 111 cursor: pointer; 112 background-color: #efefef; 113 border: 1px solid #babdb6; 114 border-top: 1px solid #d3d7cf; 115 border-right: 1px solid #d3d7cf; 116 } 117 button:hover, input[type="button"]:hover, input[type="submit"]:hover{ 118 color: #fff; 119 background-color: #3465a4; 126 120 } 127 121 button:active, input[type="button"]:active, input[type="submit"]:active { 128 color: #000;129 border: 1px solid #3465a4;130 background-color: #fff;122 color: #000; 123 border: 1px solid #3465a4; 124 background-color: #fff; 131 125 } 132 126 select {cursor: pointer;} 133 127 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-right: 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;128 color: #555753; 129 background-color: #fff; 130 border: 1px solid #d3d7cf; 131 border-top: 1px solid #babdb6; 132 border-right: 1px solid #babdb6; 133 } 134 input[type="text"]:focus, input[type="password"]:focus, textarea:focus{ 135 color: #000; 136 background-color: #fff; 137 border: 1px solid #3465a4; 144 138 } 145 139 textarea {width: inherit;} 146 140 input[type="radio"], input[type="checkbox"], select { 147 padding: 2px;148 font-size: small;141 padding: 2px; 142 font-size: small; 149 143 } 150 144 fieldset { 151 border: 0;152 margin: 0;153 padding: 0;154 margin-bottom: 1em;155 font-size: small;145 border: 0; 146 margin: 0; 147 padding: 0; 148 margin-bottom: 1em; 149 font-size: small; 156 150 } 157 151 legend { 158 background-color: white;159 font-weight: bold;160 font-size: 110%;161 padding: 4px;162 padding-right: .5em;163 padding-left: .5em;152 background-color: white; 153 font-weight: bold; 154 font-size: 110%; 155 padding: 4px; 156 padding-right: .5em; 157 padding-left: .5em; 164 158 } 165 159 label {color: #777; font-size: 12px; cursor: pointer;} … … 168 162 fieldset label {display: block; font-size: 100%;} 169 163 fieldset div { 170 clear: left;171 padding: 0 1em;172 padding-bottom: 6px;164 clear: left; 165 padding: 0 1em; 166 padding-bottom: 6px; 173 167 } 174 168 fieldset div strong {font-size: 100%} … … 178 172 179 173 .terminal { 180 margin: 15px;181 padding:15px;182 font-size: small;183 font-family: Tahoma,"Courier New", Courier;184 background: #000;185 border: solid 1px #ddd;186 line-height:110%;187 color:white;188 width: 90%;174 margin: 15px; 175 padding:15px; 176 font-size: small; 177 font-family: "Courier New", Courier; 178 background: #000; 179 border: solid 1px #ddd; 180 line-height:110%; 181 color:white; 182 width: 90%; 189 183 } 190 184 191 185 .code, .xml, .script { 192 margin: 15px;193 padding:15px;194 font-size: small;195 font-family: "Courier New", Courier;196 background: #fff;197 border: solid 1px #ddd;198 line-height:110%;199 color: #000dbd;200 width: 90%;186 margin: 15px; 187 padding:15px; 188 font-size: small; 189 font-family: "Courier New", Courier; 190 background: #fff; 191 border: solid 1px #ddd; 192 line-height:110%; 193 color: #000dbd; 194 width: 90%; 201 195 } 202 196 … … 214 208 .menu_level_1 a {} 215 209 .menu_option_active { 216 color: #000;217 text-decoration: none;218 font-weight: bold;210 color: #000; 211 text-decoration: none; 212 font-weight: bold; 219 213 } 220 214 .menu_level_2 {padding-right: 20px;} … … 228 222 /* Common styles for all gadgets */ 229 223 .clearfix:after { 230 height: 0;231 clear: both;232 width: 100%;233 content: ".";234 display: block;235 visibility: hidden;224 height: 0; 225 clear: both; 226 width: 100%; 227 content: "."; 228 display: block; 229 visibility: hidden; 236 230 } 237 231 .gadget {margin-bottom: 10px;} 238 232 .wide .gadget {margin-bottom: 2px;} 239 .gadget h3 { 240 padding: 1px; 241 margin-bottom: 2px; 242 color: #000; 243 border-bottom: 1px dotted #339933; 244 font-size: 100%; 245 } 246 .gadget .content {font-size: 10pt; padding: 2px 5px; border-top: none;} 233 .gadget h3 {color: #000; border-bottom: 1px dotted #339933; font-size: 100%;} 234 .gadget .content {font-size: 10pt; padding: 0px 5px; border-top: none;} 247 235 .gadget .content ul {list-style: none;} 248 236 .gadget .content ul li {padding-bottom: 2px;} … … 250 238 .gadget .actions div {text-align: right;} 251 239 .gadget .actions button{ 252 margin: 2px;253 padding: 1px;254 min-height: 18px;255 min-width: 42px;256 font-weight: bold;257 overflow: visible;258 border: 1px solid #babdb6;259 border-top: 1px solid #d3d7cf;260 border-left: 1px solid #d3d7cf;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; 261 249 } 262 250 … … 275 263 /* Commnets */ 276 264 .comment .comment_info, .comment_reply { 277 padding: 5px;278 text-align: left;279 font-size: xx-small;280 color: #babdb6;281 clear: both;265 padding: 5px; 266 text-align: left; 267 font-size: xx-small; 268 color: #babdb6; 269 clear: both; 282 270 } 283 271 .comment .content {text-align: justify;} 284 272 .comment .avatar { 285 float: right;286 margin-left: 5px;287 margin-bottom: 5px;288 border: 1px solid #000;273 float: right; 274 margin-left: 5px; 275 margin-bottom: 5px; 276 border: 1px solid #000; 289 277 } 290 278 .comment_level_0 {margin-right: 0px;} … … 311 299 312 300 /* Poll */ 313 .poll .content input {padding: 2px; border: none;}314 .poll .content label {padding-right: 2px;}301 .poll .contentinput {padding: 2px; border: none;} 302 .poll .contentlabel {padding-right: 2px;} 315 303 .poll_result table {width: 528px; margin: 0px; padding:0px; font-size:10pt; empty-cells: hide;} 316 304 .poll_result th { border: 1px solid #d3d7cf; } … … 333 321 .quotes ul {list-style: none;} 334 322 .quotes li , .rssreader li { 335 display: block;336 color: #271739;337 font-size: 12px;338 padding: 2px 6px 2px 2px;339 text-decoration: none;340 border-bottom: 1px dashed #ccc;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; 341 329 } 342 330 .quotes ul a:hover {color: #ef3300;} … … 383 371 .faq .summary {padding-bottom: 5px;} 384 372 .faq .summary li {margin-right: 20px; font-size: 10pt;} 385 .faq .summary li {font-weight: bold;}386 .faq .summary li ol li {font-weight: normal;}373 .faq .summary li{font-weight: bold;} 374 .faq .summary liol li {font-weight: normal;} 387 375 .faq_category h4 {font-size: 10pt;} 388 376 … … 392 380 .glossary h3 {margin-bottom: 10px;} 393 381 .glossary span { 394 border: 1px solid #d3d7cf;395 padding: 4px;396 background: #eee;397 font-size: xx-small;382 border: 1px solid #d3d7cf; 383 padding: 4px; 384 background: #eee; 385 font-size: xx-small; 398 386 } 399 387 .glossary span a {padding: 2px;} … … 434 422 .narrow .menu .content ul {z-index:500;} 435 423 .menu a, .menu a:visited { 436 color:#777; 437 padding:4px; 438 display:block; 439 min-height:18px; 440 font-weight: bold; 441 text-decoration:none; 442 border:1px solid #fff; 443 border-bottom: none; 424 padding:4px; 425 display:block; 426 min-height:18px; 427 font-weight: bold; 428 text-decoration:none; 429 border:1px solid #fff; 430 border-bottom: none; 444 431 } 445 432 .menu li {background:#f0f0f0;} 446 433 .wide .menu li {float: right;} 447 .narrow .menu li a, .narrow .menu li a:visited {width:1 68px;}434 .narrow .menu li a, .narrow .menu li a:visited {width:170px;} 448 435 .wide .menu li ul li a, .wide .menu li ul li a:visited {width:190px;} 449 436 .menu li:hover {position:relative;} 450 .menu li:hover > a {background:#ddd; color:#37a;} 451 .menu li a:active, .menu li a:focus {background:#ddd; color:#37a;} 437 .menu li:hover > a {background:#393; color:#fff;} 452 438 .narrow .menu li ul {display:none;} 453 439 .wide .menu li ul {display:none;} 454 440 .menu li:hover > ul { 455 display:block;456 position:absolute;457 padding:10px 30px 30px 30px;458 background:transparent url(images/blank.gif);441 display:block; 442 position:absolute; 443 padding:10px 30px 30px 30px; 444 background:transparent url(images/blank.gif); 459 445 } 460 446 .wide .menu li:hover > ul {top:16px; right:-30px;} 461 .wide .menu li ul li:hover > ul {top:-10px; right:148px;} 462 .narrow .menu li:hover > ul {top:-10px; right:148px;} 463 .menu ul table {position:absolute; border-collapse:collapse; top:0; right:0; z-index:1000; font-size:1em;} 464 * html .menu a:hover {color:#37a; background:#ddd; position:relative;} 465 * html .narrow .menu li a, * html .narrow .menu li a:visited {width:164px;} 466 * html .wide .menu li ul li a, * html .wide .menu li ul li a:visited {width:200px;} 447 .wide .menu li ul li:hover > ul {top:-10px; right:160px;} 448 .narrow .menu li:hover > ul {top:-10px; right:145px;} 449 .menu ul table { 450 position:absolute; 451 border-collapse:collapse; 452 top:0; 453 right:0; 454 z-index:1000; 455 font-size:1em; 456 } 457 * html .menu a:hover {background:#393; color:#fff; position:relative;} 458 * html .narrow .menu li a, * html .narrow .menu li a:visited {width:170px;} 459 * html .wide .menu li ul, * html .wide .menu li ul li a, * html .wide .menu li ul li a:visited {width:200px;} 467 460 * html .narrow .menu li ul { 468 display:block;469 position:absolute;470 visibility:hidden;471 top:-10px; right:148px;472 padding:10px 30px 30px 30px;473 background:transparent url(images/blank.gif);461 display:block; 462 position:absolute; 463 visibility:hidden; 464 top:-11px; right:145px; 465 padding:10px 30px 30px 30px; 466 background:transparent url(images/blank.gif); 474 467 } 475 468 * html .wide .menu li ul { 476 display:block;477 position:absolute;478 visibility:hidden;479 top:0px; right:148px;480 padding:10px 30px 30px 30px;481 background:transparent url(images/blank.gif);469 display:block; 470 position:absolute; 471 visibility:hidden; 472 top:0px; right:145px; 473 padding:10px 30px 30px 30px; 474 background:transparent url(images/blank.gif); 482 475 } 483 476 .wide .menu ul li a:hover ul ul{visibility:hidden;} … … 485 478 .wide .menu ul li a:hover ul a:hover ul a:hover ul ul{visibility:hidden;} 486 479 .wide .menu ul li a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;} 487 .wide .menu ul li a:hover ul {visibility:visible; right:-3 0px; top:13px; lef\t:-35px; to\p:14px;}488 .wide .menu ul li a:hover ul a:hover ul{visibility:visible; top:-10px; right:1 48px;}480 .wide .menu ul li a:hover ul {visibility:visible; right:-37px; top:13px;} 481 .wide .menu ul li a:hover ul a:hover ul{visibility:visible; top:-10px; right:160px;} 489 482 .wide .menu ul li a:hover ul a:hover ul a:hover ul {visibility:visible;} 490 483 .wide .menu ul li a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
