Mercurial > Adrianux.net
comparison style.css @ 0:0f22215957ed draft
initial commit
| author | akaradzehenemovic |
|---|---|
| date | Sat, 29 Nov 2025 23:33:25 +0100 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:0f22215957ed |
|---|---|
| 1 body { | |
| 2 margin: 1em; | |
| 3 padding: 0; | |
| 4 background: #ddd none repeat scroll 0 0; | |
| 5 margin: 0; | |
| 6 padding: 2em; | |
| 7 color: #000; | |
| 8 font-family: "Bitstream Vera Sans", Verdana, sans-serif; | |
| 9 font-size: 85%; | |
| 10 } | |
| 11 | |
| 12 code { | |
| 13 color: #00f; | |
| 14 } | |
| 15 | |
| 16 div#content { | |
| 17 border: 1px solid #bbb; | |
| 18 background: #fff; | |
| 19 margin: auto; | |
| 20 padding: 2em; | |
| 21 } | |
| 22 | |
| 23 a { | |
| 24 color: #139; | |
| 25 text-decoration: none; | |
| 26 padding: 1px; | |
| 27 } | |
| 28 | |
| 29 a:hover { | |
| 30 color: #900; | |
| 31 } | |
| 32 | |
| 33 /* | |
| 34 a:visited { | |
| 35 color: #939; | |
| 36 } | |
| 37 */ | |
| 38 | |
| 39 #table-of-contents { | |
| 40 margin: 1em 0; | |
| 41 padding: .1em; | |
| 42 } | |
| 43 | |
| 44 div#content div#org-div-home-and-up { | |
| 45 background: #369; | |
| 46 color: #fff; | |
| 47 } | |
| 48 | |
| 49 div#org-div-home-and-up a:link, | |
| 50 div#org-div-home-and-up a:visited { | |
| 51 color: #fff; | |
| 52 background: #369; | |
| 53 } | |
| 54 | |
| 55 div#org-div-home-and-up a:hover { | |
| 56 color: #900; | |
| 57 } | |
| 58 | |
| 59 div.title { | |
| 60 margin: -1em -1em 0; | |
| 61 font-size: 200%; | |
| 62 font-weight: bold; | |
| 63 background: #369; | |
| 64 color: #fff; | |
| 65 padding: .75em 1em; | |
| 66 font-family: "BitStream Vera Sans", Verdana; | |
| 67 letter-spacing: .1em; | |
| 68 } | |
| 69 | |
| 70 h1 { | |
| 71 background: #369 none repeat scroll 0 0; | |
| 72 color: #fff; | |
| 73 font-family: "BitStream Vera Sans", Verdana; | |
| 74 font-size: 200%; | |
| 75 font-weight: bold; | |
| 76 letter-spacing: 0.1em; | |
| 77 margin: -1em -1em .2em; | |
| 78 padding: 0.75em 1em; | |
| 79 } | |
| 80 | |
| 81 h2 { | |
| 82 font-size: 180%; | |
| 83 border-bottom: 1px solid #ccc; | |
| 84 padding: .2em; | |
| 85 } | |
| 86 | |
| 87 h3 { | |
| 88 font-size: 120%; | |
| 89 border-bottom: 1px solid #eee; | |
| 90 } | |
| 91 | |
| 92 h4 { | |
| 93 font-size: 110%; | |
| 94 border-bottom: 1px solid #eee; | |
| 95 } | |
| 96 | |
| 97 h1, h2, h3, h4, h5, h6 { | |
| 98 text-transform: capitalize; | |
| 99 } | |
| 100 | |
| 101 tt { | |
| 102 color: #00f; | |
| 103 } | |
| 104 | |
| 105 .verbatim { | |
| 106 margin: .5em 0; | |
| 107 } | |
| 108 pre { | |
| 109 border: 1px solid #ccc; | |
| 110 background: #eee; | |
| 111 padding: .5em; | |
| 112 overflow: auto; | |
| 113 } | |
| 114 .verbatim pre { | |
| 115 margin: 0; | |
| 116 } | |
| 117 .verbatim-caption { | |
| 118 border: 1px solid #ccc; | |
| 119 border-bottom: 0; | |
| 120 background: #fff; | |
| 121 display: block; | |
| 122 font-size: 80%; | |
| 123 padding: .2em; | |
| 124 } | |
| 125 | |
| 126 div#postamble { | |
| 127 text-align: left; | |
| 128 color: #888; | |
| 129 font-size: 80%; | |
| 130 padding: 0; | |
| 131 margin: 0; | |
| 132 } | |
| 133 | |
| 134 div#postamble p { | |
| 135 padding: 0; | |
| 136 margin: 0; | |
| 137 } | |
| 138 | |
| 139 div#postamble a { | |
| 140 color: #888; | |
| 141 } | |
| 142 | |
| 143 div#postamble a:hover { | |
| 144 color: #900; | |
| 145 } | |
| 146 | |
| 147 table { | |
| 148 font-size: 100%; | |
| 149 border-collapse: collapse; | |
| 150 margin: .5em 0; | |
| 151 } | |
| 152 | |
| 153 th, td { | |
| 154 border: 1px solid #777; | |
| 155 padding: .3em; | |
| 156 margin: 2px; | |
| 157 } | |
| 158 th { | |
| 159 background: #eee; | |
| 160 } | |
| 161 | |
| 162 span.underline { | |
| 163 text-decoration: underline; | |
| 164 } | |
| 165 | |
| 166 .fixme { | |
| 167 background: #ff0; | |
| 168 font-weight: bold; | |
| 169 } | |
| 170 .ra { | |
| 171 text-align: right; | |
| 172 } | |
| 173 | |
| 174 .sidebar { | |
| 175 float: right; | |
| 176 width: 25em; | |
| 177 background-color: #a02f6c; | |
| 178 color: #fff; | |
| 179 margin: 2em -2em 2em 2em; | |
| 180 padding: 1em; | |
| 181 } | |
| 182 .sidebar a { | |
| 183 border: none; | |
| 184 } | |
| 185 | |
| 186 .sidebar a:link { | |
| 187 color: #3ff; | |
| 188 } | |
| 189 .sidebar a:visited { | |
| 190 color: #3cc; | |
| 191 } | |
| 192 .sidebar a:hover { | |
| 193 color: #ff6; | |
| 194 } | |
| 195 .sidebar a:active { | |
| 196 color: #900; | |
| 197 } | |
| 198 | |
| 199 /* Todo List Styles */ | |
| 200 | |
| 201 .title { text-align: center; } | |
| 202 .todo { color: red; } | |
| 203 .done { color: green; } | |
| 204 .timestamp { color: gray } | |
| 205 .timestamp-kwd { color: #f59ea0; } | |
| 206 .tag { background-color:#add8e6; font-weight:normal } | |
| 207 .target { background-color: #551a8b; } | |
| 208 pre { | |
| 209 border: 1pt solid #AEBDCC; | |
| 210 background-color: #F3F5F7; | |
| 211 padding: 5pt; | |
| 212 font-family: courier, monospace; | |
| 213 } | |
| 214 table { border-collapse: collapse; } | |
| 215 td, th { | |
| 216 vertical-align: top; | |
| 217 } | |
| 218 | |
| 219 /* Source code formatting */ | |
| 220 | |
| 221 .org-info-search-highlight | |
| 222 { | |
| 223 background-color:#adefef; /* same color as emacs default */ | |
| 224 color:#000000; | |
| 225 font-weight:bold; | |
| 226 } | |
| 227 | |
| 228 .org-bbdb-company { | |
| 229 /* bbdb-company */ | |
| 230 font-style: italic; | |
| 231 } | |
| 232 .org-bbdb-field-name { | |
| 233 } | |
| 234 .org-bbdb-field-value { | |
| 235 } | |
| 236 .org-bbdb-name { | |
| 237 /* bbdb-name */ | |
| 238 text-decoration: underline; | |
| 239 } | |
| 240 .org-bold { | |
| 241 /* bold */ | |
| 242 font-weight: bold; | |
| 243 } | |
| 244 .org-bold-italic { | |
| 245 /* bold-italic */ | |
| 246 font-weight: bold; | |
| 247 font-style: italic; | |
| 248 } | |
| 249 .org-border { | |
| 250 /* border */ | |
| 251 background-color: #000000; | |
| 252 } | |
| 253 .org-buffer-menu-buffer { | |
| 254 /* buffer-menu-buffer */ | |
| 255 font-weight: bold; | |
| 256 } | |
| 257 .org-builtin { | |
| 258 /* font-lock-builtin-face */ | |
| 259 color: #da70d6; | |
| 260 } | |
| 261 .org-button { | |
| 262 /* button */ | |
| 263 text-decoration: underline; | |
| 264 } | |
| 265 .org-c-nonbreakable-space { | |
| 266 /* c-nonbreakable-space-face */ | |
| 267 background-color: #ff0000; | |
| 268 font-weight: bold; | |
| 269 } | |
| 270 .org-calendar-today { | |
| 271 /* calendar-today */ | |
| 272 text-decoration: underline; | |
| 273 } | |
| 274 .org-comment { | |
| 275 /* font-lock-comment-face */ | |
| 276 color: #b22222; | |
| 277 } | |
| 278 .org-comment-delimiter { | |
| 279 /* font-lock-comment-delimiter-face */ | |
| 280 color: #b22222; | |
| 281 } | |
| 282 .org-constant { | |
| 283 /* font-lock-constant-face */ | |
| 284 color: #5f9ea0; | |
| 285 } | |
| 286 .org-cursor { | |
| 287 /* cursor */ | |
| 288 background-color: #000000; | |
| 289 } | |
| 290 .org-default { | |
| 291 /* default */ | |
| 292 color: #000000; | |
| 293 background-color: #ffffff; | |
| 294 } | |
| 295 .org-diary { | |
| 296 /* diary */ | |
| 297 color: #ff0000; | |
| 298 } | |
| 299 .org-doc { | |
| 300 /* font-lock-doc-face */ | |
| 301 color: #bc8f8f; | |
| 302 } | |
| 303 .org-escape-glyph { | |
| 304 /* escape-glyph */ | |
| 305 color: #a52a2a; | |
| 306 } | |
| 307 .org-file-name-shadow { | |
| 308 /* file-name-shadow */ | |
| 309 color: #7f7f7f; | |
| 310 } | |
| 311 .org-fixed-pitch { | |
| 312 } | |
| 313 .org-fringe { | |
| 314 /* fringe */ | |
| 315 background-color: #f2f2f2; | |
| 316 } | |
| 317 .org-function-name { | |
| 318 /* font-lock-function-name-face */ | |
| 319 color: #0000ff; | |
| 320 } | |
| 321 .org-header-line { | |
| 322 /* header-line */ | |
| 323 color: #333333; | |
| 324 background-color: #e5e5e5; | |
| 325 } | |
| 326 .org-help-argument-name { | |
| 327 /* help-argument-name */ | |
| 328 font-style: italic; | |
| 329 } | |
| 330 .org-highlight { | |
| 331 /* highlight */ | |
| 332 background-color: #b4eeb4; | |
| 333 } | |
| 334 .org-holiday { | |
| 335 /* holiday */ | |
| 336 background-color: #ffc0cb; | |
| 337 } | |
| 338 .org-info-header-node { | |
| 339 /* info-header-node */ | |
| 340 color: #a52a2a; | |
| 341 font-weight: bold; | |
| 342 font-style: italic; | |
| 343 } | |
| 344 .org-info-header-xref { | |
| 345 /* info-header-xref */ | |
| 346 color: #0000ff; | |
| 347 text-decoration: underline; | |
| 348 } | |
| 349 .org-info-menu-header { | |
| 350 /* info-menu-header */ | |
| 351 font-weight: bold; | |
| 352 } | |
| 353 .org-info-menu-star { | |
| 354 /* info-menu-star */ | |
| 355 color: #ff0000; | |
| 356 } | |
| 357 .org-info-node { | |
| 358 /* info-node */ | |
| 359 color: #a52a2a; | |
| 360 font-weight: bold; | |
| 361 font-style: italic; | |
| 362 } | |
| 363 .org-info-title-1 { | |
| 364 /* info-title-1 */ | |
| 365 font-size: 172%; | |
| 366 font-weight: bold; | |
| 367 } | |
| 368 .org-info-title-2 { | |
| 369 /* info-title-2 */ | |
| 370 font-size: 144%; | |
| 371 font-weight: bold; | |
| 372 } | |
| 373 .org-info-title-3 { | |
| 374 /* info-title-3 */ | |
| 375 font-size: 120%; | |
| 376 font-weight: bold; | |
| 377 } | |
| 378 .org-info-title-4 { | |
| 379 /* info-title-4 */ | |
| 380 font-weight: bold; | |
| 381 } | |
| 382 .org-info-xref { | |
| 383 /* info-xref */ | |
| 384 color: #0000ff; | |
| 385 text-decoration: underline; | |
| 386 } | |
| 387 .org-isearch { | |
| 388 /* isearch */ | |
| 389 color: #b0e2ff; | |
| 390 background-color: #cd00cd; | |
| 391 } | |
| 392 .org-italic { | |
| 393 /* italic */ | |
| 394 font-style: italic; | |
| 395 } | |
| 396 .org-keyword { | |
| 397 /* font-lock-keyword-face */ | |
| 398 color: #a020f0; | |
| 399 } | |
| 400 .org-lazy-highlight { | |
| 401 /* lazy-highlight */ | |
| 402 background-color: #afeeee; | |
| 403 } | |
| 404 .org-link { | |
| 405 /* link */ | |
| 406 color: #0000ff; | |
| 407 text-decoration: underline; | |
| 408 } | |
| 409 .org-link-visited { | |
| 410 /* link-visited */ | |
| 411 color: #8b008b; | |
| 412 text-decoration: underline; | |
| 413 } | |
| 414 .org-match { | |
| 415 /* match */ | |
| 416 background-color: #ffff00; | |
| 417 } | |
| 418 .org-menu { | |
| 419 } | |
| 420 .org-message-cited-text { | |
| 421 /* message-cited-text */ | |
| 422 color: #ff0000; | |
| 423 } | |
| 424 .org-message-header-cc { | |
| 425 /* message-header-cc */ | |
| 426 color: #191970; | |
| 427 } | |
| 428 .org-message-header-name { | |
| 429 /* message-header-name */ | |
| 430 color: #6495ed; | |
| 431 } | |
| 432 .org-message-header-newsgroups { | |
| 433 /* message-header-newsgroups */ | |
| 434 color: #00008b; | |
| 435 font-weight: bold; | |
| 436 font-style: italic; | |
| 437 } | |
| 438 .org-message-header-other { | |
| 439 /* message-header-other */ | |
| 440 color: #4682b4; | |
| 441 } | |
| 442 .org-message-header-subject { | |
| 443 /* message-header-subject */ | |
| 444 color: #000080; | |
| 445 font-weight: bold; | |
| 446 } | |
| 447 .org-message-header-to { | |
| 448 /* message-header-to */ | |
| 449 color: #191970; | |
| 450 font-weight: bold; | |
| 451 } | |
| 452 .org-message-header-xheader { | |
| 453 /* message-header-xheader */ | |
| 454 color: #0000ff; | |
| 455 } | |
| 456 .org-message-mml { | |
| 457 /* message-mml */ | |
| 458 color: #228b22; | |
| 459 } | |
| 460 .org-message-separator { | |
| 461 /* message-separator */ | |
| 462 color: #a52a2a; | |
| 463 } | |
| 464 .org-minibuffer-prompt { | |
| 465 /* minibuffer-prompt */ | |
| 466 color: #0000cd; | |
| 467 } | |
| 468 .org-mm-uu-extract { | |
| 469 /* mm-uu-extract */ | |
| 470 color: #006400; | |
| 471 background-color: #ffffe0; | |
| 472 } | |
| 473 .org-mode-line { | |
| 474 /* mode-line */ | |
| 475 color: #000000; | |
| 476 background-color: #bfbfbf; | |
| 477 } | |
| 478 .org-mode-line-buffer-id { | |
| 479 /* mode-line-buffer-id */ | |
| 480 font-weight: bold; | |
| 481 } | |
| 482 .org-mode-line-highlight { | |
| 483 } | |
| 484 .org-mode-line-inactive { | |
| 485 /* mode-line-inactive */ | |
| 486 color: #333333; | |
| 487 background-color: #e5e5e5; | |
| 488 } | |
| 489 .org-mouse { | |
| 490 /* mouse */ | |
| 491 background-color: #000000; | |
| 492 } | |
| 493 .org-negation-char { | |
| 494 } | |
| 495 .org-next-error { | |
| 496 /* next-error */ | |
| 497 background-color: #eedc82; | |
| 498 } | |
| 499 .org-nobreak-space { | |
| 500 /* nobreak-space */ | |
| 501 color: #a52a2a; | |
| 502 text-decoration: underline; | |
| 503 } | |
| 504 .org-org-agenda-date { | |
| 505 /* org-agenda-date */ | |
| 506 color: #0000ff; | |
| 507 } | |
| 508 .org-org-agenda-date-weekend { | |
| 509 /* org-agenda-date-weekend */ | |
| 510 color: #0000ff; | |
| 511 font-weight: bold; | |
| 512 } | |
| 513 .org-org-agenda-restriction-lock { | |
| 514 /* org-agenda-restriction-lock */ | |
| 515 background-color: #ffff00; | |
| 516 } | |
| 517 .org-org-agenda-structure { | |
| 518 /* org-agenda-structure */ | |
| 519 color: #0000ff; | |
| 520 } | |
| 521 .org-org-archived { | |
| 522 /* org-archived */ | |
| 523 color: #7f7f7f; | |
| 524 } | |
| 525 .org-org-code { | |
| 526 /* org-code */ | |
| 527 color: #7f7f7f; | |
| 528 } | |
| 529 .org-org-column { | |
| 530 /* org-column */ | |
| 531 background-color: #e5e5e5; | |
| 532 } | |
| 533 .org-org-column-title { | |
| 534 /* org-column-title */ | |
| 535 background-color: #e5e5e5; | |
| 536 font-weight: bold; | |
| 537 text-decoration: underline; | |
| 538 } | |
| 539 .org-org-date { | |
| 540 /* org-date */ | |
| 541 color: #a020f0; | |
| 542 text-decoration: underline; | |
| 543 } | |
| 544 .org-org-done { | |
| 545 /* org-done */ | |
| 546 color: #228b22; | |
| 547 font-weight: bold; | |
| 548 } | |
| 549 .org-org-drawer { | |
| 550 /* org-drawer */ | |
| 551 color: #0000ff; | |
| 552 } | |
| 553 .org-org-ellipsis { | |
| 554 /* org-ellipsis */ | |
| 555 color: #b8860b; | |
| 556 text-decoration: underline; | |
| 557 } | |
| 558 .org-org-formula { | |
| 559 /* org-formula */ | |
| 560 color: #b22222; | |
| 561 } | |
| 562 .org-org-headline-done { | |
| 563 /* org-headline-done */ | |
| 564 color: #bc8f8f; | |
| 565 } | |
| 566 .org-org-hide { | |
| 567 /* org-hide */ | |
| 568 color: #e5e5e5; | |
| 569 } | |
| 570 .org-org-latex-and-export-specials { | |
| 571 /* org-latex-and-export-specials */ | |
| 572 color: #8b4513; | |
| 573 } | |
| 574 .org-org-level-1 { | |
| 575 /* org-level-1 */ | |
| 576 color: #0000ff; | |
| 577 } | |
| 578 .org-org-level-2 { | |
| 579 /* org-level-2 */ | |
| 580 color: #b8860b; | |
| 581 } | |
| 582 .org-org-level-3 { | |
| 583 /* org-level-3 */ | |
| 584 color: #a020f0; | |
| 585 } | |
| 586 .org-org-level-4 { | |
| 587 /* org-level-4 */ | |
| 588 color: #b22222; | |
| 589 } | |
| 590 .org-org-level-5 { | |
| 591 /* org-level-5 */ | |
| 592 color: #228b22; | |
| 593 } | |
| 594 .org-org-level-6 { | |
| 595 /* org-level-6 */ | |
| 596 color: #5f9ea0; | |
| 597 } | |
| 598 .org-org-level-7 { | |
| 599 /* org-level-7 */ | |
| 600 color: #da70d6; | |
| 601 } | |
| 602 .org-org-level-8 { | |
| 603 /* org-level-8 */ | |
| 604 color: #bc8f8f; | |
| 605 } | |
| 606 .org-org-link { | |
| 607 /* org-link */ | |
| 608 color: #a020f0; | |
| 609 text-decoration: underline; | |
| 610 } | |
| 611 .org-org-property-value { | |
| 612 } | |
| 613 .org-org-scheduled-previously { | |
| 614 /* org-scheduled-previously */ | |
| 615 color: #b22222; | |
| 616 } | |
| 617 .org-org-scheduled-today { | |
| 618 /* org-scheduled-today */ | |
| 619 color: #006400; | |
| 620 } | |
| 621 .org-org-sexp-date { | |
| 622 /* org-sexp-date */ | |
| 623 color: #a020f0; | |
| 624 } | |
| 625 .org-org-special-keyword { | |
| 626 /* org-special-keyword */ | |
| 627 color: #bc8f8f; | |
| 628 } | |
| 629 .org-org-table { | |
| 630 /* org-table */ | |
| 631 color: #0000ff; | |
| 632 } | |
| 633 .org-org-tag { | |
| 634 /* org-tag */ | |
| 635 font-weight: bold; | |
| 636 } | |
| 637 .org-org-target { | |
| 638 /* org-target */ | |
| 639 text-decoration: underline; | |
| 640 } | |
| 641 .org-org-time-grid { | |
| 642 /* org-time-grid */ | |
| 643 color: #b8860b; | |
| 644 } | |
| 645 .org-org-todo { | |
| 646 /* org-todo */ | |
| 647 color: #ff0000; | |
| 648 } | |
| 649 .org-org-upcoming-deadline { | |
| 650 /* org-upcoming-deadline */ | |
| 651 color: #b22222; | |
| 652 } | |
| 653 .org-org-verbatim { | |
| 654 /* org-verbatim */ | |
| 655 color: #7f7f7f; | |
| 656 text-decoration: underline; | |
| 657 } | |
| 658 .org-org-warning { | |
| 659 /* org-warning */ | |
| 660 color: #ff0000; | |
| 661 font-weight: bold; | |
| 662 } | |
| 663 .org-outline-1 { | |
| 664 /* outline-1 */ | |
| 665 color: #0000ff; | |
| 666 } | |
| 667 .org-outline-2 { | |
| 668 /* outline-2 */ | |
| 669 color: #b8860b; | |
| 670 } | |
| 671 .org-outline-3 { | |
| 672 /* outline-3 */ | |
| 673 color: #a020f0; | |
| 674 } | |
| 675 .org-outline-4 { | |
| 676 /* outline-4 */ | |
| 677 color: #b22222; | |
| 678 } | |
| 679 .org-outline-5 { | |
| 680 /* outline-5 */ | |
| 681 color: #228b22; | |
| 682 } | |
| 683 .org-outline-6 { | |
| 684 /* outline-6 */ | |
| 685 color: #5f9ea0; | |
| 686 } | |
| 687 .org-outline-7 { | |
| 688 /* outline-7 */ | |
| 689 color: #da70d6; | |
| 690 } | |
| 691 .org-outline-8 { | |
| 692 /* outline-8 */ | |
| 693 color: #bc8f8f; | |
| 694 } | |
| 695 .org-preprocessor { | |
| 696 /* font-lock-preprocessor-face */ | |
| 697 color: #da70d6; | |
| 698 } | |
| 699 .org-query-replace { | |
| 700 /* query-replace */ | |
| 701 color: #b0e2ff; | |
| 702 background-color: #cd00cd; | |
| 703 } | |
| 704 .org-regexp-grouping-backslash { | |
| 705 /* font-lock-regexp-grouping-backslash */ | |
| 706 font-weight: bold; | |
| 707 } | |
| 708 .org-regexp-grouping-construct { | |
| 709 /* font-lock-regexp-grouping-construct */ | |
| 710 font-weight: bold; | |
| 711 } | |
| 712 .org-region { | |
| 713 /* region */ | |
| 714 background-color: #eedc82; | |
| 715 } | |
| 716 .org-rmail-highlight { | |
| 717 } | |
| 718 .org-scroll-bar { | |
| 719 /* scroll-bar */ | |
| 720 background-color: #bfbfbf; | |
| 721 } | |
| 722 .org-secondary-selection { | |
| 723 /* secondary-selection */ | |
| 724 background-color: #ffff00; | |
| 725 } | |
| 726 .org-shadow { | |
| 727 /* shadow */ | |
| 728 color: #7f7f7f; | |
| 729 } | |
| 730 .org-show-paren-match { | |
| 731 /* show-paren-match */ | |
| 732 background-color: #40e0d0; | |
| 733 } | |
| 734 .org-show-paren-mismatch { | |
| 735 /* show-paren-mismatch */ | |
| 736 color: #ffffff; | |
| 737 background-color: #a020f0; | |
| 738 } | |
| 739 .org-string { | |
| 740 /* font-lock-string-face */ | |
| 741 color: #bc8f8f; | |
| 742 } | |
| 743 .org-texinfo-heading { | |
| 744 /* texinfo-heading */ | |
| 745 color: #0000ff; | |
| 746 } | |
| 747 .org-tool-bar { | |
| 748 /* tool-bar */ | |
| 749 color: #000000; | |
| 750 background-color: #bfbfbf; | |
| 751 } | |
| 752 .org-tooltip { | |
| 753 /* tooltip */ | |
| 754 color: #000000; | |
| 755 background-color: #ffffe0; | |
| 756 } | |
| 757 .org-trailing-whitespace { | |
| 758 /* trailing-whitespace */ | |
| 759 background-color: #ff0000; | |
| 760 } | |
| 761 .org-type { | |
| 762 /* font-lock-type-face */ | |
| 763 color: #228b22; | |
| 764 } | |
| 765 .org-underline { | |
| 766 /* underline */ | |
| 767 text-decoration: underline; | |
| 768 } | |
| 769 .org-variable-name { | |
| 770 /* font-lock-variable-name-face */ | |
| 771 color: #b8860b; | |
| 772 } | |
| 773 .org-variable-pitch { | |
| 774 } | |
| 775 .org-vertical-border { | |
| 776 } | |
| 777 .org-warning { | |
| 778 /* font-lock-warning-face */ | |
| 779 color: #ff0000; | |
| 780 font-weight: bold; | |
| 781 } | |
| 782 | |
| 783 } | |
| 784 |
