- Timestamp:
- Jul 31, 2017 7:30:07 PM (4 years ago)
- Branches:
- master
- Children:
- 80c55c1, 8beb75be
- Parents:
- 903f46f
- Location:
- installer/resources/themes/console
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
installer/resources/themes/console/classic/mobile.css
r903f46f r8280609 32 32 33 33 .routersummary div[style="height: 36px;"] + a { 34 margin: -5px 0 -3px !important;35 34 display: inline-block; 35 } 36 37 div[style="height: 36px;"] + a, a[href="/summaryframe"] { 38 display: inline-block; 39 margin: -3px 0 !important; 40 padding: 2px 10px; 41 border-radius: 15px; 42 border: 1px solid #7778bf; 43 } 44 45 a[href="/summaryframe"] { 46 margin: 2px 0 !important; 36 47 } 37 48 -
installer/resources/themes/console/dark/mobile.css
r903f46f r8280609 28 28 } 29 29 30 div[style="height: 36px;"] + a, a[href="/summaryframe"] { 31 display: inline-block; 32 margin: 7px 0 0 !important; 33 padding: 4px 15px !important; 34 border-radius: 15px; 35 border: 1px solid #494; 36 } 37 38 a[href="/summaryframe"] { 39 margin: 3px 0 2px !important; 40 } 41 30 42 div.routersummary img[src$="i2plogo.png"] { 31 43 width: 357px; … … 41 53 width: 600px !important; 42 54 } 43 }44 45 div[style^='height'] + a {46 display: inline-block;47 padding-top: 8px !important;48 55 } 49 56 -
installer/resources/themes/console/light/console.css
r903f46f r8280609 462 462 text-align: left; 463 463 border-bottom: 1px dotted #ddf; 464 background: url(images/application.png) left center no-repeat; 464 background: #f8f8ff url(/themes/console/images/plugin.png) 3px center no-repeat; 465 background: rgba(248, 248, 255, 0.8) url(/themes/console/images/plugin.png) 3px center no-repeat; 465 466 background-size: 14px 14px; 466 467 } … … 477 478 #sb_services a:hover { 478 479 background-blend-mode: normal; 480 background-color: #ffe; 479 481 } 480 482 481 483 #sb_services a[href="/susimail/susimail"] { 482 background: #f8f8ff url(images/inbox.png) 2px center no-repeat;483 background: rgba(248, 248, 255, 0.8) url(images/inbox.png) 2px center no-repeat;484 background: #f8f8ff url(images/inbox.png) 3px center no-repeat; 485 background: rgba(248, 248, 255, 0.8) url(images/inbox.png) 3px center no-repeat; 484 486 } 485 487 486 488 #sb_services a[href="/susimail/susimail"]:hover { 487 background: #ffe url(images/inbox.png) 2px center no-repeat;489 background: #ffe url(images/inbox.png) 3px center no-repeat; 488 490 border-radius: 2px; 489 491 } 490 492 491 493 #sb_services a[href="/i2psnark/"] { 492 background: #f8f8ff url(/themes/console/images/i2psnark.png) 2px center no-repeat;493 background: rgba(248, 248, 255, 0.8) url(/themes/console/images/i2psnark.png) 2px center no-repeat;494 background: #f8f8ff url(/themes/console/images/i2psnark.png) 3px center no-repeat; 495 background: rgba(248, 248, 255, 0.8) url(/themes/console/images/i2psnark.png) 3px center no-repeat; 494 496 background-size: 16px 16px; 495 497 } 496 498 497 499 #sb_services a[href="/i2psnark/"]:hover { 498 background: #ffe url(/themes/console/images/i2psnark.png) 2px center no-repeat;500 background: #ffe url(/themes/console/images/i2psnark.png) 3px center no-repeat; 499 501 background-size: 16px 16px; 500 502 border-radius: 2px; … … 502 504 503 505 #sb_services a[href="http://127.0.0.1:7658/"] { 504 background: #f8f8ff url(images/server.png) 2px center no-repeat;505 background: rgba(248, 248, 255, 0.8) url(images/server.png) 2px center no-repeat;506 background: #f8f8ff url(images/server.png) 3px center no-repeat; 507 background: rgba(248, 248, 255, 0.8) url(images/server.png) 3px center no-repeat; 506 508 } 507 509 508 510 #sb_services a[href="http://127.0.0.1:7658/"]:hover { 509 background: #ffe url(images/server.png) 2px center no-repeat;511 background: #ffe url(images/server.png) 3px center no-repeat; 510 512 border-radius: 2px; 511 513 } 512 514 513 515 #sb_services a[href="/orchid/"] { 514 background: #f8f8ff url(images/flower.png) 2px center no-repeat;515 background: rgba(248, 248, 255, 0.8) url(images/flower.png) 2px center no-repeat;516 background: #f8f8ff url(images/flower.png) 3px center no-repeat; 517 background: rgba(248, 248, 255, 0.8) url(images/flower.png) 3px center no-repeat; 516 518 } 517 519 518 520 #sb_services a[href="/orchid/"]:hover { 519 background: #ffe url(images/flower.png) 2px center no-repeat;521 background: #ffe url(images/flower.png) 3px center no-repeat; 520 522 border-radius: 2px; 521 523 } 522 524 523 525 #sb_services a[href*="bote"] { 524 background: #f8f8ff url(images/mail_black.png) 2px center no-repeat;525 background: rgba(248, 248, 255, 0.8) url(images/mail_black.png) 2px center no-repeat;526 background: #f8f8ff url(images/mail_black.png) 3px center no-repeat; 527 background: rgba(248, 248, 255, 0.8) url(images/mail_black.png) 3px center no-repeat; 526 528 } 527 529 528 530 #sb_services a[href*="bote"]:hover { 529 background: #ffe url(images/mail_black.png) 2px center no-repeat;531 background: #ffe url(images/mail_black.png) 3px center no-repeat; 530 532 border-radius: 2px; 531 533 } … … 2624 2626 } 2625 2627 2626 a:link, #graphopts a:visited, .news #newsdisplay a {2628 a:link, #graphopts a:visited, .news #newsdisplay a, .news #newsdisplay a:visited { 2627 2629 color: #3b6bbf; 2628 2630 text-decoration: none; -
installer/resources/themes/console/light/mobile.css
r903f46f r8280609 1 1 /* Console Theme "Light" - Mobile Override */ 2 2 3 div.routersummaryouter {3 .routersummaryouter { 4 4 float: none; 5 5 margin: 0 !important; … … 8 8 } 9 9 10 div.routersummary {10 .routersummary { 11 11 float: none; 12 12 width: auto; 13 13 max-width: 600px; 14 14 margin: 0 auto -6px; 15 padding-left: 0; 16 padding-right: 0; 15 17 } 16 18 17 19 @media screen and (min-width: 1500px) { 18 div.routersummary {20 .routersummary { 19 21 width: 600px !important; 20 22 } … … 25 27 } 26 28 29 div[style="height: 36px;"] + a, a[href="/summaryframe"] { 30 display: inline-block; 31 margin: 10px 0 -2px; 32 padding: 2px 10px; 33 border-radius: 15px; 34 border: 1px solid #7778bf; 35 background: #fafaff; 36 } 37 38 a[href="/summaryframe"] { 39 margin: 5px 0 2px; 40 } 41 27 42 #xhr { 28 43 margin-top: 9px !important; 29 44 } 30 45 46 .routersummary h3, .routersummary h4, .routersummary hr { 47 margin-left: 1px; 48 margin-right: 1px; 49 } 50 51 .routersummary h3 { 52 padding-top: 5px; 53 padding-bottom: 5px; 54 } 55 56 .routersummary h3, .routersummary h3 a { 57 font-size: 11pt !important; 58 } 59 31 60 .routersummary hr:first-child { 32 margin-bottom: 11px;61 margin-bottom: 8px; 33 62 } 34 63 … … 37 66 } 38 67 39 div.routersummary table, table[id^="sb_"]{68 .routersummary table, table[id^="sb_"], #sb_services, #sb_internals, #sb_advanced { 40 69 width: 100% !important; 41 margin: -7px 0 -4px !important; 70 margin: -9px 0 -7px !important; 71 border-radius: 4px; 72 border-collapse: separate; 73 border-spacing: 0; 42 74 } 43 75 44 table[id^="sb_"] td {45 padding: 3px 2px;76 table[id^="sb_"] td, #sb_localtunnels td { 77 padding: 3px 6px !important; 46 78 } 47 79 … … 58 90 #sb_services { 59 91 text-align: center; 92 border-collapse: separate !important; 93 margin: -12px 0 -8px !important; 94 } 95 96 #sb_services td { 97 border-radius: 4px; 60 98 } 61 99 … … 64 102 width: 24% !important; 65 103 min-width: 100px; 66 box-sizing: border-box;67 104 white-space: nowrap; 68 105 border: none !important; 106 border-radius: 4px; 107 padding: 4px 10px 4px 30px !important; 108 background-position: 8px center !important; 109 margin: 0 3px; 110 background-color: transparent !important; 69 111 } 70 112 … … 76 118 77 119 h1 { 78 margin: 14px 0 -1 px;120 margin: 14px 0 -11px; 79 121 min-width: 0; 80 122 } 81 123 82 div.news {83 margin: 00 -11px;124 .news, .news#news { 125 margin: 10px 0 -11px; 84 126 min-width: 0; 85 127 } 86 128 87 div.main {129 .main { 88 130 margin: 10px 0 0; 89 131 min-width: 0; 132 } 133 134 .newsentry + hr + #newsStatus, .newsentry + hr + #newsStatus + #newsDisplay { 135 margin-top: -3px !important; 136 margin-bottom: -2px !important; 90 137 } 91 138 -
installer/resources/themes/console/midnight/mobile.css
r903f46f r8280609 34 34 } 35 35 36 div[style ^='height'] + a{36 div[style="height: 36px;"] + a, a[href="/summaryframe"] { 37 37 display: inline-block; 38 padding-top: 8px !important; 38 margin: 12px 0 0 !important; 39 padding: 4px 15px !important; 40 border-radius: 15px; 41 border: 1px solid #241f69; 42 } 43 44 a[href="/summaryframe"] { 45 margin: 3px 0 2px !important; 39 46 } 40 47 … … 74 81 75 82 .routersummary tr td { 76 border-top: 1px inset#000 !important;77 border-bottom: 1px inset#000 !important;83 border-top: 1px solid #000 !important; 84 border-bottom: 1px solid #000 !important; 78 85 } 79 86
Note: See TracChangeset
for help on using the changeset viewer.